@charset "UTF-8";
/* 共通 */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.wrap_800 {
  width: 800px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 1279px) {
  .wrap_800 {
    width: 89.33%;
    margin-top: 80px;
  }
}

.wrap_72 {
  width: 72.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .wrap_72 {
    width: 84%;
  }
}

.wrap_85 {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .wrap_85 {
    width: 89.33%;
  }
}

.wrap_92 {
  width: 92.5%;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .wrap_92 {
    width: 94.66%;
  }
}

/* 見出し */
.title h2 span {
  display: block;
}
.title h2 .en {
  color: #0b318f;
  font-size: 72px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1279px) {
  .title h2 .en {
    font-size: 42px;
  }
}
.title h2 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .title h2 .jp {
    font-size: 18px;
  }
}
.title .txt {
  margin-top: 50px;
}
.title .txt p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 1279px) {
  .title .txt p {
    font-size: 18px;
  }
}

.button {
  width: 100%;
  height: 100%;
  max-width: 246px;
  margin-top: 50px;
}
@media only screen and (max-width: 1279px) {
  .button {
    margin-top: 40px;
  }
}

.button a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  padding: 16px 0 16px 35px;
  background: #0b318f;
  border-radius: 9999px;
  position: relative;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border: solid 1px #fff;
}

.button a:hover {
  background: #fff;
  color: #0b318f;
  border: solid 1px #0b318f;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(0%);
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(../media/images/common/arrow-white-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.button a:hover:after {
  transition: 0.3s ease-in-out;
  background-image: url(../media/images/common/arrow-blue-01.svg);
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .none_767 {
    display: none;
  }
}

/* サイドのCV */
.side {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .side {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .side ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.side ul li {
  width: 80px;
  height: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .side ul li {
    width: 50%;
    height: 50px;
  }
}
.side ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.side ul li a:hover {
  opacity: 0.8;
}
.side ul li a .item {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .side ul li a .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.side ul li a .item h2 {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .side ul li a .item h2 {
    margin-top: 0;
    margin-left: 5px;
  }
}
.side ul .cont {
  background-color: #0b318f;
  border-radius: 8px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .side ul .cont {
    border-radius: 0;
  }
}
.side ul .cont img {
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .side ul .cont img {
    margin: 0;
  }
}
.side ul .ent {
  border-radius: 0 0 0 8px;
  background-color: #1e50b3;
}
@media only screen and (max-width: 767px) {
  .side ul .ent {
    border-radius: 0;
  }
}
.side ul .ent img {
  width: 24px;
  height: 21px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .side ul .ent img {
    margin: 0;
  }
}

.c-pagetop {
  display: block;
  width: 40px;
  /* 画像の幅に合わせて調整 */
  height: 40px;
  /* 画像の高さに合わせて調整 */
  background-image: url(../media/images/common/page-top.webp);
  background-size: contain;
  /* 画像が要素内に収まるように */
  background-repeat: no-repeat;
  position: fixed;
  /* 画面の固定位置 */
  bottom: 50px;
  /* 下からの距離 */
  right: 20px;
  /* 右からの距離 */
  cursor: pointer;
  /* カーソルをポインタに */
  z-index: 1000;
  /* 他の要素の上に表示 */
  opacity: 0;
  /* 初期は透明 */
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  /* トランジション */
}
@media only screen and (max-width: 767px) {
  .c-pagetop {
    bottom: 60px;
  }
}

.c-pagetop.visible {
  opacity: 1;
  /* 表示状態 */
}

/* ページ内リンク */
.links {
  margin-top: 60px;
}
.links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.links ul li:nth-child(n + 2) {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .links ul li:nth-child(n + 2) {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .links ul li {
    width: 100%;
  }
}
.links ul li a {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  border-radius: 9999px;
  background-color: #0b318f;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* メガメニューの初期スタイル */
.mega-menu {
  display: none;
  /* デフォルトで非表示 */
  position: absolute;
  /* 親要素に絶対配置 */
  top: 100%;
  /* 親メニューの下に配置 */
  left: 0;
  background-color: #fff;
  /* メガメニューの背景色 */
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* 影を追加 */
  z-index: 999;
  /* 他の要素より前面に配置 */
  width: 100vw;
  /* 画面全体の幅 */
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateY(10px);
  /* 少し下に配置しておく */
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  /* アニメーションの設定 */
}

/* メガメニューの初期スタイル */
.mega-menu {
  display: none;
  /* 初期は非表示 */
  background-color: #fff;
  /* メニューの背景色 */
  padding: 60px 0 60px 80px;
  /* 影を追加 */
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateY(10px);
  /* アニメーションのため少し下に配置 */
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  /* アニメーション */
}
.mega-menu .mega_wrap {
  display: flex;
  align-items: center;
}
.mega-menu .mega_wrap .mega_title {
  position: relative;
}
.mega-menu .mega_wrap .mega_title a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.mega-menu .mega_wrap .mega_title a:hover {
  opacity: 0.8;
}
.mega-menu .mega_wrap .mega_title a .en {
  font-size: 36px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
  color: #0b318f;
  display: flex;
  align-items: center;
}
.mega-menu .mega_wrap .mega_title a .en img {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: inline-block;
}
.mega-menu .mega_wrap .mega_title a .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
.mega-menu .mega_wrap {
  /* メガメニューリスト */
}
.mega-menu .mega_wrap .mega-menu__list {
  display: flex;
  align-items: flex-start;
  list-style: none;
  width: 62%;
  margin-left: calc(13.54% - 62px);
}
.mega-menu .mega_wrap .mega-menu__list li {
  width: calc(100% - 3px);
}
.mega-menu .mega_wrap .mega-menu__list li:nth-child(n + 2) {
  margin-left: 4px;
}
.mega-menu .mega_wrap .mega-menu__list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.mega-menu .mega_wrap .mega-menu__list li a:hover {
  opacity: 0.8;
}
.mega-menu .mega_wrap .mega-menu__list li a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.mega-menu .mega_wrap .mega-menu__list li a span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

/*@mixin rem($fontsize) {
  font-size: $fontsize + px;
  //font-size: ($size / 10) + rem;
  font-size: math.div($fontsize, 10) + rem;
}*/
/*                共通
======================================================= */
/*                reset
======================================================= */
body {
  color: #000000;
  background: #fff;
  -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  table,
  th,
  td,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  form,
  p {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  letter-spacing: 0.06em;
  color: #000000;
  text-decoration: none;
}

/*                html
======================================================= */
html.is-spmenu-open {
  overflow: hidden;
}

/*                leyout
======================================================= */
.l-section {
  padding: 0 50px;
}
@media only screen and (max-width: 1023px) {
  .l-section {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section {
    padding: 0 20px;
  }
}
.l-section--rightside {
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 1023px) {
  .l-section--rightside {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-section--rightside {
    margin: 0 10px 0 0;
  }
}

.l-section__inr {
  padding: 0 50px;
}
@media only screen and (max-width: 1023px) {
  .l-section__inr {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section__inr {
    padding: 0 25px;
  }
}
.l-section__inr--rightside {
  margin: 0 50px 0 0;
  padding: 0 50px 0 100px;
}
@media only screen and (max-width: 1023px) {
  .l-section__inr--rightside {
    margin: 0 30px 0 0;
    padding: 0 30px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section__inr--rightside {
    margin: 0 10px 0 0;
    padding: 0 35px 0 45px;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.text_center,
.aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family:
    "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    serif;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                リスト
======================================================= */
/*                sp_menu
======================================================= */
.is-spmenu-open .l-hd-spmenu-btn .--border01 {
  transform: translateY(6px) rotate(45deg);
}
.is-spmenu-open .l-hd-spmenu-btn .--border02 {
  display: none;
}
.is-spmenu-open .l-hd-spmenu-btn .--border03 {
  transform: translateY(-6px) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .p-sp-menu {
    display: none;
  }
}
.p-sp-menu {
  visibility: hidden;
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 64px);
}
.is-spmenu-open .p-sp-menu {
  visibility: visible;
  opacity: 1;
}
.p-sp-menu__wrap {
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  padding: 20px;
}
.p-sp-menu__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 35px 0 0;
}
.p-sp-menu__item {
  width: 100%;
}
.p-sp-menu__item::before {
  content: none;
}
.p-sp-menu__item + .p-sp-menu__item {
  margin-top: 14px;
}
.p-sp-menu__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.p-sp-menu__link .jp {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1;
}
.p-sp-menu__link .en {
  font-size: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0b318f;
}
.p-sp-menu__link.--sub {
  padding-left: 13px;
  font-size: 12px;
  font-weight: 500;
}
.p-sp-menu__link.--sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #fff;
}
.p-sp-menu__link.--sub:nth-child(2) {
  margin-left: 30px;
}
.p-sp-menu__link.--sub + .--sub {
  margin-left: 20px;
}

.p-sp-menu__wrap #sp_menu_area {
  padding: 0 26px;
}

.acordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  /* 初期状態（回転なし） */
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid #0b318f;
  border-bottom: 0;
  transition: transform 0.3s ease;
  /* 回転アニメーション */
}

/* アコーディオンが開かれたときに三角形を反転（上向きにする） */
.acordion-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
  /* 180度回転して三角形を反転 */
}

.is-open li:first-child {
  margin-top: -17px;
}
.is-open li:last-child {
  padding-bottom: 20px;
}

.acordion > .acordion__item {
  position: relative;
  text-align: left;
  width: 100%;
  /* 閉じている状態 */
  line-height: 0;
  /* 閉じるアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item {
  /* 開くアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item:first-child {
  border-top: none;
}

.acordion > .acordion__item > .acordion__link {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  padding-left: 4%;
  /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out,
    line-height 0.3s ease-out,
    opacity 0s linear,
    visibility 0.1s linear;
}

.acordion.is-open > .acordion__item > .acordion__link {
  display: block;
  padding-left: 4%;
  /* 開いている状態 */
  margin-top: 30px;
  line-height: 1;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out,
    line-height 0.3s ease-out,
    opacity 0.1s linear,
    visibility 0.1s linear;
}

/*                見出し
======================================================= */
.c-ttl-cont + .c-txt-cont {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-ttl-cont + .c-txt-cont {
    margin-top: 40px;
  }
}

.c-ttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-ttl {
    font-size: 24px;
  }
}
.c-ttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #182c51;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-ttl.--l {
  text-align: left;
}
.c-ttl.--l::after {
  left: 4px;
  transform: none;
}

.c-headline--en__en {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #5f7b2c;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .c-headline--en__en {
    font-size: 14px;
  }
}
.c-headline--en__ja {
  font-size: 37px;
  font-weight: 700;
  color: #000000;
  margin-top: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-headline--en__ja {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja {
    font-size: 26px;
    margin-top: 8px;
  }
}
.c-headline--en__ja.column {
  width: calc(100% - 210px);
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja.column {
    width: calc(100% - 165px);
  }
}
.c-headline--en__ja.company {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja.company {
    width: 100%;
  }
}
.c-headline--en.l-lower {
  padding: 47px 0 70px;
}
@media only screen and (max-width: 1023px) {
  .c-headline--en.l-lower {
    padding: 35px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline--en.l-lower {
    padding: 25px 0 35px;
  }
}
.c-headline--en.l-lower .c-headline--en__en,
.c-headline--en.l-lower .c-headline--en__ja {
  text-align: center;
}

/*                本文テキスト
======================================================= */
.c-section_text {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  line-height: 2.5;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .c-section_text {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}

.u-link_btn {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.u-link_btn:link {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .u-link_btn:link {
    transition: all 0.85s;
  }
  .u-link_btn:hover {
    background: #fc4e01;
    color: #fff;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 767px) {
  .u-link_btn {
    height: 80px;
  }
}

/*                Utility
======================================================= */
.u-ilb {
  display: inline-block;
}

.u-sp_br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp_br {
    display: block;
  }
}

.u-sp-only_br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .u-sp-only_br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp_br-none {
    display: none;
  }
}

.u-block {
  display: block;
}

.u-ilb {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-center {
  margin: 0 auto;
}

.u-text--center {
  text-align: center;
}

.u-bg--white {
  background-color: #fff;
}

.u-bg--gray {
  background-color: #393939;
}

.u-bg--green {
  background-color: #5f7b2c;
}

.u-radius--15 {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .u-radius--15 {
    border-radius: 10px;
  }
}

.u-radius--15--rightside {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .u-radius--15--rightside {
    border-radius: 0 10px 10px 0;
  }
}

.u-margin--0 {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .u-sp-lineheight {
    line-height: 1.6;
  }
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image,
.detail_cont_area > .wp-block-media-text,
.detail_cont_area > .wp-block-audio,
.detail_cont_area > .block-editor-block-list__layout,
.detail_cont_area > .wp-block-button,
.detail_cont_area > .wp-block-button__link,
.detail_cont_area > .wp-block-code,
.detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 600px) {
  .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}

/*                footer
======================================================= */
/* 会社案内とお問い合わせ */
.comp_cont {
  width: 100%;
  margin-top: 213px;
}
@media only screen and (max-width: 1279px) {
  .comp_cont {
    margin-top: 60px;
  }
}
.comp_cont .flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex {
    flex-wrap: wrap;
  }
}
.comp_cont .flex .company img {
  width: 100%;
  height: 100%;
  border-radius: 24px 0 0 24px;
  aspect-ratio: 409/250;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .company img {
    border-radius: 12px;
  }
}
.comp_cont .flex .contact img {
  width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
  aspect-ratio: 409/250;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .contact img {
    border-radius: 12px;
    margin-top: 3px;
  }
}
.comp_cont .flex .item {
  width: calc(50% - 2px);
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .item {
    width: 100%;
  }
}
.comp_cont .flex .item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.comp_cont .flex .item a:hover {
  opacity: 0.8;
}
.comp_cont .flex .item a h3 {
  position: absolute;
  top: 50%;
  left: 12.2%;
  transform: translateY(-50%) translateX(0%);
  color: #fff;
}
.comp_cont .flex .item a h3 .en {
  font-size: 72px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .item a h3 .en {
    font-size: 42px;
  }
}
.comp_cont .flex .item a h3 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .item a h3 .jp {
    font-size: 18px;
  }
}
.comp_cont .flex .item a h3 .jp:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%) translateX(0%);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../media/images/common/back_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1279px) {
  .comp_cont .flex .item a h3 .jp:after {
    right: -40px;
    width: 20px;
    height: 20px;
  }
}

/* logo */
.logo_area {
  margin-top: 140px;
}
@media only screen and (max-width: 1279px) {
  .logo_area {
    margin-top: 60px;
  }
}
.logo_area ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media only screen and (max-width: 1279px) {
  .logo_area ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
.logo_area ul li {
  background-color: #fff;
  aspect-ratio: 11/3.33;
}
.logo_area ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.logo_area ul li a:hover {
  opacity: 0.8;
}
.logo_area ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  width: 100%;
  height: 100%;
  padding: 80px 180px;
  margin-top: 140px;
  background-image: url(../media/images/common/footer-bg.webp);
  background-size: cover;
}
@media only screen and (max-width: 1279px) {
  footer {
    padding: 60px 20px;
    margin-top: 60px;
  }
}
footer .area .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  footer .area .flex {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .area .flex ul {
    width: 50%;
  }
  footer .area .flex ul:nth-child(n + 3) {
    margin-top: 20px;
  }
}
footer .area .flex ul .tit {
  list-style: none;
  color: #fff;
}
footer .area .flex ul .tit .en {
  font-size: 21px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
footer .area .flex ul .tit .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
footer .area .flex ul .tit .jp a {
  font-size: 16px;
  padding-left: 0;
}
footer .area .flex ul .tit .jp a::after {
  content: none;
}
footer .area .flex ul li {
  line-height: 1;
}
footer .area .flex ul li:nth-child(2) {
  margin-top: 16px;
}
footer .area .flex ul li a {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 10px;
  padding-left: 15px;
  transition: 0.3s ease-in-out;
}
footer .area .flex ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  footer .area .flex ul li a {
    padding-left: 12x;
    margin-top: 10px;
    display: block;
  }
}
footer .area .flex ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  width: 5px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .area .flex ul li a:after {
    width: 3px;
  }
}
footer .flex2 {
  margin-top: 40px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .flex2 {
    flex-wrap: wrap;
  }
}
footer .flex2 .logo {
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  footer .flex2 .logo {
    align-items: flex-start;
    width: 100%;
  }
}
footer .flex2 .logo a {
  transition: 0.3s ease-in-out;
}
footer .flex2 .logo a:hover {
  opacity: 0.8;
}
footer .flex2 .logo a img {
  width: 150px;
  height: 75px;
}
footer .flex2 .logo address {
  font-size: 13px;
  margin-left: 40px;
  font-style: normal;
  border-style: none;
}
@media only screen and (max-width: 767px) {
  footer .flex2 .logo address {
    line-height: 1.75;
  }
}
footer .flex2 .logo address a {
  color: #fff;
  transition: 0.3s ease-in-out;
  border-style: none;
}
footer .flex2 .logo address a:hover {
  opacity: 0.8;
}
footer .flex2 small {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  footer .flex2 small {
    margin-top: 26px;
  }
}

/*  　　　　　　　　　追従ボタン
===================================================== */
.l-wrap {
  position: relative;
}

.c-contact-btn {
  transition: 0.5s;
  background-color: #000000;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  z-index: 999;
  transition: 0.5s;
}
.c-contact-btn.bottom {
  content: "";
  right: 10px;
  bottom: 0px;
}

.c-contact-btn__inr {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 43px;
  display: block;
  height: 100%;
}
.c-contact-btn__inr::before {
  position: absolute;
  content: "";
  mask: url(/wp-content/themes/edopon-theme/edopon-assets/media/images/common/icon_mail.svg)
    no-repeat center/contain;
  background-color: #fff;
  top: 27px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
}

/*                c
======================================================= */
.c-width {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-width.--1000 {
  max-width: 1100px;
}
.c-width.--900 {
  max-width: 900px;
}

.c-sec {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 767px) {
  .c-sec {
    padding: 60px 0 60px;
  }
}
.c-sec.--pt0 {
  padding-top: 0;
}
.c-sec.--pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt60 {
    padding-top: 40px;
  }
}
.c-sec.--pb0 {
  padding-bottom: 0px;
}
.c-sec.--pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb60 {
    padding-bottom: 40px;
  }
}
.c-sec.--60 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--60 {
    padding: 40px 0;
  }
}

.c-bg {
  background-color: #fff;
}
.c-bg.--lgray {
  background-color: #f3f4f6;
}

.c-linkbtn {
  overflow: hidden;
}
.c-linkbtn__link {
  position: relative;
  display: inline-block;
  border: 1px solid #182c51;
  background-color: #fff;
  overflow: hidden;
  max-width: 250px;
  width: 100%;
  height: 54px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .c-linkbtn__link {
    max-width: 335px;
  }
}
.c-linkbtn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: rgba(24, 44, 81, 0.2) transparent transparent transparent;
  transition: 0.5s;
}
.c-linkbtn__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent rgba(24, 44, 81, 0.2) transparent;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn__link:hover::before {
    border-width: 294px 294px 0 0;
  }
  .c-linkbtn__link:hover::after {
    border-width: 0 0 294px 294px;
  }
}
.c-linkbtn__txt {
  position: relative;
  z-index: 3;
  color: #182c51;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
}
@media only screen and (max-width: 767px) {
  .c-linkbtn__txt {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn__txt:hover {
    cursor: pointer;
  }
}

.c-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media only screen and (max-width: 1023px) {
  .c-archive__list {
    gap: 60px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__list {
    flex-direction: column;
    gap: 30px 15px;
  }
}
.c-archive__item {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 1023px) {
  .c-archive__item {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .c-archive__link:hover .c-archive__img {
    transform: scale(1.1);
  }
}
.c-archive__img-cont {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 380/236;
}
.c-archive__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s transform;
}
.c-archive__ttl-cont {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .c-archive__ttl-cont {
    margin-top: 20px;
  }
}
.c-archive__ttl {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .c-archive__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__ttl {
    font-size: 16px;
  }
}
.c-archive__date-cont {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.c-archive__date {
  font-size: 14px;
  font-weight: 700;
  color: #ccc;
}
.c-archive__cat {
  margin-left: 10px;
  background-color: #182c51;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 1px 9px 0;
}
.c-archive__more-cont {
  margin-top: 70px;
  text-align: center;
}

.p-contact {
  height: 350px;
  background: url("/wp-content/themes/edopon-theme/edopon-assets/images/home/home-contact.jpg")
    center/cover no-repeat;
  border-radius: 10px;
  position: relative;
  padding: 95px 30px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    height: 440px;
    padding: 150px 20px 20px;
  }
}
.p-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  z-index: 1;
}
.p-contact__txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-contact__txt {
    font-size: 18px;
  }
}
.p-contact__btn {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 30px;
  }
}
.p-contact__link {
  background-color: transparent;
  border: 1px solid #fff;
}
.p-contact__link::before {
  border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
}
.p-contact__link::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
}
.p-contact__link-txt {
  color: #fff;
}
.p-contact__scrolltxt-cont {
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-contact__scrolltxt-inr {
  position: absolute;
  bottom: -14px;
  left: 0;
  overflow: hidden;
  display: flex;
}
.p-contact__scrolltxt-list {
  animation: scrollText 20s linear infinite;
}
.p-contact__scrolltxt-item {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0.5;
  white-space: nowrap;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*                pageTop
======================================================= */
.u-offset {
  padding-top: 100px !important;
  margin-top: -100px !important;
}
@media only screen and (max-width: 767px) {
  .u-offset {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}

.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

#pagetop {
  z-index: 999;
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                下層共通
======================================================= */
.c-lower-ttl-cont {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl-cont {
    margin-top: 40px;
  }
}
.c-lower-ttl-cont.--list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-lower-ttl-cont.--list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-lower-ttl {
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 31px;
  }
}
.c-lower-ttl__list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-lower-ttl__list {
    margin-left: 0;
  }
}
.c-lower-ttl__item {
  position: relative;
  font-weight: 700;
  color: #182c51;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  transition: 0.5s opacity;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-lower-ttl__item:hover {
    opacity: 0.7;
  }
}
.c-lower-ttl__item::before {
  content: "";
  position: absolute;
  top: 7.3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #182c51 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item::before {
    top: 5.7px;
  }
}

.c-lower-top-sec {
  padding: 30px 0 100px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .c-lower-top-sec {
    padding: 30px 0 50px;
  }
}
.c-lower-top-sec.--single {
  padding-bottom: 60px;
}

.c-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 16px;
  }
}
.c-txt__span {
  display: block;
}

.c-txt + .c-txt {
  margin-top: 2em;
}

.c-dot-list__item {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item {
    font-size: 16px;
  }
}
.c-dot-list__item::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 4px;
  height: 4px;
  top: 17px;
  left: 8px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item::before {
    top: 13px;
    left: 6px;
  }
}

.lower_kv {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 1279px) {
  .lower_kv {
    padding: 50px 0 30px;
    margin-top: 80px;
  }
}
.lower_kv h1 span {
  display: block;
}
.lower_kv h1 .en {
  font-size: 90px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0b318f;
}
@media only screen and (max-width: 1279px) {
  .lower_kv h1 .en {
    font-size: 40px;
  }
}
.lower_kv h1 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  .lower_kv h1 .jp {
    font-size: 18px;
    margin-top: 4px;
  }
}

/*                pankuzu
======================================================= */
.c-bread__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.c-bread__list::-webkit-scrollbar {
  height: 10px;
}
.c-bread__list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}
.c-bread__list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.c-bread__item {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 10px;
  line-height: 1;
}
.c-bread__item img {
  width: 16px;
  height: 14px;
}
.c-bread__item::before {
  content: none;
}
.c-bread__item:last-child {
  color: #000;
}
.c-bread__link {
  position: relative;
  transition: 0.5s color;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .c-bread__link:hover {
    opacity: 0.8;
  }
}
.c-bread__item + .c-bread__item {
  padding-left: 20px;
  margin-top: 0px;
}
.c-bread__item + .c-bread__item:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

/*                content
======================================================= */
.cv {
  width: 100%;
  aspect-ratio: 1640/326;
  background-color: #1e50b3;
  border-radius: 26px;
  margin-top: 76px;
}
@media only screen and (max-width: 1279px) {
  .cv {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cv {
    margin-top: 50px;
    aspect-ratio: 315/326;
  }
}
.cv a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.cv a:hover {
  opacity: 0.8;
}
.cv a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv a .txt h2 {
  color: #fff;
}
.cv a .txt h2 span {
  display: block;
  text-align: center;
}
.cv a .txt h2 .en {
  font-size: 72px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1279px) {
  .cv a .txt h2 .en {
    font-size: 48px;
  }
}
.cv a .txt h2 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
.cv a .txt h2 .jp:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../media/images/common/back_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1279px) {
  .cv a .txt h2 .jp:after {
    width: 20px;
    height: 20px;
    top: calc(50% + 1px);
    right: 30px;
  }
}
@media only screen and (max-width: 1279px) {
  .cv a .txt h2 .jp {
    font-size: 18px;
  }
}

.shoosoku2 .flex50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 156px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 {
    margin-top: 70px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.shoosoku2 .flex50 .txt {
  width: 46.35%;
  padding-left: 3.65%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.shoosoku2 .flex50 .txt:nth-child(n + 2) {
  padding-right: 3.65%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .txt:nth-child(n + 2) {
    padding-right: 0;
    margin-top: 0;
  }
}
.shoosoku2 .flex50 .txt h2 {
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .txt h2 {
    font-size: 18px;
  }
}
.shoosoku2 .flex50 .txt h2 .q {
  font-size: 30px;
  font-weight: 400;
  color: #0b318f;
  margin-right: 10px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .txt h2 .q {
    font-size: 21px;
  }
}
.shoosoku2 .flex50 .txt p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-top: 25px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .txt p {
    font-size: 16px;
    margin-top: 7px;
  }
}
.shoosoku2 .flex50 .img {
  width: 46.35%;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .img {
    width: 100%;
  }
}
.shoosoku2 .flex50 .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.shoosoku2 .flex50 .img img.inst {
  width: 50%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shoosoku2 .flex50 .mv2 {
  width: 46.35%;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .flex50 .mv2 {
    width: 100%;
  }
}
.shoosoku2 .flex50 .mv2 .youtube-short-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9/16;
  margin: 0 auto;
  overflow: hidden;
}
.shoosoku2 .flex50 .mv2 .youtube-short-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.shoosoku2 .flex50 .mv2 .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.shoosoku2 .reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .reverse {
    flex-direction: column-reverse;
  }
}
.shoosoku2 .reverse .txt {
  padding-left: 0;
  padding-right: 4.26%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku2 .reverse .txt {
    padding-right: 0;
  }
}
.shoosoku2 .reverse .img {
  margin-left: 0;
  margin-right: auto;
}
.shoosoku2 .reverse .txt {
  margin-left: 0;
  margin-right: auto;
}
.shoosoku2 .reverse .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.shoosoku {
  overflow: hidden;
}
.shoosoku .content .flex {
  display: flex;
  align-items: center;
  margin-top: 115px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex {
    margin-top: 70px;
    flex-wrap: wrap;
  }
}
.shoosoku .content .flex:nth-child(2) {
  margin-top: 160px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex:nth-child(2) {
    margin-top: 60px;
  }
}
.shoosoku .content .flex .txt {
  width: 34.1%;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt h2 {
    margin-top: 35px;
  }
}
.shoosoku .content .flex .txt h2 span {
  display: block;
}
.shoosoku .content .flex .txt h2 .en {
  font-size: 72px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0b318f;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt h2 .en {
    font-size: 42px;
  }
}
.shoosoku .content .flex .txt h2 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: -4px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt h2 .jp {
    font-size: 16px;
    margin-top: 10px;
  }
}
.shoosoku .content .flex .txt h2 img {
  display: block;
  width: 80%;
  max-width: 300px;
  margin-bottom: 1rem;
}
.shoosoku .content .flex .txt h3 {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0b318f;
  margin-top: 45px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt h3 {
    font-size: 24px;
    margin-top: 33px;
  }
}
.shoosoku .content .flex .txt p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 44px;
  line-height: 2;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt p {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .txt.event {
    margin-bottom: 25px;
  }
}
.shoosoku .content .flex .img {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 130px;
  aspect-ratio: 1080/607;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .img {
    flex: auto;
    width: 95vw;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    overflow: hidden;
  }
}
.shoosoku .content .flex .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1080/607;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.shoosoku .content .flex .img .ssk2 {
  height: auto;
  aspect-ratio: 1440/451;
}
.shoosoku .content .flex .img2 {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 140px;
  aspect-ratio: 1080/607;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .img2 {
    flex: auto;
    width: 95vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}
.shoosoku .content .flex .img2 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1080/607;
  object-fit: cover;
  border-radius: 0 12px 12px 0;
}
.shoosoku .content .flex .img2 .ssk1 {
  height: auto;
  aspect-ratio: 1440/486;
}
.shoosoku .content .flex .mv {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 130px;
  aspect-ratio: 1120/630;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .flex .mv {
    flex: auto;
    width: 95vw;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    overflow: hidden;
  }
}
.shoosoku .content .flex .mv .yt-wrapper {
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.shoosoku .content .flex .mv .yt-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.shoosoku .content .flex .mv .yt-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  display: block;
  border-radius: 12px 0 0 12px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content .reverse {
    flex-direction: column-reverse;
  }
}
.shoosoku .description h2 {
  margin-top: 155px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description h2 {
    margin-top: 140px;
  }
}
.shoosoku .description h2 span {
  display: block;
}
.shoosoku .description h2 .en {
  font-size: 72px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0b318f;
  margin-top: -18px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description h2 .en {
    font-size: 42px;
    margin-top: -18px;
  }
}
.shoosoku .description h2 .jp {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: -4px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description h2 .jp {
    font-size: 16px;
    margin-top: 10px;
  }
}
.shoosoku .description .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex {
    flex-wrap: wrap;
    margin-top: 38px;
  }
}
.shoosoku .description .flex .tit {
  width: 20%;
  position: sticky;
  top: 170px;
  /* 170px下に固定 */
  background-color: white;
  z-index: 1;
  padding: 10px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .tit {
    width: 100%;
    position: static;
    /* 固定解除 */
    top: auto;
  }
}
.shoosoku .description .flex .tit li {
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.shoosoku .description .flex .tit li:nth-child(n + 2) {
  margin-top: 10px;
}
.shoosoku .description .flex .tit li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  width: 5px;
  height: 1px;
  background-color: #000;
  display: inline-block;
}
.shoosoku .description .flex .tit li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.shoosoku .description .flex .tit li a:hover {
  opacity: 0.8;
}
.shoosoku .description .flex .tit li a span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.shoosoku .description .flex .list {
  width: calc(80% - 70px);
  margin-left: 70px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.shoosoku .description .flex .list li {
  width: 100%;
  position: relative;
}
.shoosoku .description .flex .list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 77.5%;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li:after {
    width: 100%;
  }
}
.shoosoku .description .flex .list li:nth-child(n + 2) {
  margin-top: 60px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li:nth-child(n + 2) {
    margin-top: 50px;
  }
}
.shoosoku .description .flex .list li h3 {
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 15px;
  background-color: #0b318f;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li h3 {
    font-size: 16px;
    padding: 20px 15px;
  }
}
.shoosoku .description .flex .list li dl {
  width: 100%;
  display: flex;
  margin-top: 57px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li dl {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.shoosoku .description .flex .list li dl:nth-child(n + 3) {
  margin-top: 0;
}
.shoosoku .description .flex .list li dt {
  width: 22.5%;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 22px 10px;
  background-color: #f2f2f2;
  margin-top: 1px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li dt {
    width: 100%;
    font-size: 18px;
    padding: 15px 10px;
    display: block;
    margin-top: 0;
  }
}
.shoosoku .description .flex .list li dd {
  width: 77.5%;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 22px 10px;
  border-top: solid 1px #ccc;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list li dd {
    width: 100%;
    font-size: 18px;
    padding: 15px 10px;
    display: block;
    border-top: none;
  }
}
.shoosoku .description .flex .list li img {
  width: 100%;
  border-radius: 12px;
}
.shoosoku .description .flex .list.result dt {
  width: 46%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list.result dt {
    width: 100%;
  }
}
.shoosoku .description .flex .list.result dd {
  width: 54%;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .description .flex .list.result dd {
    width: 100%;
  }
}
.shoosoku .content2 {
  margin-top: 115px;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content2 {
    margin-top: 70px;
  }
}
.shoosoku .content2:last-child {
  margin-bottom: 70px;
}
.shoosoku .content2 .youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 auto 2rem;
}
.shoosoku .content2 .youtube-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  display: block;
}
.shoosoku .content2 a {
  color: #0b318f;
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  .shoosoku .content2 a {
    font-size: 16px;
  }
}
.shoosoku .content2 a:hover {
  color: #666;
}
.shoosoku .content2 a:before {
  content: "" !important;
  display: inline-block !important;
  width: 13px !important;
  height: 10px !important;
  background-image: url(../media/images/common/arrow-blue-01.svg) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
} /*# sourceMappingURL=shoosoku.css.map */
