/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  position: relative;
  background-color: #fff3b8;
}
.sub_mv .page_ttl_wrap {
  left: 9.1%;
  position: absolute;
  top: 4.5rem;
}
.sub_mv .page_ttl_wrap .en {
  width: 20rem;
}
.sub_mv .page_ttl_wrap .page_ttl {
  color: #004795;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: .075em;
  margin-top: 2.5rem;
}
.sub_mv.message .page_ttl_wrap .page_ttl {
  margin-top: 0;
}
.sub_mv + .sub_mv {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sub_mv {
    height: 20rem;
  }
  .sub_mv .thumb {
    height: 100%;
    width: 100%;
  }
  .sub_mv .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .sub_mv.contact .thumb img {
    object-position: 15% 50%;
  }
  .sub_mv .page_ttl_wrap {
    left: 2rem;
    top: 2.5rem;
  }
  .sub_mv .page_ttl_wrap .en {
    width: 12rem;
  }
  .sub_mv .page_ttl_wrap .page_ttl {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
/* ------------------------------------------
  共通
------------------------------------------ */
.block .container {
  margin: 0 auto;
  max-width: 124rem;
  padding: 5rem 2rem;
}
@media screen and (max-width: 767px) {
  .block .container {
    max-width: unset;
    padding: 1.5rem 1.5rem;
  }
}
/* ------------------------------------------
  ぱんくず
------------------------------------------ */
.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: #343434;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .1em;
}
.breadcrumb li + li {
  margin-left: 1rem;
}
.breadcrumb li a {
  color: #343434;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    flex-wrap: wrap;
    row-gap: .7rem;
  }
  .breadcrumb li {
    font-size: 1.4rem;
  }
  .breadcrumb li + li {
    margin-left: .7rem;
  }
  .breadcrumb li a {
    font-size: 1.3rem;
  }
}
/* ------------------------------------------
  目次
------------------------------------------ */
.toc_wrap {
  align-items: flex-start;
  display: flex;
}
.toc_wrap .toc_ttl_wrap {
  align-items: center;
  background-color: #004795;
  display: flex;
  flex-direction: column;
  height: 24rem;
  justify-content: center;
  width: 24rem;
}
.toc_wrap .toc_ttl_wrap .en {
  width: 20rem;
}
.toc_wrap .toc_ttl_wrap .ja {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .2em;
  margin-top: 1.5rem;
}
.toc_wrap .toc_list {
  margin-left: 8rem;
  width: calc(100% - 32rem);
}
.toc_wrap .toc_list li {
  border-bottom: .025rem solid #343434;
}
.toc_wrap .toc_list li:first-child {
  border-top: .025rem solid #343434;
}
.toc_wrap .toc_list li a {
  color: #343434;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 0.5;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .toc_wrap {
    align-items: center;
    flex-direction: column;
  }
  .toc_wrap .toc_ttl_wrap {
    height: 12rem;
    width: 12rem;
  }
  .toc_wrap .toc_ttl_wrap .en {
    width: 9.5rem;
  }
  .toc_wrap .toc_ttl_wrap .ja {
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin-top: 1rem;
  }
  .toc_wrap .toc_list {
    margin-left: 0;
    margin-top: 5rem;
    width: auto;
  }
  .toc_wrap .toc_list li a {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 1rem;
  }
}
/* ------------------------------------------
  見出し大
------------------------------------------ */
.head_l {
  color: #004795;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: normal;
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .head_l {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------
  見出し中
------------------------------------------ */
.block.head_m_wrap {
  background-color: #c0e1ff;
  padding: 1rem 0;
}
.head_m {
  background-image: url(../img/page/head_m_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #004795;
  display: table;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .07em;
  margin: 5rem auto 2rem auto;
  min-width: 81rem;
  padding: 1rem 2rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block.head_m_wrap {
    padding: 4rem 0;
  }
  .head_m {
    font-size: 2rem;
    letter-spacing: .1em;
    min-width: 90%;
    padding: .7rem 1rem 1.2rem;
    margin: 2rem auto 2rem auto;
  }
}
/* ------------------------------------------
  見出し小
------------------------------------------ */
.head_s {
  border-left: 3rem solid #004795;
  color: #004795;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 1rem 0 1rem 3rem;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .head_s {
    border-left: 2rem solid #004795;
    font-size: 1.8rem;
    padding: .5rem 0 .5rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
/* ------------------------------------------
  リード文
------------------------------------------ */
.lead_text {
  color: #004795;
  font-size: 2.0rem;
  letter-spacing: .1em;
  line-height: calc(50/26);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 1.7rem;
  }
}
/* ------------------------------------------
  本文
------------------------------------------ */
.text {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
}
.text + .text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.4rem;
    line-height: calc(36/19);
  }
  .text + .text {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  リンクボタン1
------------------------------------------ */
.link_wrap {
  column-gap: 4rem;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.link_wrap a {
  background-image: url(../img/page/page_link_arrow_br.webp);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 2.5rem;
  border: .07rem solid #004795;
  color: #004795;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 6.1rem;
  padding: 0 3rem;
  text-align: center;
  min-width: 34.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .link_wrap {
    flex-direction: column;
    gap: 2rem 0;
  }
  .link_wrap a {
    background-size: 1.2rem 1.9rem;
    font-size: 1.4rem;
    line-height: 4rem;
    width: auto;
  }
}
/* ------------------------------------------
  リンクボタン2
------------------------------------------ */
.link_btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: bold;
  height: 8rem;
  justify-content: center;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 1rem;
  text-align: center;
  width: 100%;
  margin: 4rem 0;
}
.link_btn.gr {
  background-color: #004795;
  color: #fff;
}
.link_btn.wh {
  background-color: #fff;
  color: #004795;
}
.link_btn.wh2 {
  color: #004795;
}
@media screen and (max-width: 767px) {
  .link_btn {
    font-size: 1.8rem;
    height: auto;
    padding: 1rem;
  }
}
/* ------------------------------------------
  リンクボタン　枠のみ
------------------------------------------ */
.link_btn_w {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: bold;
  height: 16rem;
  justify-content: center;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 1rem;
  text-align: center;
  width: 100%;
  margin: 0rem 0;
}
.link_btn_w.gr {
  background-color: #004795;
  color: #fff;
}
.link_btn_w.wh {
  background-color: #fff;
  color: #004795;
}
.link_btn_w.wh2 {
  color: #004795;
}
@media screen and (max-width: 767px) {
  .link_btn_w {
    font-size: 1.8rem;
    height: auto;
    padding: 1rem;
  }
}
.big_title {
  font-size: 4rem;
}
/* ------------------------------------------
  ?
------------------------------------------ */
.question_area {
  display: flex;
  margin-bottom: 3rem;
}
.question_area .img {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47.5rem;
}
.question_area .img img {
  width: 34.5rem;
}
.question_area .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
}
.question_area .desc p + p {
  margin-top: 3rem;
}
.question_area .desc p .colored {
  color: #004795;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .question_area {
    align-items: center;
    flex-direction: column;
  }
  .question_area .img {
    width: 100%;
  }
  .question_area .img img {
    width: auto;
  }
  .question_area .desc {
    margin-top: 3rem;
  }
  .question_area .desc p {
    font-size: 1.5rem;
  }
  .question_area .desc p + p {
    margin-top: 1.5rem;
  }
}
.price01 {
  background-color: #ffe33f;
  text-align: center;
  font-size: 2.4rem !important;
  padding: 2rem 0;
  font-weight: bold;
}
.price02 {
  background-color: #e73828;
  text-align: center;
  color: #fff;
  font-size: 2.4rem !important;
  padding: 2rem 0;
  font-weight: bold;
}
.price03 {
  text-align: center;
  font-size: 2.4rem !important;
  font-weight: bold;
}
.price04 {
  text-align: center;
  line-height: calc(25 / 19) !important;
  font-weight: bold;
}
.price05 {
  text-align: center;
  background-color: #eeeeef;
  font-weight: bold;
  padding: 2rem 0;
}
.price_big {
  color: #e73828;
  font-size: 5.4rem !important;
  font-weight: bold;
}
.price_small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
.price02 {
  font-size: 2.0rem !important;
}
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------
  ?2
------------------------------------------ */
.question_area2 {
  display: flex;
  margin-bottom: 8rem;
}
.question_area2 .img {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 17.5rem;
}
.question_area2 .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  margin-left: 3rem;
}
.question_area2 .desc p + p {
  margin-top: 3rem;
}
.question_area2 .desc p .colored {
  color: #004795;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .question_area2 {
    align-items: center;
    flex-direction: column;
  }
  .question_area2 .img {
    width: 50%;
  }
  .question_area2 .img img {
    width: auto;
  }
  .question_area2 .desc {
    margin-top: 3rem;
  }
  .question_area2 .desc p {
    font-size: 1.5rem;
  }
  .question_area2 .desc p + p {
    margin-top: 1.5rem;
  }
}
/* ------------------------------------------
  画像＋テキスト
------------------------------------------ */
.image_text {
  display: flex;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.image_text .img {
  flex-shrink: 0;
  height: 37.5rem;
  margin-right: 8rem;
  position: relative;
  width: 55rem;
}
.image_text .img::before {
  background-color: #004795;
  content: '';
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -1;
}
.image_text .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image_text .desc {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 1rem;
  width: calc(100% - 63rem);
}
.image_text .desc p + p {
  margin-top: 3rem;
}
.image_text .desc p .colored {
  color: #004795;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .image_text {
    flex-direction: column;
  }
  .image_text .img {
    height: 67.3%;
    margin-right: 0;
    width: auto;
  }
  .image_text .img::before {
    left: .5rem;
    top: .5rem;
  }
  .image_text .desc {
    font-size: 1.5rem;
    padding: 1rem 0;
    width: auto;
  }
  .image_text .desc p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  画像＋テキスト
------------------------------------------ */
.image_text2 {
  display: flex;
  margin-bottom: 0rem;
  margin-top: 2rem;
}
.image_text2 .img {
  flex-shrink: 0;
  height: 50rem;
  margin-right: 1rem;
  position: relative;
  width: 62rem;
}
.image_text2 .img::before {
  content: '';
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -1;
}
.image_text2 .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image_text2 .desc {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 1rem;
  width: calc(100% - 63rem);
}
.image_text2 .desc p + p {
  margin-top: 3rem;
}
.image_text2 .desc p .colored {
  color: #004795;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .image_text2 {
    flex-direction: column;
  }
  .image_text2 .img {
    height: 67.3%;
    margin-right: 0;
    width: auto;
  }
  .image_text2 .img::before {
    left: .5rem;
    top: .5rem;
  }
  .image_text2 .desc {
    font-size: 1.5rem;
    padding: 1rem 0;
    width: auto;
  }
  .image_text2 .desc p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  画像＋テキスト
------------------------------------------ */
.image_text3 {
  display: flex;
  margin-bottom: 0rem;
  margin-top: 2rem;
}
.image_text3 .img {
  flex-shrink: 0;
  height: 70rem;
  margin-right: 1rem;
  position: relative;
  width: 62rem;
}
.image_text3 .img::before {
  content: '';
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -1;
}
.image_text3 .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image_text3 .desc {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 1rem;
  width: calc(100% - 53rem);
}
.image_text3 .desc p + p {
  margin-top: 3rem;
}
.image_text3 .desc p .colored {
  color: #004795;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .image_text3 {
    flex-direction: column;
  }
  .image_text3 .img {
    height: 67.3%;
    margin-right: 0;
    width: auto;
  }
  .image_text3 .img::before {
    left: .5rem;
    top: .5rem;
  }
  .image_text3 .desc {
    font-size: 1.5rem;
    padding: 1rem 0;
    width: auto;
  }
  .image_text3 .desc p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  画像＋テキスト 2カラム
------------------------------------------ */
.two_columns {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
.two_columns li {
  width: 55rem;
}
.two_columns li .img {
  flex-shrink: 0;
  /*height: 37.5rem;*/
  position: relative;
  width: 100%;
}
.two_columns li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.two_columns li .desc .ttl {
  border-bottom: .1rem solid #004795;
  color: #004795;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 4.5rem 0;
  text-align: center;
}
.two_columns li .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .two_columns {
    flex-direction: column;
  }
  .two_columns li {
    width: auto;
  }
  .two_columns li + li {
    margin-top: 3rem;
  }
  .two_columns li .img {
    height: 67.3%;
  }
  .two_columns li .desc .ttl {
    font-size: 1.7rem;
    padding: 1.5rem 0;
  }
  .two_columns li .desc p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
/* ------------------------------------------
  画像＋テキスト 3カラム
------------------------------------------ */
.three_columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.three_columns li {
  width: calc((100% - 13rem) / 3);
}
.three_columns li .img {
  flex-shrink: 0;
  height: 24.4rem;
  position: relative;
  width: 100%;
}
.three_columns li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.three_columns li .desc .ttl {
  align-items: center;
  border-bottom: .1rem solid #004795;
  color: #004795;
  display: flex;
  flex-direction: column;
  font-size: 2.3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(33/23);
  min-height: 11.5rem;
  padding: 1.5rem 0;
  text-align: left;
}
.three_columns li .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three_columns {
    flex-direction: column;
  }
  .three_columns li {
    width: auto;
  }
  .three_columns li + li {
    margin-top: 3rem;
  }
  .three_columns li .img {
    height: 67.3%;
  }
  .three_columns li .desc .ttl {
    font-size: 1.7rem;
    line-height: 1.3;
    min-height: unset;
    padding: 1.5rem 0;
  }
  .three_columns li .desc p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
/* ------------------------------------------
  画像＋テキスト 4カラム
------------------------------------------ */
.four_columns {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
}
.four_columns li {
  width: calc((100% - 15rem) / 4);
}
.four_columns li .img {
  flex-shrink: 0;
  height: 18rem;
  position: relative;
  width: 100%;
}
.four_columns li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.four_columns li .desc .ttl {
  align-items: center;
  border-bottom: .1rem solid #004795;
  color: #004795;
  display: flex;
  flex-direction: column;
  font-size: 2.3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(33/23);
  min-height: 8.5rem;
  padding: 1rem 0;
  text-align: center;
}
.four_columns li .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .four_columns {
    flex-direction: column;
  }
  .four_columns li {
    width: auto;
  }
  .four_columns li + li {
    margin-top: 3rem;
  }
  .four_columns li .img {
    height: 67.3%;
  }
  .four_columns li .desc .ttl {
    font-size: 1.7rem;
    min-height: unset;
    padding: 1.5rem 0;
  }
  .four_columns li .desc p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------
  before_after
------------------------------------------ */
.before_after {
  display: flex;
  justify-content: space-between;
}
.before_after li {
  position: relative;
  width: calc((100% - 10rem) / 2);
}
.before_after li .img {
  height: 37.5rem;
  width: 100%;
}
.before_after li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.before_after li .label {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 6rem;
  text-align: center;
}
.before_after li:first-child::after {
  background-image: url(../img/page/before_after_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10rem 5rem;
  content: '';
  display: block;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 10rem;
}
.before_after li:last-child .label {
  background-color: #004795;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .before_after {
    flex-direction: column;
  }
  .before_after li {
    width: auto;
  }
  .before_after li + li {
    margin-top: 8rem;
  }
  .before_after li .img {
    height: 67.3%;
  }
  .before_after li .label {
    font-size: 1.7rem;
    line-height: 4rem;
  }
  .before_after li:first-child::after {
    background-image: url(../img/page/before_after_arrow_sp.webp);
    background-size: contain;
    bottom: 0;
    content: '';
    height: 8rem;
    right: 50%;
    top: auto;
    transform: translate(50%, 100%);
    width: 4rem;
  }
  .before_after li:last-child .label {
    background-color: #004795;
    color: #fff;
  }
}
/* ------------------------------------------
  before_after02
------------------------------------------ */
.before_after02 {
  display: flex;
  justify-content: space-between;
}
.before_after02 li {
  position: relative;
  width: calc((100% - 12rem) / 3);
}
.before_after02 li .img {
  height: 24.4rem;
  width: 100%;
}
.before_after02 li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.before_after02 li .label {
  background-color: #004795;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 6rem;
  text-align: center;
}
.before_after02 li:not(:last-child)::after {
  background-image: url(../img/page/before_after02_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 5.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .before_after02 {
    flex-direction: column;
  }
  .before_after02 li {
    width: auto;
  }
  .before_after02 li + li {
    margin-top: 8rem;
  }
  .before_after02 li .img {
    height: 67.3%;
  }
  .before_after02 li .label {
    font-size: 1.7rem;
    line-height: 4rem;
  }
  .before_after02 li:not(:last-child)::after {
    background-image: url(../img/page/before_after_arrow_sp.webp);
    background-size: contain;
    bottom: 0;
    content: '';
    height: 8rem;
    right: 50%;
    top: auto;
    transform: translate(50%, 100%);
    width: 4rem;
  }
}
/* ------------------------------------------
  緑枠
------------------------------------------ */
.green_frame {
  display: flex;
  min-height: 51rem;
  margin-top: 6rem;
}
.green_frame .head {
  align-items: center;
  background-image: url(../img/page/green_frame_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(70/30);
  width: 51rem;
}
.green_frame .desc {
  background-color: #004795;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 4rem 5rem;
}
.green_frame .desc p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .green_frame {
    flex-direction: column;
    min-height: unset;
  }
  .green_frame .head {
    font-size: 2rem;
    line-height: 1.3;
    padding: 2rem;
    width: auto;
  }
  .green_frame .desc {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .green_frame .desc p + p {
    margin-top: 2rem;
  }
}
.green_font {
  color: #004795;
}
/* ------------------------------------------
  緑枠
------------------------------------------ */
.green_frame2 {
  display: flex;
  min-height: 51rem;
  margin-top: 6rem;
}
.green_frame2 .head {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(70/30);
  width: 51rem;
}
.green_frame2 a {
  color: #fff;
}
.green_frame2 .desc {
  background-color: #004795;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 4rem 5rem;
}
.green_frame2 .desc p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .green_frame2 {
    flex-direction: column;
    min-height: unset;
  }
  .green_frame2 .head {
    font-size: 2rem;
    line-height: 1.3;
    padding: 2rem;
    width: auto;
  }
  .green_frame2 .desc {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .green_frame2 .desc p + p {
    margin-top: 2rem;
  }
}
.green_font {
  color: #004795;
}
/* ------------------------------------------
  代表挨拶
------------------------------------------ */
.president_frame {
  display: flex;
  min-height: 51rem;
  margin-top: 0rem;
}
.president_frame .head {
  align-items: center;
  background-image: url("../img/page/noimg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(70/30);
  width: 51rem;
}
.president_frame .desc {
  background-color: #004795;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 4rem 5rem;
}
.president_frame .desc p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .president_frame {
    flex-direction: column;
    min-height: unset;
    margin-top: 0rem;
  }
  .president_frame .head {
    font-size: 2rem;
    line-height: 1.3;
    padding: 2rem;
    width: auto;
    height: 34rem;
  }
  .president_frame .desc {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .president_frame .desc p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  リクルート枠
------------------------------------------ */
.recruit_frame {
  display: flex;
  min-height: 51rem;
  margin-top: 6rem;
}
.recruit_frame .head {
  align-items: center;
  background-image: url(../img/page/recruit_frame_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(70/30);
  width: 51rem;
}
.recruit_frame .desc {
  background-color: #004795;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 4rem 5rem;
}
.recruit_frame .desc p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit_frame {
    flex-direction: column;
    min-height: unset;
  }
  .recruit_frame .head {
    font-size: 2rem;
    line-height: 1.3;
    padding: 2rem;
    width: auto;
    height: 34rem;
  }
  .recruit_frame .desc {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .recruit_frame .desc p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  よくある質問
------------------------------------------ */
.faq_head {
  align-items: center;
  display: flex;
}
.faq_head .img {
  border-right: #004795 .1rem solid;
  padding: 1.7rem 2.5rem 1.7rem 0;
  width: 17.7rem;
}
.block.faq .ttl_wrap {
  margin-left: 2.5rem;
  text-align: center;
  width: 19rem;
}
.block.faq .ttl_wrap .label {
  border: #004795 solid .1rem;
  color: #004795;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
}
.block.faq .ttl_wrap .label + .ttl {
  margin-top: 1.5rem;
}
.block.faq .ttl_wrap .ttl {
  color: #004795;
  font-size: 3.6rem;
  font-weight: bold;
}
/* faq_contents */
.block.faq .faq_contents {
  margin-top: 0rem;
}
.block.faq .faq_item {
  overflow: hidden;
}
.block.faq .faq_item + .faq_item {
  margin-top: 2.2rem;
}
.block.faq .faq_item .question {
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: calc(36/29);
}
.block.faq .faq_item .question span {
  align-items: left;
  background-color: #c0e1ff;
  background-image: url(../img/page/open_icon.webp);
  background-position: right 4.5rem center;
  background-repeat: no-repeat;
  background-size: 3.0rem 3.0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 6.5rem;
  padding: 1.5rem 12rem 1.5rem 4rem;
  transition: .3s ease;
  width: calc(100% - 12rem);
}
.block.faq .faq_item .question::before {
  background-color: #004795;
  background-image: url(../img/page/q_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
background-size: 2.2rem 2.2rem;
    content: '';
    flex-shrink: 0;
    height: 6.5rem;
    margin-right: .5rem;
    width: 6.5rem;
}
.block.faq .faq_item.open .question span {
  background-image: url(../img/page/close_icon.webp);
}
.block.faq .faq_item .answer {
  display: none;
}
.block.faq .faq_item .answer_inner {
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: .5rem;
  transition: .3s ease;
}
.block.faq .faq_item .answer_inner span {
  background-color: #f0eeed;
  padding: 3rem 4rem;
}
.block.faq .faq_item .answer_inner::before {
  background-color: #c0e1ff;
  background-image: url(../img/page/a_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    content: '';
    flex-shrink: 0;
    height: 6.5rem;
    margin-right: .5rem;
    width: 6.5rem;
}
.block.faq .faq_item.open .answer {
  display: block;
}
@media screen and (max-width: 767px) {
  .faq_head {
    justify-content: center;
  }
  .faq_head .img {
    padding: 1rem 1.5rem 1rem 0;
    width: 12rem;
  }
  .block.faq .ttl_wrap {
    margin-left: 1.5rem;
    width: 15rem;
  }
  .block.faq .ttl_wrap .label {
    color: #004795;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .block.faq .ttl_wrap .label + .ttl {
    margin-top: .6rem;
  }
  .block.faq .ttl_wrap .ttl {
    font-size: 2rem;
  }
  /* faq_contents */
  .block.faq .faq_contents {
    margin-top: 0rem;
  }
  .block.faq .faq_item + .faq_item {
    margin-top: 1.5rem;
  }
  .block.faq .faq_item .question {
    font-size: 2.9rem;
    letter-spacing: .1em;
    line-height: calc(36/29);
  }
  .block.faq .faq_item .question span {
    background-position: right .5rem top 1rem;
    background-size: 2rem 2rem;
    font-size: 1.4rem;
    min-height: unset;
    padding: 1rem 2.5rem 1rem 1rem;
    width: calc(100% - 4.5rem);
  }
  .block.faq .faq_item .question::before {
    background-size: 1.6rem 2rem;
    height: 4rem;
    width: 4rem;
  }
  .block.faq .faq_item .answer_inner span {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .block.faq .faq_item .answer_inner::before {
    background-size: 1.8rem 2rem;
    height: 4rem;
    width: 4rem;
  }
}
/* ------------------------------------------
  表
------------------------------------------ */
.block .table_wrap table {
  border-collapse: separate;
  border-spacing: .8rem;
  width: 100%;
}
.block .table_wrap table th {
  background-color: #004795;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  width: 23.5rem;
}
.block .table_wrap01 table {
  border-spacing: 1.5rem .8rem;
}
.table_wrap01 table th {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.3;
  padding: 2rem;
  width: 20%;
}
.table_wrap02 table th {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(28/18);
  padding: 3rem;
}
.block .table_wrap table td {
  background-color: #f0eeed;
  color: #000;
  padding: 3rem;
  vertical-align: middle;
font-weight: 500;
}
.table_wrap01 table td {
  font-size: 1.6rem;
  line-height: 1.3;
  width: 80%;
}
.table_wrap02 table td {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(28/18);
  white-space: nowrap;
}
.table_wrap02 table tr td {
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block .table_wrap {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .block .table_wrap table {
    border-spacing: .4rem;
    width: 100%;
  }
  .block .table_wrap table th {
    font-size: 1.3rem;
    padding: 1rem;
    text-align: left;
    white-space: nowrap;
    width: auto;
  }
  .block .table_wrap table td {
    font-size: 1.3rem;
    padding: 1rem;
    white-space: nowrap;
  }
}
/* ------------------------------------------
  表とフロー
------------------------------------------ */
.block.table_flow {
  background-color: #f3faff;
}
.block.table_flow .container {
  padding: 6rem 2rem;
}
.block.table_flow table td {
  background-color: #fff;
}
.block.table_flow .flow {
  margin-top: 3rem;
}
.block.table_flow .flow li {
  background-color: #fff;
  color: #004795;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 8.8rem;
  position: relative;
  text-align: center;
}
.block.table_flow .flow li::after {
  background-image: url(../img/page/flow_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 8rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 5.5rem;
}
.block.table_flow .flow li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .block.table_flow .container {
    padding: 7rem 2rem;
  }
  .block.table_flow .flow {
    margin-top: 7rem;
  }
  .block.table_flow .flow li {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 1rem;
  }
  .block.table_flow .flow li::after {
    bottom: 0;
    content: '';
    display: block;
    height: 4rem;
    left: 50%;
    position: absolute;
    width: 2.7rem;
  }
  .block.table_flow .flow li + li {
    margin-top: 4rem;
  }
}
.privacy-policy {
  max-width: 124rem;
  margin: 5rem auto;
  padding: 3rem; /* 内側に15pxのパディング */
  background-color: #f9f9f9; /* 背景色 */
  border: 1px solid #ccc; /* 境界線 */
  height: 400px; /* 高さを400pxに設定 */
  overflow-y: auto; /* 縦方向にスクロールバーを表示 */
}
.link01 {
  font-size: 2.0rem;
  color: #004795;
  font-weight: bold;
}
/* ------------------------------------------
  sec01
------------------------------------------ */
.sec01 .container {
padding: 2.5rem 2rem 9rem;
  max-width: 120rem;
}
.sec01 .top {
  margin-left: auto;
}
.sec01 .top img {
  width: 70%;
  margin: 0 auto;
}
.sec01 .top .bold_text {
  font-weight: bold;
  font-size: 5.4rem;
  line-height: calc(80/54);
  letter-spacing: .07em;
  color: #343434;
}
.sec01 .top .top_desc {
  margin-top: 5rem;
}
.sec01 .top .top_desc p {
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #343434;
}
.sec01 .top .top_desc p + p {
  margin-top: 3rem;
}
.sec01 .bottom {
  display: flex;
  margin-top: 10rem;
}
.sec01 .bottom .news_head {
  width: 24.3rem;
  height: 24.3rem;
  background-color: #014a96;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 8.2rem;
  flex-shrink: 0;
}
.sec01 .bottom .news_head .en {
  width: 13.1rem;
}
.sec01 .bottom .news_head .ja {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: bold;
}
.sec01 .bottom .news_contents {
  width: 98%;
}
.sec01 .bottom .news_list_row {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #014a96;
  border-top: .025rem solid #014a96;
  padding: 1.5rem 2rem;
}
.sec01 .bottom .news_list_row:last-of-type {
  border-bottom: .025rem solid #000;
}
.sec01 .bottom .news_list_row .date {
  font-weight: 500;
  margin-right: 5rem;
}
.sec01 .bottom .news_page_link {
  margin-left: auto;
  margin-top: 2rem;
  padding-left: 3rem;
  background-image: url(../img/common/arrow_gr.webp);
  color: #014a96;
}
@media screen and (max-width: 767px) {
  .sec01 .top img {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .container {
    padding: 3rem 2rem 7rem;
    max-width: unset;
  }
  .sec01 .top {
    width: auto;
    margin-left: 0;
  }
  .sec01 .top .bold_text {
    font-size: 3rem;
  }
  .sec01 .top .top_desc {
    margin-top: 3rem;
  }
  .sec01 .top .top_desc p {
    font-size: 1.6rem;
  }
  .sec01 .top .top_desc p + p {
    margin-top: 2rem;
  }
  .sec01 .bottom {
    flex-direction: column;
    margin-top: 1rem;
  }
  .sec01 .bottom .news_head {
    width: 12rem;
    height: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .sec01 .bottom .news_head .en {
    width: 9.5rem;
  }
  .sec01 .bottom .news_head .ja {
    margin-top: 1rem;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .sec01 .bottom .news_contents {
    width: auto;
    margin-top: 3rem;
  }
  .sec01 .bottom .news_list_row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  .sec01 .bottom .news_list_row .date {
    margin-right: 5rem;
  }
  .sec01 .bottom .news_list_row .ttl {
    font-size: 1.6rem;
    margin-top: .7rem;
  }
  .sec01 .bottom .news_page_link {
    margin-left: 0;
    margin-top: 5rem;
    padding-left: 2rem;
  }
}
/