@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
  background-color: #eff4f7;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
  body:before {
    content: none;
  }
}
body.fixed {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
span > span {
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .tb_none {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
b,
strong {
  font-weight: 700;
}
.marker {
  position: relative;
  z-index: -1;
}
.marker:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: -2px;
  right: 2px;
  width: calc(100% + 4px);
  height: 1.1em;
  background-color: #ffe876;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inline_block {
  display: inline-block;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.flex_center {
  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) {
  .sp-align_center {
    text-align: center;
  }
  .sp-align_left {
    text-align: left;
  }
  .sp-align_right {
    text-align: right;
  }
  .sp-flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-padding_lr_5p {
    padding: 0 5%;
  }
}
.leading-tight,
.leading_tight {
  line-height: 1.28;
}
.leading_fix {
  line-height: 1.58;
}
h1 {
  z-index: 10;
}
img {
  vertical-align: top;
}
img.img-fluid,
img.img_fluid {
  width: inherit;
  max-width: 100%;
}
img.img-fill,
img.img_fill {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  img.sp-img-fill,
  img.sp-img_fill {
    width: 100%;
    height: auto;
  }
}
img.secureseal {
  -o-object-fit: cover;
     object-fit: cover;
  width: 27.7%;
  height: auto;
}
@media screen and (min-width: 750px) {
  img.secureseal {
    -o-object-fit: cover;
       object-fit: cover;
    width: 200px;
    height: 100px;
  }
}
img.objective {
  width: 100%;
}
@media screen and (min-width: 750px) {
  img.objective {
    width: 100%;
  }
}
.anchor_point {
  position: relative;
}
.anchor_point span {
  position: absolute;
  top: -104px;
}
@media screen and (min-width: 750px) {
  .anchor_point span {
    top: -160px;
  }
}
.font_regular {
  font-weight: 400;
}
.font_medium {
  font-weight: 500;
}
.font_semibold {
  font-weight: 600;
}
.font_bold {
  font-weight: 700;
}
.text_14 {
  font-size: 14px;
}
.text_16 {
  font-size: 16px;
}
.text_18 {
  font-size: min(18px,5vw);
}
.text_20 {
  font-size: 20px;
}
.text_24 {
  font-size: 24px;
}
.text_blue {
  color: #00529f;
}
.spc_adjust {
  height: 22vw;
}
@media screen and (min-width: 750px) {
  .spc_adjust {
    height: 135px;
  }
}
@media screen and (min-width: 1100px) {
  .spc_adjust {
    height: 6vw;
  }
}
.spc_adjust2 {
  height: 20vw;
}
@media screen and (min-width: 750px) {
  .spc_adjust2 {
    height: 70px;
  }
}
h2 {
  position: relative;
  z-index: 10;
  color: #333333;
  font-size: 40px;
  font-weight: 500;
}
h2 img {
  max-width: 100%;
}
h2.float {
  padding-bottom: 16vw;
}
h2.float:before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_title_sp.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 0;
  width: 100%;
  height: 12.53vw;
  background-size: contain;
}
h2.float.mbs-hl {
  -webkit-margin-after: inherit !important;
          margin-block-end: inherit !important;
}
@media screen and (min-width: 750px) {
  h2.float {
    font-size: 40px;
    padding-bottom: 0;
  }
  h2.float:before {
    position: absolute;
    top: -2px;
    right: -109px;
    content: "";
    background-image: url(../img/sub_title_pc.svg);
    background-repeat: no-repeat;
    width: 174px;
    height: 47px;
  }
}
.copy {
  font-family: "Noto Serif JP", serif;
  color: #00529f;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .copy {
    font-size: 24px;
  }
}
a {
  color: #00529f;
}
a.underline {
  text-decoration: underline !important;
}
a.link_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #00529f;
  text-decoration: none;
  border: 1px solid #00529f;
  border-radius: 100px;
  background-image: url(../img/common/icon_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 50px;
  height: 54px;
  width: 200px;
}
a.middle {
  padding-right: 50px;
  padding-left: 30px;
  width: 270px;
}
ol {
  list-style: none;
  line-height: 1.5;
  counter-reset: o_number;
  padding-left: 0;
}
@media screen and (min-width: 750px) {
  ol {
    padding-left: 2.5em;
  }
}
ol > li {
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  ol > li {
    margin-bottom: 0.5em;
  }
}
ol > li:before {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  counter-increment: o_number;
  content: '（ ' counter(o_number) ' ）';
  text-align: right;
  position: relative;
  margin-left: -0.5em;
}
@media screen and (min-width: 750px) {
  ol > li:before {
    position: absolute;
    left: -3em;
    margin-left: 0;
  }
}
ul {
  position: relative;
  padding-left: 0;
  padding-left: 0.7em;
}
ul > li {
  list-style: none;
}
ul > li:before {
  position: absolute;
  content: "・ ";
  left: 0;
}
ul.note {
  padding-left: 1em;
}
ul.note > li {
  list-style: none;
}
ul.note > li:before {
  position: absolute;
  content: "※";
  left: 0;
}
ul.square {
  padding-left: 1em;
}
ul.square > li {
  list-style: none;
}
ul.square > li:before {
  position: absolute;
  content: "■";
  left: 0;
}
ul.list_sdgs {
  padding-left: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 750px) {
  ul.list_sdgs {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
ul.list_sdgs > li {
  list-style: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  ul.list_sdgs > li {
    margin-bottom: 20px;
  }
}
ul.list_sdgs > li img {
  width: 100%;
}
@media screen and (min-width: 750px) {
  ul.list_sdgs > li img {
    width: 100px;
  }
}
ul.list_sdgs > li:before {
  position: absolute;
  content: none;
}
ul.icon_check {
  padding-left: 0;
}
ul.icon_check > li {
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: #00529f;
  padding-left: 1.2em;
}
ul.icon_check > li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/common/icon_check.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  top: calc(0.75em / 2 + 1.5px);
  left: 0;
}
ul.ichi > li {
  font-family: "Noto Serif JP", serif;
  position: relative;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
  color: #00529f;
  padding-left: 1.8em;
  padding-bottom: 0.5em;
}
ul.ichi > li:before {
  position: absolute;
  font-weight: 700;
  content: "一、";
  top: 0;
  left: 0;
}
ul.dot > li {
  font-family: "Noto Serif JP", serif;
  position: relative;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
  color: #00529f;
  padding-left: 1.8em;
  padding-bottom: 0.5em;
}
ul.dot > li:before {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  content: "・";
  top: 0;
  left: 0;
}
dl {
  border-top: 1px solid #cccccc;
}
dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 50px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
@media screen and (min-width: 750px) {
  dl > div {
    padding: 20px 0;
  }
}
dl > div dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #00529f;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  dl > div dt {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
dl > div dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  dl > div dd {
    -ms-flex-preferred-size: calc((100% - 120px - 50px));
        flex-basis: calc((100% - 120px - 50px));
  }
}
.flex_5em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_5em > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  .flex_5em > div {
    -ms-flex-preferred-size: calc((100% - 5em));
        flex-basis: calc((100% - 5em));
  }
}
.flex_5em > div:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  .flex_5em > div:first-child {
    -ms-flex-preferred-size: 5em;
        flex-basis: 5em;
  }
}
.flex_6em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.flex_6em > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  .flex_6em > div {
    -ms-flex-preferred-size: calc((100% - 6em));
        flex-basis: calc((100% - 6em));
  }
}
.flex_6em > div:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  .flex_6em > div:first-child {
    -ms-flex-preferred-size: 6em;
        flex-basis: 6em;
  }
}
hr {
  border: 0;
  height: 4px;
  background-color: #ffffff;
}
.bg_navyblue hr {
  border: 0;
  height: 1px;
  background-color: #365473;
}
.contents_wrap .contents > h2 {
  color: #333333;
}
.ricruit_wrap .speech_bubble {
  position: relative;
  background-color: #00529f;
  border-radius: 18px;
  padding: 38px 32px;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .ricruit_wrap .speech_bubble {
    padding: 35px 32px;
  }
}
.ricruit_wrap .speech_bubble:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 38px;
  background-image: url(../img/recruit/speech_bubble.svg);
  background-repeat: no-repeat;
  background-position: left 65px bottom;
  bottom: -30px;
  left: 0;
}
.ricruit_wrap .speech_bubble P {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.ricruit_wrap .thumb img {
  width: 100%;
  aspect-ratio: 0.94074074;
  margin-top: -30px;
}
@media screen and (min-width: 750px) {
  .ricruit_wrap .thumb img {
    width: 254px;
    height: 270px;
    margin-top: 0;
  }
}
.ricruit_wrap .thumb > p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (min-width: 750px) {
  .ricruit_wrap .thumb > p {
    margin-bottom: 5px;
  }
}
.ricruit_wrap .thumb > p.entryto {
  color: #00529f;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  .ricruit_wrap .thumb > p.entryto {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.ricruit_wrap .contents > p {
  font-weight: 600;
  color: #666666;
}
.news_wrap > .news {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .news_wrap > .news {
    margin-top: 85px;
    margin-bottom: 100px;
  }
}
.news_wrap > .news h2.title {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 20px !important;
          margin-block-end: 20px !important;
}
@media screen and (min-width: 750px) {
  .news_wrap > .news h2.title {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    -webkit-margin-after: 60px !important;
            margin-block-end: 60px !important;
  }
}
.news_wrap > .news p {
  color: #666666;
  font-weight: 600;
}
.news_wrap > .news p.date {
  font-size: 14px;
  font-weight: 500;
  color: #00529f;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 20px !important;
          margin-block-end: 20px !important;
}
@media screen and (min-width: 750px) {
  .news_wrap > .news p.date {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
}
.news_wrap > .news .photo {
  margin-top: 40px;
  margin-bottom: 40px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 84px;
  width: 100%;
  z-index: 99;
  height: 106px;
}
@media screen and (min-width: 750px) {
  header {
    height: 148px;
  }
}
header .wrap {
  height: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
header .wrap .colm {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrap .colm .inner h1 {
  background-position: center;
  background-repeat: no-repeat;
  color: #333;
  font-size: 24px;
}
header .wrap .colm .inner h1 img {
  width: 44px;
}
@media screen and (min-width: 750px) {
  header .wrap .colm .inner h1 img {
    width: 59px;
  }
}
header .wrap .colm .inner a {
  color: #00529f;
  text-decoration: none;
}
header .wrap .colm .inner a.btn_contact {
  text-decoration: none;
}
header .wrap .colm .inner a.btn_contact img {
  width: 135px;
}
@media screen and (min-width: 750px) {
  header .wrap .colm .inner a.btn_contact img {
    width: 180px;
  }
}
main {
  overflow: hidden;
}
.top_visual {
  position: relative;
}
.slider01,
.slider02 {
  width: 100%;
  height: auto;
}
.slider01 > .splide__track,
.slider02 > .splide__track {
  height: 100%;
}
.slider01 > .splide__track .splide__list .slider_item,
.slider02 > .splide__track .splide__list .slider_item {
  width: 100%;
  aspect-ratio: 0.68681319;
}
@media screen and (min-width: 750px) {
  .slider01 > .splide__track .splide__list .slider_item,
  .slider02 > .splide__track .splide__list .slider_item {
    aspect-ratio: inherit;
  }
}
.slider01 > .splide__track .splide__list .slider_item .slider_img,
.slider02 > .splide__track .splide__list .slider_item .slider_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .slider01 > .splide__track .splide__list .slider_item .slider_img,
  .slider02 > .splide__track .splide__list .slider_item .slider_img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.topcopy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  top: max(20vw,88px);
  left: 18%;
}
.topcopy img {
  width: 50vw;
}
@media screen and (min-width: 750px) {
  .topcopy {
    top: 8.2vw;
    left: 50%;
  }
  .topcopy img {
    max-width: 100%;
    width: auto;
  }
}
.banner > ul {
  padding: 0;
  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;
  gap: 20px;
}
@media screen and (min-width: 750px) {
  .banner > ul {
    gap: 10px 40px;
  }
}
.banner > ul > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
      flex-basis: calc((100% - 20px) / 2);
  padding: 0;
}
@media screen and (min-width: 750px) {
  .banner > ul > li {
    -ms-flex-preferred-size: calc((100% - 40px * 2 ) / 3);
        flex-basis: calc((100% - 40px * 2 ) / 3);
  }
}
.banner > ul > li:before {
  content: none;
}
.banner > ul > li a {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}
.banner > ul > li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.banner > ul > li a p {
  display: block;
  padding: 5px 0;
}
@media screen and (min-width: 750px) {
  .banner > ul > li a p {
    padding: 10px 0;
  }
}
p.copyright {
  font-size: 14px;
}
textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: solid 1px #cccccc;
}
input {
  width: min(525px, 100%);
  font-size: 16px;
  padding: 10px;
  border: solid 1px #cccccc;
}
input[type="button"],
input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #00529f;
  text-decoration: none;
  border: 1px solid #00529f;
  border-radius: 100px;
  background-image: url(../img/common/icon_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 50px;
  height: 54px;
  width: 200px;
  cursor: pointer;
}
input[type="button"].btn_back,
input[type="submit"].btn_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #00529f;
  text-decoration: none;
  border: 1px solid #00529f;
  border-radius: 100px;
  background-image: url(../img/common/icon_white_back.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 50px;
  padding-right: 30px;
  height: 54px;
  width: 200px;
}
.form_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table.tblconf {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  table.tblconf {
    margin-bottom: 20px;
  }
}
table.tblconf tr th {
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #efefef;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 750px) {
  table.tblconf tr th {
    display: table-cell;
    border: solid 1px #cccccc;
    width: 200px;
    padding: 10px;
  }
}
table.tblconf tr td {
  border: solid 1px #cccccc;
  padding: 5px 10px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  table.tblconf tr td {
    display: table-cell;
    border: solid 1px #cccccc;
    width: calc(100% - 200px);
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
.required {
  color: #f90635;
  font-weight: 700;
}
footer .wrap_1024 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) {
  footer .wrap_1024 {
    display: inherit;
  }
}
footer .wrap_1024 hr {
  width: 100%;
}
footer .wrap_1024 a.link_contact {
  width: 286px;
}
@media screen and (min-width: 750px) {
  footer .wrap_1024 a.link_contact {
    width: 315px;
  }
}
footer .wrap_1024 p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 939px) {
  footer .pc_only_footer {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  footer .sp_only_footer {
    display: none;
  }
}
.gmap iframe {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 750px) {
  .gmap iframe {
    aspect-ratio: 3.85;
  }
}
#logo {
  background-image: url(../img/header/logo.svg);
  background-size: contain;
  width: 180px;
  height: 30px;
}
@media screen and (min-width: 750px) {
  #logo {
    width: 298px;
    height: 50px;
  }
}
.splide__slide img {
  max-width: 100%;
}
.charm_bg {
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/bg/charm_top.webp), url(../img/bg/charm_bottom.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 317px,100% 316px;
}
.gradation_bg {
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/bg/gradation.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gradation1_bg {
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/bg/gradation1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
aside.topmove_btn {
  scroll-behavior: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  z-index: 89;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  right: 5%;
  bottom: -200px;
  width: 65px;
  height: 65px;
}
aside.topmove_btn.active {
  bottom: 40px;
}
aside.topmove_btn span {
  background-image: url(../img/toptop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.inview.fadeup {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.inview.fadeup.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
