@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
.example {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #dddddd;
}

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

a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

.top-main {
  height: 700px;
  margin-top: 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-main {
    height: 730px;
    margin-top: 74px;
  }
}
@media screen and (min-width: 769px) {
  .top-main__container {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
  }
}
.top-main__text {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .top-main__text {
    width: calc(50% - 50px);
    max-width: calc(50% - 50px);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-main__text {
    width: 90vw;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
    bottom: -65px;
  }
}
@media screen and (min-width: 769px) {
  .top-main__bg {
    position: relative;
    z-index: 1;
    margin-left: -150px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-main__bg {
    position: absolute;
    bottom: 0;
    right: -180px;
    width: 450px;
  }
}

.top-banner__list {
  max-width: 935px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-banner__list {
    display: block;
  }
}
.top-banner__item {
  margin: 0 10px;
  flex: 0 0 33%;
}
@media screen and (max-width: 768px) {
  .top-banner__item {
    width: 100%;
    margin: 0;
    max-width: 700px;
  }
  .top-banner__item + .top-banner__item {
    margin-top: 20px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  /* デフォルトのボタン画像を消す */
}

.work-flow {
  background-color: #43515d;
}
.work-flow__slider {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.work-flow__arrow {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.work-flow__arrow::before, .work-flow__arrow::after {
  display: none;
}
.work-flow__arrow--left {
  background-image: url(../../img/common/icon/slider-left.png.webp);
  left: 0;
  display: inline-block;
}
.work-flow__arrow--right {
  background-image: url(../../img/common/icon/slider-rihgt.png.webp);
  right: 0;
  display: inline-block;
}
.work-flow__bottom {
  max-width: 80%;
  margin: 50px auto 0;
}
.work-flow__item + .work-flow__item {
  margin-top: 20px;
}

.salary .section__top-title {
  color: #000;
}
.salary .section__top-title span {
  color: #000;
}
.salary__img {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .salary__img {
    width: 100%;
    max-width: 700px;
  }
}

.voice {
  background-color: #43515d;
}
.voice__slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .voice__list {
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
}
.voice__item {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .voice__item {
    display: block;
    width: 100%;
    flex: 0 0 100%;
  }
}
.voice__item--left {
  width: 284px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .voice__item--left {
    width: 200px;
    margin-right: 0;
    margin: 0 auto;
  }
}
.voice__item--right {
  width: 284px;
}
@media screen and (max-width: 768px) {
  .voice__item--right {
    margin: 10px auto 0;
  }
}
.voice__item.empty {
  width: 50%;
  padding: 0;
  margin: 0;
}
.voice__name {
  font-size: 2.4rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .voice__name {
    text-align: center;
  }
}
.voice__middle {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .voice__middle {
    text-align: center;
  }
}
.voice p {
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .voice p {
    text-align: center;
  }
}
.voice__arrow {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.voice__arrow::before, .voice__arrow::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice__arrow--left {
    background-image: url(../../img/common/icon/voice-arrow-left.png.webp);
    left: 0 !important;
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .voice__arrow--right {
    background-image: url(../../img/common/icon/voice-arrow-right.png.webp);
    right: 0 !important;
    display: inline-block !important;
  }
}

.culture .section__top-title {
  color: #000;
}
.culture .section__top-title span {
  color: #003056;
}
.culture__list {
  width: 85%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .culture__list {
    width: 100%;
    max-width: 700px;
  }
}
.culture__item + .culture__item {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .culture__item + .culture__item {
    margin-top: 50px;
  }
}

.wanted {
  background-color: #43515d;
  position: relative;
  overflow: hidden;
}
.wanted__container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.wanted__title1 {
  max-width: 600px;
}
.wanted__title2 {
  font-size: 4.8rem;
  color: #000;
  margin: 50px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wanted__title2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
  }
}
.wanted__list {
  margin: 0 auto;
}
.wanted__wrap {
  display: flex;
}
.wanted__wrap + .wanted__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wanted__wrap {
    align-items: center;
  }
}
.wanted__num {
  width: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .wanted__num {
    width: 30px;
    flex: 0 0 auto;
    margin-right: 10px;
  }
}
.wanted__text {
  font-size: 3.6rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .wanted__text {
    font-size: 1.4rem;
    line-height: 1.3;
    white-space: nowrap;
    font-weight: 600;
  }
}
.wanted__bg1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.wanted__bg2 {
  position: absolute;
  bottom: 0;
  right: -82px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .wanted__bg2 {
    width: 100%;
    max-width: 60%;
    right: -65px;
  }
}

.form {
  background-color: #5c86a8;
}
.form__text {
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.infomation-view {
  width: 100%;
  background: url(../../img/common/infomation/infomation-main.jpg) center center/cover no-repeat;
}

.job-description__list {
  max-width: 1300px;
  margin: 0 auto;
}
.job-description__wrap {
  display: flex;
  padding: 24px 0;
  border-bottom: 2px solid #003056;
}
@media screen and (max-width: 768px) {
  .job-description__wrap {
    display: block;
    border-bottom: none;
    padding: 0;
  }
}
.job-description__dt {
  display: flex;
  align-items: center;
  background-color: #003056;
  font-size: 3rem;
  text-align: center;
  justify-content: center;
  width: 250px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .job-description__dt {
    width: 100%;
    font-size: 2rem;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
  }
}
.job-description__dd {
  flex: 1 1 auto;
  color: #333;
  margin-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .job-description__dd {
    margin-left: 0;
  }
}
.job-description__dd--wrap {
  display: flex;
  margin-bottom: 20px;
}
.job-description__dd--left {
  font-size: 3.2rem;
  flex: 0 0 auto;
  margin-right: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .job-description__dd--left {
    font-size: 1.8rem;
  }
}
.job-description__dd--right {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .job-description__dd--right {
    font-size: 1.8rem;
  }
}
.job-description__dd--right span {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .job-description__dd--right span {
    font-size: 1.3rem;
  }
}
.job-description__dd--title, .job-description__dd--middle, .job-description__dd--text,
.job-description__dd li {
  color: #333;
  line-height: 1.7;
}
.job-description__dd--title {
  font-size: 3.2rem;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .job-description__dd--title {
    font-size: 1.8rem;
  }
}
.job-description__dd--middle {
  font-size: 2.4rem;
  margin: 22px 0 54px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .job-description__dd--middle {
    font-size: 1.8rem;
    margin: 22px 0 34px;
  }
}
.job-description__dd--text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .job-description__dd--text {
    font-size: 1.5rem;
  }
}
.job-description__dd li {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .job-description__dd li {
    font-size: 1.8rem;
  }
}
.job-description__inner {
  padding: 30px 0 0;
}
.job-description .li-18 {
  line-height: 1.8;
}
.job-description .mb-24 {
  margin-bottom: 24px;
}
.job-description .mb-30 {
  margin-bottom: 30px;
}
.job-description .mt-25 {
  margin-top: 25px;
}
.job-description .pl-105 {
  padding-left: 105px;
}
.job-description .w-105 {
  width: 105px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .job-description .w-105 {
    width: 72px;
  }
}

.aboutjob-view {
  width: 100%;
  background: url(../../img/common/aboutjob/aboutjob-main.jpg) center center/cover no-repeat;
}

.aboutjob-contetnt__text {
  line-height: 2.4;
  color: #333;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutjob-contetnt__text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.aboutjob-contetnt__text--2 {
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .aboutjob-contetnt__text--2 {
    margin-top: 30px;
  }
}
.aboutjob-contetnt__list {
  width: 1100px;
  max-width: calc(100% - 200px);
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .aboutjob-contetnt__list {
    width: 100%;
    max-width: 700px;
  }
}
.aboutjob-contetnt__item + .aboutjob-contetnt__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .aboutjob-contetnt__item + .aboutjob-contetnt__item {
    margin-top: 25px;
  }
}
.aboutjob-contetnt__bottom {
  margin-top: 77px;
}

.aboutjob-flow {
  background-color: #43515d;
}
.aboutjob-flow .section__page-title {
  color: #fff;
}
.aboutjob-flow .section__page-title:before {
  background-color: #fff;
}
.aboutjob-flow__list {
  margin: 0 auto;
  width: 1308px;
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .aboutjob-flow__list {
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (min-width: 769px) {
  .aboutjob-flow__item {
    display: flex;
    justify-content: space-between;
  }
  .aboutjob-flow__item:nth-child(odd) {
    background-color: #003056;
  }
  .aboutjob-flow__item:nth-child(even) {
    background-color: #fff;
  }
  .aboutjob-flow__item:nth-child(even) .aboutjob-flow__content--title {
    color: #003056;
  }
  .aboutjob-flow__item:nth-child(even) .aboutjob-flow__content--text {
    color: #003056;
  }
}
@media screen and (max-width: 768px) {
  .aboutjob-flow__item {
    margin-top: 5px;
  }
}
.aboutjob-flow__step {
  width: 132px;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .aboutjob-flow__item {
    padding: 0 30px 0;
  }
}
.aboutjob-flow__content {
  padding-top: 52px;
  padding-bottom: 48px;
  flex: 1 1 66%;
  margin-left: 55px;
}
.aboutjob-flow__content--title {
  font-size: 4.8rem;
  margin-bottom: 32px;
}
.aboutjob-flow__content--text {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .aboutjob-flow__icon {
    display: flex;
    align-items: center;
    margin-left: 30px;
    min-width: 120px;
    flex: 1 1 auto;
  }
}
.aboutjob-model {
  background-color: #fff;
}
.aboutjob-model__img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .aboutjob-model__img {
    max-width: calc(100% - 600px);
  }
}
@media screen and (max-width: 768px) {
  .aboutjob-model__img {
    max-width: 700px;
  }
}

.aboutjob-befaf__text {
  font-size: 2.4rem;
  line-height: 2.4;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .aboutjob-befaf__text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.aboutjob-befaf__h3 {
  font-size: 40px;
  color: #003056;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .aboutjob-befaf__h3 {
    font-size: 2.8rem;
    margin-top: 40px;
  }
}
.aboutjob-befaf__h3 span {
  display: inline-block;
  position: relative;
}
.aboutjob-befaf__h3 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background: #f9ff00;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .aboutjob-befaf__h3 span::before {
    height: 8px;
  }
}
.aboutjob-befaf__list {
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  width: 1308px;
  max-width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  .aboutjob-befaf__list {
    display: block;
    width: 100%;
    max-width: 700px;
    margin-top: 0;
  }
}
.aboutjob-befaf__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .aboutjob-befaf__item {
    width: 100%;
    margin-top: 40px;
  }
}

.company-view {
  width: 100%;
  background: url(../../img/common/company/company-main.jpg) center center/cover no-repeat;
}
.company-view .main-view__subtitle {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .company-view .main-view__subtitle {
    height: 23px;
  }
}

.company-thought__wrap {
  display: flex;
  margin: 0 auto;
  width: 1308px;
  max-width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  .company-thought__wrap {
    display: block;
    width: 100%;
    max-width: 700px;
  }
}
.company-thought__img {
  flex: 0 0 auto;
  width: calc(49% - 80px);
  max-width: calc(49% - 80px);
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .company-thought__img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.company-thought__text {
  font-size: 2rem;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .company-thought__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 40px;
  }
}
.company-thought__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company-thought__bottom {
    justify-content: flex-end;
    margin-top: 10px;
  }
}
.company-thought__bottom--title {
  font-size: 2.4rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .company-thought__bottom--title {
    font-size: 1.5rem;
    margin-right: 25px;
  }
}
.company-thought__bottom--name {
  font-size: 3.6rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .company-thought__bottom--name {
    font-size: 2.4rem;
  }
}

.company-about__list {
  margin: 0 auto;
  width: 1308px;
  max-width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  .company-about__list {
    width: 100%;
    max-width: 700px;
  }
}
.company-about__wrap {
  display: flex;
  padding: 50px 0;
  border-top: 1px solid #b0b0b0;
}
@media screen and (max-width: 768px) {
  .company-about__wrap {
    display: block;
    padding: 20px 0;
  }
}
.company-about__wrap.bb {
  border-bottom: 1px solid #b0b0b0;
}
.company-about__wrap:nth-last-of-type() {
  border-bottom: 1px solid #b0b0b0;
}
.company-about__dt {
  flex: 0 0 300px;
  color: #0C184F;
  font-weight: 600;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .company-about__dt {
    text-align: center;
    padding-left: 0;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.company-about__dd {
  flex: 0 0 auto;
  color: #0C184F;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company-about__dd {
    font-size: 1.8rem;
    text-align: center;
    padding-left: 0;
  }
  .company-about__dd span {
    font-size: 1.4rem;
  }
}
.company-about__dd p {
  margin-bottom: 15px;
}
.company-about__dd a {
  color: #0C184F;
}
.company-about__dd--wrap {
  display: flex;
  align-items: center;
}
.company-about__dd--wrap:nth-of-type(n+2) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .company-about__dd--wrap {
    display: block;
  }
}
.company-about__dd--position {
  flex: 0 0 auto;
  margin-right: 62px;
}
@media screen and (max-width: 768px) {
  .company-about__dd--position {
    margin: 0 0 5px 0;
  }
}
.company-about__dd--position-list li {
  margin-bottom: 5px;
}
.company-about__dd--address:nth-of-type(n+2) {
  margin-top: 20px;
}

.form-view {
  width: 100%;
  background: url(../../img/common/form/form-main.jpg) center center/cover no-repeat;
}
.form-view .main-view__subtitle {
  height: 61px;
}
@media screen and (max-width: 768px) {
  .form-view .main-view__subtitle {
    height: 26px;
  }
}

.form-top__text {
  font-size: 2rem;
  line-height: 2;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-top__text {
    font-size: 1.3rem;
  }
}

.privacy {
  margin-top: 150px;
  padding: 0 20px 150px;
}
.privacy__title {
  font-size: 3rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.privacy__subtitle {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  margin-top: 100px;
}
.privacy__container {
  max-width: 1080px;
  margin: 50px auto 0;
}
.privacy__text {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
}

.header {
  height: 110px;
  padding-left: 72px;
  background-color: #003056;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .header {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: block;
    padding-left: 0;
    height: auto;
    position: fixed;
    height: 64px;
  }
}
.header__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 100%;
    height: 100vh;
    background-color: #003056;
    display: block;
    position: fixed;
    left: 0;
    transform: translateX(100%);
    transition: all 0.6s;
  }
}
.header__inner.open {
  display: block;
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 30%;
    height: 110px;
    flex: 0 0 auto;
    background: url(../../img/logo/logo1.png) center center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 88px;
    margin-top: 4px;
    margin-left: 20px;
  }
}
.header__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__list {
    display: block;
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__item + .header__item {
    margin-top: 20px;
  }
}
.header__link {
  line-height: 110px;
  padding: 0 30px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .header__link {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .header__link {
    font-size: 1.8rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__link {
    line-height: 46px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.header__btn {
  font-size: 3.5rem;
  width: 324px;
  background: #fff03b;
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .header__btn {
    font-size: 2.8rem;
    width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .header__btn {
    font-size: 2rem;
    width: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    font-size: 2rem;
    width: auto;
    background-color: transparent;
    width: 245px;
  }
}
.header__btn a {
  color: #003056;
  line-height: 110px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.header__btn .btn {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  margin-top: 48px;
}
.header__btn .btn:before {
  display: none;
}

.hamburger {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 10px;
  z-index: 110;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
}
.hamburger__line {
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  position: relative;
  transition: ease 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  transition: ease 0.4s;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
.hamburger.open .hamburger__line {
  background: transparent;
}
.hamburger.open .hamburger__line:before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open .hamburger__line:after {
  top: 0;
  transform: rotate(-45deg);
}

.footer {
  background-color: #003056;
  padding: 30px 20px 10px;
}
.footer__head {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__head {
    display: block;
  }
}
.footer__logo {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    width: 100%;
    height: 100px;
    background: url(../../img/logo/logo1.png) center center/cover no-repeat;
  }
}
.footer__address {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-align: center;
    font-size: 1.4rem;
  }
}
.footer__nav {
  margin-top: 60px;
}
.footer__nav--list {
  display: flex;
}
.footer__nav--item + .footer__nav--item {
  margin-left: 44px;
}
.footer__nav--link {
  position: relative;
  padding-left: 26px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.footer__nav--link::before {
  position: absolute;
  content: "";
  background-image: url(../../img/common/icon/icon-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
  width: 16px;
  height: 14px;
  display: inline-block;
}
.footer__privacy {
  max-width: 1300px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    text-align: center;
    font-size: 1.4rem;
    margin: 30px 0 18px;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1.3rem;
  display: block;
}

.main-view {
  height: 882px;
  margin-top: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-view {
    height: 300px;
    margin-top: 64px;
  }
}
.main-view::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
}
.main-view__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.main-view__title {
  text-align: center;
  font-size: 10.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main-view__title {
    font-size: 3.2rem;
  }
}
.main-view__subtitle {
  height: 45px;
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .main-view__subtitle {
    height: 18px;
    margin-top: 10px;
  }
}
.main-view__subtitle img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-main {
  height: 100vh;
}

.section {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 20px;
  }
}
.section__top-title {
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__top-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.section__top-title span {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 11px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section__top-title span {
    font-size: 1.5rem;
  }
}
.section__page-title {
  font-size: 4.8rem;
  text-align: center;
  color: #003056;
  position: relative;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .section__page-title {
    font-size: 3.2rem;
  }
}
.section__page-title::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 5px;
  background-color: #003056;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -42px;
}
@media screen and (max-width: 768px) {
  .section__page-title::before {
    bottom: -32px;
    width: 50px;
  }
}

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

.fz-24 {
  font-size: 2.4rem;
}

.cl-b {
  color: #333;
}

.lh-24 {
  line-height: 2.4;
}

.page__content {
  max-width: 1000px;
  margin: 0 auto 150px;
}
.page__content h2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 30px;
  line-height: normal;
}
.page__content p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
  font-weight: 600;
}
.page__content a {
  font-size: 1.8rem;
  color: #333;
  margin-top: 30px;
}
.page__content a:hover {
  text-decoration: underline;
}
.page__title {
  font-size: 3rem;
  color: #333;
  text-align: center;
  margin-bottom: 100px;
  font-weight: bold;
}

.btn {
  max-width: 375px;
  width: 100%;
  height: 95px;
  background: url(../../img/common/btn-bg.png) center center/cover no-repeat;
  line-height: 95px;
  margin: 112px auto 0;
  color: #333;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  font-family: YakuHanJP, YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  position: relative;
}
.btn__wrap {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 250px;
    height: 55px;
    line-height: 55px;
    margin-top: 50px;
    border-radius: 23px;
    font-size: 1.8rem;
  }
}
.btn::before {
  content: "";
  position: absolute;
  background-image: url(../../img/common/icon/icon-right.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 53px;
}
@media screen and (max-width: 768px) {
  .btn::before {
    right: 30px;
  }
}

.contact {
  padding: 62px 30px 114px;
  background-color: #fff;
  width: 1308px;
  max-width: calc(100% - 300px);
  margin: 0 auto;
  margin-top: 70px;
}
.contact.bg-blue {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    max-width: 700px;
  }
}

.form-container .contact {
  background-color: transparent;
}

.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form select,
.contact-form textarea {
  font-size: 2.4rem;
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 10px;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form select,
.contact-form textarea {
    font-size: 1.6rem;
    padding: 4px 10px;
  }
}
.contact-form input[type=email]:focus, .contact-form input[type=email]:hover,
.contact-form input[type=number]:focus,
.contact-form input[type=number]:hover,
.contact-form input[type=password]:focus,
.contact-form input[type=password]:hover,
.contact-form input[type=search]:focus,
.contact-form input[type=search]:hover,
.contact-form input[type=tel]:focus,
.contact-form input[type=tel]:hover,
.contact-form input[type=text]:focus,
.contact-form input[type=text]:hover,
.contact-form input[type=url]:focus,
.contact-form input[type=url]:hover,
.contact-form select:focus,
.contact-form select:hover,
.contact-form textarea:focus,
.contact-form textarea:hover {
  outline: none;
}
.contact-form__list > *:last-child {
  margin-bottom: 0;
}
.contact-form__item {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 1060px) {
  .contact-form__item {
    display: block;
  }
}
.contact-form__item.flex-aitem-c {
  align-items: center;
}
.contact-form__title {
  color: #333;
  font-size: 2.4rem;
  align-items: center;
  flex: 0 0 40%;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .contact-form__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.contact-form__title span {
  font-size: 1.8rem;
  text-align: center;
  width: 55px;
  padding: 5px;
  background-color: #003056;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form__title span {
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}
.contact-form__warp {
  display: flex;
  flex: 0 0 60%;
}
@media screen and (max-width: 768px) {
  .contact-form__warp--birthday {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contact-form__data {
  position: relative;
}
.contact-form__data.year {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact-form__data.year {
    width: 100%;
    margin-bottom: 16px;
  }
}
.contact-form__data.month {
  width: 30%;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .contact-form__data.month {
    width: 45%;
    margin-left: 0 !important;
    margin-right: 0;
  }
}
.contact-form__data.date {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact-form__data.date {
    width: 45%;
  }
}
.contact-form__data:nth-of-type(2) {
  margin-left: 28px;
}
.contact-form__data--select {
  display: inline-block;
}
.contact-form__data--select::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1.4rem;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contact-form__text {
  width: 100%;
}
.contact-form__mail {
  width: 100%;
}
.contact-form__tel {
  width: 50%;
}
.contact-form__post {
  width: 300px;
}
.contact-form__post--search {
  background-color: red;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border-radius: 6px;
}
.contact-form__address {
  width: 50%;
}
.contact-form__textarea {
  width: 100%;
  min-height: 200px;
}
.contact-form__radio {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__radio {
    margin-top: 20px;
  }
}
.contact-form__radio input {
  opacity: 0;
  display: none;
}
.contact-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__radio input:checked + .wpcf7-list-item-label::before {
  border-color: #015dc8;
}
.contact-form__radio .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-form__radio .wpcf7-list-item-label {
  padding-left: 50px;
  position: relative;
  color: #333;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form__radio .wpcf7-list-item-label {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.contact-form__radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 50%;
  transition: all 1s ease;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form__radio .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
}
.contact-form__radio .wpcf7-list-item-label:after {
  content: "";
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: rotate(40deg);
  background-color: #015dc8;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__radio .wpcf7-list-item-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: 6px;
  }
}
.contact-form__checkbox input {
  opacity: 0;
  display: none;
}
.contact-form__checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid red;
}
.contact-form__checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-form__checkbox .wpcf7-list-item-label {
  padding-left: 1.25em;
  position: relative;
}
.contact-form__checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  transition: all 1s ease;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contact-form__checkbox .wpcf7-list-item-label:after {
  content: "";
  display: block;
  transition: 0.3s;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
  opacity: 0;
}
.contact-form__select .wpcf7-form-control-wrap {
  background: #f3f3f3;
  border-radius: 5px;
  max-width: 400px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.contact-form__select .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  z-index: -1;
}
.contact-form__select .wpcf7-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  position: relative;
  padding-right: 2em;
}
.contact-form__privacy {
  margin-top: 30px;
}
.contact-form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__btn--wrap {
  text-align: center;
  margin-top: 50px;
}

.wpcf7-submit {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}
.wpcf7-submit:focus, .wpcf7-submit:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

#contact__btn {
  max-width: 375px;
  width: 100%;
  height: 95px;
  background: url(../../img/common/btn-bg.png) center center/cover no-repeat;
  line-height: 95px;
  margin: 112px auto 0;
  color: #333;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
  padding: 0;
  box-shadow: none;
}
#contact__btn:hover {
  border: none;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #contact__btn {
    width: 235px;
    margin-top: 60px;
    height: 48px;
    line-height: 48px;
    font-size: 2rem;
  }
}

.contact-privacy-link {
  color: blue;
}

.date-note {
  font-size: 2rem;
  margin-top: 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .date-note {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */