@charset "UTF-8";
body {
  color: #454545;
  height: 100vh;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

.main {
  padding-top: 90px;
  overflow: hidden;
}

a {
  color: #454545;
  text-decoration: none;
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  color: black;
  border: none;
  background-color: white;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.img > img, .img > video {
  width: 100%;
  height: 100%;
}

input {
  padding: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* フォント */
.f-bd {
  font-weight: bold;
}

.f-10 {
  font-size: clamp(10px, 0.5208333333vw, 22px);
}

.f-12 {
  font-size: clamp(10px, 0.625vw, 22px);
}

.f-14 {
  font-size: clamp(10px, 0.7291666667vw, 24px);
}

.f-16 {
  font-size: clamp(10px, 0.8333333333vw, 26px);
}

.f-18 {
  font-size: clamp(10px, 0.9375vw, 28px);
}

.f-20 {
  font-size: clamp(10px, 1.0416666667vw, 30px);
}

.f-22 {
  font-size: clamp(10px, 1.1458333333vw, 30px);
}

.f-24 {
  font-size: clamp(10px, 1.25vw, 34px);
}

.f-26 {
  font-size: clamp(10px, 1.3541666667vw, 36px);
}

.f-28 {
  font-size: clamp(10px, 1.4583333333vw, 38px);
}

.f-30 {
  font-size: clamp(10px, 1.5625vw, 40px);
}

.f-32 {
  font-size: clamp(10px, 1.6666666667vw, 42px);
}

.f-36 {
  font-size: clamp(10px, 1.875vw, 46px);
}

.f-38 {
  font-size: clamp(10px, 1.9791666667vw, 46px);
}

.f-40 {
  font-size: clamp(10px, 2.0833333333vw, 50px);
}

.f-42 {
  font-size: clamp(10px, 2.1875vw, 50px);
}

.f-45 {
  font-size: clamp(10px, 2.34375vw, 55px);
}

.f-50 {
  font-size: clamp(10px, 2.6041666667vw, 70px);
}

.f-54 {
  font-size: clamp(10px, 2.8125vw, 70px);
}

.f-60 {
  font-size: clamp(10px, 3.125vw, 70px);
}

.f-70 {
  font-size: clamp(10px, 3.6458333333vw, 70px);
}

.f-84 {
  font-size: clamp(10px, 4.375vw, 70px);
}

@media (max-width: 768px) {
  .f-10 {
    font-size: 10px;
  }
  .f-12 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-16 {
    font-size: 13px;
  }
  .f-18 {
    font-size: 13px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 20px;
  }
  .f-30 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 22px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-45 {
    font-size: clamp(10px, 12vw, 55px);
  }
  .f-50 {
    font-size: 25px;
  }
  .f-54 {
    font-size: 35px;
  }
  .f-60 {
    font-size: 30px;
  }
  .f-70 {
    font-size: 30px;
  }
  .f-84 {
    font-size: 45px;
  }
}
/* マージン */
.mb-10 {
  margin-bottom: 0.5208333333vw;
}

.mb-20 {
  margin-bottom: 1.0416666667vw;
}

.mb-30 {
  margin-bottom: 1.5625vw;
}

.mb-40 {
  margin-bottom: 2.0833333333vw;
}

.mb-50 {
  margin-bottom: 2.6041666667vw;
}

.mb-60 {
  margin-bottom: 3.125vw;
}

.mb-70 {
  margin-bottom: 3.6458333333vw;
}

.mb-80 {
  margin-bottom: 4.1666666667vw;
}

.mb-90 {
  margin-bottom: 4.6875vw;
}

.mb-100 {
  margin-bottom: 5.2083333333vw;
}

.mb-150 {
  margin-bottom: 7.8125vw;
}

@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 12px;
  }
  .mb-20 {
    margin-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 35px;
  }
  .mb-60 {
    margin-bottom: 35px;
  }
  .mb-70 {
    margin-bottom: 45px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .mb-90 {
    margin-bottom: 30px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-150 {
    margin-bottom: 50px;
  }
}
/* 共通要素 */
.sub-ttl {
  text-align: center;
  font-weight: bold;
  color: #454545;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sub-ttl span {
  text-align: center;
  margin: 0 auto;
  color: #0c6ce5;
  font-size: clamp(10px, 1.5625vw, 40px);
}
.sub-ttl span.bl {
  font-size: 24px;
  display: inline-block;
}

.contents-width {
  width: calc(100% - 15.625vw);
  margin-right: auto;
  margin-left: auto;
}

.contents-width-s {
  width: calc(100% - 41.6666666667vw);
  margin-right: auto;
  margin-left: auto;
}

.section-pd {
  padding: 5.2083333333vw 0;
}

@media (max-width: 768px) {
  .sub-ttl {
    font-size: 24px;
  }
  .contents-width, .contents-width-s {
    width: calc(100% - 40px);
  }
  .section-pd {
    padding: 50px 0;
  }
  .scroll-bar {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scroll-bar > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .scroll-bar > div > div {
    margin-right: 30px;
  }
  .scroll-bar > div > div:last-child {
    margin-right: 0;
  }
  .scroll-bar::-webkit-scrollbar {
    width: 2.6041666667vw;
  }
  .scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 2.6041666667vw;
    background-color: #0c6ce5;
  }
  .scroll-bar::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    border: none;
    border-radius: 10px;
  }
}
/* instaセクション */
.insta__container-inner {
  display: flex;
  justify-content: space-between;
}

.insta__insta {
  border: 1px solid #454545;
  position: relative;
}

.insta__insta > img {
  width: 25.5208333333vw;
  height: 32.8125vw;
  padding: 2.0833333333vw;
}

.insta__insta > a {
  width: 16.1458333333vw;
  height: 3.3854166667vw;
  color: white;
  font-weight: 900;
  background-color: #454545;
  position: absolute;
  left: 50%;
  bottom: -2.0833333333vw;
  transform: translateX(-50%);
}

.insta__container-inner02 .insta__insta > img {
  height: auto;
}

.btn-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-wrapper > img {
  width: 14.0625vw;
  margin: 0 auto 0.78125vw;
  display: block;
}

.a-btn {
  width: 31.25vw;
  height: 5.9135416667vw;
  background-color: #0c6ce5;
  color: white;
  border-radius: 10px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
}

.a-btn br {
  display: none;
}

.a-btn > img {
  width: 1.40625vw;
  height: 2.1354166667vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}

.a-btn::after {
  content: "";
  width: inherit;
  height: 5.9135416667vw;
  border-radius: 10px;
  background-color: #4b9bff;
  position: absolute;
  bottom: -0.5208333333vw;
  left: 0;
  z-index: -1;
  display: block;
}

.a-btn:active {
  bottom: -0.5208333333vw;
}

.a-btn:active::after {
  display: none;
}

/* ヘッダー */
.header {
  position: fixed;
  background-color: white;
  z-index: 100;
  width: 100%;
  top: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  height: 50px;
}

.header__logo {
  width: 26.0416666667vw;
  position: relative;
  top: -0.15625vw;
  font-size: 40px;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav > a {
  display: inline-block;
  margin-right: 1.0416666667vw;
  font-weight: 900;
  color: black;
}

.header__nav > a:last-child {
  margin-right: 0;
}

.header__ctt {
  display: flex !important;
  width: 11.1979166667vw;
  height: 2.8645833333vw;
  color: white !important;
  background-color: #0c6ce5;
}

/* tenkaiセクション */
.tenkai__btn > img {
  width: 20.4166666667vw;
}

.tenkai__map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tenkai__map > img {
  width: 43.2291666667vw;
}

.tenkai__map > img:nth-child(1) {
  margin-right: 1.5625vw;
}

@media (max-width: 768px) {
  .header {
    padding: 0;
    height: auto;
  }
  .main {
    padding-top: 50px;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 10px 0;
  }
  .header__logo {
    width: 90px;
    top: 0;
  }
  .header__nav {
    display: none;
  }
  .header__ctt {
    width: 150px;
    height: 40px;
    margin-top: 30px;
  }
  /* tenkaiセクション */
  .tenkai__map {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .tenkai__map > img {
    width: 100%;
  }
  .tenkai__map > img:nth-child(1) {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
/* reasonセクション */
.reason__h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}

.reason__h3 > h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.2083333333vw;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.reason__h3 > img {
  width: 49.7395833333vw;
}

.reason__txt {
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.reason__h4, .reason__h4-p {
  text-align: center;
  font-weight: bold;
}

.reason__model-wrapper {
  position: relative;
}

.reason__model {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2.0833333333vw;
}

.reason__model > div {
  width: 19.53125vw;
}

.reason__model-wrapper > p {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.reason__tokutyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason__tokutyou-contents {
  margin-right: 2.0833333333vw;
}

.reason__tokutyou-contents:last-child {
  margin-right: 0;
}

.reason__tokutyou-contents:nth-child(2) {
  position: relative;
  left: 2.0833333333vw;
}

.reason__tokutyou-img {
  width: 19.53125vw;
  margin-right: auto;
  margin-left: auto;
  height: 24.7395833333vw;
}

.reason__tokutyou-txt {
  padding: 0.5208333333vw;
  background-color: #0c6ce5;
  color: white;
  font-weight: 900;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.reason__tokutyou-txt-s {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

.reason__kyuka-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason__kyuka-inner > img {
  position: relative;
}

.reason__kyuka-inner > img:nth-child(1) {
  width: 26.0416666667vw;
  top: 4.2708333333vw;
  left: 3.3854166667vw;
}

.reason__kyuka-inner > img:nth-child(2) {
  width: 26.0416666667vw;
}

.reason__kyuka-inner > img:nth-child(3) {
  width: 31.25vw;
  top: -3.2291666667vw;
  right: 7.3958333333vw;
}

.reason__four {
  display: flex;
  justify-content: space-between;
}

.reason__four-contents {
  width: 14.7395833333vw;
  border: 3px solid black;
}

.reason__hukuri {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason__hukuri-contents {
  width: 19.0104166667vw;
}

.reason__hukuri-contents > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.reason__orange {
  color: #0c6ce5;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.reason__fell {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}

.reason__fell-inner {
  display: flex;
  align-items: center;
  margin-right: 1.5625vw;
}

.reason__fell-inner > p {
  margin: 0 0.5208333333vw;
}

.reason__fell-inner > img {
  width: 1.0416666667vw;
}

.reason__skill {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.reason__skill-left {
  width: 59.375vw;
  position: relative;
  left: 7.2916666667vw;
}

.reason__skill-right {
  width: 36.4583333333vw;
  position: relative;
  left: -4.2708333333vw;
  top: 4.8958333333vw;
}

.reason__skill-right > p:nth-child(1) {
  width: 100%;
  margin-bottom: 0.78125vw;
  padding-bottom: 0.78125vw;
  border-bottom: 2px solid black;
}

.reason__slide {
  overflow-x: scroll;
  margin-left: 2.6041666667vw;
}

.reason__slide::-webkit-scrollbar {
  width: 2.6041666667vw;
}

.reason__slide::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 2.6041666667vw;
  background-color: #0c6ce5;
}

.reason__slide::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: none;
  border-radius: 10px;
}

.reason__slide-inner {
  display: flex;
  width: 130.2083333333vw;
  flex-wrap: wrap;
  justify-content: center;
}

.reason__slide-img {
  width: 29.1666666667vw;
  margin-right: 2.6041666667vw;
}

@media (max-width: 768px) {
  .reason__h3 {
    line-height: 1.2;
  }
  .reason__h3 > h3 {
    top: 66px;
  }
  .reason__h3 > img {
    width: 100%;
    height: 132px;
  }
  .reason__txt {
    line-height: 1.5;
    font-size: 16px;
  }
  .reason__model-wrapper {
    margin-bottom: 10px;
  }
  .reason__model {
    padding-bottom: 20px;
  }
  .reason__model > div {
    width: 265px;
  }
  .reason__model-wrapper > p {
    bottom: 0;
    right: 0;
  }
  .reason__tokutyou-img {
    margin-left: 0;
    margin-right: 0;
  }
  .reason__tokutyou-img.up-2 {
    margin-left: 0;
    margin-right: 20px;
  }
  .reason__tokutyou-wrapper {
    margin-bottom: 10px;
  }
  .reason__tokutyou-contents {
    margin-right: 25px;
    margin-bottom: 20px;
    width: 250px;
  }
  .reason__tokutyou-contents:nth-child(2) {
    left: 0;
  }
  .reason__tokutyou-contents:nth-child(3) {
    margin-bottom: 0;
  }
  .reason__tokutyou-img {
    width: auto;
    max-width: auto;
    height: auto;
  }
  .reason__tokutyou-txt {
    padding: 2px 5px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .reason__tokutyou-txt-s {
    font-size: 12px;
  }
  .reason__four {
    flex-wrap: wrap;
    align-items: center;
  }
  .reason__four-contents {
    width: 48%;
    max-width: 450px;
    border: 2px solid black;
    margin-bottom: 20px !important;
  }
  .reason__four-contents:last-child {
    margin-bottom: 0;
  }
  .reason__hukuri-wrapper {
    margin-bottom: 10px;
  }
  .reason__hukuri-contents {
    width: 49%;
  }
  .reason__kyuka-inner > img:nth-child(1) {
    width: 162px;
    left: 36px;
    top: 88px;
  }
  .reason__kyuka-inner > img:nth-child(2) {
    width: 183px;
  }
  .reason__kyuka-inner > img:nth-child(3) {
    width: 143px;
    top: -74px;
    right: 68px;
  }
  .reason__h3.h3-04 {
    font-size: 17px;
  }
  .reason__fell {
    flex-direction: column;
    align-items: flex-start;
  }
  .reason__fell {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .reason__fell-inner {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
  }
  .reason__fell-inner > p {
    margin: 0 8px;
  }
  .reason__fell-inner > img {
    width: 9px;
  }
  .reason__skill {
    flex-direction: column;
    align-items: center;
  }
  .reason__skill-left, .reason__skill-right {
    width: 100%;
    max-width: 450px;
    position: static;
  }
  .reason__slide {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .reason__slide::-webkit-scrollbar {
    width: 20px;
  }
  .reason__slide::-webkit-scrollbar-thumb {
    height: 20px;
  }
  .reason__slide-inner {
    width: 1265px;
    justify-content: unset;
  }
  .reason__slide-img {
    width: 290px;
    margin-right: 20px;
  }
}
/* messageセクション */
.message__ttl > img {
  width: 11.71875vw !important;
}

.message__mv {
  display: flex;
  justify-content: center;
}

.message__mv-contents:nth-child(2) {
  margin-left: 50px;
}

.message__mv-contents > video {
  -o-object-fit: cover;
     object-fit: cover;
}

.message__mv-contents > video, .message__mv-contents > img {
  width: 25vw; /* 幅を大きめに */
  aspect-ratio: 3/4;
  border: 4px solid #0c6ce5;
}

.message__mv-contents > p, .message__mv-contents > span {
  text-align: center;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}

.message__mv-contents > span {
  color: #C59560;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.message__staff {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 79.1666666667vw;
  margin-right: auto;
  margin-left: auto;
}

.message__staff-contents {
  width: 13.5416666667vw;
  margin: 1.3020833333vw 1.0416666667vw;
}

.message__orange {
  text-align: center;
  color: #0c6ce5;
  font-weight: bold;
}

.message__waka {
  text-align: center;
}

.message__waka-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message__waka-txt > img {
  width: 35.15625vw;
  position: relative;
  left: 4.1666666667vw;
}

.message__waka-txt > p {
  font-weight: bold;
  line-height: 2;
  position: relative;
  right: 4.1666666667vw;
  top: -4.4270833333vw;
  padding-left: 130px;
  margin-top: 40px;
}
.message__waka-txt > p span {
  text-align: right;
  font-size: 20px;
  display: block;
}

@media (max-width: 768px) {
  .message__waka-txt > p {
    padding-left: 0px;
  }
  .message__waka-txt > p .sp_hide {
    display: none;
  }
  .message__ttl > img {
    width: 96px !important;
  }
  .message__mv {
    flex-direction: column;
    align-items: center;
  }
  .message__mv-contents {
    margin-bottom: 30px;
  }
  .message__mv-contents:last-child {
    margin-bottom: 0;
  }
  .message__mv-contents > video, .message__mv-contents > img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    border: 2px solid #C59560;
    max-width: 450px;
  }
  .message__mv-contents > p {
    margin-bottom: 10px;
  }
  .message__staff {
    flex-wrap: nowrap;
    max-width: unset;
    padding-bottom: 20px;
  }
  .message__staff-wrapper {
    margin-bottom: 10px;
  }
  .message__staff-contents {
    width: 260px;
    margin: 0 20px 0 0;
  }
  .message__waka-txt {
    flex-direction: column-reverse;
  }
  .message__waka-txt > img {
    width: 325px;
    left: 0;
    margin: 20px auto;
  }
  .message__waka-txt > p {
    position: static;
    max-width: 90%;
    margin: 30px auto 10px;
  }
}
/* shashinセクション */
.shashin__inner {
  width: 89.0625vw;
  margin: 0 auto;
  position: relative;
}

.shashin__txt {
  position: absolute;
  top: 25.7291666667vw;
  left: 24.3229166667vw;
  width: 40.2604166667vw;
  opacity: 0;
}

@media (max-width: 768px) {
  .insta__container-inner {
    flex-direction: column;
  }
  .insta__insta {
    border: 1px solid #454545;
    position: relative;
    width: 80%;
    border: unset;
    margin: 0 auto 80px;
  }
  .insta__insta > img {
    width: calc(100% - 40px);
    height: auto;
    padding: 30px 20px 40px;
    border: 1px solid #454545;
  }
  .insta__insta > a {
    width: 206px;
    height: 47px;
    font-size: 16px;
    bottom: -27px;
  }
  .btn-wrapper > img {
    width: 160px;
    margin: 0 auto 15px;
  }
  .insta__container-inner02 {
    margin-bottom: 0;
  }
  .a-btn {
    width: 310px;
    height: 70px;
    font-size: 30px;
  }
  .a-btn > img {
    width: 16px;
    height: 20px;
  }
  .a-btn::after {
    height: 70px;
    bottom: -5px;
  }
  .a-btn:active {
    bottom: -5px;
  }
  .shashin__inner {
    overflow: hidden;
  }
  .shashin__inner {
    width: 89.0625vw;
    margin: 0 auto;
  }
  .shashin__spimg-long {
    background-image: url("../img/shashin-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -43px;
    background-position-y: 10px;
    margin-bottom: 10px;
  }
  .shashin__spimg-wrapper {
    overflow: hidden;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .shashin__spimg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
  }
  .shashin__contents {
    margin: 10px;
    display: inline-block;
  }
  .shashin__contents > p {
    margin-bottom: 10px;
  }
  .shashin__contents > img {
    width: 160px;
    height: 90px;
  }
}
/* globalセクション */
.global__map {
  width: 80.7291666667vw;
  margin-left: auto;
  margin-right: auto;
}

.global__container {
  display: flex;
  justify-content: space-between;
}

.global__left {
  width: 28.3854166667vw;
}

.global__right > h3 {
  color: #0c6ce5;
  font-weight: 900;
}

.global__right > p {
  color: black;
  font-weight: 700;
}

/* apセクション */
.ap {
  background-color: rgba(172, 174, 176, 0.35);
}

.ap__img {
  width: 62.5vw;
  margin: -6.5104166667vw auto 0;
}

@media (max-width: 768px) {
  .global__container {
    flex-direction: column;
  }
  .global__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .global__right > p {
    font-size: 16px;
    line-height: 1.5;
  }
  .ap__img {
    width: 355px;
  }
}
/* boshuuセクション */
/*==================================================
    アコーディオンのためのcss
===================================*/
.boshuu__acc {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*アコーディオンタイトル*/
.boshuu__accttl {
  width: 100%;
  height: 4.9479166667vw;
  font-weight: 700;
  color: #0c6ce5;
  border: 3px solid #0c6ce5;
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.title > img {
  position: absolute;
  content: "";
  width: 1.8229166667vw;
  transition: all 0.5s ease;
  top: 50%;
  right: 2%;
}

.title > img {
  transform: translateY(-50%) rotate(180deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close > img {
  transform: translateY(-50%) rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.boshuu__box {
  display: none;
  width: 100%;
  padding: 2.0833333333vw 0;
  background-color: rgba(12, 108, 229, 0.15);
  color: black;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.boshuu__box > div > p {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.boshuu__txt {
  font-weight: 700;
  color: white;
  background-color: #0c6ce5;
  height: 4.1666666667vw;
  overflow: hidden;
  display: flex;
  width: 100vw;
}

@media (max-width: 768px) {
  /*アコーディオンタイトル*/
  .boshuu__accttl {
    height: 60px;
  }
  /*アイコンの＋と×*/
  .title > img {
    width: 20px;
    right: 10px;
  }
  /*アコーディオンで現れるエリア*/
  .boshuu__box {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 13px;
  }
  .boshuu__txt {
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
  }
}
/* stepセクション */
.bg-dairi {
  /* background-image: url("../img/step-bg.jpg"); */
  background-color: #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
}

.step__ttl > img {
  width: 5.2083333333vw;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.step__container {
  width: 49.7395833333vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .step__ttl > img {
    width: 47px;
    margin-bottom: 7px;
  }
  .step__container {
    width: 329px;
  }
}
/* contactセクション  2024.12 cvをLINEのみに変更のためfront-phpにて非表示中*/
.contact {
  padding-bottom: 0 !important;
}

.contact.thanks {
  padding-top: 8.8541666667vw !important;
}

.contact__content-wrapper {
  width: 52.0833333333vw;
  margin: 0 auto;
}

.contact__dl {
  padding: 1.3020833333vw 0;
  border-bottom: 1px solid #0c6ce5;
  font-weight: 700;
}

.contact__dt {
  width: calc(23% - 0.78125vw);
  margin-right: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}

.contact__dt::after {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 1.5625vw;
  background-color: #ED6500;
  color: white;
}

.contact__dt.not-must::after {
  display: none;
}

.contact__dd {
  width: 77%;
}

/* ddフォームパターン */
.contact__dd.dd-input > p > span > input {
  padding: 1.0416666667vw 1.0416666667vw;
  width: calc(100% - 2.0833333333vw);
  border: 1px solid #ED6500;
  border-radius: 10px;
}

.contact__dd.dd-input > p > span > input::-moz-placeholder {
  color: #D3D3D3;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.contact__dd.dd-input > p > span > input:-ms-input-placeholder {
  color: #D3D3D3;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.contact__dd.dd-input > p > span > input::placeholder {
  color: #D3D3D3;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

/* ddテキストエリアパターン */
.contact__dd.dd-txtara > p > span > textarea {
  padding: 1.0416666667vw 1.0416666667vw;
  width: calc(100% - 2.0833333333vw);
  height: 4.1666666667vw;
  border: 1px solid #ED6500;
  border-radius: 10px;
}

.contact__dd.dd-txtara > p > span > textarea::-moz-placeholder {
  color: #D3D3D3;
  font-weight: 700;
}

.contact__dd.dd-txtara > p > span > textarea:-ms-input-placeholder {
  color: #D3D3D3;
  font-weight: 700;
}

.contact__dd.dd-txtara > p > span > textarea::placeholder {
  color: #D3D3D3;
  font-weight: 700;
}

.contact__att {
  color: black;
  margin-top: 1.0416666667vw;
  display: block;
  line-height: 1.5;
  display: flex;
}

.contact__att > a {
  color: #ED6500;
}

/* 送信ボタン */
.contact-submit-wrapper {
  position: relative;
}

.contact-submit-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../img/white-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.40625vw;
  height: 2.1354166667vw;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

.contact-submit-wrapper.contact-pre-submit-wrapper {
  background-color: #65BC3F;
}

.contact-submit-wrapper.contact-pre-submit-wrapper::before {
  right: 0;
  left: 4%;
  transform: translateY(-50%) rotate(-180deg);
}

.contact-submit-wrapper.contact-pre-submit-wrapper::after {
  background-color: #4c8d30;
}

.contact .a-btn > p {
  height: 100%;
}

.contact-submit {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  height: 100%;
  background-color: unset;
  border: unset;
  color: white;
}

.contact__btn > p > input, .contact__btn-t {
  border: 0;
  background-color: #122C79;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 4.1666666667vw;
  color: white;
  margin: 2.6041666667vw auto 0;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.wpcf7-spinner {
  display: none;
}

.contact__thanks {
  text-align: center;
  line-height: 1.5;
}

.contact__line a {
  background-color: #7AC943;
}

.contact__line > img {
  width: 25.5208333333vw;
}

.contact__line a::after {
  background-color: #65BC3F;
}

/* .wpcf7-list-item > label {
  display: flex;
  align-items: center;
} */
.wpcf7-list-item > label > input {
  position: relative;
  top: 0.2vw;
}

.contact__thanks {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .contact__content-wrapper {
    width: 100%;
  }
  .contact.thanks {
    padding-top: 100px !important;
  }
  .contact__line-a {
    font-size: 24px;
  }
  .contact__dl {
    padding: 20px 0;
  }
  .contact__dt {
    width: 100%;
    margin-right: 0;
    justify-content: unset;
    margin-bottom: 15px;
  }
  .contact__dt::after {
    justify-content: center;
    margin-left: 10px;
    width: 40px;
    height: 20px;
  }
  .contact__dd {
    width: calc(100% - 40px);
  }
  /* ddフォームパターン */
  .contact__dd.dd-input > p > span > input {
    padding: 10px 20px;
    width: 100%;
  }
  /* ddテキストエリアパターン */
  .contact__dd.dd-txtara > p > span > textarea {
    padding: 10px 20px;
    width: 100%;
    height: 80px;
  }
  .contact__att {
    font-size: 12px;
    margin-top: 10px;
    display: block;
  }
  .contact__line {
    padding-top: 30px;
  }
  .contact__line > img {
    width: 259px;
  }
  .wpcf7-list-item > label > input {
    top: 3px;
  }
  .contact-submit-wrapper::before {
    width: 16px;
    height: 20px;
  }
  .contact__thanks {
    font-size: 16px;
  }
}
/* フッター */
.footer {
  padding: 2.6041666667vw 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.footer__inner {
  display: flex;
  justify-content: center;
}

.footer__inner-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__img {
  position: absolute;
  left: 16.25vw;
  bottom: 0;
  width: 35.9375vw;
}

.footer__img > img {
  position: relative;
  top: 1.0416666667vw;
}

.footer__ul {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.footer__ul > a {
  display: flex;
  align-items: center;
}

.footer__ul > a::after {
  content: "";
  width: 1px;
  height: 1.0416666667vw;
  background-color: black;
  margin: 0 1.8229166667vw;
}

.footer__ul > a:last-child::after {
  display: none;
}

.footer__logo {
  width: 30.2083333333vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
  text-align: center;
}

.footer__txt {
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer__inner {
    justify-content: center;
  }
  .footer__ul {
    font-size: 12px;
  }
  .footer__ul.pc {
    display: none !important;
  }
  .footer__ul.sp {
    display: flex !important;
  }
  .footer__ul > a::after {
    height: 10px;
    margin: 0 20px;
  }
  .footer__logo {
    width: 200px;
  }
  .footer__txt {
    font-size: 10px;
  }
  .footer__img {
    position: static;
    width: 90%;
    margin: 30px auto 0;
  }
  .footer__img > img {
    position: relative;
    top: 10px;
  }
}
/* ハンバーガーメニュー */
.mobileBtn {
  transition: all 0.8s ease;
  position: relative;
  z-index: 101;
  background-color: unset;
  width: 30px;
  height: 30px;
  display: none;
}

.mobileBtn__bar {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.8s ease;
  background-color: #0c6ce5;
  left: 0;
}

.mobileBtn__bar:nth-child(1) {
  top: 25%;
}

.mobileBtn__bar:nth-child(2) {
  top: 50%;
}

.mobileBtn__bar:nth-child(3) {
  top: 75%;
}

.mobileBtn__bar.rotate:nth-child(1), .mobileBtn__bar.rotate:nth-child(3) {
  top: 50%;
}

.mobileBtn__bar.rotate:nth-child(1) {
  transform: rotate(-225deg);
}

.mobileBtn__bar.rotate:nth-child(2) {
  transform: translate(0%, -50%) scale(0);
}

.mobileBtn__bar.rotate:nth-child(3) {
  transform: rotate(225deg);
}

.mobile {
  /* background-image: url("../img/step-bg.jpg"); */
  background-color: #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: fixed;
  top: -200vh;
  right: 0;
  z-index: 98;
  transition: all 0.5s ease;
  padding-top: 65px;
}

.mobile.down {
  top: 0;
}

.mobile__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.mobile__ul {
  width: 90%;
  margin: 0 auto;
}

.mobile__li {
  font-size: 14px;
  margin: 0;
}

.mobile__li > a {
  border-bottom: 2px solid #0c6ce5;
  padding: 20px;
  color: black;
}

/* aboutセクション */
.about {
  background-image: url("../img/about-bg.png");
  padding-bottom: 5.7291666667vw;
  background-position-x: 50%;
}

.about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__ttl {
  width: 17.4479166667vw;
}

.about__rinen {
  width: 40.625vw;
}

.about__zu {
  width: 59.8958333333vw;
}

.about__two {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__two > img {
  width: 23.4375vw;
}

.about__two > img:nth-child(1) {
  margin-right: 2.6041666667vw;
}

.about__last {
  width: 31.25vw;
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 60px;
  }
  .about__ttl {
    width: 188px;
  }
  .about__rinen {
    width: 315px;
  }
  .about__zu {
    width: 300px;
  }
  .about__two > img {
    width: 150px;
  }
  .about__two > img:nth-child(1) {
    margin-right: 20px;
  }
  .about__last {
    width: 300px;
  }
  .sp_wapper {
    width: 100%;
    overflow-x: hidden;
  }
  .f-84 {
    font-size: 24px;
  }
  .header__logo {
    font-size: 20px;
  }
}
.worries {
  margin: 100px 0;
}

.worries_img {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .worries_img img {
    width: 100%;
  }
}

.floow_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.floow_box ul {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.floow_box ul li {
  width: 31%;
  text-align: center;
}
@media (max-width: 768px) {
  .floow_box ul li {
    width: 33%;
  }
}
.floow_box ul li a {
  font-size: 21px;
  padding: 20px;
}
@media (max-width: 768px) {
  .floow_box ul li a {
    font-size: 16px;
    padding: 10px;
  }
  .floow_box ul li a span {
    display: none;
  }
}
.floow_box ul li:first-child a {
  background-color: #ff0000;
  color: #fff;
}
.floow_box ul li:nth-child(2) a {
  background-color: #0c6ce5;
  color: #fff;
}
.floow_box ul li:last-child a {
  background-color: #7AC943;
  color: #fff;
}

footer {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .message__mv-contents:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .a-section.is-animated, .slide-ttl.is-animated, .slide-ttl-reverse.is-animated {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.a-section.is-animated.worries_txt01 {
  font-size: 34px;
  margin-top: 0;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .a-section.is-animated.worries_txt01 {
    font-size: 21px;
    padding: 0 45px;
    line-height: 2;
  }
}

.container {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.section {
  display: flex;
  align-items: center;
  background: #0c6ce5;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.circle-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0c4c9d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-right: 20px;
  line-height: 1.2;
}

.section-content {
  flex: 1;
}

.section-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.section-text {
  font-size: 14px;
  line-height: 1.6;
}

.section.value .section-text span {
  display: block;
  margin-top: 10px;
  color: #ffe8e8;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .section {
    flex-direction: column;
    align-items: flex-start;
  }
  .circle-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.container02 {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
}

.new_ttl01 {
  text-align: center;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  color: #111;
  padding-bottom: 10px;
  margin: 0 auto 30px;
}
.new_ttl01 h2 {
  border-bottom: 4px solid #0c6ce5;
  display: inline-block;
  padding-bottom: 10px;
}

.section02 {
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-left: 6px solid #0c6ce5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section02 h2 {
  font-size: 20px;
  color: #0c6ce5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
}

.section02 h2::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #0F4C9D;
  font-size: 20px;
  line-height: 1.2;
}

.keyword {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  background: #ededff;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  line-height: 1.7;
  display: inline-block;
}

p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  h1 {
    font-size: 26px;
  }
  .section02 {
    padding: 20px 15px;
  }
  .section02 h2 {
    font-size: 18px;
    padding-left: 24px;
  }
  .keyword {
    font-size: 15px;
  }
}
.salary-box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.divider {
  width: 60%;
  height: 2px;
  background-color: rgb(12, 108, 229);
  margin: 15px auto 25px;
}

.salary-box h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 30px;
  line-height: 1.5;
}

.salary-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.model-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.note {
  font-size: 14px;
  color: #555;
}

.reason_new_img {
  max-width: 800px;
  margin: 50px auto 0;
}

.p-guide__messageArea {
  text-align: center;
}
.p-guide__messageArea p {
  font-size: 21px;
}

.p-guide__list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.p-guide__list li {
  width: 31%;
}
.p-guide__list li figure img {
  height: auto;
}
.p-guide__list li .c-card03__num {
  color: #0C6CE5;
}
.p-guide__list li .c-card03__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 18px;
}
.p-guide__list li .c-card03__txt {
  margin-top: 10px;
}

.bg_txt {
  display: inline-block;
  color: #fff;
  background-color: #0C6CE5;
  padding: 0.4rem 2.4rem;
}

@media (max-width: 600px) {
  .circle-number {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .salary-box h2 {
    font-size: 18px;
  }
  .salary-box p {
    font-size: 15px;
  }
  .model-title {
    font-size: 16px;
  }
  .circle-logo {
    margin: auto;
  }
  .section-title {
    text-align: center;
    margin-top: 10px;
  }
  .section-content {
    width: 100%;
  }
  .section-text {
    text-align: center;
  }
  .worries {
    margin-bottom: 30px;
  }
  .p-guide__list {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-guide__list li {
    width: 100%;
  }
  .message__mv {
    padding: 0 20px;
  }
  .message__mv iframe {
    width: 100%;
  }
  .section-pd {
    padding-bottom: 0;
  }
  .a-section.is-animated {
    padding-bottom: 0;
  }
  .section-pd {
    padding-top: 0;
  }
  .step {
    padding: 30px 0;
  }
  .step__ttl {
    padding-bottom: 0;
  }
  .btn-wrapper {
    margin-bottom: 40px;
  }
  #reason {
    margin-top: 30px;
  }
  #message {
    margin-top: 40px;
  }
  .message__inner .slide-ttl.is-animated {
    padding-bottom: 0;
  }
  .message__staff-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .message__waka-txt > p {
    margin-top: 40px;
  }
  .btn-wrapper {
    margin-top: 30px;
  }
  .sub-ttl span.bl {
    font-size: clamp(10px, 3.6458333333vw, 70px);
  }
}/*# sourceMappingURL=style.css.map */