@charset "UTF-8";
/* color */
/* font */
@font-face {
  font-family: "Isidora";
  src: url("../fonts/Isidora-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Isidora";
  src: url("../fonts/Isidora-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* ヘッダーの高さ */
/* common */
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 40px;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}

img,
video {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
}

.pc,
.pc-space {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

p {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.scrollFx {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.scrollFx__mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: width 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.scrollFx__mask:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #d2dced;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.scrollFx.appear .scrollFx__mask {
  width: 100%;
}
.scrollFx.appear .scrollFx__mask:before {
  transform: scaleX(0);
}
.scrollFx.img2 .scrollFx__mask {
  transition-delay: 0.25s;
}
.scrollFx.img2 .scrollFx__mask::before {
  transition-delay: 0.75s;
}
.scrollFx.img3 .scrollFx__mask {
  transition-delay: 0.55s;
}
.scrollFx.img3 .scrollFx__mask::before {
  transition-delay: 1.05s;
}

.section {
  padding-top: 56px;
  margin-top: -56px;
  position: relative;
}

span.noLineBreak {
  display: inline-block;
}

.sp-button-blue {
  margin: 0 auto;
  display: block;
  background-color: #0054e6;
  border-radius: 30px;
  max-width: 330px;
  height: 62px;
  color: #fff;
  text-align: center;
  position: relative;
}

.button-contact p {
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.button-contact p img {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 7px;
  width: auto;
}
.button-contact p::after {
  content: url(../img/common/arrow-right-white.svg);
  position: absolute;
  right: 17px;
}

.button-tel p {
  line-height: 0.2;
  padding-top: 10px;
  font-family: "Isidora", sans-serif;
}
.button-tel p img {
  vertical-align: middle;
  width: auto;
}
.button-tel p span.num {
  font-size: 24px;
  font-family: "Isidora", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.button-tel p span.small {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.headerLogo {
  height: 20px;
}

.header .header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 56px;
}
.header .header-sp .wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  background-color: #003694;
  color: #fff;
}
.header .header-sp .wrap .logo {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 133.36px;
}
.header .header-sp .wrap .hamburger {
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
}
.header .header-sp .wrap .hamburger .hamburger-icon {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
.header .header-sp .wrap .hamburger .hamburger-icon span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.header .header-sp .wrap .hamburger .hamburger-icon .hamburger-close {
  display: none;
}
.header .header-sp .wrap .hamburger.active img {
  transform: translateY(8px) rotate(90deg);
}
.header .header-sp .wrap .hamburger.active span.hamburger-menu {
  display: none;
}
.header .header-sp .wrap .hamburger.active span.hamburger-close {
  display: block;
  line-height: 32px;
}
.header .menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms ease-out, visibility 800ms ease-out;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  max-height: calc(100% - 56px);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-color: #003694;
  padding: 15px 0;
}
.header .menu.active {
  visibility: visible;
  opacity: 1;
}
.header .menu .menu-container {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.header .menu .menu-container::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
.header .menu nav .menu-list-main {
  margin-bottom: 10px;
}
.header .menu nav .menu-list-main .menu-item {
  list-style-type: none;
  padding: 0;
}
.header .menu nav .menu-list-main .menu-item .menu-link {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-tap-highlight-color: #0054e6;
}
.header .menu nav .menu-list-main .menu-item .menu-link:hover {
  background-color: #0054e6;
  opacity: 1;
}
.header .menu nav .menu-list-sub {
  margin-bottom: 14px;
}
.header .menu nav .menu-list-sub .menu-item .menu-link {
  font-size: 14px;
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.header .menu nav .menu-list-sub .menu-item .menu-link:hover {
  background-color: #0054e6;
}
.header .menu nav .menu-list-sub .menu-item .externalLink::after {
  content: url(../img/common/externalLink-white.svg);
  position: relative;
  top: 5px;
  left: 3px;
}
.header .menu nav .menu-list-button {
  padding: 0 20px;
}
.header .menu nav .menu-list-button .menu-item {
  margin: 0 auto 20px;
}

.header-pc {
  display: none;
}

.footer {
  padding: 50px 20px 24px;
  background-color: #001a46;
  color: #fff;
}
.footer .footer-ttl {
  font-size: 2.8rem;
}
.footer .footer-txt {
  margin-top: 25px;
  margin-bottom: 46px;
}
.footer .menu-item {
  margin-bottom: 20px;
}
.footer .menu-item:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom {
  margin-top: 60px;
}
.footer .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-logo img {
  height: 20px;
  width: auto;
}
.footer .footer-address {
  margin-bottom: 45px;
}
.footer .copyright {
  text-align: right;
}
.footer .copyright .logo {
  width: 80px;
}
.footer .copyright .txt {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
.footer .copyright .txt small {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  h2 {
    font-size: 4.6rem;
    line-height: 66px;
  }
  h3 {
    font-size: 2.8rem;
  }
  p {
    font-size: 1.8rem;
    line-height: 38px;
  }
  .section {
    padding-top: 76px;
    margin-top: -76px;
    position: relative;
  }
  .sp-button-blue {
    border-radius: 50px;
    max-width: 380px;
    height: 80px;
  }
  .button-contact p {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
  .button-contact p img {
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 7px;
  }
  .button-contact p::after {
    content: url(../img/common/arrow-right-white.svg);
    position: absolute;
    right: 17px;
  }
  .button-tel p {
    line-height: 0.3;
    padding-top: 18px;
  }
  .button-tel p img {
    vertical-align: middle;
  }
  .button-tel p span.num {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .button-tel p span.small {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .headerLogo {
    height: 26px;
  }
  .header .header-sp {
    height: 76px;
  }
  .header .header-sp .wrap .logo {
    top: 24px;
  }
  .header .header-sp .wrap .hamburger {
    height: 76px;
  }
  .header .header-sp .wrap .hamburger .hamburger-icon img {
    width: 34px;
  }
  .header .header-sp .wrap .hamburger .hamburger-icon span {
    font-size: 11px;
  }
  .header .menu {
    top: 76px;
  }
  .header .menu nav .menu-list-main {
    margin-bottom: 20px;
  }
  .header .menu nav .menu-list-main .menu-item .menu-link {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
  }
  .header .menu .menu-list-sub .menu-item .menu-link {
    font-size: 16px;
    line-height: 52px;
  }
  .header .menu .menu-list-button .menu-item {
    margin: 0 auto 30px;
  }
  .footer .footer-ttl {
    font-size: 4.6rem;
  }
  .footer .footer-txt {
    text-align: center;
  }
  .footer .footer-logo img {
    height: 26px;
    width: auto;
  }
  .footer .menu-item {
    margin-bottom: 30px;
  }
  .footer .copyright .txt small {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-space {
    display: inline;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .headerLogo {
    height: 95%;
  }
  .section {
    padding-top: 100px;
    margin-top: -100px;
    position: relative;
  }
  .header .header-sp {
    display: none;
  }
  .header .header-pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    display: block;
    width: 100%;
    height: 100px;
  }
  .header .header-pc .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
  }
  .header .header-pc .wrap .headerPC-left .logo {
    transition: all 0.1s ease-out;
  }
  .header .header-pc .wrap .headerPC-left .logo:hover {
    opacity: 0.7;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 img {
    height: 31px;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 .headerLogo-w {
    display: block;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 .headerLogo-b {
    display: none;
  }
  .header .header-pc .wrap .headerPC-left {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
  }
  .header .header-pc .wrap .header-nav {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list .item .link {
    color: #fff;
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-right: 16px;
    height: 60px;
    display: block;
    line-height: 60px;
    transition: all 0.1s ease-out;
  }
  .header .header-pc .wrap .header-nav .list .item .link:hover {
    opacity: 0.7;
  }
  .header .header-pc .wrap .header-nav .list-button {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list-button .item:first-child {
    margin-right: 16px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .linkBtn {
    display: block;
    width: 195px;
    min-width: 195px;
    height: 60px;
    width: auto;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job {
    background: rgba(255, 255, 255, 0.5);
    color: #003694;
    line-height: 60px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job::after {
    content: url(../img/common/externalLink-blue.svg);
    position: relative;
    top: 7px;
    left: 3px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job:hover {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact {
    background-color: #003694;
    color: #fff;
    line-height: 20px;
    padding-top: 8px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact span {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact:hover {
    background-color: rgba(0, 54, 148, 0.7);
    opacity: 1;
  }
  .header .header-pc.bg-white {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    color: #333;
    transition: all 1s;
  }
  .header .header-pc.bg-white .wrap .headerPC-left .logo h1 .headerLogo-w {
    display: none;
  }
  .header .header-pc.bg-white .wrap .headerPC-left .logo h1 .headerLogo-b {
    display: block;
  }
  .header .header-pc.bg-white .wrap .header-nav .list .item .link {
    color: #003694;
  }
  .header .header-pc.bg-white .wrap .header-nav .list .item .link:hover {
    opacity: 0.7;
  }
  .header .header-pc.bg-white .wrap .header-nav .list-button .item .link-job {
    background: #b8d1fa;
    opacity: 1;
  }
  .header .header-pc.bg-white .wrap .header-nav .list-button .item .link-job:hover {
    background: rgba(184, 209, 250, 0.7);
  }
  .footer {
    padding: 110px 70px 0;
  }
  .footer .section-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 0 60px;
  }
  .footer .footer-contact .footer-contact-top {
    display: flex;
    margin-bottom: 47px;
  }
  .footer .footer-contact .footer-contact-top .footer-ttl {
    font-size: 4.8rem;
    line-height: 72px;
  }
  .footer .footer-contact .footer-contact-top .footer-txt {
    margin-left: 60px;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 0;
  }
  .footer .footer-contact .menu-list-button {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .footer .footer-contact .menu-list-button .menu-item:not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact {
    width: 450px;
    height: 80px;
    max-width: 100%;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact p {
    font-size: 20px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact p img {
    width: 52px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel {
    background: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p {
    padding-top: 0;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .pc {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .num {
    font-size: 45px;
    letter-spacing: 0.1em;
    line-height: 60px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .small {
    font-size: 14px;
    line-height: 0;
  }
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-bottom .footer-logo {
    margin-bottom: 12px;
  }
  .footer .footer-bottom .footer-address {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 26px;
  }
  .footer .footer-bottom .copyright .txt {
    text-align: left;
    margin-top: 0;
  }
  .footer .footer-bottom .copyright .txt small {
    font-size: 1.2rem;
    line-height: 2.3333;
    color: #f7f7f7;
  }
  .footer .footer-bottom .footer-menu nav ul {
    display: flex;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-left,
.footer .footer-bottom .footer-menu nav ul .footer-menu-center {
    margin-right: 40px;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-list {
    background: url(../img/common/icon-fotterDot.svg) no-repeat left center;
  }
  .footer .footer-bottom .footer-menu nav ul a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: left;
    color: #fff;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1520px) {
  .header .header-pc .wrap .headerPC-left .logo h1 img {
    height: 100%;
  }
  .header .header-pc .wrap .header-nav .list .item .link {
    margin-right: 40px;
    font-size: 1.8rem;
  }
  .header .header-pc .wrap .header-nav .list-button .item .linkBtn {
    width: 240px;
    font-size: 18px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact {
    width: 450px;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-left,
.footer .footer-bottom .footer-menu nav ul .footer-menu-center {
    margin-right: 60px;
  }
}
.contact-section {
  padding: 0 3rem 80px;
  margin: 6.5rem 0 0;
}
.contact-section .section-inner {
  max-width: 800px;
}
.contact-section .container .contact-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 4rem;
  line-height: 1.7;
}
.contact-section .container .txt,
.contact-section .container .error_messe {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
}
.contact-section .container .form {
  margin-top: 5rem;
}
.contact-section .container .form .group {
  margin-bottom: 3rem;
}
.contact-section .container .form .group .head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-section .container .form .group .head .required-any {
  margin-right: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.36px;
  line-height: 1.7;
  padding: 0.1rem 0.5rem;
  white-space: nowrap;
}
.contact-section .container .form .group .head .required-any.required {
  background-color: #ff614d;
  color: #fff;
}
.contact-section .container .form .group .head .required-any.any {
  color: #ff614d;
  border: 1px solid #ff614d;
}
.contact-section .container .form .group .head .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.96px;
  color: #003694;
}
.contact-section .container .form .group .data input[type=text],
.contact-section .container .form .group .data input[type=email],
.contact-section .container .form .group .data textarea,
.contact-section .container .form .group .data select {
  border: 1px solid #afafaf;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.96px;
  line-height: 1.7;
}
.contact-section .container .form .group .data input[type=text]::-moz-placeholder, .contact-section .container .form .group .data input[type=email]::-moz-placeholder, .contact-section .container .form .group .data textarea::-moz-placeholder, .contact-section .container .form .group .data select::-moz-placeholder {
  color: #afafaf;
  background: #fff;
}
.contact-section .container .form .group .data input[type=text]::placeholder,
.contact-section .container .form .group .data input[type=email]::placeholder,
.contact-section .container .form .group .data textarea::placeholder,
.contact-section .container .form .group .data select::placeholder {
  color: #afafaf;
  background: #fff;
}
.contact-section .container .form .group .data input[type=text] option,
.contact-section .container .form .group .data input[type=email] option,
.contact-section .container .form .group .data textarea option,
.contact-section .container .form .group .data select option {
  color: #000;
}
.contact-section .container .form .group .data input[type=text] option:first-child,
.contact-section .container .form .group .data input[type=email] option:first-child,
.contact-section .container .form .group .data textarea option:first-child,
.contact-section .container .form .group .data select option:first-child {
  color: #afafaf;
}
.contact-section .container .form .group .data .tel-box {
  display: flex;
  align-items: center;
}
.contact-section .container .form .group .data .tel-box div {
  width: 100px;
  position: relative;
}
.contact-section .container .form .group .data .tel-box div:not(:last-child) {
  margin-right: 30px;
}
.contact-section .container .form .group .data .tel-box div:not(:last-child)::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  margin: auto;
}
.contact-section .container .form .group .data .postal-box {
  display: flex;
  align-items: center;
}
.contact-section .container .form .group .data .postal-box div {
  width: 100px;
  position: relative;
}
.contact-section .container .form .group .data .postal-box div:nth-child(2) {
  width: 140px;
}
.contact-section .container .form .group .data .postal-box div:not(:last-child) {
  margin-right: 30px;
}
.contact-section .container .form .group .data .postal-box div:not(:last-child)::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  margin: auto;
}
.contact-section .container .form .group .data .radio-box div:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-section .container .form .group .data .radio-box div input[type=radio]:checked + label::after {
  opacity: 1;
}
.contact-section .container .form .group .data .radio-box div label {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-section .container .form .group .data .radio-box div label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #afafaf;
  margin-right: 1rem;
}
.contact-section .container .form .group .data .radio-box div label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #0081cc;
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
}
.contact-section .container .form .group .data .radio-box div label span {
  font-size: 1.6rem;
  letter-spacing: 0.54px;
  line-height: 1.7;
}
.contact-section .container .form .group .data .select-box {
  width: 100%;
  max-width: 218px;
  position: relative;
}
.contact-section .container .form .group .data .select-box .arrow {
  position: absolute;
  top: 17px;
  right: 1rem;
  width: 9.4px;
}
.contact-section .container .form .group .data .select-box select {
  width: 100%;
  color: #afafaf;
  background: #fff;
}
.contact-section .container .form .group .data .birth-box {
  display: flex;
  justify-content: flex-start;
}
.contact-section .container .form .group .data .birth-box div {
  display: flex;
  align-items: center;
}
.contact-section .container .form .group .data .birth-box .year {
  width: 40%;
}
.contact-section .container .form .group .data .birth-box .month,
.contact-section .container .form .group .data .birth-box .date {
  width: 30%;
}
.contact-section .container .form .group .data .birth-box .select-box {
  width: calc(100% - 36px);
}
.contact-section .container .form .group .data .birth-box .txt {
  font-size: 1.6rem;
  letter-spacing: 0.54px;
  line-height: 1.7;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-section .container .form .group .data .privacy-box {
  margin-bottom: 1rem;
}
.contact-section .container .form .group .data .privacy-box a {
  font-size: 1.6rem;
  text-decoration: underline;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  color: #3176ef;
  line-height: 2;
}
.contact-section .container .form .group .data .check-box div input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact-section .container .form .group .data .check-box div label {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-section .container .form .group .data .check-box div label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #afafaf;
  margin-right: 1rem;
}
.contact-section .container .form .group .data .check-box div label::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  border-bottom: 3px solid #0081cc;
  border-right: 3px solid #0081cc;
  transform: rotate(40deg);
  position: absolute;
  top: 2px;
  left: 8px;
  opacity: 0;
}
.contact-section .container .form .group .data .check-box div label span {
  font-size: 1.6rem;
  letter-spacing: 0.54px;
  line-height: 1.7;
}
.contact-section .container .form .confirm-submit-box {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section .container .form .confirm-submit-box input[type=submit] {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 62px;
  background-color: #003694;
  color: #fff;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.contact-section .container .form .confirm-submit-box input[type=submit]:hover {
  cursor: pointer;
}
.contact-section .container .form .confirm-submit-box input[type=button] {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 62px;
  background-color: #fff;
  color: #707070;
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #707070;
  margin-bottom: 2rem;
}
.contact-section .container .form .confirm-submit-box input[type=button]:hover {
  cursor: pointer;
}
.contact-section .container .form .submit-box {
  text-align: center;
  margin-top: 5rem;
}
.contact-section .container .form .submit-box input[type=submit] {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 62px;
  background-color: #003694;
  color: #fff;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.contact-section .container .form .submit-box input[type=submit]:hover {
  cursor: pointer;
}
.contact-section .container .form .submit-box input[type=submit]:disabled {
  opacity: 0.3;
}
.contact-section .container .form .submit-box input[type=submit]:disabled:hover {
  opacity: 0.3;
  cursor: auto;
}

.page-mv-section .container .ttl.thanks-ttl {
  max-width: 800px;
  margin: 0 auto;
}

.contact-thanks-section {
  padding-bottom: 180px;
}

.formTable tr th {
  text-align: left;
  padding-left: 0;
}

.primary-table {
  width: 100%;
  margin-top: 2rem;
}
.primary-table tr {
  display: flex;
}
.primary-table tr th,
.primary-table tr td {
  font-size: 1.4rem;
  letter-spacing: 0.84px;
  line-height: 24px;
  padding: 2rem 1rem;
}
.primary-table tr th {
  width: 30.30303%;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #003694;
}
.primary-table tr td {
  width: 69.69697%;
  border-bottom: 1px solid #e3e3e3;
}
.primary-table tr td a {
  text-decoration: underline;
}
.primary-table tr td a:active {
  opacity: 0.8;
}

input[type=button] {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 62px;
  background-color: #fff;
  color: #707070;
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #707070;
  margin-bottom: 2rem;
}
input[type=button]:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .contact-section .container .contact-ttl {
    font-size: 4.6rem;
    letter-spacing: 4.6px;
    margin-bottom: 6rem;
  }
  .contact-section .container .txt,
.contact-section .container .error_messe {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
  }
  .contact-section .container .form {
    margin-top: 10rem;
  }
  .contact-section .container .form .group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .contact-section .container .form .group .head {
    width: calc(35% - 35px);
    padding-top: 1.2rem;
  }
  .contact-section .container .form .group .head .required-any {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    line-height: 1.3;
  }
  .contact-section .container .form .group .head .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
  }
  .contact-section .container .form .group .data {
    width: 65%;
  }
  .contact-section .container .form .group .data input[type=text],
.contact-section .container .form .group .data input[type=email],
.contact-section .container .form .group .data textarea,
.contact-section .container .form .group .data select {
    padding: 1rem 2rem;
  }
  .contact-section .container .form .group .data .tel-box div {
    width: 120px;
  }
  .contact-section .container .form .group .data .postal-box div {
    width: 120px;
  }
  .contact-section .container .form .group .data .postal-box div:nth-child(2) {
    width: 160px;
  }
  .contact-section .container .form .group .data .radio-box {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-section .container .form .group .data .radio-box div {
    width: calc((100% - 30px) / 3);
    flex-basis: 163.33px;
  }
  .contact-section .container .form .group .data .radio-box div:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .contact-section .container .form .group .data .radio-box div label {
    margin-top: -1.3rem;
  }
  .contact-section .container .form .group .data .radio-box div label::before {
    width: 32px;
    height: 32px;
  }
  .contact-section .container .form .group .data .radio-box div label::after {
    width: 16px;
    height: 16px;
    top: 9px;
    left: 9px;
  }
  .contact-section .container .form .group .data .radio-box div label span {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
  }
  .contact-section .container .form .group .data .select-box .arrow {
    top: 22px;
  }
  .contact-section .container .form .group .data .birth-box .year {
    width: 49.5951417%;
  }
  .contact-section .container .form .group .data .birth-box .month,
.contact-section .container .form .group .data .birth-box .date {
    width: 22.267206477%;
  }
  .contact-section .container .form .group .data .privacy-box {
    padding-top: 1.2rem;
  }
  .contact-section .container .form .group .data .privacy-box a:hover {
    opacity: 0.8;
  }
  .contact-section .container .form .group .data .check-box div label span {
    font-size: 1.8rem;
  }
  .contact-section .container .form .confirm-submit-box {
    flex-direction: row;
    margin-top: 10rem;
  }
  .contact-section .container .form .confirm-submit-box input[type=submit] {
    transition: all 0.3s ease-out;
  }
  .contact-section .container .form .confirm-submit-box input[type=submit]:hover {
    opacity: 0.8;
  }
  .contact-section .container .form .confirm-submit-box input[type=button] {
    margin-bottom: 0;
    margin-right: 2rem;
    transition: all 0.3s ease-out;
  }
  .contact-section .container .form .confirm-submit-box input[type=button]:hover {
    opacity: 0.8;
  }
  .contact-section .container .form .submit-box {
    margin-top: 10rem;
  }
  .contact-section .container .form .submit-box input[type=submit] {
    font-size: 2.2rem;
    letter-spacing: 0.66px;
    height: 72px;
    transition: all 0.3s ease-out;
  }
  .contact-section .container .form .submit-box input[type=submit]:hover {
    opacity: 0.8;
  }
  .formTable tr th {
    width: calc(35% - 35px);
  }
  .formTable tr td {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section {
    padding-bottom: 180px;
  }
  .contact-section .container .txt {
    font-size: 1.6rem;
  }
  .contact-section .container .top-text {
    margin-bottom: 90px;
  }
  .contact-section .container .form .group {
    display: flex;
  }
  .contact-section .container .form .group .head {
    flex-basis: 280px;
  }
  .contact-section .container .form .group .head .required-any {
    font-size: 1.4rem;
    text-align: center;
  }
  .contact-section .container .form .group .head .ttl {
    font-size: 18px;
    line-height: 1.556;
  }
  .contact-section .container .form .group .data {
    flex-basis: 520px;
  }
  .contact-section .container .form .group .data .radio-box {
    display: flex;
  }
  .contact-section .container .form .group .data textarea {
    height: 200px;
  }
  .contact-section .container .form .group .data .privacy-box {
    margin-bottom: 0;
  }
  .contact-section .container .form .group .data .birth-box .txt {
    line-height: 3;
  }
  .primary-table tr th,
.primary-table tr td {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .page-mv-section .container .ttl.thanks-ttl {
    text-align: left;
  }
}
/*# sourceMappingURL=contact.css.map */