@charset "UTF-8";
@media print {
  html {
    font-size: 16px;
  }
  body {
    width: 1000px;
    margin: 0 auto;
  }
  body .page_header {
    display: none;
  }
  body .side_nav {
    display: none;
  }
}
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.en {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
}

.ja {
  font-family: "Noto Serif JP", serif;
}

.att_text {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  line-height: 2;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 100%;
}

@media screen and (max-width: 1159px) {
  html {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 4.266666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #394051;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 0.75rem;
  }
}
main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
  line-height: 1.5;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  height: 100%;
  overflow: hidden;
  /*
   position: fixed;
   z-index: -1;
  width: 100%;
   */
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
  .sp_br_none br {
    display: none;
  }
}
.inbox, div[style*="position: absolute"][style*="z-index: 10000"] {
  max-width: 67.5rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 749px) {
  .inbox, div[style*="position: absolute"][style*="z-index: 10000"] {
    padding-inline: 1rem;
  }
}
.topic-path {
  position: relative;
  padding: 1.125rem 1.375rem 0;
  margin-bottom: 4.5rem;
}
.topic-path .inbox, .topic-path div[style*="position: absolute"][style*="z-index: 10000"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topic-path .inbox li, .topic-path div[style*="position: absolute"][style*="z-index: 10000"] li {
  font-size: 0.625rem;
  line-height: 1.5;
  position: relative;
}
.topic-path .inbox li:not(:last-child), .topic-path div[style*="position: absolute"][style*="z-index: 10000"] li:not(:last-child) {
  padding-right: 1.5rem;
}
.topic-path .inbox li:not(:last-child)::before, .topic-path div[style*="position: absolute"][style*="z-index: 10000"] li:not(:last-child)::before {
  width: 0.3125rem;
  height: 0.5625rem;
  content: "";
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  margin-top: -0.25rem;
  background: url("../../assets/img/common/i_path.svg") no-repeat;
  background-size: contain;
}
.topic-path .inbox li span, .topic-path div[style*="position: absolute"][style*="z-index: 10000"] li span {
  color: #A5A5A5;
}
.topic-path .inbox li a span, .topic-path div[style*="position: absolute"][style*="z-index: 10000"] li a span {
  color: #000000;
}
.page_header + .topic-path {
  padding-top: 2.1875rem;
  margin-bottom: 3.25rem;
}
.page_contents + .topic-path {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 749px) {
  .topic-path {
    padding: 1.125rem 0 0;
    margin-bottom: 3.75rem;
  }
  .page_header + .topic-path {
    padding-top: 0.4375rem;
    margin-bottom: 2.5rem;
  }
  .page_contents + .topic-path {
    margin-bottom: 5rem;
  }
}
.page_contents h2, .page_contents .main_title {
  font-size: 2rem;
  line-height: 1.4375;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.page_contents h3, .page_contents .sub_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .page_contents h2, .page_contents .main_title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
  .page_contents h3, .page_contents .sub_title {
    font-size: 1.25rem;
    line-height: 1.26;
  }
}
.list_title_wrap:not(.not_fl) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_title_wrap.not_fl .list_more_btn {
  margin-top: 1.5rem;
}

.text_title span {
  display: block;
}
.text_title .en {
  font-size: 1rem;
}
.text_title .ja {
  font-size: 2rem;
}

@media screen and (max-width: 749px) {
  .text_title span {
    display: block;
  }
  .text_title .en {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .text_title .ja {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.text_dl {
  border-top: 1px solid #E0E0E0;
}
.text_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.125rem 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1rem;
  line-height: 1.75;
}
.text_dl_in > dt {
  width: 17.5rem;
}
.text_dl_in > dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.text_dl_in > dd p {
  line-height: 1.75;
}
.text_dl.outline_global .text_dl_in {
  padding-top: 1.625rem;
}
.text_dl .icon_link {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
}
.text_dl + .btn_list {
  margin-top: 4.5rem;
}

.text_child_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text_child_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.text_child_dl.director dt {
  width: 6em;
}
.en-US .text_child_dl.director dt {
  width: 8.8em;
}
.text_child_dl.office {
  margin-bottom: 0.9375rem;
}
.text_child_dl.office dt {
  width: 5rem;
}
.text_child_dl.office .text_child_dl_in + .text_child_dl_in {
  margin-top: 2rem;
}
.en-US .text_child_dl.office .text_child_dl_in dt {
  width: 7.5rem;
}
.text_child_dl.office .slash_list {
  width: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text_child_dl.office .slash_list li:not(:last-child)::after {
  content: "、";
}

@media screen and (max-width: 749px) {
  .text_dl_in {
    padding: 0.9375rem 0;
    font-size: 0.75rem;
  }
  .text_dl_in > dt {
    width: 5.5rem;
    padding-top: 0.25rem;
    line-height: 1.1666666667;
  }
  .text_dl_in > dd {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text_dl_in > dd p {
    line-height: 1.8333333333;
  }
  .text_dl.outline_global .text_dl_in {
    padding-top: 1.5625rem;
  }
  .text_dl .icon_link {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
  .text_dl + .btn_list {
    margin-top: 2.5rem;
  }
  .text_child_dl_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_child_dl dd small {
    font-size: 0.5rem;
  }
  .text_child_dl.director dt {
    width: 6em;
  }
  .text_child_dl.office {
    margin-bottom: 0.9375rem;
  }
  .text_child_dl.office dt {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .text_child_dl.office .text_child_dl_in + .text_child_dl_in {
    margin-top: 2rem;
  }
  .en-US .text_child_dl.office .text_child_dl_in dt {
    width: 100%;
  }
  .text_child_dl.office .slash_list {
    width: 13.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_child_dl.office .slash_list li:not(:last-child)::after {
    content: "、";
  }
}
.dot_list li {
  padding-left: 1em;
  position: relative;
}
.dot_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.no_list {
  counter-reset: number 0;
}
.no_list li {
  padding-left: 1em;
  position: relative;
  counter-increment: number 1;
}
.no_list li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.no_list02 {
  counter-reset: number 0;
}
.no_list02 li {
  padding-left: 1.25em;
  position: relative;
  counter-increment: number 1;
}
.no_list02 li::before {
  content: counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.cycle_no_list {
  margin-left: 1em;
}
.cycle_no_list li {
  padding-left: 1.25em;
  position: relative;
}
.cycle_no_list li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.cycle_no_list li:nth-child(1)::before {
  content: "①";
}
.cycle_no_list li:nth-child(2)::before {
  content: "②";
}
.cycle_no_list li:nth-child(3)::before {
  content: "③";
}
.cycle_no_list li:nth-child(4)::before {
  content: "④";
}
.cycle_no_list li:nth-child(5)::before {
  content: "⑤";
}
.cycle_no_list li:nth-child(6)::before {
  content: "⑥";
}
.cycle_no_list li:nth-child(7)::before {
  content: "⑦";
}
.cycle_no_list li:nth-child(8)::before {
  content: "⑧";
}
.cycle_no_list li:nth-child(9)::before {
  content: "⑨";
}

.page_card_list {
  margin: 0 2.5rem;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_card_list {
    margin: 0 1rem;
  }
}
.page_card_list_item {
  border-radius: 5.5rem;
  position: relative;
  overflow: hidden;
}
.page_card_list_item + .page_card_list_item {
  margin-top: 2rem;
}
.page_card_list_item a {
  display: block;
}
.page_card_list_item a .page_card_list_box {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_card_list_item a .page_card_list_box > * {
  width: 50%;
}
.page_card_list_item a .page_card_list_box .page_card_list_info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #ffffff;
}
.page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title span {
  display: block;
}
.page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title .en {
  font-size: 3.75rem;
  line-height: 1.2333333333;
  white-space: nowrap;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title .en {
    font-size: 3rem;
  }
}
.page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title .ja {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: -0.3em;
}
.page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_description {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 2;
}
.page_card_list_item a .page_card_list_box .page_card_list_info .icon_btn_link {
  margin-top: 1.5rem;
}
.page_card_list_item a .page_card_list_box .page_card_list_bg {
  margin-right: 11.1111111111%;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_card_list_item a .page_card_list_box .page_card_list_bg {
    margin-right: 5.5555555556%;
  }
}
.page_card_list_item a .page_card_list_box .page_card_list_bg img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (min-width: 750px) {
  .page_card_list_item a:hover > .page_card_list_bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .page_card_list_item a:hover .page_card_list_box > .page_card_list_bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.page_card_list_item a > .page_card_list_bg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: min(47.5rem, 50.6666666667vw);
}
.page_card_list_item a > .page_card_list_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 749px) {
  .page_card_list {
    margin: 0 1rem;
  }
  .page_card_list_item {
    border-radius: 2.75rem;
  }
  .page_card_list_item + .page_card_list_item {
    margin-top: 1rem;
  }
  .page_card_list_item a .page_card_list_box {
    padding-top: 0.375rem;
    padding-inline: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .page_card_list_item a .page_card_list_box > * {
    width: 100%;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_info {
    text-align: center;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title .en {
    font-size: 2rem;
    line-height: 1.25;
    white-space: nowrap;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_title .ja {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: -0.3em;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_info .page_card_list_description {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_info .icon_btn_link {
    min-width: 11.875rem;
    margin-top: 1.875rem;
  }
  .page_card_list_item a .page_card_list_box .page_card_list_bg {
    width: 14.6875rem;
    margin-inline: auto;
    margin-bottom: 1.875rem;
    border-radius: 0.5rem;
  }
  .page_card_list_item a > .page_card_list_bg {
    aspect-ratio: 343/589;
    height: auto;
  }
}
.page_card_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_card_list01:only-child {
  margin-top: 3.75rem;
  padding-bottom: 10.625rem;
}
.page_card_list01_box {
  width: calc(50% - 1.0625rem);
  margin-bottom: 2.5rem;
}
.page_card_list01 a {
  height: 100%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  display: block;
  background: #F2F2F2;
}
.page_card_list01 a::after {
  width: 2rem;
  height: 2rem;
  right: 1.25rem;
  bottom: 1.25rem;
  content: "";
  background: url("../img/common/i_btn.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (min-width: 750px) {
  .page_card_list01 a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .page_card_list01 a:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.page_card_list01 .text_wrap {
  height: 10.875rem;
  padding: 1.375rem 4.5rem 1.375rem 1.875rem;
}
.page_card_list01_title {
  margin-top: 0.375rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.6;
}
.page_card_list01_title span {
  display: inline-block;
}
.page_card_list01 figure {
  position: relative;
  overflow: hidden;
}
.page_card_list01 figure img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 749px) {
  .page_card_list01:only-child {
    margin-top: 1.875rem;
    padding-bottom: 6.125rem;
  }
  .page_card_list01_box {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .page_card_list01 a::after {
    width: 1.3125rem;
    height: 1.3125rem;
    right: 0.8125rem;
    bottom: 0.8125rem;
  }
  .page_card_list01 .text_wrap {
    height: 7.125rem;
    padding: 0.8125rem 3.3125rem 0.8125rem 1.25rem;
  }
  .page_card_list01_title {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.page_card_list02_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 750px) {
  .page_card_list02_box a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.page_card_list02_box + div {
  margin-top: 5rem;
}
.page_card_list02_image {
  width: 32.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.page_card_list02_image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page_card_list02_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 3.4375rem;
}
.page_card_list02_text p {
  max-width: 22.625rem;
  line-height: 2;
}
.page_card_list02_title {
  margin-bottom: 1.25rem;
}
.page_card_list02 .icon_btn_link {
  min-width: 15.9375rem;
  margin-top: 1.75rem;
}

@media screen and (max-width: 749px) {
  .page_card_list02_box + div {
    margin-top: 3.5rem;
  }
  .page_card_list02_image {
    width: 100%;
    margin-bottom: 1.125rem;
  }
  .page_card_list02_text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
  .page_card_list02_text p {
    max-width: 100%;
    line-height: 1.5;
  }
  .page_card_list02_title {
    font-size: 1rem !important;
    margin-bottom: 0.75rem;
  }
  .page_card_list02 .icon_btn_link {
    min-width: 14rem;
    margin-top: 1.3125rem;
  }
}
.icon_link {
  display: inline-block;
  padding-right: 2.125rem;
  line-height: 1.4444444444;
  position: relative;
}
.icon_link b {
  font-weight: initial;
}
@media (min-width: 750px) {
  .icon_link:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.icon_link::after {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/i_btn.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

.icon_btn_link {
  min-width: 12.5rem;
  display: inline-block;
  padding: 0.875rem 2.1875rem 0.875rem 1.25rem;
  position: relative;
  background: #ffffff;
  color: #0080CB;
  border-radius: 3rem;
  line-height: 1.4285714286;
}
.icon_btn_link.bdr {
  border: 1px solid #0080CB;
}
.icon_btn_link b {
  font-weight: 500;
}
@media (min-width: 750px) {
  .icon_btn_link:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.icon_btn_link::after {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/i_btn.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

div.icon_btn_link_bg a,
div.icon_btn_link_bg button,
a.icon_btn_link_bg,
button.icon_btn_link_bg,
.aptoenq_bt_set .aptoenq_bt_send button {
  min-width: 12.5rem;
  padding: 0.875rem 2.1875rem 0.875rem 1.25rem;
  height: 3rem;
  border: none !important;
  color: #ffffff !important;
  background: #0080CB !important;
  border-radius: 3rem !important;
  line-height: 1.4285714286;
  text-align: left;
  position: relative;
}
@media (min-width: 750px) {
  div.icon_btn_link_bg a:hover::after,
  div.icon_btn_link_bg button:hover::after,
  a.icon_btn_link_bg:hover::after,
  button.icon_btn_link_bg:hover::after,
  .aptoenq_bt_set .aptoenq_bt_send button:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
div.icon_btn_link_bg a::after,
div.icon_btn_link_bg button::after,
a.icon_btn_link_bg::after,
button.icon_btn_link_bg::after,
.aptoenq_bt_set .aptoenq_bt_send button::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/i_btn_w.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

button[data-action=back] {
  min-width: 12.5rem;
  padding: 0.875rem 1.25rem 0.875rem 1.25rem;
  height: 3rem;
  border: none !important;
  color: #707070 !important;
  background: #ffffff !important;
  border-radius: 3rem !important;
  line-height: 1.4285714286;
  text-align: right;
  position: relative;
}
@media (min-width: 750px) {
  button[data-action=back]:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
button[data-action=back]::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/i_btn_g.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.8125rem;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1.25rem;
}
.btn_list li {
  margin: 0 0.625rem 1.25rem;
}
.btn_list li a {
  min-width: 15rem;
  min-height: 3rem;
  padding: 0.875rem 3.4375rem 0.875rem 1.25rem;
  color: #0080CB;
  border: 1px solid #0080CB;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
}
@media (min-width: 750px) {
  .btn_list li a:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.btn_list li a::after {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/i_btn.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 749px) {
  .btn_list {
    margin-bottom: -1.125rem;
  }
  .btn_list li {
    margin: 0 0.625rem 1.125rem;
  }
}
.page_list:only-child {
  margin: 6.875rem 0 11.625rem;
}

.page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_list .page_list_item {
  width: calc(50% - 1.25rem);
  margin-bottom: 4.625rem;
}
.page_list .page_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_list .page_list_item a figure {
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.page_list .page_list_item a figure img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 750px) {
  .page_list .page_list_item a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.page_list .page_list_item a .page_list_title.icon_link {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.page_list .page_list_item a p {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 749px) {
  .page_list:only-child {
    margin: 0 0 5rem;
  }
  .page_list .page_list_item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .page_list .page_list_item a figure {
    width: 100%;
  }
  .page_list .page_list_item a .page_list_title.icon_link {
    font-size: 1rem;
  }
  .page_list .page_list_item a p {
    margin-top: 0.625rem;
  }
}
.autoSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.autoSwiper .swiper-slide {
  width: 28.2666666667%;
}
.autoSwiper .swiper-slide img {
  width: 94.3396226415%;
  border-radius: 0.5rem;
}

@media screen and (max-width: 749px) {
  .autoSwiper .swiper-slide {
    width: 13.125rem;
  }
  .autoSwiper .swiper-slide img {
    width: 12.5rem;
  }
}
.wrapper {
  position: relative;
}

@media (min-width: 750px) {
  body::before, .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2000;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }
  body.open_child_menu::before, .wrapper.open_child_menu::before {
    opacity: 1;
  }
  .wrapper, .page_header {
    min-width: 1024px;
  }
  .wrapper {
    padding-top: 78px;
  }
  .wrapper .page_link {
    margin-top: -20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  .wrapper, .page_header {
    min-width: inherit;
  }
  .wrapper {
    padding-top: 70px;
  }
  .wrapper .page_link {
    margin-top: -20px;
    padding-top: 20px;
  }
}
.page_link {
  display: block;
}

.page_header {
  width: 100%;
  background: #ffffff;
  height: 78px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  padding-inline: 22px;
}

@media (min-width: 750px) {
  .header_in {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_in .logo {
    width: 135px;
  }
  .header_in .logo p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (min-width: 750px) and (min-width: 750px) {
  .header_in .logo p a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 750px) {
  .header_in .head_nav .menu_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li {
    margin-right: 0.25rem;
  }
}
@media (min-width: 750px) and (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li:hover .menu_in_block {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li.current-menu-item > a {
    color: #0080CB;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li > a {
    padding: 20px 0.625rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 750px) and (max-width: 1159px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li > a {
    font-size: 13px;
  }
}
@media (min-width: 750px) and (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li > a:hover {
    color: #0080CB;
  }
}
@media (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block {
    position: fixed;
    width: 100%;
    top: 68px;
    padding: 50px 2.5rem;
    left: 0;
    z-index: 2000;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 750px) and (max-width: 1159px) and (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block {
    padding-inline: 16px;
  }
}
@media (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading {
    width: 50%;
    position: relative;
    border-radius: 2.75rem 0 0 2.75rem;
    overflow: hidden;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_title {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_title_wrap span {
    display: block;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_title .en {
    font-size: 2.875rem;
    line-height: 1.2391304348;
    font-family: "Libre Baskerville", "Noto Serif JP", serif;
    letter-spacing: -0.03em;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_title .ja {
    font-size: 1.125rem;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_thumb {
    height: 100%;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading .menu_in_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    color: #000000;
    background: #ffffff;
    padding: 3.25rem 4rem 4rem 4.5rem;
    position: relative;
    border-radius: 0 2.75rem 2.75rem 0;
    overflow: hidden;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu a {
    display: block;
    position: relative;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu a::after {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/common/i_btn.svg) right center no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.75rem;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li {
    width: 100%;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li > a {
    font-size: 18px;
    padding: 0.75rem 2.125rem 0.75rem 0;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li.menu-item-has-children .sub-menu {
    border-top: 1px solid #E0E0E0;
    padding-left: 1.25rem;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li.menu-item-has-children .sub-menu > li {
    border-bottom: 1px solid #E0E0E0;
  }
  .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li.menu-item-has-children .sub-menu > li > a {
    padding: 1.125rem 2.125rem 1.125rem 0;
    font-size: 16px;
  }
  .header_in .head_nav .menu_block .gnav_contact {
    margin-left: 0.625rem;
  }
  .header_in .head_nav .menu_block .gnav_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.9375rem;
    height: 31px;
    border-radius: 31px;
    border: 1px solid #0080CB;
    color: #0080CB;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 750px) and (max-width: 1159px) and (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav_contact a {
    padding: 0 1rem;
  }
}
@media (min-width: 750px) and (min-width: 750px) {
  .header_in .head_nav .menu_block .gnav_contact a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 750px) {
  .lang_nav {
    margin-left: 1rem;
    position: relative;
  }
  .lang_nav:hover .bogo-language-switcher {
    opacity: 1;
    pointer-events: auto;
  }
  .lang_nav_current {
    width: 5rem;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    border-radius: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lang_nav_current span {
    height: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    padding-left: 1.3125rem;
    background: url("../img/common/i_lang.svg") 0 center no-repeat;
    background-size: 0.9375rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
  }
  .lang_nav .bogo-language-switcher {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0.9375rem;
    background: #1C1C1C;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4375rem;
  }
  .lang_nav .bogo-language-switcher.list-view {
    padding: 1.125rem 0;
  }
  .lang_nav .bogo-language-switcher.list-view li {
    width: 100%;
    text-align: center;
    line-height: 1.25rem;
  }
  .lang_nav .bogo-language-switcher.list-view li.ja {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a:hover {
    opacity: 0.7;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a.current {
    color: #0080CB;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a.current:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 749px) {
  .page_header {
    width: 100%;
    height: 70px;
    max-height: 70px;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: opacity 0.2s, max-height 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
    transition: opacity 0.2s, max-height 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, max-height 0.5s, height 0.5s, background-color 0.5s;
    transition: opacity 0.2s, transform 0.2s, max-height 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  }
  .menu_open .page_header {
    height: 100dvh;
    max-height: 100dvh;
  }
  .page_header .header_in {
    width: 100%;
    padding-inline: 1rem;
  }
  .page_header .header_in .logo {
    width: 8.25rem;
    height: 70px;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_header .header_in .head_nav {
    width: 100%;
    overflow: auto;
  }
  .menu_open .page_header .header_in .head_nav {
    height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px);
  }
  .page_header .header_in .head_nav .menu_block {
    color: #ffffff;
    background: #1C1C1C;
    margin-bottom: 1rem;
    padding: 1.5rem 1.5rem 1.75rem;
    border-radius: 2.75rem;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open {
    width: 100%;
    height: 3.4375rem;
    top: 0;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background: #343434;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open .icon {
    width: 0.5625rem;
    height: 0.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 1.4375rem;
    right: 0.375rem;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open .icon::before, .page_header .header_in .head_nav .menu_block .js-submenu-open .icon::after {
    content: "";
    background: #ffffff;
    position: absolute;
    display: block;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open .icon::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 1px;
  }
  .page_header .header_in .head_nav .menu_block .js-submenu-open .icon::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li {
    font-size: 1rem;
    position: relative;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li + li {
    border-top: 1px solid #343434;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li a.active {
    color: #585858;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li a.active .js-submenu-open .icon::after {
    display: none;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li a[target=_blank] span {
    padding-right: 1.1875rem;
    position: relative;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li a[target=_blank] span::after {
    content: "";
    width: 0.6875rem;
    height: 0.625rem;
    background: url("../img/common/i_blank_w.svg") right center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -0.3125rem;
    right: 0;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li > a {
    height: 3.4375rem;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block {
    display: none;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block .menu_in_heading {
    display: none;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu {
    border-top: 1px solid #343434;
    padding-bottom: 0.5rem;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu li {
    font-size: 0.875rem;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li > a {
    padding-block: 1.125rem 0.625rem;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li.menu-item-has-children .sub-menu {
    margin-left: 1em;
  }
  .page_header .header_in .head_nav .menu_block .gnav .gnav_list > li .menu_in_block > .sub-menu > li.menu-item-has-children .sub-menu > li > a {
    height: 2.5rem;
  }
  .page_header .header_in .head_nav .menu_block .gnav_contact {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .header_in .head_nav .menu_block .gnav_contact a {
    width: 14.875rem;
    height: 2.5rem;
    background: #2C2C2C;
    border-radius: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .header_in .head_nav .menu_block .policy_nav {
    margin-top: 1.25rem;
  }
  .page_header .header_in .head_nav .menu_block .policy_nav li {
    display: block;
    text-align: center;
    font-size: 0.75rem;
  }
  .page_header .header_in .head_nav .menu_block .policy_nav li + li {
    margin-top: 1rem;
  }
  .page_header .header_in .head_nav .menu_block .policy_nav li a {
    color: #919191;
  }
  .page_header .menu_bt {
    width: 82px;
    height: 70px;
    z-index: 5000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    padding-top: 20px;
    top: 15px;
    right: 0;
    border-radius: 0.1875rem;
  }
  .page_header .menu_bt .icon {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    background: transparent;
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_header .menu_bt .icon::before, .page_header .menu_bt .icon::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_header .menu_bt .icon::before {
    top: -4px;
  }
  .page_header .menu_bt .icon::after {
    bottom: -4px;
  }
  .page_header .menu_bt.close span {
    background: transparent;
  }
  .page_header .menu_bt.close span::before, .page_header .menu_bt.close span::after {
    left: 0;
  }
  .page_header .menu_bt.close span::before {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 0;
  }
  .page_header .menu_bt.close span::after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    bottom: 0;
  }
  .menu_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lang_nav {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 3rem;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0 0.75rem 0 3.3125rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2C2C2C url("../img/common/i_lang.svg") 1.125rem center no-repeat;
    background-size: 1rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
  }
  .lang_nav_current {
    display: none;
  }
  .lang_nav .bogo-language-switcher.list-view {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding: 1.125rem 0;
  }
  .lang_nav .bogo-language-switcher.list-view li {
    width: 100%;
  }
  .lang_nav .bogo-language-switcher.list-view li.ja {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #4E4E4E;
    height: 1.75rem;
    border-radius: 0.9375rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
  }
  .lang_nav .bogo-language-switcher.list-view li .bogo-language-name a.current {
    background: #FFFFFF;
    color: #000000;
  }
}
.page_top {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  bottom: 1.5rem;
  right: 2.5rem;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js-fix-window .page_top {
  opacity: 1;
}
.js-fit-footer .page_top {
  position: absolute;
  bottom: auto;
  top: -4.625rem;
}

@media screen and (max-width: 749px) {
  .page_top {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0.9375rem;
    right: 0.875rem;
  }
  .js-fit-footer .page_top {
    top: -4rem;
  }
}
.page_footer {
  position: relative;
  z-index: 100;
}

.footer_in {
  color: #ffffff;
  background: #1C1C1C;
  padding: 5.875rem 1.375rem 2.5rem;
}
.footer_in a {
  color: #fff !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 750px) {
  .footer_in a:hover {
    opacity: 0.7;
  }
}
.footer_in .inbox, .footer_in div[style*="position: absolute"][style*="z-index: 10000"] {
  max-width: 81.25rem;
}
.footer_in .footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_in .footer_head .footer_logo {
  width: 10.625rem;
}
.footer_in .footer_head .footer_logo .footer_head_link {
  margin-top: 2.8125rem;
}
.footer_in .footer_head .footer_logo .footer_head_link a {
  height: 2.5rem;
  border: 1px solid #5C5C5C;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_in .footer_head .footer_nav {
  width: 57rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li:nth-child(4n+1) {
  width: 15rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li:nth-child(4n+2) {
  width: 16.25rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li:nth-child(4n+3) {
  width: 13.5rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li:nth-child(4n) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li:nth-child(n+5) {
  margin-top: 5rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li > a[target=_blank] {
  padding-right: 1.1875rem;
  position: relative;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li > a[target=_blank]::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  background: url("../img/common/i_blank_w.svg") right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li > a span {
  font-size: 1rem;
  font-weight: bold;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li.menu-item-has-children .sub-menu {
  margin-top: 1.25rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li.menu-item-has-children .sub-menu > li {
  line-height: 1.8571428571;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li.menu-item-has-children .sub-menu > li > a {
  color: #A5A5A5 !important;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li.menu-item-has-children .sub-menu > li > a[target=_blank] {
  position: relative;
  padding-right: 1.1875rem;
}
.footer_in .footer_head .footer_nav .footer_nav_list > li.menu-item-has-children .sub-menu > li > a[target=_blank]::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  background: url("../img/common/i_blank_g.svg") right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0;
}
.footer_in .footer_foot {
  margin-top: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #A5A5A5;
}
.footer_in .footer_foot .policy_nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer_in .footer_foot .policy_nav .policy_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_in .footer_foot .policy_nav .policy_nav_list > li {
  font-size: 0.75rem;
  margin-left: 2rem;
}
.footer_in .footer_foot .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 749px) {
  .page_footer .footer_in {
    padding: 5.125rem 1.375rem 1.5rem;
  }
  .page_footer .footer_in .footer_head .footer_logo {
    margin-inline: auto;
  }
  .page_footer .footer_in .footer_head .footer_logo .footer_head_link {
    margin-top: 1.875rem;
  }
  .page_footer .footer_in .footer_foot {
    margin-top: 4.375rem;
    display: block;
  }
  .page_footer .footer_in .footer_foot .copyright {
    display: block;
    text-align: center;
    font-size: 0.5rem;
  }
}
.main_movie_wrap {
  position: relative;
}
.main_movie_wrap figure video {
  width: 100%;
  height: 115lvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_movie_wrap .top_vision_title {
  padding-bottom: calc(1.875rem + 15lvh);
  position: absolute;
  z-index: 5;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15%;
}
.main_movie_wrap .top_vision_title span {
  display: block;
}
.main_movie_wrap .top_vision_title .en {
  font-size: 1.5rem;
  line-height: 1.2083333333;
}
.main_movie_wrap .top_vision_title .ja {
  margin-top: 0.125rem;
  font-size: 2.5rem;
  line-height: 1.425;
}
.ja .main_movie_wrap .top_vision_title .ja {
  letter-spacing: -0.08em;
}

@media screen and (max-width: 749px) {
  .main_movie_wrap .top_vision_title {
    padding-bottom: calc(1.8125rem + 15lvh);
    padding-right: 0;
    padding-left: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main_movie_wrap .top_vision_title .en {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .main_movie_wrap .top_vision_title .ja {
    font-size: 1.5625rem;
    line-height: 1.24;
  }
}
.main_vision_block {
  position: relative;
  z-index: 10;
  padding-top: 9.125rem;
  padding-bottom: 11.75rem;
}
.main_vision_block::before {
  content: "";
  width: 113.3333333333%;
  height: calc(100% + 21.25rem);
  background: rgba(0, 0, 0, 0.85);
  display: block;
  position: absolute;
  top: -10.625rem;
  left: -6.6666666667%;
  -webkit-filter: blur(3.125rem);
          filter: blur(3.125rem);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.main_vision_block > * {
  position: relative;
  z-index: 5;
}
.main_vision_block figure .parallax_wrap {
  display: block;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.main_vision_block figure .parallax_wrap img {
  border-radius: 0.25rem;
}
.main_vision_block .main_vision_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_vision_block .main_vision_block01 > * {
  width: 50%;
}
.main_vision_block .main_vision_block01 .main_vision_block01_01 .thumb01 {
  width: 34.9295774648%;
  margin-right: -11.2676056338%;
  margin-left: auto;
}
.main_vision_block .main_vision_block01 .main_vision_block01_01 .thumb03 {
  margin-top: 11.75rem;
  width: 77.6056338028%;
  margin-right: 6.0563380282%;
  margin-left: auto;
}
.main_vision_block .main_vision_block01 .main_vision_block01_02 {
  margin-top: 8.375rem;
}
.main_vision_block .main_vision_block01 .main_vision_block01_02 .thumb02 {
  width: 30.7042253521%;
  margin-left: 36.6197183099%;
}
.main_vision_block .main_vision_block01 .main_vision_block01_02 .thumb04 {
  width: 62.1126760563%;
  margin-top: 12.1875rem;
  margin-left: 15.4929577465%;
}
.main_vision_block .main_vision_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
}
.main_vision_block .main_vision_block02 .main_vision_block02_01 {
  width: 39.2957746479%;
  margin-top: 5.8125rem;
}
.main_vision_block .main_vision_block02 .main_vision_block02_01 .thumb05 {
  width: 68.2795698925%;
  margin-left: auto;
}
.main_vision_block .main_vision_block02 .main_vision_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 0.8450704225%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_vision_block .main_vision_block02 .main_vision_text p {
  font-size: 1rem;
  line-height: 1.875;
  color: #ffffff;
}
.main_vision_block .main_vision_block02 .main_vision_text p + p {
  margin-top: 1.875em;
}
.main_vision_block .main_vision_block02 .main_vision_text .main_vision_link a {
  width: 13.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.main_vision_block .main_vision_block02 .main_vision_block02_02 {
  width: 17.6056338028%;
  margin-top: 2rem;
}
.main_vision_block .main_vision_block02 .main_vision_block02_02 .thumb06 {
  width: 43.5393258427%;
}
.main_vision_block .main_vision_block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.375rem;
}
.main_vision_block .main_vision_block03 > * {
  width: 50%;
}
.main_vision_block .main_vision_block03 .main_vision_block03_01 {
  margin-top: 5.3125rem;
}
.main_vision_block .main_vision_block03 .main_vision_block03_01 .thumb07 {
  width: 40.2816901408%;
  margin-right: 0;
  margin-left: auto;
}
.main_vision_block .main_vision_block03 .main_vision_block03_01 .thumb09 {
  width: 80.4225352113%;
  margin-top: 13.6875rem;
  margin-right: -2.2535211268%;
  margin-left: auto;
}
.main_vision_block .main_vision_block03 .main_vision_block03_02 .thumb08 {
  width: 64.7887323944%;
  margin-left: 24.6478873239%;
}
.main_vision_block .main_vision_block03 .main_vision_block03_02 .thumb10 {
  margin-top: 9.0625rem;
  width: 29.1549295775%;
  margin-left: 22.5352112676%;
}

@media screen and (max-width: 749px) {
  .main_vision_block {
    padding-top: 8.125rem;
    padding-bottom: 7.25rem;
  }
  .main_vision_block::before {
    content: "";
    width: 33.4375rem;
    height: calc(100% + 11.25rem);
    top: -1px;
    left: -5.625rem;
    -webkit-filter: blur(3.125rem);
            filter: blur(3.125rem);
  }
  .main_vision_block .main_vision_block01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_vision_block .main_vision_block01 > * {
    width: 100%;
  }
  .main_vision_block .main_vision_block01 .main_vision_block01_01 .thumb01 {
    width: 4.3125rem;
    margin-right: 13.3125rem;
  }
  .main_vision_block .main_vision_block01 .main_vision_block01_01 .thumb03 {
    margin-top: 1.9375rem;
    width: 9.1875rem;
    margin-right: 1.5rem;
  }
  .main_vision_block .main_vision_block01 .main_vision_block01_02 {
    margin-top: 3.9375rem;
  }
  .main_vision_block .main_vision_block01 .main_vision_block01_02 .thumb02 {
    display: none;
  }
  .main_vision_block .main_vision_block01 .main_vision_block01_02 .thumb04 {
    width: 11.25rem;
    margin-top: 0;
    margin-left: 2.5rem;
  }
  .main_vision_block .main_vision_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8rem;
  }
  .main_vision_block .main_vision_block02 .main_vision_block02_01 {
    display: none;
  }
  .main_vision_block .main_vision_block02 .main_vision_text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-inline: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main_vision_block .main_vision_block02 .main_vision_text p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .main_vision_block .main_vision_block02 .main_vision_text p + p {
    margin-top: 2em;
  }
  .main_vision_block .main_vision_block02 .main_vision_text .main_vision_link a {
    width: 11.875rem;
    font-size: 0.75rem;
  }
  .main_vision_block .main_vision_block02 .main_vision_block02_02 {
    display: none;
  }
  .main_vision_block .main_vision_block03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.375rem;
  }
  .main_vision_block .main_vision_block03 > * {
    width: 100%;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_01 {
    margin-top: 0;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_01 .thumb07 {
    width: 4.5625rem;
    margin-right: 1.25rem;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_01 .thumb09 {
    width: 14.75rem;
    margin-top: 2.0625rem;
    margin-right: 2.25rem;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_02 {
    margin-top: 5.1875rem;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_02 .thumb08 {
    width: 6.8125rem;
    margin-left: 1.25rem;
  }
  .main_vision_block .main_vision_block03 .main_vision_block03_02 .thumb10 {
    display: none;
  }
}
.top_title span {
  display: block;
}
.top_title .en {
  font-size: 3.75rem;
  line-height: 1.2333333333;
  letter-spacing: -0.03em;
}
.top_title .ja {
  margin-top: -0.03em;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .top_title .en {
    font-size: 2rem;
    line-height: 1.25;
  }
  .top_title .ja {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.news_top_list {
  margin-top: 10.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_top_list .list_title_wrap {
  width: 19.375rem;
}
.news_top_list .news_list {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 70.7407407407%;
}
.news_top_list .news_list_in a {
  padding-block: 1.5625rem;
}
.news_top_list .news_list_in .post_category {
  margin-right: 0.5rem;
}
.news_top_list .news_list_in .post_title {
  margin-top: 0;
  width: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 749px) {
  .news_top_list {
    margin-top: 4.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_top_list .list_title_wrap {
    display: contents;
  }
  .news_top_list .list_more_btn {
    margin-top: 1.625rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news_top_list .news_list {
    margin-top: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .news_top_list .news_list_in a {
    padding-block: 1.5625rem;
  }
  .news_top_list .news_list_in .post_category {
    font-size: 0.625rem;
    margin-right: 0.5rem;
  }
  .news_top_list .news_list_in .post_title {
    width: 100%;
    margin-top: 0.8125rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.challenge_top_list {
  overflow: hidden;
  margin-block: 9.5rem 10rem;
}

@media screen and (max-width: 749px) {
  .challenge_top_list {
    margin-block: 4.375rem 3.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .challenge_top_list.technology_challenge_list {
    margin-top: -0.875rem;
    margin-bottom: 4.75rem;
  }
  .challenge_top_list.technology_challenge_list .text_title {
    margin-left: 1rem;
  }
  .challenge_top_list .list_title_wrap {
    display: contents;
  }
  .challenge_top_list .top_title,
  .challenge_top_list .list_more_btn {
    margin-left: 1rem;
  }
  .challenge_top_list .list_more_btn {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .challenge_top_list .list_more_btn a {
    min-width: 12.1875rem;
  }
}
.top_child_link .page_list {
  margin-block: 12.5rem 9.75rem;
}

@media screen and (max-width: 749px) {
  .top_child_link .page_list {
    margin-block: 5.625rem 2.75rem;
  }
}
.recruit_card_link {
  margin-right: 2.5rem;
}
.recruit_card_link .page_card_list_item {
  border-radius: 0 5.5rem 5.5rem 0;
}
.recruit_card_link .page_card_list_item a .page_card_list_box {
  max-width: 81.25rem;
}
.recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_info {
  width: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 4.9230769231%;
  color: #000000;
}
.recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_bg {
  width: 64.9230769231%;
  margin-right: 0;
}
.recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_bg img {
  width: 100%;
}
.recruit_card_link .page_card_list_item a > .page_card_list_bg {
  aspect-ratio: 2/1;
  height: auto;
}

.contact_top_link {
  margin-block: 10rem 10.375rem;
}
.contact_top_link .ja {
  font-family: initial;
}

@media screen and (max-width: 749px) {
  .recruit_card_link {
    margin-right: 0;
  }
  .recruit_card_link .page_card_list_item {
    padding: 0 0 0.375rem;
    border-radius: 0 0 0 0;
  }
  .recruit_card_link .page_card_list_item a .page_card_list_box {
    max-width: 21.4375rem;
    padding: 0;
  }
  .recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_info {
    padding-left: 0;
  }
  .recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_info .icon_btn_link.bdr {
    margin-top: 1.375rem;
  }
  .recruit_card_link .page_card_list_item a .page_card_list_box > .page_card_list_bg {
    width: 100%;
    margin-right: auto;
  }
  .recruit_card_link .page_card_list_item a > .page_card_list_bg {
    width: 100%;
    aspect-ratio: 375/614;
    height: auto;
  }
  .contact_top_link {
    margin-block: 5.5rem 7.5rem;
    text-align: center;
  }
  .contact_top_link .top_title .ja {
    margin-top: 0.3125rem;
    line-height: 2;
  }
}
.page_head {
  margin: 0 2.5rem;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_head {
    margin: 0 1rem;
  }
}
.page_head.challenge {
  margin: 0;
}
.page_head.challenge .page_head_title .ja br {
  display: block;
}
.page_head.challenge .page_head_image {
  border-radius: 0;
}
.page_head_title {
  position: relative;
  z-index: 5;
}
.page_head_title span {
  display: block;
}
.page_head_title .en {
  font-size: 3.75rem;
  line-height: 1.2333333333;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_head_title .en {
    font-size: 3rem;
  }
}
.page_head_title .ja {
  margin-top: -0.3em;
  font-size: 1.125rem;
}
.page_head_title .ja:only-child {
  margin-top: 0;
  font-size: 2rem;
}
@media (min-width: 750px) {
  .page_head_title .ja {
    line-height: 1.4444444444;
  }
  .page_head_title .ja br {
    display: none;
  }
}
.page_head.image_head {
  position: relative;
}
.page_head.image_head .page_head_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.page_head.image_head .page_head_title .inbox, .page_head.image_head .page_head_title div[style*="position: absolute"][style*="z-index: 10000"] {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .page_head.image_head .page_head_title .inbox, .page_head.image_head .page_head_title div[style*="position: absolute"][style*="z-index: 10000"] {
    padding: 0 3.75rem;
  }
}
.page_head.image_head .page_head_title.center {
  color: #000;
}
.page_head.image_head .page_head_title.center span {
  text-align: center;
  display: block;
}
.page_head.image_head .page_head_title.center .en {
  font-size: 1.625rem;
  line-height: 1.4230769231;
}
.page_head.image_head .page_head_title.center .ja {
  margin-top: 0.75rem;
  font-size: 2.875rem;
  line-height: 1.3913043478;
}
.page_head_image {
  height: 30rem;
  border-radius: 5.5rem;
}
.page_head_image img {
  width: 100%;
  border-radius: 5.5rem;
}

@media screen and (max-width: 749px) {
  .page_head {
    margin: 0;
  }
  .page_head_title {
    padding: 0 1rem;
  }
  .page_head_title .inbox, .page_head_title div[style*="position: absolute"][style*="z-index: 10000"] {
    padding: 0;
  }
  .page_head_title .en {
    font-size: 2rem;
    line-height: 1.03125;
  }
  .page_head_title .ja {
    margin-top: -0.2em;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .page_head_title .ja:only-child {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .page_head.image_head .page_head_title .inbox, .page_head.image_head .page_head_title div[style*="position: absolute"][style*="z-index: 10000"] {
    padding: 0 1.5rem;
  }
  .page_head.image_head .page_head_title .en {
    font-size: 1.875rem;
    line-height: 1.2333333333;
  }
  .page_head.image_head .page_head_title.center .en {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .page_head.image_head .page_head_title.center .ja {
    margin-top: 0.5625rem;
    font-size: 1.6875rem;
    line-height: 1.4074074074;
  }
  .page_head_image {
    height: 16.875rem;
    border-radius: 0;
  }
  .page_head_image img {
    width: 100%;
    border-radius: 0;
  }
}
.post_data {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.page_text_head {
  margin-top: -0.75rem;
}
.page_text_head h2 {
  margin-bottom: 1.75rem;
}
.page_text_head p {
  font-size: 1rem;
  line-height: 2;
}
.page_text_head p + p {
  margin-top: 2em;
}

@media screen and (max-width: 749px) {
  .page_text_head {
    margin-top: -0.8125rem;
  }
  .page_text_head h2 {
    margin-bottom: 1.3125rem;
  }
  .page_text_head p {
    font-size: 0.875rem;
  }
}
/**********
company
**********/
.greeting_block {
  padding: 4.375rem 0 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.greeting_block .greeting_text_wrap {
  width: 50%;
  padding-top: 0.625rem;
}
.greeting_block .greeting_text_wrap .greeting_title {
  margin-bottom: 3rem;
}
.greeting_block .greeting_text_wrap p {
  font-size: 1rem;
  line-height: 2;
}
.greeting_block .greeting_text_wrap p + p {
  margin-top: 2em;
}
.greeting_block .greeting_profile {
  width: 41.9444444444%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.greeting_block .greeting_profile p {
  margin-top: 1rem;
}
.greeting_block .greeting_profile p span {
  display: block;
}
.greeting_block .greeting_profile p .job {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}
.greeting_block .greeting_profile p .ja {
  font-size: 1.5rem;
}
.greeting_block .greeting_profile p .en {
  font-size: 0.875rem;
}

@media screen and (max-width: 1159px) and (min-width: 750px) {
  .greeting_block .greeting_text_wrap {
    width: 54%;
  }
}
@media screen and (max-width: 749px) {
  .greeting_block {
    padding: 1.375rem 0 6rem;
  }
  .greeting_block .greeting_text_wrap {
    width: 100%;
    padding-top: 3.5rem;
  }
  .greeting_block .greeting_text_wrap .greeting_title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin-bottom: 1.875rem;
  }
  .greeting_block .greeting_text_wrap p {
    font-size: 0.875rem;
  }
  .greeting_block .greeting_profile {
    width: 100%;
  }
  .greeting_block .greeting_profile p {
    margin-top: 0.6875rem;
  }
}
.vision_wrap {
  margin: 0 2.5rem;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .vision_wrap {
    margin: 0 1rem;
  }
}
.vision_wrap {
  border-radius: 5.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.vision_wrap .vision-area {
  border-radius: 0 0 5.5rem 5.5rem;
}

@media screen and (max-width: 749px) {
  .vision_wrap {
    margin: 0 1rem;
    border-radius: 2.75rem;
  }
}
.main_movie_wrap .vision_title {
  padding-top: 0.25rem;
  padding-bottom: 15lvh;
  position: absolute;
  z-index: 5;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}
.ja .main_movie_wrap .vision_title {
  letter-spacing: -0.08em;
}

@media screen and (max-width: 749px) {
  .main_movie_wrap .vision_title {
    padding-bottom: calc(5.625rem + 15lvh);
    font-size: 1.5625rem;
    line-height: 1.24;
  }
}
.fv_wrap {
  position: relative;
}

.scroll_down {
  width: 2.5rem;
  position: absolute;
  right: 0;
  top: calc(100dvh - 13rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1159px) and (min-width: 750px) {
  .scroll_down {
    right: 2.5rem;
  }
  .scroll_down span {
    color: #ffffff;
  }
}
.scroll_down::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #000;
  bottom: -7.125rem;
  content: "";
  height: 6rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 5;
}
.scroll_down::after {
  background-color: #cccccc;
  bottom: -7.125rem;
  content: "";
  height: 6rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.scroll_down span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .scroll_down {
    width: 2.5rem;
    position: absolute;
    z-index: 30;
    right: 1.125rem;
    top: calc(100dvh - 6rem - 4.375rem);
  }
  .scroll_down::before {
    background-color: #ffffff;
    bottom: -6.9375rem;
  }
  .scroll_down::after {
    background-color: transparent;
    bottom: -6.9375rem;
  }
  .scroll_down span {
    font-size: 0.625rem;
    color: #ffffff;
  }
}
/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.vision_block {
  position: relative;
  z-index: 10;
  padding-top: 13.5625rem;
  padding-bottom: 19.75rem;
}
.vision_block::before {
  content: "";
  width: 113.3333333333%;
  height: calc(100% + 10.625rem);
  background: rgba(0, 0, 0, 0.85);
  display: block;
  position: absolute;
  top: -5.3125rem;
  left: -6.6666666667%;
  -webkit-filter: blur(3.125rem);
          filter: blur(3.125rem);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.vision_block > * {
  position: relative;
  z-index: 5;
}
.vision_block figure span {
  display: block;
}
.vision_block figure span.parallax_wrap {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.vision_block .vision_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vision_block .vision_block01 > * {
  width: 50%;
}
.vision_block .vision_block01 .vision_block01_01 .thumb01 {
  width: 28.4507042254%;
  margin-right: 2.8169014085%;
  margin-left: auto;
}
.vision_block .vision_block01 .vision_block01_01 .thumb02 {
  margin-top: 5.5625rem;
  width: 51.9718309859%;
  margin-left: 19.1549295775%;
}
.vision_block .vision_block01 .vision_block01_02 {
  margin-top: 7.125rem;
}
.vision_block .vision_block01 .vision_block01_02 .thumb03 {
  width: 49.1549295775%;
  margin-left: 15.6338028169%;
}
.vision_block .vision_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
.vision_block .vision_block02 .vision_block02_01 {
  width: 21.8309859155%;
  margin-top: 17.0625rem;
}
.vision_block .vision_block02 .vision_block02_01 .thumb05 {
  width: 72.5806451613%;
  margin-left: auto;
}
.vision_block .vision_block02 .vision_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 4rem;
  padding-left: 5.8450704225%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vision_block .vision_block02 .vision_text p {
  font-size: 1rem;
  line-height: 1.875;
  color: #ffffff;
}
.vision_block .vision_block02 .vision_text p + p {
  margin-top: 1.875em;
}
.vision_block .vision_block02 .vision_block02_02 {
  width: 25.0704225352%;
}
.vision_block .vision_block02 .vision_block02_02 .thumb04 {
  width: 67.4157303371%;
}
.vision_block .vision_block02 .vision_block02_02 .thumb06 {
  width: 43.5393258427%;
  margin-top: 18.5rem;
  margin-left: 29.7752808989%;
}
.vision_block .vision_block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8.125rem;
}
.vision_block .vision_block03 > * {
  width: 50%;
}
.vision_block .vision_block03 .vision_block03_01 .thumb07 {
  width: 46.7605633803%;
  margin-left: 33.8028169014%;
}
.vision_block .vision_block03 .vision_block03_01 .thumb09 {
  width: 80.4225352113%;
  margin-top: 13.5rem;
  margin-left: auto;
}
.vision_block .vision_block03 .vision_block03_02 {
  margin-top: 7.9375rem;
}
.vision_block .vision_block03 .vision_block03_02 .thumb08 {
  width: 64.7887323944%;
  margin-left: 25.0704225352%;
}
.vision_block .vision_block03 .vision_block03_02 .thumb10 {
  margin-top: 9.0625rem;
  width: 29.1549295775%;
  margin-left: 22.8169014085%;
}

@media screen and (max-width: 749px) {
  .vision_block {
    position: relative;
    z-index: 10;
    padding-top: 8.125rem;
    padding-bottom: 7.8125rem;
  }
  .vision_block::before {
    content: "";
    width: 33.4375rem;
    height: calc(100% + 11.25rem);
    top: -1px;
    left: -5.625rem;
    -webkit-filter: blur(3.125rem);
            filter: blur(3.125rem);
  }
  .vision_block .vision_block01 > * {
    width: 100%;
  }
  .vision_block .vision_block01 .vision_block01_01 .thumb01 {
    width: 4.3125rem;
    margin-right: 13.3125rem;
    margin-left: auto;
  }
  .vision_block .vision_block01 .vision_block01_01 .thumb02 {
    margin-top: 1.9375rem;
    width: 9.1875rem;
    margin-left: 50%;
  }
  .vision_block .vision_block01 .vision_block01_02 {
    display: none;
  }
  .vision_block .vision_block02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.9375rem;
  }
  .vision_block .vision_block02 .vision_block02_01 {
    display: none;
  }
  .vision_block .vision_block02 .vision_text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-top: 4.8125rem;
    padding-inline: 1.25rem;
  }
  .vision_block .vision_block02 .vision_text p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .vision_block .vision_block02 .vision_text p + p {
    margin-top: 2em;
  }
  .vision_block .vision_block02 .vision_block02_02 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-top: 0;
  }
  .vision_block .vision_block02 .vision_block02_02 .thumb04 {
    width: 11.25rem;
    margin-left: 2.4375rem;
  }
  .vision_block .vision_block02 .vision_block02_02 .thumb06 {
    display: none;
  }
  .vision_block .vision_block03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.375rem;
  }
  .vision_block .vision_block03 > * {
    width: 100%;
  }
  .vision_block .vision_block03 .vision_block03_01 .thumb07 {
    width: 4.5625rem;
    margin-left: 15.625rem;
  }
  .vision_block .vision_block03 .vision_block03_01 .thumb09 {
    width: 14.75rem;
    margin-top: 2.0625rem;
    margin-left: 4.4375rem;
  }
  .vision_block .vision_block03 .vision_block03_02 {
    margin-top: 6.75rem;
  }
  .vision_block .vision_block03 .vision_block03_02 .thumb08 {
    width: 6.8125rem;
    margin-left: 1.3125rem;
  }
  .vision_block .vision_block03 .vision_block03_02 .thumb10 {
    display: none;
  }
}
.outline_top {
  margin-bottom: 12.25rem;
}

.outline_global_title {
  margin-top: 9.25rem;
  border-top: 1px solid #E0E0E0;
  padding-top: 1.625rem;
}

.outline_global_map {
  margin-top: 1.75rem;
  margin-bottom: 5.75rem;
  text-align: center;
}
.outline_global_map img {
  width: 54.0625rem;
}

.foot_card_link {
  margin-block: 8rem;
}

@media screen and (max-width: 749px) {
  .outline_top {
    margin-bottom: 6.5rem;
  }
  .outline_global_title {
    margin-top: 3.4375rem;
    padding-top: 2rem;
  }
  .outline_global_map {
    margin-top: 1.5625rem;
    margin-bottom: 2.75rem;
  }
  .outline_global_map img {
    width: 100%;
  }
  .foot_card_link {
    margin-block: 5.625rem 7.25rem;
  }
}
.company_history {
  background: #101010;
  padding-bottom: 14rem;
  border-radius: 5.5rem 5.5rem 0 0;
  overflow: hidden;
  position: relative;
}
.company_history .company_history_block {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 2.75rem;
}
.company_history .company_history_block.bg01 {
  background-image: url("../img/company/history/history_bg01.webp");
  background-position: 0 0;
  padding-top: 5.75rem;
}
.company_history .company_history_block.bg02 {
  background-image: url("../img/company/history/history_bg02.webp");
}
.company_history .company_history_block.bg03 {
  background-image: url("../img/company/history/history_bg03.webp");
}
.company_history .company_history_block.bg04 {
  background-image: url("../img/company/history/history_bg04.webp");
}
.company_history .company_history_block.bg05 {
  background-image: url("../img/company/history/history_bg05.webp");
}
.company_history .company_history_block .inbox .company_history_box, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.company_history .company_history_block .inbox .company_history_box.last, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.last {
  overflow: hidden;
}
@media (min-width: 750px) {
  .company_history .company_history_block .inbox .company_history_box::before, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box::before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 3.75rem;
    content: "";
    background: #727272;
    display: block;
  }
  .company_history .company_history_block .inbox .company_history_box::after, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box::after {
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
    background: #0080CB;
    border-radius: 1.5625rem;
    position: absolute;
    left: 50%;
    top: 3.75rem;
    margin-left: -0.75rem;
  }
}
.company_history .company_history_block .inbox .company_history_box > *, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box > * {
  width: 50%;
}
@media (min-width: 750px) {
  .company_history .company_history_block .inbox .company_history_box:not(.reverse) .company_history_dl, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box:not(.reverse) .company_history_dl {
    padding-right: 2.25rem;
    text-align: right;
  }
  .company_history .company_history_block .inbox .company_history_box:not(.reverse) .company_history_dd, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box:not(.reverse) .company_history_dd {
    margin-right: -0.375rem;
  }
  .company_history .company_history_block .inbox .company_history_box:not(.reverse) .company_history_image, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box:not(.reverse) .company_history_image {
    padding-left: 3.125rem;
  }
  .company_history .company_history_block .inbox .company_history_box:not(.reverse) .company_history_image.large, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box:not(.reverse) .company_history_image.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .company_history .company_history_block .inbox .company_history_box.reverse .company_history_dl, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.reverse .company_history_dl {
    padding-left: 3.125rem;
  }
  .company_history .company_history_block .inbox .company_history_box.reverse .company_history_image, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.reverse .company_history_image {
    padding-right: 3.125rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .company_history .company_history_block .inbox .company_history_box.reverse .company_history_image:not(.large), .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.reverse .company_history_image:not(.large) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .company_history .company_history_block .inbox .company_history_box.h208, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h208 {
    height: 13rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h214, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h214 {
    height: 13.375rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h234, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h234 {
    height: 14.625rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h248, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h248 {
    height: 15.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h268, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h268 {
    height: 16.75rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h296, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h296 {
    height: 18.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h280, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h280 {
    height: 17.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h308, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h308 {
    height: 19.25rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h320, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h320 {
    height: 20rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h340, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h340 {
    height: 21.25rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h366, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h366 {
    height: 22.875rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h432, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h432 {
    height: 27rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h476, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h476 {
    height: 29.75rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h480, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h480 {
    height: 30rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h484, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h484 {
    height: 30.25rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h512, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h512 {
    height: 32rem;
  }
  .company_history .company_history_block .inbox .company_history_box.h708, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box.h708 {
    height: 44.25rem;
  }
}
.company_history .company_history_block .inbox .company_history_box .company_history_dl, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl {
  padding-top: 2.25rem;
}
.company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dt, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dt {
  font-size: 3.75rem;
  line-height: 1.2333333333;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
}
.company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dt b, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dt b {
  color: #0080CB;
  font-weight: 400;
}
.company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dd, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dd {
  margin-top: 1.5rem;
  color: #ffffff;
}
.company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dd p, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dd p {
  font-size: 1rem;
  line-height: 2;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image {
  padding-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image.large img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.large img {
  width: 30.625rem;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image.medium img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.medium img {
  width: 16.125rem;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image.medium img + img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.medium img + img {
  margin-top: 0.8125rem;
  margin-left: 0;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image img {
  width: 9.875rem;
  border-radius: 0.5rem;
}
.company_history .company_history_block .inbox .company_history_box .company_history_image img + img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image img + img {
  margin-left: 1.375rem;
}

@media screen and (max-width: 749px) {
  .company_history {
    margin-top: -2.25rem;
    padding-bottom: 6.25rem;
    border-radius: 2.75rem 2.75rem 0 0;
  }
  .company_history .company_history_block {
    background-position: 0 2.875rem;
  }
  .company_history .company_history_block.bg01 {
    background-image: url("../img/company/history/history_bg01_sp.webp");
    background-position: 0 0;
    padding-top: 2.875rem;
  }
  .company_history .company_history_block.bg02 {
    background-image: url("../img/company/history/history_bg02_sp.webp");
    background-position: 0 50rem;
  }
  .company_history .company_history_block.bg03 {
    background-image: url("../img/company/history/history_bg03_sp.webp");
    background-position: 0 32.5rem;
  }
  .company_history .company_history_block.bg04 {
    background-image: url("../img/company/history/history_bg04_sp.webp");
    background-position: 0 32.5rem;
  }
  .company_history .company_history_block.bg05 {
    background-image: url("../img/company/history/history_bg05_sp.webp");
    background-position: 0 16.25rem;
  }
  .company_history .company_history_block:last-child .company_history_box:last-child {
    padding-bottom: 0;
  }
  .company_history .company_history_block .inbox .company_history_box, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0.5rem;
    padding-left: 2.25rem;
    padding-bottom: 2.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box::before, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box::before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.875rem;
    top: 0.6875rem;
    content: "";
    background: #727272;
    display: block;
  }
  .company_history .company_history_block .inbox .company_history_box::after, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #0080CB;
    border-radius: 1rem;
    position: absolute;
    left: 0.875rem;
    top: 0.6875rem;
    margin-left: -0.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box > *, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box > * {
    width: 100%;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_dl, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl {
    padding-top: 0;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dt, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dt {
    font-size: 2rem;
    line-height: 1.2333333333;
    font-family: "Libre Baskerville", "Noto Serif JP", serif;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dt b, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dt b {
    color: #0080CB;
    font-weight: 400;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dd, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dd {
    margin-top: 0.5rem;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_dl .company_history_dd p, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_dl .company_history_dd p {
    font-size: 0.875rem;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image.large img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.large img {
    width: 18.75rem;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image.medium img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.medium img {
    width: 16.125rem;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image.medium img + img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image.medium img + img {
    margin-top: 0.8125rem;
    margin-left: 0;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image img {
    width: 8.75rem;
  }
  .company_history .company_history_block .inbox .company_history_box .company_history_image img + img, .company_history .company_history_block div[style*="position: absolute"][style*="z-index: 10000"] .company_history_box .company_history_image img + img {
    margin-left: 0;
  }
}
/**********
technology
**********/
.challenge_slider {
  max-width: calc(67.5rem + 50% - 33.75rem);
  padding-bottom: 1.25rem;
  margin-top: 1.625rem;
  margin-left: auto;
  position: relative;
}

.challenge_slider_wrap {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.8125rem;
  /* Chrome / Safari */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.challenge_slider_wrap .challenge_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.challenge_slider_wrap .challenge_slide {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .challenge_slider {
    max-width: 100%;
    margin-left: 1rem;
    margin-top: 1.625rem;
    position: relative;
  }
  .challenge_slider_wrap {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.8125rem;
    /* Chrome / Safari */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
  }
  .challenge_slider_wrap .challenge_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.challenge_post_wrap {
  padding-bottom: 7.5rem;
}
.challenge_post_wrap .challenge_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.challenge_post_wrap .challenge_list::after {
  content: "";
  width: calc(33.333% - 1.25rem);
  height: 0;
}
.challenge_post_wrap .challenge_list_in {
  width: calc(33.333% - 1.25rem);
  margin-bottom: 1rem;
}
.challenge_post_wrap .load_more_btn {
  width: 15.9375rem;
  height: 3rem;
  color: #0080CB;
  border: 1px solid #0080CB;
  background: #ffffff;
  border-radius: 3rem;
  margin-top: 5.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .challenge_post_wrap .challenge_list {
    padding: 0 1rem;
  }
  .challenge_post_wrap .challenge_list::after {
    display: none;
  }
  .challenge_post_wrap .challenge_list_in {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .challenge_post_wrap .load_more_btn {
    width: 12.1875rem;
    height: 3rem;
    margin-bottom: 7.5rem;
    color: #0080CB;
    margin-top: 1.875rem;
  }
}
.challenge_slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20.625rem; /* 任意 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challenge_list_in a {
  height: 100%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  display: block;
  background: #F2F2F2;
}
.challenge_list_in a::after {
  width: 2rem;
  height: 2rem;
  right: 1.25rem;
  bottom: 1.25rem;
  content: "";
  background: url("../img/common/i_btn.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (min-width: 750px) {
  .challenge_list_in a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .challenge_list_in a:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.challenge_list_in .text_wrap {
  padding: 1.25rem 4.5rem 1.25rem 1.25rem;
}
.challenge_list_in .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.challenge_list_in .post_category span {
  border-radius: 2.5rem;
  font-size: 0.625rem;
  background: #ffffff;
  padding: 0.1875rem 0.625rem;
}
.challenge_list_in .post_title {
  margin-top: 0.375rem;
  display: block;
  font-size: 1rem;
  line-height: 1.8;
}
.challenge_list_in .post_title span {
  display: inline-block;
}
.challenge_list_in .post_data {
  font-size: 0.625rem;
  margin-top: 0.5rem;
  display: block;
}
.challenge_list_in .eyecatch {
  position: relative;
  overflow: hidden;
}
.challenge_list_in .eyecatch img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 749px) {
  .challenge_slide {
    width: 17.8125rem; /* 任意 */
  }
  .challenge_list_in .post_data {
    font-size: 0.625rem;
  }
}
/* 矢印 */
.challenge_controls {
  max-width: 67.5rem;
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .challenge_controls {
    max-width: 21.4375rem;
    margin-right: 1rem;
  }
}
/* スクロールバー（自作） */
.challenge_scrollbar {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 1px;
  background: #eee;
  position: relative;
}

.challenge_scrollbar_thumb {
  height: 100%;
  width: 13.333%;
  background: #0080CB;
  position: absolute;
  left: 0;
  top: 0;
}
.challenge_arrow {
  position: static;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.875rem;
  background: url("../img/common/i_slide.svg") no-repeat;
  background-size: 99%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (min-width: 750px) {
  .challenge_arrow:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .challenge_arrow:hover.prev {
    -webkit-transform: scale(-1.25, 1.25);
            transform: scale(-1.25, 1.25);
  }
}
.challenge_arrow_wrap {
  margin-right: 0.5rem;
}
.challenge_arrow.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.page_contents > p:first-child,
.page_contents > *:first-child > p:first-child {
  margin-top: -1rem;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .page_contents > p:first-child,
  .page_contents > *:first-child > p:first-child {
    margin-top: -0.6875rem;
    font-size: 0.875rem;
  }
}
.projects_history {
  margin-top: 2.875rem;
  padding-bottom: 7.1875rem;
}
.projects_history .sub_title {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .projects_history_dl {
    margin-left: -1.25rem;
  }
}
.projects_history_dl {
  padding-bottom: 1.125rem;
  overflow: hidden;
}
.projects_history_dl .projects_history_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.projects_history_dl .projects_history_dl_in:not(:first-child) {
  padding-top: 2rem;
}
.projects_history_dl .projects_history_dl_in .projects_history_dt {
  width: 12.75rem;
  padding-right: 1.75rem;
  white-space: nowrap;
  text-align: right;
  color: #0080CB;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
.projects_history_dl .projects_history_dl_in .projects_history_dt b {
  font-size: 3.75rem;
  line-height: 1.2333333333;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
  margin-right: 0.03em;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 2.1875rem;
  padding-left: 2.375rem;
  position: relative;
}
@media (min-width: 750px) {
  .projects_history_dl .projects_history_dl_in .projects_history_dd::before {
    width: 1px;
    height: calc(100% + 2rem);
    position: absolute;
    left: 0;
    top: 2.25rem;
    content: "";
    background: #727272;
    display: block;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd::after {
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
    background: #0080CB;
    border-radius: 1.5625rem;
    position: absolute;
    left: -0.75rem;
    top: 2.125rem;
  }
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_title {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd p {
  margin-top: 0.5625rem;
  line-height: 2;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image {
  margin-top: 1.5625rem;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image + .projects_history_dl_title {
  margin-top: 2.6666666667em;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image img {
  width: 15.0625rem;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image.projects2018 img {
  width: 42.0625rem;
}
.projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image.projects202502 img {
  width: 32.0625rem;
}

@media screen and (max-width: 749px) {
  .projects_history {
    margin-top: 4.5625rem;
    padding-bottom: 5.75rem;
  }
  .projects_history .sub_title {
    margin-bottom: 1.25rem;
  }
  .projects_history_dl {
    padding-bottom: 1.125rem;
    overflow: hidden;
  }
  .projects_history_dl .projects_history_dl_in {
    padding-left: 2.25rem;
  }
  .projects_history_dl .projects_history_dl_in::before {
    width: 1px;
    height: calc(100% + 2rem);
    position: absolute;
    left: 1rem;
    top: 0.875rem;
    content: "";
    background: #727272;
    display: block;
  }
  .projects_history_dl .projects_history_dl_in::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #0080CB;
    border-radius: 1.5625rem;
    position: absolute;
    left: 0.5rem;
    top: 0.875rem;
  }
  .projects_history_dl .projects_history_dl_in:not(:last-child) {
    padding-bottom: 3.75rem;
  }
  .projects_history_dl .projects_history_dl_in:not(:first-child) {
    padding-top: 0;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dt {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dt b {
    font-size: 2rem;
    line-height: 1.4375;
    margin-right: 0.3125rem;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 1rem;
    padding-left: 0;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_title {
    font-size: 1rem;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd p {
    margin-top: 0.5rem;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image {
    margin-top: 1.0625rem;
  }
  .projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image.projects2018 img, .projects_history_dl .projects_history_dl_in .projects_history_dd .projects_history_dl_image.projects202502 img {
    width: 100%;
  }
}
.special_technology {
  background: #F2F2F2;
  padding: 6.875rem 0 8.5rem;
}
.special_technology .sub_title {
  margin-bottom: 1rem;
}
.special_technology p:not([class]) {
  font-size: 1rem;
  line-height: 2;
}
.special_technology .special_technology_list {
  margin-top: 3.5rem;
}
.special_technology .special_technology_list li {
  line-height: 2;
}
.special_technology .special_technology_other {
  margin-top: 2em;
  margin-left: 1em;
}

@media screen and (max-width: 749px) {
  .special_technology {
    padding: 4.5rem 0 6.25rem;
  }
  .special_technology p:not([class]) {
    font-size: 0.875rem;
  }
  .special_technology .special_technology_list {
    margin-top: 2.4375rem;
  }
}
/**********
global
**********/
.global_gallery {
  margin-top: 5.5rem;
}

.global_service {
  background: url(../img/global/global_service_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -11.25rem;
  padding-top: 14.375rem;
  padding-bottom: 7.5rem;
}
.global_service .global_service_title {
  margin-bottom: 2.5rem;
}
.global_service .global_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.global_service .global_service_list li {
  width: calc(50% - 1.25rem);
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.global_service .global_service_list_title {
  margin-bottom: 1rem;
}
.global_service .global_service_list p {
  font-size: 1rem;
  line-height: 2;
}

.global_plant {
  padding: 5.625rem 0 0;
}
.global_plant_title {
  margin-bottom: 1.125rem;
}
.global_plant p {
  font-size: 1rem;
  line-height: 2;
}
.global_plant .overseas_map {
  margin-top: 2.75rem;
  text-align: center;
}
.global_plant .overseas_map img {
  width: 54.0625rem;
}

@media screen and (max-width: 749px) {
  .global_gallery {
    margin-top: 4.0625rem;
  }
  .global_service {
    background-image: url(../img/global/global_service_bg_sp.webp);
    margin-top: -9.75rem;
    padding-top: 12.75rem;
    padding-bottom: 5rem;
  }
  .global_service .global_service_title {
    margin-bottom: 1.25rem;
  }
  .global_service .global_service_list {
    gap: 1.5rem;
  }
  .global_service .global_service_list li {
    width: 100%;
    padding: 1.5rem;
  }
  .global_service .global_service_list_title {
    margin-bottom: 1rem;
  }
  .global_service .global_service_list p {
    font-size: 0.875rem;
  }
  .global_plant {
    padding: 4.625rem 0 0;
  }
  .global_plant_title {
    margin-bottom: 1.25rem;
  }
  .global_plant p {
    font-size: 0.875rem;
  }
  .global_plant .overseas_map {
    margin-top: 1.625rem;
  }
  .global_plant .overseas_map img {
    width: 100%;
  }
  .global_plant + .foot_card_link {
    margin-top: 5rem;
    margin-bottom: 6.25rem;
  }
}
.sales_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.25rem;
}
.sales_nav_list li {
  font-size: 1.125rem;
}
.sales_nav_list li .icon_link::after {
  background-image: url(../img/common/i_down.svg);
}
.sales_nav_list li:not(:last-child) {
  margin-right: 3.5rem;
}

.sales_section .sales_section_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #E0E0E0;
  padding-top: 1.25rem;
  padding-bottom: 8.25rem;
}
.sales_section .sales_section_in.text_only .sales_section_title {
  padding-top: 1rem;
}
.sales_section .sales_section_in.text_only .sales_section_block .text_dl {
  border-top: 0;
}
.sales_section .sales_section_in.text_only .sales_section_block .text_dl .text_dl_in:first-child {
  padding-top: 1.375rem !important;
}
.sales_section .sales_section_in .sales_section_title {
  width: 25%;
}
.sales_section .sales_section_in .sales_section_block {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.sales_section .sales_section_in .sales_section_block .domestic_map {
  padding-top: 1.5rem;
  padding-left: 12.5rem;
  padding-bottom: 3.125rem;
}
.sales_section .sales_section_in .sales_section_block .domestic_map img {
  width: 22.75rem;
}
.sales_section .sales_section_in .sales_section_block .overseas_map {
  margin-top: 4rem;
  margin-bottom: 4.25rem;
}
.sales_section .sales_section_in .sales_section_block .overseas_map img {
  width: 43.25rem;
}
.sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in {
  padding-block: 1.5625rem;
}
.sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in dt {
  width: 48.6419753086%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in dt img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 9rem;
  height: 7.3125rem;
  margin-right: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.sales_section .sales_section_in .sales_section_block .text_dl.sales_domestic_dl .text_dl_in dt {
  width: 12.5rem;
}
.sales_section .sales_section_in .sales_section_block .text_dl.sales_global_dl .text_dl_in {
  padding-block: 1.875rem;
}
.sales_section .sales_section_in .sales_section_block .att_r_text {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
  display: block;
  text-align: right;
}

@media screen and (max-width: 749px) {
  .sales_nav_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.25rem;
    margin-bottom: 3.875rem;
  }
  .sales_nav_list li {
    width: 8.125rem;
    margin-bottom: 1.125rem;
    font-size: 1rem;
  }
  .sales_nav_list li .icon_link {
    display: block;
  }
  .sales_nav_list li .icon_link::after {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img/common/i_down.svg);
  }
  .sales_nav_list li:not(:last-child) {
    margin-right: 0;
  }
  .sales_section .sales_section_in {
    padding-bottom: 7.5rem;
  }
  .sales_section .sales_section_in.text_only .sales_section_title {
    width: 100%;
    padding-top: 0;
  }
  .sales_section .sales_section_in.text_only .sales_section_block .text_dl {
    border-top: 0;
  }
  .sales_section .sales_section_in.text_only .sales_section_block .text_dl .text_dl_in:first-child {
    padding-top: 2rem !important;
  }
  .sales_section .sales_section_in .sales_section_title {
    width: 100%;
  }
  .sales_section .sales_section_in .sales_section_block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .sales_section .sales_section_in .sales_section_block .domestic_map {
    margin-top: -0.625rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 1.375rem;
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .sales_section .sales_section_in .sales_section_block .domestic_map img {
    width: 14.5625rem;
  }
  .sales_section .sales_section_in .sales_section_block .overseas_map {
    margin-top: 0.875rem;
    margin-bottom: 2.5rem;
  }
  .sales_section .sales_section_in .sales_section_block .overseas_map img {
    width: 100%;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in {
    padding-block: 1.5625rem;
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in .icon_link {
    font-size: 0.75rem;
    padding-right: 1.5625rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in .icon_link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in dt {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in dt img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 9rem;
    height: auto;
    max-height: 7.3125rem;
    margin-right: 2.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top left;
       object-position: top left;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl .text_dl_in dt span {
    width: 100%;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl.sales_domestic_dl .text_dl_in dt {
    width: 5.4375rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl.sales_global_dl .text_dl_in {
    padding-block: 1.875rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl.sales_global_dl .text_dl_in dt {
    margin-bottom: 0.5rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl.sales_global_dl .text_dl_in dt span {
    margin-top: 1.125rem;
  }
  .sales_section .sales_section_in .sales_section_block .text_dl.sales_global_dl .text_dl_in dd {
    width: 100%;
  }
  .sales_section .sales_section_in .sales_section_block .att_r_text {
    font-size: 0.5rem;
    margin-top: 0.9375rem;
  }
}
.plant_nav {
  width: 50.125rem;
  margin: 5rem auto 0;
  text-align: center;
  position: relative;
}
.plant_nav_list li {
  position: absolute;
  line-height: 1.625rem;
}
.plant_nav_list li a::after {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
  background-image: url(../img/common/i_down.svg);
}
.plant_nav_list li {
  left: 26.375rem;
}
.plant_nav_list li.plant_main {
  top: 12.3125rem;
}
.plant_nav_list li.plant01 {
  left: 39.875rem;
  top: 5.6875rem;
}
.plant_nav_list li.plant02 {
  top: 21.125rem;
}
.plant_nav_list li.plant03 {
  top: 5.25rem;
  left: 15.625rem;
}
.plant_nav_list li.plant04 {
  top: 20.8125rem;
  left: 8.375rem;
}
.plant_nav_list li.plant05 {
  top: 15.25rem;
}
.plant_nav_list li.plant06 {
  top: 17.9375rem;
}
.en-US .plant_nav_list li.plant01 {
  left: 36.875rem;
}
.en-US .plant_nav_list li.plant03 {
  left: 8.9375rem;
}
.en-US .plant_nav_list li.plant04 {
  left: 9.625rem;
}
.plant_nav .plant_map picture img {
  width: 100%;
}

.plant_list {
  margin-top: 6.875rem;
  margin-bottom: 13.375rem;
}
.plant_list .plant_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plant_list .plant_list_box + .plant_list_box {
  margin-top: 7.875rem;
}
.plant_list .plant_list_box > * {
  width: 50%;
}
.plant_list .plant_list_box .plant_list_gallery {
  margin-right: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.875rem;
}
.plant_list .plant_list_box .plant_list_gallery img {
  width: calc(50% - 0.4375rem);
}
.plant_list .plant_list_box .plant_list_gallery img:first-child {
  width: 100%;
  margin-bottom: 0.125rem;
}
.plant_list .plant_list_box .plant_list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.plant_list .plant_list_box .plant_list_text .plant_list_title {
  margin-bottom: 2.375rem;
}
.plant_list .plant_list_box .plant_list_text .plant_list_title span {
  display: block;
}
.plant_list .plant_list_box .plant_list_text .plant_list_title .ja {
  font-size: 2rem;
  line-height: 1.4375;
}
.plant_list .plant_list_box .plant_list_text .plant_list_title .en {
  margin-top: -0.03em;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.plant_list .plant_list_box .plant_list_text .plant_list_pin {
  margin-bottom: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 0.875rem;
}
.plant_list .plant_list_box .plant_list_text .plant_list_pin::before {
  content: "";
  width: 1.3125rem;
  margin-right: 0.4375rem;
  height: 1.6875rem;
  background: url("../img/common/i_pin.svg") no-repeat;
  background-size: contain;
}
.plant_list .plant_list_box .plant_list_text > p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.75;
}
.plant_list .plant_list_box .plant_list_text .plant_dl {
  margin-top: 2.25rem;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in {
  font-size: 0.875rem;
  padding-block: 1.5625rem;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dt {
  width: 7.25rem;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd p {
  line-height: 2;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list li {
  margin-right: 1.0625rem;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .dot_list {
  width: 100%;
}
.plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .dot_list li {
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .plant_nav {
    width: 100%;
    margin-top: 1.75rem;
    position: relative;
  }
  .plant_nav_list li {
    line-height: 0.9375rem;
    font-size: 0.625rem;
  }
  .plant_nav_list li a {
    padding-right: 1.125rem;
  }
  .plant_nav_list li a::after {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: -0.46875rem;
  }
  .plant_nav_list li {
    left: 11.375rem;
  }
  .plant_nav_list li.plant_main {
    top: 5.125rem;
  }
  .plant_nav_list li.plant01 {
    left: 15.625rem;
    top: 1.8125rem;
  }
  .plant_nav_list li.plant02 {
    top: 10.5rem;
  }
  .plant_nav_list li.plant03 {
    top: 1.8125rem;
    left: 4.6875rem;
  }
  .plant_nav_list li.plant04 {
    top: 9.5rem;
    left: 1.875rem;
  }
  .plant_nav_list li.plant05 {
    top: 6.75rem;
  }
  .plant_nav_list li.plant06 {
    top: 8.5rem;
  }
  .en-US .plant_nav_list li {
    text-align: left;
    font-size: 0.5625rem;
    line-height: 0.6875rem;
  }
  .en-US .plant_nav_list li span {
    line-height: 0.6875rem;
    display: block;
  }
  .en-US .plant_nav_list li {
    left: 11.375rem;
  }
  .en-US .plant_nav_list li.plant_main {
    top: 4.875rem;
  }
  .en-US .plant_nav_list li.plant01 {
    left: 14.0625rem;
    top: 1.8125rem;
  }
  .en-US .plant_nav_list li.plant02 {
    top: 10.625rem;
  }
  .en-US .plant_nav_list li.plant03 {
    top: 1.8125rem;
    left: 1rem;
  }
  .en-US .plant_nav_list li.plant04 {
    top: 9.5rem;
    left: 2.5rem;
  }
  .en-US .plant_nav_list li.plant05 {
    top: 6.625rem;
  }
  .en-US .plant_nav_list li.plant05 span {
    position: relative;
    bottom: 0.25em;
  }
  .en-US .plant_nav_list li.plant06 {
    top: 8.625rem;
  }
  .plant_list {
    margin-top: 4.375rem;
    margin-bottom: 9rem;
  }
  .plant_list .plant_list_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plant_list .plant_list_box + .plant_list_box {
    margin-top: 6.875rem;
  }
  .plant_list .plant_list_box > * {
    width: 100%;
  }
  .plant_list .plant_list_box .plant_list_gallery {
    margin-right: 0;
    margin-bottom: 2.1875rem;
    gap: 0.625rem;
  }
  .plant_list .plant_list_box .plant_list_gallery img {
    width: calc(50% - 0.3125rem);
  }
  .plant_list .plant_list_box .plant_list_text .plant_list_title {
    margin-bottom: 2.375rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_list_title .ja {
    font-size: 1.375rem;
    line-height: 1.5272727273;
  }
  .plant_list .plant_list_box .plant_list_text .plant_list_title .en {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .plant_list .plant_list_box .plant_list_text .plant_list_pin {
    margin-bottom: 0.625rem;
  }
  .plant_list .plant_list_box .plant_list_text > p {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl {
    margin-top: 2.1875rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in {
    font-size: 0.75rem;
    padding-block: 1.375rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dt {
    width: 4.125rem;
    line-height: 1.8333333333;
  }
  .en-US .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dt {
    padding-top: 0;
    width: 6.25rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd p {
    line-height: 1.8333333333;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list li .icon_link {
    font-size: 0.75rem;
    padding-right: 1.5625rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list li .icon_link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list li {
    margin-right: 1.625rem;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .icon_list li:last-child {
    margin-right: 0;
  }
  .plant_list .plant_list_box .plant_list_text .plant_dl .text_dl_in dd .dot_list li {
    line-height: 1.8333333333;
  }
}
/**********
products
**********/
.products_card_link {
  margin-top: 5rem;
}

.products_cam_wrap {
  margin-top: 7.375rem;
  margin-inline: 2.5rem;
  padding-bottom: 10rem;
}

.products_cam_list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
.products_cam_list_item {
  width: calc(33.333% - 1.25rem);
}
.products_cam_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 750px) {
  .products_cam_list_item a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.products_cam_list_item figure {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.products_cam_list_item figure img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.products_cam_list_title {
  font-size: 1.125rem;
  margin-bottom: 1em;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}
.products_cam_list_title b {
  font-weight: 500;
}
.products_cam_list p {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .products_card_link {
    margin-top: 3.5rem;
  }
  .products_cam_wrap {
    margin-top: 5.25rem;
    margin-inline: 0;
    padding-bottom: 6.5rem;
  }
  .products_cam_list {
    margin-top: 1.25rem;
    gap: 3.125rem;
  }
  .products_cam_list_item {
    width: 100%;
  }
  .products_cam_list_title {
    font-size: 1rem;
  }
}
/**********
CSR
**********/
.csr_page_list {
  margin-top: 5.75rem;
}

.green_note h2, .csr_system h2 {
  margin-bottom: 1rem;
}
.green_note p, .green_note li, .csr_system p, .csr_system li {
  line-height: 2;
}

.green_note {
  margin-top: 5.5rem;
}
.green_note .btn_list {
  margin-top: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.green_note .btn_list li:first-child {
  margin-left: 0;
}

.csr_system {
  margin-top: 6rem;
  margin-bottom: 10.625rem;
}
.csr_system_image {
  margin-top: 3.5rem;
  padding-left: 2.1875rem;
}
.csr_system_image img {
  width: 60.75rem;
}

@media screen and (max-width: 749px) {
  .csr_page_list {
    margin-top: 5rem;
  }
  .green_note h2, .csr_system h2 {
    margin-bottom: 0.75rem;
  }
  .green_note p, .green_note li, .csr_system p, .csr_system li {
    line-height: 1.5714285714;
  }
  .green_note {
    margin-top: 4rem;
  }
  .csr_system {
    margin-top: 4rem;
    margin-bottom: 7.5rem;
  }
  .csr_system_image {
    margin-top: 2.8125rem;
    padding-left: 0;
  }
  .csr_system_image img {
    width: 100%;
  }
}
.sold_out {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bdr_text_c {
  font-size: 1.4375rem;
  letter-spacing: -0.06em;
  padding: 0.75rem 2.75rem;
  color: #0080CB;
  border: 1px solid #E2E2E2;
  font-weight: bold;
}

.concert_title_wrap {
  margin-top: 4.5rem;
}
.concert_title_wrap span {
  display: block;
}
.concert_title_wrap .concert_name {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.concert_info_dl {
  margin-top: 2.375rem;
  padding-top: 2.5rem;
}
.concert_info_dl .text_dl_in {
  padding: 0 0 2em;
  border-bottom: 0;
  line-height: 2;
}
.concert_info_dl .text_dl_in dt {
  width: 5.375rem;
}
.concert_info_dl .text_dl_in dd {
  line-height: 2;
}
.concert_info_dl .text_dl_in dd p + p {
  margin-top: 2em;
}

.concert_pamphlet {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concert_pamphlet img {
  width: calc(50% - 0.375rem);
}
.concert_pamphlet_pdf {
  margin-top: 0.9375rem;
  text-align: right;
}

.concert_profile {
  margin-top: 4rem;
  padding: 5rem 2.5rem 5.25rem;
  background: #F5F5F5;
  border-radius: 1.75rem;
}
.concert_profile_in {
  max-width: 55.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concert_profile_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.concert_profile_text p {
  line-height: 1.7142857143;
}
.concert_profile_text p + p {
  margin-top: 1.7142857143em;
}
.concert_profile_title {
  margin-bottom: 1.75rem;
}
.concert_profile_title strong {
  font-size: 1rem;
  margin-bottom: 1.125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.concert_profile_title span {
  display: block;
}
.concert_profile_title .name {
  font-size: 1.5rem;
}
.concert_profile_title .en {
  font-size: 1rem;
}
.concert_profile a {
  text-decoration: underline;
  color: #0080CB;
}
.concert_profile_image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 3.3125rem;
}
.concert_profile_image img {
  width: 15.0625rem;
}

@media screen and (max-width: 749px) {
  .sold_out {
    margin-top: 2rem;
  }
  .bdr_text_c {
    font-size: 0.875rem;
    padding: 1.1875rem 2.75rem;
  }
  .concert_title_wrap {
    margin-top: 5rem;
  }
  .concert_title_wrap .concert_name {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .concert_info_dl {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .concert_info_dl .text_dl_in {
    padding: 0 0 3.6666666667em;
    border-bottom: 0;
    font-size: 0.75rem;
  }
  .concert_info_dl .text_dl_in dt {
    width: 3.25rem;
  }
  .concert_info_dl .text_dl_in dd {
    line-height: 1.8333333333;
  }
  .concert_info_dl .text_dl_in dd .icon_link {
    padding-right: 1.5625rem;
  }
  .concert_info_dl .text_dl_in dd .icon_link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
  .concert_info_dl .text_dl_in dd p + p {
    margin-top: 1.8333333333em;
  }
  .concert_pamphlet {
    margin-top: 0.75rem;
  }
  .concert_pamphlet img {
    width: 100%;
  }
  .concert_pamphlet img + img {
    margin-top: 1.375rem;
  }
  .concert_pamphlet_pdf {
    margin-top: 0.75rem;
  }
  .concert_pamphlet_pdf .icon_link {
    padding-right: 1.5625rem;
  }
  .concert_pamphlet_pdf .icon_link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
  .concert_profile {
    margin-top: 4.375rem;
    padding: 3.25rem 1.25rem 4rem;
  }
  .concert_profile_text {
    margin-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .concert_profile_text p {
    line-height: 1.6666666667;
  }
  .concert_profile_text p + p {
    margin-top: 1.6666666667em;
  }
  .concert_profile_title {
    margin-bottom: 1.875rem;
  }
  .concert_profile_title strong {
    display: none;
  }
  .concert_profile_image {
    margin-right: 0;
  }
  .concert_profile_image img {
    width: 11.75rem;
  }
}
.concert_history {
  margin-top: 6.5rem;
  margin-bottom: 9.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.4375rem 0;
  border: solid #E0E0E0;
  border-width: 1px 0;
}
.concert_history h3 {
  width: 11.125rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.concert_history_text {
  margin-top: -0.2em;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.concert_history_text .not_list li {
  font-size: 1rem;
  line-height: 2;
}
.concert_history_text .not_list + p {
  margin-top: 1.75rem;
}

@media screen and (max-width: 749px) {
  .concert_history {
    margin-top: 4.25rem;
    margin-bottom: 9rem;
    padding: 2.25rem 0;
  }
  .concert_history h3 {
    width: 100%;
    margin-bottom: 1.0625rem;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .concert_history_text {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .concert_history_text .not_list li {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .concert_history_text .not_list + p {
    margin-top: 1.375rem;
    font-size: 0.5rem;
  }
}
.privacy_block {
  padding-top: 3.125rem;
  padding-bottom: 9.125rem;
  font-size: 1rem;
}
.privacy_block p, .privacy_block li {
  line-height: 2;
}
.privacy_block .wp-block-heading {
  font-size: inherit;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.privacy_block .wp-block-heading:not(:first-child) {
  margin-top: 2em;
}
.privacy_block .wp-block-heading + .wp-block-heading {
  margin-top: 0;
}
.privacy_block h3.wp-block-heading {
  color: #0080CB;
}
.privacy_block .terms_data {
  font-size: 0.875rem;
  margin-top: 4rem;
  text-align: right;
}
.privacy_block ol.wp-block-list:not(.cycle_no_list) {
  counter-reset: number 0;
}
.privacy_block ol.wp-block-list:not(.cycle_no_list) li {
  padding-left: 1em;
  position: relative;
  counter-increment: number 1;
}
.privacy_block ol.wp-block-list:not(.cycle_no_list) li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  .privacy_block {
    padding-top: 2.1875rem;
    padding-bottom: 6.25rem;
    font-size: 0.875rem;
  }
  .privacy_block .terms_data {
    margin-top: 2.75rem;
  }
}
/*
body.contact_child {
  background: #F2F2F2;
}
.smf-form {
  strong {
    font-size: fs(12);
    color: #FF0000;
    font-weight: 300;
    span {
      color: #000000;
    }
  }
  p,select,input,textarea {
    font-weight: 300;
  }
}
*/
label .smf-radio-button-control {
  display: contents !important;
}
label > input[type=radio], label > input[type=checkbox] {
  display: none !important;
}
label > input[type=radio] + span, label > input[type=checkbox] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
label > input[type=radio] + span::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  content: "";
  display: block;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #ACACAC;
}
label > input[type=radio]:checked + span {
  color: #0080CB;
}
label > input[type=radio]:checked + span::before {
  border-color: #0080CB;
  background: #0080CB;
}
label {
  /*
  input[value="希望カタログなし"] + span {
    display: none;
  }
   */
}
label > input[type=checkbox] + span {
  position: relative;
}
label > input[type=checkbox] + span::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  content: "";
  display: block;
  border-radius: 0.125rem;
  background: #ffffff;
  border: 1px solid #ACACAC;
}
label > input[type=checkbox]:checked + span {
  color: #0080CB;
}
label > input[type=checkbox]:checked + span::before {
  border-color: #0080CB;
  background: #0080CB;
}
label > input[type=checkbox]:checked + span::after {
  content: "";
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  display: block;
  border: solid #ffffff;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0.1875rem;
  bottom: 0.3125rem;
}

form[data-screen=input] .form_confirm,
form[data-screen=back] .form_confirm,
form[data-screen=invalid] .form_confirm {
  display: none;
}

form[data-screen=confirm] .form_input {
  display: none;
}
form[data-screen=confirm] .smf-item__controls {
  min-height: 3.75rem;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  padding: 1.125rem 1.25rem;
  border-radius: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form[data-screen=confirm] .smf-item__controls .smf-placeholder[data-name=address-area] {
  margin-right: 1em;
}
form[data-screen=confirm] .smf-item + .smf-item {
  margin-top: 1.25rem;
}
form[data-screen=confirm] .smf-item__label__text {
  margin-bottom: 0.5625rem;
}
form[data-screen=confirm] .smf-item__label strong {
  display: none;
}
form[data-screen=confirm] .smf-form h2.wp-block-heading {
  margin-top: 3.25rem;
}
form[data-screen=confirm] .smf-form h2.wp-block-heading ~ .smf-item + .smf-item {
  margin-top: 1.25rem;
}
form[data-screen=confirm] .smf-form h2.wp-block-heading ~ p {
  padding: 0 0.3125rem;
}
form[data-screen=confirm] .smf-action {
  margin-top: 2.125rem;
}

.contact_complete .topic-path li:last-child {
  display: none;
}
.contact_complete .topic-path li:nth-last-child(2) span {
  color: #A5A5A5;
}

.complete_block {
  margin: 6.5rem 0 13.5rem;
}
.complete_block .complete_title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.complete_block p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.875;
}
.complete_block .top_back_link {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete_block .top_back_link a {
  width: 12.5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .complete_block {
    margin: 4.375rem 0 9rem;
  }
  .complete_block .complete_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .complete_block p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .complete_block .top_back_link {
    margin-top: 3.25rem;
  }
}
body#info {
  background: #F2F2F2;
}
body#info > .topic-path {
  margin-top: 78px;
  padding-top: 1.125rem;
  margin-bottom: 2.75rem;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
}

#form_content ~ #footer {
  margin-top: 12.125rem;
}

.form_top_title, .aptoenq_popup_title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  margin-bottom: 0.375rem;
}
.form_top_title span, .aptoenq_popup_title span {
  display: inline-block;
}

@media (min-width: 750px) {
  #form_content {
    padding-inline: 1.375rem;
  }
}
@media screen and (max-width: 749px) {
  body#info > .topic-path {
    margin-top: 70px;
  }
  #form_content ~ #footer {
    margin-top: 6.75rem;
  }
  .form_top_title, .aptoenq_popup_title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.4375rem;
  }
  .form_top_title span, .aptoenq_popup_title span {
    display: block;
  }
}
#aptoenqform .aptoenq_necessary {
  font-size: 0.75rem;
  line-height: 1.3;
}
#aptoenqform .aptoenq_necessary:first-child {
  margin-bottom: 3.5rem;
}
#aptoenqform input.enqueteSearchResult:first-child + .aptoenq_qa {
  margin-top: 3.5rem;
}
#aptoenqform .aptoenq_red, #aptoenqform .tx_drd {
  color: #FF0000;
}
#aptoenqform .aptoenq_qa {
  margin: 0 0 2.125rem;
  clear: both;
}
#aptoenqform .aptoenq_qa .questionTitle {
  margin-bottom: 1.5625rem;
  background-color: transparent;
}
#aptoenqform .aptoenq_qa .aptoenq_a {
  background-color: transparent;
}
#aptoenqform .aptoenq_qa .aptoenq_a:after {
  content: "";
  display: block;
  clear: both;
}
#aptoenqform .aptoenq_qa .aptoenq_a label {
  display: block;
  margin-bottom: 1rem;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check {
  display: contents;
  width: 0.75rem;
  height: 0.75rem;
  background: #000;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check input {
  opacity: 0;
  position: absolute;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check + span {
  position: relative;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check + span::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  content: "";
  display: block;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #ACACAC;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check.checked + span {
  color: #0080CB;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check.checked + span::before {
  border-color: #0080CB;
  background: #0080CB;
}
#aptoenqform .aptoenq_qa .aptoenq_a label .aptoenq_check.checked + span::after {
  content: "";
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  display: block;
  border: solid #ffffff;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0.1875rem;
  bottom: 0.375rem;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0.5625rem !important;
  font-size: 16px;
  padding: 1.375rem;
  height: 16.25rem;
  line-height: 1.5;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea::-webkit-input-placeholder {
  color: #B7B7B7;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea::-moz-placeholder {
  color: #B7B7B7;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea:-ms-input-placeholder {
  color: #B7B7B7;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea::-ms-input-placeholder {
  color: #B7B7B7;
}
#aptoenqform .aptoenq_qa .enqtooltip textarea::placeholder {
  color: #B7B7B7;
}
#aptoenqform .questionTitle,
#aptoenqform .aptoenq_cusinfo_item,
#aptoenqform .bdrBtmCCCdot,
#aptoenqform .cell_d3 {
  font-size: 0.875rem;
  font-weight: bold;
}
#aptoenqform .aptoenq_cusinfo_subj {
  font-family: "Noto Serif JP", serif;
  margin-top: 5.125rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
#aptoenqform .aptoenq_cusinfo_item {
  margin-bottom: 0.5625rem;
}
#aptoenqform .aptoenq_cusinfo_fm {
  margin-bottom: 1.25rem;
}
#aptoenqform .aptoenq_cusinfo_fm input,
#aptoenqform .aptoenq_cusinfo_fm textarea {
  width: 100%;
  min-height: 3.75rem;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0.5625rem !important;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#aptoenqform .aptoenq_cusinfo_fm #aptoenq_postcode {
  width: 15rem;
}
#aptoenqform .aptoenq_cusinfo_msg {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  display: block;
}
#aptoenqform .aptoenq_cusinfo_exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap input {
  display: none;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap label::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  content: "";
  display: block;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #ACACAC;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap.checked label {
  color: #0080CB;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap.checked label::before {
  border-color: #0080CB;
  background: #0080CB;
}
#aptoenqform .aptoenq_cusinfo_exp .check_wrap.checked label::after {
  content: "";
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  display: block;
  border: solid #ffffff;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0.1875rem;
  bottom: 0.3125rem;
}
@media screen and (max-width: 749px) {
  #aptoenqform .aptoenq_cusinfo_exp .check_wrap.checked label::after {
    bottom: 0.5625rem;
  }
}
#aptoenqform .aptoenq_cusinfo_exp .wrap {
  width: 100%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aptoenqform .aptoenq_br:empty {
  display: none;
}

/* global */
.form_input_area {
  margin: 0 0 2.125rem;
  clear: both;
}
.form_input_area .bdrBtmCCCdot {
  margin-bottom: 1.5625rem;
  background-color: transparent;
}
.form_input_area .form_check_list:after {
  content: "";
  display: block;
  clear: both;
}
.form_input_area .form_check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_input_area .form_check_list .left {
  width: 25%;
}
.form_input_area .form_check_list .left.w33p {
  width: 33.333%;
}
.form_input_area .form_check_list .left.w50p {
  width: 50%;
}
.form_input_area .form_check_list label {
  display: block;
  margin-bottom: 1rem;
}
.form_input_area .form_check_list + .bdrBtmCCCdot {
  margin-top: 2.125rem;
}
.form_input_area .form_check_list02:after {
  content: "";
  display: block;
  clear: both;
}
.form_input_area .form_check_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_input_area .form_check_list02 label {
  width: 33.333%;
  display: block;
  margin-bottom: 1rem;
}
.form_input_area .form_check_list02 + .bdrBtmCCCdot {
  margin-top: 2.125rem;
}
.form_input_area textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0.5625rem !important;
  font-size: 16px;
  padding: 1.375rem;
  height: 16.25rem;
  line-height: 1.5;
}
.form_input_area textarea::-webkit-input-placeholder {
  color: #B7B7B7;
}
.form_input_area textarea::-moz-placeholder {
  color: #B7B7B7;
}
.form_input_area textarea:-ms-input-placeholder {
  color: #B7B7B7;
}
.form_input_area textarea::-ms-input-placeholder {
  color: #B7B7B7;
}
.form_input_area textarea::placeholder {
  color: #B7B7B7;
}

.form_plofile {
  margin-bottom: 1.875rem;
}
.form_plofile .tx_blu:first-child {
  font-family: "Noto Serif JP", serif;
  margin-top: 5.125rem;
  margin-bottom: 2.5rem !important;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
.form_plofile table {
  width: 100%;
  display: block;
}
.form_plofile table tr, .form_plofile table td, .form_plofile table th, .form_plofile table tbody {
  display: block;
}
.form_plofile .cell_d3 {
  margin-bottom: 0.5625rem;
}
.form_plofile td {
  width: 100% !important;
  margin-bottom: 1.25rem;
}
.form_plofile td input,
.form_plofile td textarea {
  width: 100%;
  min-height: 3.75rem;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0.5625rem !important;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_plofile td input + .t10 {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.form_plofile td input + .t10 + input {
  margin-top: 0.5625rem;
}
.form_plofile td input[name=电话号码] {
  width: 15rem;
}
.form_plofile td .t10 {
  display: block;
}

@media screen and (max-width: 749px) {
  #aptoenqform .aptoenq_necessary:first-child {
    margin-bottom: 1.75rem;
  }
  #aptoenqform input.enqueteSearchResult:first-child + .aptoenq_qa {
    margin-top: 1.75rem;
  }
  #aptoenqform .whitespace {
    font-size: 0.875rem;
  }
  .info_catalog #aptoenqform #aptoenq_answer1 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer2 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer4 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer6 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer7 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer9 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer10 .enqtooltip {
    width: 50% !important;
  }
  .info_catalog #aptoenqform #aptoenq_answer3 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer5 .enqtooltip, .info_catalog #aptoenqform #aptoenq_answer8 .enqtooltip {
    width: 100% !important;
  }
  #aptoenqform .questionTitle {
    line-height: 1.4;
  }
  #aptoenqform .aptoenq_qa {
    margin: 0 0 1.875rem;
  }
  #aptoenqform .aptoenq_qa .questionTitle {
    margin-bottom: 1.375rem;
  }
  #aptoenqform[data-no="116"] #aptoenq_answer9 .enqtooltip,
  #aptoenqform[data-no="120"] #aptoenq_answer9 .enqtooltip,
  #aptoenqform[data-no="113"] #aptoenq_answer1 .enqtooltip,
  #aptoenqform[data-no="117"] #aptoenq_answer1 .enqtooltip,
  #aptoenqform[data-no="121"] #aptoenq_answer1 .enqtooltip {
    width: 100% !important;
  }
  .aptoenq_exp,
  .aptoenq_cusinfo_exp {
    line-height: 1.75;
  }
  /* global */
  .form_input_area {
    margin: 0 0 1.875rem;
  }
  .form_input_area .bdrBtmCCCdot {
    margin-bottom: 1.375rem;
  }
  .form_input_area .form_check_list.sp_w100 .left {
    width: 100%;
  }
  .form_input_area .form_check_list .left {
    width: 50%;
  }
  .form_input_area .form_check_list .left.w33p {
    width: 50%;
  }
  .form_input_area .form_check_list .left.w50p {
    width: 100%;
  }
  .form_input_area .form_check_list + .bdrBtmCCCdot {
    margin-top: 1.875rem;
  }
  .form_input_area .form_check_list02 label {
    width: 100%;
  }
  .form_input_area .form_check_list02 + .bdrBtmCCCdot {
    margin-top: 1.875rem;
  }
  .form_plofile {
    margin-bottom: 3rem;
    /*
    .tx_blu:first-child {
      @include f-serif();
      margin-top: fs(82);
      margin-bottom: fs(40) !important;
      font-size: fs(24);
      line-height: (35/24);
    }
     */
  }
}
.aptoenq_bt_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aptoenq_bt_set .aptoenq_bt_send + .aptoenq_bt_back {
  margin-left: 0.875rem;
}
.aptoenq_bt_set .aptoenq_bt_back button#aptoenq_reset {
  width: 9rem;
  height: 3rem;
  background: #ffffff;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3rem;
}

.english .aptoenq_bt_send button,
.english .aptoenq_bt_back button {
  min-width: 14rem !important;
}
.english .aptoenq_bt_send button#aptoenq_backbutton,
.english .aptoenq_bt_back button#aptoenq_backbutton {
  font-size: 0.8125rem;
  min-width: 17.5rem !important;
}
.english .confirm_table .aptoenq_bt_send button,
.english .confirm_table .aptoenq_bt_back button {
  min-width: 12.5rem !important;
}
.english .confirm_table .aptoenq_bt_send button#aptoenq_backbutton,
.english .confirm_table .aptoenq_bt_back button#aptoenq_backbutton {
  font-size: 0.875rem;
  min-width: 12.5rem !important;
}

@media screen and (max-width: 749px) {
  .aptoenq_bt_set .aptoenq_bt_send + .aptoenq_bt_back {
    margin-top: 1.125rem;
    margin-left: 0;
  }
  .aptoenq_bt_set .aptoenq_bt_back button#aptoenq_reset {
    width: 12.5rem;
  }
}
/* error */
#aptoenq_displayarea_body .aptoenq_msg {
  line-height: 1.75;
}

/*pop up*/
.aptoenq_popup {
  color: #000000;
}

.aptoenq_popup * {
  font-size: 0.875rem !important;
}

.aptoenq_grayout {
  display: none;
}

.aptoenq_popup_title {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 749px) {
  .aptoenq_popup_title {
    margin-bottom: 1.75rem;
  }
}

.aptoenq_popup {
  background-color: transparent;
}

#info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup_open #form_content {
  display: none;
}

div[style*="position: absolute"][style*="z-index: 10000"] {
  width: 100% !important;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  background: transparent;
  z-index: 1 !important;
  position: static !important;
  padding-inline: 1.375rem;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_qa {
  margin: 0;
}
div[style*="position: absolute"][style*="z-index: 10000"] .questionTitle,
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo_item {
  font-weight: bold;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_qa,
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo_fm {
  margin-bottom: 1.25rem;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_a, div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo_fm {
  margin-top: 0.5625rem;
  min-height: 3.75rem;
  padding: 1.25rem 1.5625rem;
  background: #ffffff;
  border-radius: 0.5625rem;
  word-break: break-all;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo {
  margin-top: 3.75rem;
  margin-bottom: 2.8125rem;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo .questionTitle:first-child {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.4583333333;
  margin-bottom: 2.25rem;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_bt_set {
  margin-top: 3.125rem;
}
div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_bt_back {
  margin-left: 0;
  margin-right: 0.875rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 749px) {
  div[style*="position: absolute"][style*="z-index: 10000"] {
    padding-inline: 1rem;
  }
  div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo {
    margin-top: 3.125rem;
    margin-bottom: 2rem;
  }
  div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_cusinfo .questionTitle:first-child {
    font-size: 1.25rem !important;
    margin-bottom: 1.75rem;
  }
  div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_bt_set {
    margin-top: 2rem;
  }
  div[style*="position: absolute"][style*="z-index: 10000"] .aptoenq_bt_back {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1.125rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
button#aptoenq_backbutton {
  min-width: 12.5rem;
  padding: 0.875rem 1.25rem 0.875rem 1.25rem;
  height: 3rem;
  border: none !important;
  color: #707070 !important;
  background: #ffffff !important;
  border-radius: 3rem !important;
  line-height: 1.4285714286;
  text-align: right;
  position: relative;
}
@media (min-width: 750px) {
  button#aptoenq_backbutton:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
button#aptoenq_backbutton::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/i_btn_g.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.8125rem;
  margin-top: -0.6875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: width, height, margin;
  -webkit-backface-visibility: hidden;
}

.info_mente #aptoenq_question1 {
  font-weight: 400;
  margin-bottom: 2.125rem !important;
}
.info_mente #aptoenq_answer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info_mente #aptoenq_answer1 span {
  display: block;
}
.info_mente #aptoenq_answer1 span:first-child {
  margin-bottom: 0.5625rem;
  font-weight: bold;
}
.info_mente #aptoenq_answer1 input {
  width: 100%;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  background: #ffffff !important;
  border: none;
  border-radius: 0.5625rem;
}
.info_mente #aptoenq_answer5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info_mente #aptoenq_answer5 .enqtooltip {
  width: auto !important;
  max-width: 50%;
  padding-right: 3.5rem;
}
.info_mente #aptoenq_answer5 .aptoenq_check + span::before {
  border-radius: 0.75rem !important;
}
.info_mente #aptoenq_answer5 .aptoenq_check.radio_checked + span {
  color: #0080CB;
}
.info_mente #aptoenq_answer5 .aptoenq_check.radio_checked + span::before {
  border-color: #0080CB !important;
  background: #0080CB !important;
}
.info_mente #aptoenq_question6,
.info_mente #aptoenq_question7,
.info_mente #aptoenq_question8 {
  margin-bottom: 0.5625rem !important;
}
.info_mente #aptoenq_answer6 span {
  display: block;
}
.info_mente #aptoenq_answer6 span:first-child {
  margin-bottom: 0.5625rem;
  font-weight: bold;
}
.info_mente #aptoenq_answer6 input {
  width: 100%;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  background: #ffffff !important;
  border: none;
  border-radius: 0.5625rem;
}

#aptoenqform[data-no="87"] #aptoenq_answer1 .enqtooltip,
#aptoenqform[data-no="112"] #aptoenq_answer1 .enqtooltip {
  width: 100%;
}
#aptoenqform[data-no="87"] #aptoenq_answer1 .enqtooltip:nth-child(5),
#aptoenqform[data-no="112"] #aptoenq_answer1 .enqtooltip:nth-child(5) {
  width: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#aptoenqform[data-no="87"] #aptoenq_answer1 .enqtooltip:nth-child(5) span:first-child,
#aptoenqform[data-no="112"] #aptoenq_answer1 .enqtooltip:nth-child(5) span:first-child {
  width: 100%;
}
#aptoenqform[data-no="87"] #aptoenq_answer1 .enqtooltip:nth-child(6),
#aptoenqform[data-no="112"] #aptoenq_answer1 .enqtooltip:nth-child(6) {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#aptoenqform[data-no="87"] #aptoenq_answer1 .enqtooltip:nth-child(n+5) input,
#aptoenqform[data-no="112"] #aptoenq_answer1 .enqtooltip:nth-child(n+5) input {
  width: 4.625rem;
  margin-right: 0.625rem;
  text-align: center;
}

#aptoenqform[data-no="118"] #aptoenq_answer1 .enqtooltip,
#aptoenqform[data-no="122"] #aptoenq_answer1 .enqtooltip {
  width: 100%;
}
#aptoenqform[data-no="118"] #aptoenq_answer1 .enqtooltip:nth-child(4),
#aptoenqform[data-no="122"] #aptoenq_answer1 .enqtooltip:nth-child(4) {
  width: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#aptoenqform[data-no="118"] #aptoenq_answer1 .enqtooltip:nth-child(4) span:first-child,
#aptoenqform[data-no="122"] #aptoenq_answer1 .enqtooltip:nth-child(4) span:first-child {
  width: 100%;
}
#aptoenqform[data-no="118"] #aptoenq_answer1 .enqtooltip:nth-child(5),
#aptoenqform[data-no="122"] #aptoenq_answer1 .enqtooltip:nth-child(5) {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#aptoenqform[data-no="118"] #aptoenq_answer1 .enqtooltip:nth-child(n+4) input,
#aptoenqform[data-no="122"] #aptoenq_answer1 .enqtooltip:nth-child(n+4) input {
  width: 4.625rem;
  margin-right: 0.625rem;
  text-align: center;
}
#aptoenqform[data-no="118"] #aptoenq_answer5 .enqtooltip,
#aptoenqform[data-no="122"] #aptoenq_answer5 .enqtooltip {
  width: 100%;
  max-width: none;
}

/* global */
.form_mente_input {
  margin-bottom: 2.125rem;
}
.form_mente_input #aptoenq_question1 {
  font-weight: 400;
  margin-bottom: 2.125rem !important;
}
.form_mente_input .left {
  margin-bottom: 1rem;
}
.form_mente_input .left.wdt150 {
  margin-bottom: 0.5625rem;
  font-weight: bold;
}
.form_mente_input input {
  width: 100%;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  background: #ffffff !important;
  border: none;
  border-radius: 0.5625rem;
}
.form_mente_input input + .t10 {
  margin-top: 0.625rem;
  display: block;
}
.form_mente_input .form_mente_input_data {
  margin-bottom: 2.125rem;
}
.form_mente_input .form_mente_input_data input {
  width: 4.625rem;
  margin-right: 0.625rem;
  text-align: center;
}
.form_mente_input .form_mente_input_data input + span {
  margin-right: 0.625rem;
}
.form_mente_input .form_mente_input_list {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_mente_input .form_mente_input_list label {
  max-width: 50%;
  margin-bottom: 1rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 749px) {
  .english .form_mente_input .form_mente_input_list label {
    max-width: 100%;
  }
}
.form_mente_input .form_mente_input_info + .form_mente_input_info {
  margin-top: 0.625rem;
}
.form_mente_input .form_mente_input_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_mente_input .form_mente_input_info span {
  width: 8em;
  line-height: 1.3;
}
.form_mente_input .form_mente_input_info input {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#form-box .aptoenq_necessary,
#form-box .t14 {
  line-height: 1.3;
}

.aptoenq_msg {
  margin-top: 2.125rem;
  margin-bottom: 1.875rem;
  line-height: 1.8;
}

.confirm_title {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 2.125rem;
}

.confirm_table .aptoenq_bt_set {
  margin-top: 1.875rem;
}
@media (min-width: 750px) {
  .confirm_table .aptoenq_bt_set .aptoenq_bt_back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0 !important;
    margin-right: 0.875rem;
  }
}
.confirm_table {
  display: block;
}
.confirm_table tr, .confirm_table tbody, .confirm_table th, .confirm_table td {
  display: block;
}
.confirm_table td:first-child {
  padding: 0;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5625rem;
}
.confirm_table td:nth-child(2) {
  margin-top: 0.5625rem;
  margin-bottom: 1.25rem;
  min-height: 3.75rem;
  padding: 1.25rem 1.5625rem;
  background: #ffffff;
  border-radius: 0.5625rem;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive_head {
  margin-bottom: 3.375rem;
}
.archive_head .inbox, .archive_head div[style*="position: absolute"][style*="z-index: 10000"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .archive_head {
    display: contents;
  }
  .archive_head .inbox, .archive_head div[style*="position: absolute"][style*="z-index: 10000"] {
    display: contents;
  }
  .archive_head .inbox .search_wrap, .archive_head div[style*="position: absolute"][style*="z-index: 10000"] .search_wrap {
    margin-bottom: 0.5rem;
  }
  .post-type-archive-challenge .wrapper,
  .post-type-archive-news .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-type-archive-challenge .page_head {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .post-type-archive-challenge .challenge_post_wrap,
  .post-type-archive-challenge .challenge_post_wrap .inbox,
  .post-type-archive-challenge .challenge_post_wrap div[style*="position: absolute"][style*="z-index: 10000"] {
    display: contents;
  }
  .post-type-archive-challenge .challenge_archive_head {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search_wrap {
  margin-top: 1.25rem;
  position: relative;
  z-index: 5;
}
.search_wrap .search_title {
  width: 16.25rem;
  height: 3rem;
  border-radius: 3rem;
  background: #0080CB url("../img/common/i_search.svg") 1.75rem 1.125rem no-repeat;
  background-size: 0.875rem auto;
  color: #ffffff;
  padding-left: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search_wrap .search_title.is-active {
  background-color: #8D8D8D;
}
.search_wrap .search_title.is-active span::after {
  display: none;
}
@media (min-width: 750px) {
  .search_wrap .search_title:hover::after {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .search_wrap .search_title:hover span::before {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .search_wrap .search_title:hover span::after {
    -webkit-transform: scale(1.25) rotate(90deg);
            transform: scale(1.25) rotate(90deg);
  }
}
.search_wrap .search_title::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: #ffffff;
  border-radius: 1.375rem;
  right: 0.875rem;
  top: 50%;
  margin-top: -0.6875rem;
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.search_wrap .search_title span::before, .search_wrap .search_title span::after {
  content: "";
  width: 0.625rem;
  height: 1px;
  background: #0080CB;
  display: block;
  position: absolute;
  z-index: 5;
  right: 1.25rem;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.search_wrap .search_title span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_wrap .search_box {
  width: 53.75rem;
  position: absolute;
  top: 3rem;
  right: 0;
  background: #F5F5F5;
  border-radius: 1.75rem;
  padding: 2.75rem 3rem 2.125rem 4.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search_wrap .search_box:not(.is-open) {
  pointer-events: none;
}
.search_wrap .search_box.is-open {
  opacity: 1;
}

.search_group + .search_group {
  margin-top: 1.875rem;
}
.search_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_group .search_label {
  width: 100%;
  margin-bottom: 1.5rem;
}
.search_group label, .search_group .search_link {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  display: block;
}

.search_link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_link::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  content: "";
  display: block;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #ACACAC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 750px) {
  .search_link:hover {
    color: #0080CB;
  }
  .search_link:hover::before {
    border-color: #0080CB;
    background: #0080CB;
  }
}

.search_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search_btns .search_submit, .search_btns .search_clear {
  height: 3rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 750px) {
  .search_btns .search_submit:hover, .search_btns .search_clear:hover {
    opacity: 0.7;
  }
}
.search_btns .search_submit {
  width: 10.875rem;
  background: #0080CB;
  color: #ffffff;
  position: relative;
}
.search_btns .search_submit::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/i_search.svg) no-repeat;
  background-size: contain;
  margin-left: 0.625rem;
}
.search_btns .search_clear {
  width: 7.5rem;
  margin-left: 0.6875rem;
  color: #0080CB;
  background: #ffffff;
  border: 1px solid #0080CB;
}

@media screen and (max-width: 749px) {
  .search_wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: -0.1875rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    z-index: 30;
  }
  .search_wrap .search_title {
    width: 100%;
    border-radius: 0;
    padding-left: 3.875rem;
    background: #0080CB url("../img/common/i_search.svg") 2.5rem 1.125rem no-repeat;
  }
  .search_wrap .search_title::after {
    right: 1.5625rem;
  }
  .search_wrap .search_title span::before, .search_wrap .search_title span::after {
    right: 1.9375rem;
  }
  .search_wrap .search_box {
    width: 100%;
    border-radius: 0;
    padding: 2.25rem 2.25rem 3.75rem 2.25rem;
  }
  .search_group + .search_group {
    margin-top: 1.5625rem;
  }
  .search_group .search_label {
    margin-bottom: 1.5625rem;
  }
  .search_group label, .search_group .search_link {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
  .search_btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_list_wrap {
  min-height: 37.5rem;
  padding-bottom: 10.25rem;
}

.news_list {
  border-top: 1px solid #E0E0E0;
}
.news_list li {
  border-bottom: 1px solid #E0E0E0;
}
.news_list li a {
  padding: 2.9375rem 3.5rem 2.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 750px) {
  .news_list li a:hover .post_data,
  .news_list li a:hover .post_category,
  .news_list li a:hover .post_title {
    opacity: 0.6;
  }
  .news_list li a:hover::after {
    -webkit-transform: translate(0.625rem, 0);
            transform: translate(0.625rem, 0);
  }
}
.news_list li a::after {
  width: 1.5625rem;
  height: 0.5rem;
  background: url("../img/common/i_arrow.svg") center center no-repeat;
  background-size: contain;
  right: 1rem;
  top: 50%;
  margin-top: -0.25rem;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.news_list li .post_data,
.news_list li .post_category,
.news_list li .post_title {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news_list li .post_data {
  color: #000000;
  margin-right: 1rem;
}
.news_list li .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list li .post_category span {
  min-width: 5.5rem;
  height: 1.25rem;
  padding: 0 1.25rem;
  margin-right: 0.5rem;
  color: #525252;
  background: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_list li .post_title {
  width: 100%;
  line-height: 1.5;
  margin-top: 0.75rem;
}

@media screen and (max-width: 749px) {
  .news_list_wrap {
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }
  .news_list li a {
    padding: 1.625rem 3.5rem 1.625rem 0;
  }
  .news_list li .post_data {
    margin-right: 0.625rem;
  }
  .news_list li .post_title {
    margin-top: 0.625rem;
  }
}
.post_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_head .post_data {
  color: #000000;
  margin-right: 1rem;
}
.post_head .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_head .post_category a, .post_head .post_category span {
  min-width: 5.5rem;
  height: 1.25rem;
  padding: 0 1.25rem;
  margin-right: 0.5rem;
  color: #525252;
  background: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_head .post_category a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 750px) {
  .post_head .post_category a:hover {
    opacity: 0.7;
  }
}
.post_head .post_title {
  width: 100%;
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2rem;
  line-height: 1.375;
  font-family: "Noto Serif JP", serif;
}

.post_edit {
  margin-top: 3.125rem;
}
.post_edit .eyecatch {
  text-align: center;
  margin-bottom: 4.875rem;
}
.post_edit .eyecatch img {
  width: 44.0625rem;
  border-radius: 0.625rem;
}
.post_edit p {
  font-size: 1rem;
  line-height: 2;
}
.post_edit p + p {
  margin-top: 2em;
}

@media screen and (max-width: 749px) {
  .post_head .post_data {
    margin-right: 0.625rem;
  }
  .post_head .post_title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-top: 2.125rem;
  }
  .post_edit {
    margin-top: 2.75rem;
  }
  .post_edit .eyecatch {
    margin-bottom: 2.9375rem;
  }
  .post_edit p {
    font-size: 0.875rem;
  }
}
.post_nav_wrap {
  margin-top: 3.75rem;
  padding: 3.75rem 0;
  border: 1px solid #E0E0E0;
  border-width: 1px 0;
}
.post_nav_wrap .post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.post_nav_wrap .post-nav li:first-child {
  margin-top: 0;
}
.post_nav_wrap .post-nav a span {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 750px) {
  .post_nav_wrap .post-nav a:hover span {
    color: #0080CB;
  }
}
.post_nav_wrap .post-nav .prev, .post_nav_wrap .post-nav .next {
  width: calc(50% - 3rem);
}
.post_nav_wrap .post-nav .prev a, .post_nav_wrap .post-nav .next a {
  line-height: 1.4;
  font-weight: 300;
  text-decoration: none;
}
.post_nav_wrap .post-nav .prev a::after, .post_nav_wrap .post-nav .next a::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.post_nav_wrap .post-nav .prev a {
  padding-right: 0;
  padding-left: 2.25rem;
}
.post_nav_wrap .post-nav .prev a::after {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 750px) {
  .post_nav_wrap .post-nav .prev a:hover::after {
    -webkit-transform: scale(-1.25, 1.25);
            transform: scale(-1.25, 1.25);
  }
}
.post_nav_wrap .post-nav .next {
  margin-left: auto;
}
.post_nav_wrap .post-nav .next a {
  padding-right: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post_nav_wrap .post-nav li.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 749px) {
  .post_nav_wrap {
    margin-top: 3.5rem;
    padding: 1.25rem 0 0;
    border: 1px solid #E0E0E0;
    border-width: 1px 0 0;
  }
  .post_nav_wrap .post-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .post_nav_wrap .post-nav li {
    font-size: 0.875rem;
  }
  .post_nav_wrap .post-nav li:first-child {
    margin-top: 0;
  }
  .post_nav_wrap .post-nav .prev, .post_nav_wrap .post-nav .next {
    width: 50%;
  }
  .post_nav_wrap .post-nav li.back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E0E0E0;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.post_foot_nav {
  margin-top: 3.5rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 749px) {
  .post_foot_nav {
    margin-top: 4.375rem;
    margin-bottom: 4.1875rem;
  }
}
.list-nav {
  margin-top: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-nav li {
  margin-inline: 0.75rem;
}
.list-nav li a, .list-nav li span {
  min-width: 1.5rem;
  font-size: 1rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}
.list-nav li:not(.prev) a, .list-nav li:not(.next) a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 750px) {
  .list-nav li:not(.prev) a:hover, .list-nav li:not(.next) a:hover {
    opacity: 0.7;
  }
}
.list-nav li.current span {
  font-weight: bold;
}
.list-nav li.prev a, .list-nav li.next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  text-indent: 300%;
  background: url(../img/common/i_btn.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.list-nav li.prev a:hover, .list-nav li.next a:hover {
  opacity: 1;
}
@media (min-width: 750px) {
  .list-nav li.prev a:hover, .list-nav li.next a:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.list-nav li.prev {
  margin-right: 0.375rem;
}
.list-nav li.prev a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 750px) {
  .list-nav li.prev a:hover {
    -webkit-transform: scale(-1.25, 1.25);
            transform: scale(-1.25, 1.25);
  }
}
.list-nav li.next {
  margin-left: 0.375rem;
}

@media screen and (max-width: 749px) {
  .list-nav {
    margin-top: 2.9375rem;
  }
}
.challenge_archive_head {
  margin-top: -4.1875rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.challenge_archive_head .search_wrap {
  margin-top: 0;
}

.challenge_post_detail {
  padding-bottom: 12.25rem;
}

.challenge_head {
  margin-bottom: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.challenge_head figure {
  width: 25.9375rem;
}
.challenge_head figure img {
  width: 100%;
  height: 25.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.challenge_head_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.challenge_head .post_category {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.challenge_head .post_category a {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem 0.3125rem;
  display: block;
  background: #ffffff;
  border-radius: 1.25rem;
}
.challenge_head .post_title {
  font-family: "Noto Serif JP", serif;
  margin-top: 1.125rem;
  margin-bottom: 1.625rem;
  font-size: 2rem;
  line-height: 1.375;
}
.challenge_head .post_title span {
  display: block;
}

.challenge_post_edit {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
.challenge_post_edit + .post_nav_wrap {
  margin-top: 10.625rem;
}
.challenge_post_edit figure {
  margin: 4rem -8.125rem 5.625rem;
}
.challenge_post_edit figure img {
  border-radius: 0.5rem;
}
.challenge_post_edit .wp-block-heading {
  font-family: "Noto Serif JP", serif;
}
.challenge_post_edit h2.wp-block-heading {
  font-size: 2rem;
  line-height: 1.375;
  margin-bottom: 1.375rem;
}
.challenge_post_edit p {
  font-size: 1rem;
  line-height: 2;
}
.challenge_post_edit p + p {
  margin-top: 2em;
}

@media screen and (max-width: 749px) {
  .challenge_post_detail {
    padding-bottom: 7.5rem;
  }
  .challenge_head {
    margin-top: -0.875rem;
    margin-inline: -1rem;
    margin-bottom: 3.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
  }
  .challenge_head figure {
    width: 100%;
  }
  .challenge_head figure img {
    width: 100%;
    height: 23.4375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .challenge_head_text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 1.625rem 1.25rem 2.5rem;
  }
  .challenge_head .post_category a {
    font-size: 0.5625rem;
    padding: 0.1875rem 0.75rem 0.25rem;
  }
  .challenge_head .post_title {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.375;
  }
  .challenge_head .post_data {
    font-size: 0.625rem;
  }
  .challenge_post_edit + .post_nav_wrap {
    margin-top: 6rem;
  }
  .challenge_post_edit figure {
    margin: 3.75rem -1rem 3.125rem;
  }
  .challenge_post_edit figure img {
    border-radius: 0;
  }
  .challenge_post_edit .wp-block-heading {
    font-family: "Noto Serif JP", serif;
  }
  .challenge_post_edit h2.wp-block-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 1.875rem;
  }
  .challenge_post_edit p {
    font-size: 0.875rem;
  }
}
.challenge_other_title {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
}
.challenge_other_link {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .challenge_other {
    margin-left: 1rem;
  }
  .challenge_other_title {
    padding-left: 0;
    font-size: 1.125rem;
  }
  .challenge_other .challenge_slider {
    margin-top: 1.125rem;
  }
  .challenge_other_link {
    margin-top: 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}