/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: #29343F;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
body.active {
  overflow: hidden;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.6;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  height: auto;
}

.wp-block-table td {
  border: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

table {
  border-collapse: collapse;
  display: block;
}
table tbody tr {
  display: flex;
}
table tbody tr th {
  text-align: left;
}
table tbody tr td {
  line-height: normal;
  width: 100%;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.form-error {
  color: red;
  margin-top: 5px;
}

/*****************/
/**** font   *****/
/*****************/
.eng {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*****************/
/****   parts   *****/
/*****************/
@media screen and (min-width: 769px) {
  .tel-link {
    color: #29343F;
  }
  .sp_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .desc {
    font-size: 1.6rem;
    line-height: 2;
  }
  .lead {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: normal;
  }
  .section-catch {
    font-style: italic;
    color: rgba(3, 68, 149, 0.1);
    font-weight: bold;
    position: absolute;
  }
  .section-ttl {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-ttl:after {
    content: "";
    background-color: #034495;
    width: 85px;
    height: 5px;
    margin-top: 24px;
  }
  .section-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .common-table {
    padding: 37px 0;
    background-color: white;
    border-radius: 10px;
  }
  .common-table tbody {
    max-width: 995px;
    margin: 0 auto;
    display: block;
  }
  .common-table tbody tr {
    margin-bottom: 20px;
  }
  .common-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .common-table tbody tr th {
    padding-bottom: 20px;
    border-bottom: 2px solid #034495;
    flex-shrink: 0;
    width: 143px;
    margin-right: 53px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .common-table tbody tr td {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCD4DE;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  section {
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .desc {
    font-size: 1.4rem;
    line-height: 2;
  }
  .lead {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: normal;
  }
  .section-catch {
    font-style: italic;
    color: rgba(3, 68, 149, 0.1);
    font-weight: bold;
    position: absolute;
  }
  .section-ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-ttl:after {
    content: "";
    background-color: #034495;
    width: 85px;
    height: 5px;
    margin-top: 15px;
  }
  .section-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .common-table {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
  }
  .common-table tbody {
    max-width: 995px;
    margin: 0 auto;
    display: block;
  }
  .common-table tbody tr {
    margin-bottom: 15px;
    display: block;
  }
  .common-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .common-table tbody tr th {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .common-table tbody tr td {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #034495;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .hamburger-menu {
    display: none !important;
  }
  .sp-nav {
    display: none !important;
  }
}
/*****************/
/*** hamburger-menu  ***/
/*****************/
@media screen and (max-width: 1099px) {
  .hamburger-menu {
    display: block !important;
    width: 50px;
    height: 50px;
    position: fixed;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    top: 10px;
    right: 10px;
    z-index: 1000;
    border-radius: 50%;
  }
  .hamburger-menu__bar {
    display: inline-block;
    height: 3px;
    background: white;
    position: absolute;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
    width: 39px;
    left: 0;
  }
  .hamburger-menu__bar:last-child {
    top: 30px;
    width: 30px;
    left: 0;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    width: 60%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    left: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    width: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  /*****************/
  /*** sp-nav  ***/
  /*****************/
  .sp-nav {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #034495;
    padding: 50px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
  }
  .sp-nav.active {
    transform: translateX(0);
  }
  .sp-nav ul li {
    margin-bottom: 30px;
  }
  .sp-nav ul li:last-child {
    margin-bottom: 0;
  }
  .sp-nav ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .sp-nav ul li a p {
    color: white;
    font-size: 1.4rem;
    width: 150px;
    text-align: end;
  }
  .sp-nav ul li a span {
    font-size: 12px;
    color: rgb(156, 163, 175);
    display: block;
    margin-left: 17px;
    padding-left: 17px;
    border-left: 2px solid white;
    width: 150px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .sp-nav__logo {
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
/*****************/
/****   header  *****/
/*****************/
@media screen and (min-width: 1100px) {
  .header-height {
    height: 100px;
  }
}
@media screen and (min-width: 1099px) {
  .header-height {
    height: 70px;
  }
}
@media screen and (min-width: 1100px) {
  #header {
    background-color: #034495;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header .header-logo {
    margin-left: 4.5%;
    width: 286px;
    flex-shrink: 0;
    display: flex;
  }
  #header .header-logo img {
    margin: auto;
  }
  #header .header-nav {
    height: 100%;
  }
  #header .header-nav__list {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: stretch;
  }
  #header .header-nav__item {
    height: 100%;
    margin-left: 6%;
  }
  #header .header-nav__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    white-space: nowrap;
  }
  #header .header-nav__link span {
    font-size: 1.1rem;
    margin-top: 13px;
  }
  #header .header-nav__link.contact {
    padding: 0 3.8541666667vw;
    background-color: white;
    color: #29343F;
    transition: none;
  }
  #header .header-nav__link.contact:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1099px) {
  #header {
    background-color: #034495;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header .header-logo {
    margin-left: 4.5%;
    width: 200px;
    flex-shrink: 0;
    display: flex;
  }
  #header .header-logo img {
    margin: auto;
  }
  #header .header-nav {
    display: none !important;
  }
}

/*****************/
/****   hero  *****/
/*****************/
@media screen and (min-width: 769px) {
  #hero {
    height: 800px;
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-right: 1%;
  }
  #hero .hero-ttl {
    margin-left: 10%;
    margin-bottom: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #hero .hero-ttl p {
    font-size: 8.2rem;
    font-weight: bold;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: white;
    line-height: 1.2;
  }
  #hero .hero-ttl span {
    margin-top: 30px;
    padding: 10px 24px;
    background-color: white;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #hero .hero-ttl span.span02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    height: 500px;
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: flex-end;
    padding-right: 7%;
  }
  #hero .hero-ttl {
    margin-left: 7%;
    margin-bottom: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #hero .hero-ttl p {
    font-size: 4.2rem;
    font-weight: bold;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: white;
    line-height: 1.2;
    white-space: nowrap;
  }
  #hero .hero-ttl span {
    margin-top: 20px;
    padding: 5px 10px;
    background-color: white;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #hero .hero-ttl span.span02 {
    margin-top: 15px;
  }
}

/*****************/
/****   concept  *****/
/*****************/
@media screen and (min-width: 769px) {
  #concept {
    padding-top: 208px;
  }
  #concept .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #concept .concept-main {
    position: relative;
    width: 50%;
    max-width: 553px;
  }
  #concept .concept-catch {
    font-size: 13rem;
    top: 0;
    left: 0;
  }
  #concept .concept-ttl {
    margin-top: 63px;
    font-size: 3.2rem;
    color: #034495;
    font-weight: bold;
  }
  #concept .concept-lead {
    margin-top: 20px;
    line-height: normal;
    font-size: 2rem;
  }
  #concept .concept-desc {
    margin-top: 20px;
  }
  #concept .concept-image {
    position: relative;
    margin-left: 1%;
    width: 49.75%;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    padding-top: 108px;
  }
  #concept .concept-catch {
    font-size: 6rem;
    top: -70px;
    left: 0;
  }
  #concept .concept-ttl {
    margin-top: 43px;
    font-size: 2rem;
    color: #034495;
    font-weight: bold;
  }
  #concept .concept-lead {
    margin-top: 15px;
    line-height: normal;
    font-size: 1.8rem;
  }
  #concept .concept-desc {
    margin-top: 15px;
  }
  #concept .concept-image {
    position: relative;
    margin: 20px auto 0;
    width: 90%;
  }
}

/*****************/
/****   point  *****/
/*****************/
@media screen and (min-width: 769px) {
  #point {
    padding-top: 191px;
    position: relative;
  }
  #point .point-bg {
    width: 70%;
    height: 1160px;
    background-color: #034495;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #point .point-catch {
    right: 0;
    bottom: 0;
    font-size: 29rem;
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.2);
    transform: rotate(180deg);
  }
  #point .point-list {
    margin-top: 58px;
  }
  #point .point-list__item {
    position: relative;
    margin-bottom: 88px;
  }
  #point .point-list__item:last-child {
    margin-bottom: 0;
  }
  #point .point-list__img {
    margin-left: auto;
    margin-right: 0;
    width: 735px;
    position: relative;
  }
  #point .point-list__img.left {
    margin-left: 0;
    margin-right: auto;
  }
  #point .point-list__main {
    background-color: white;
    padding: 50px 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 672px;
  }
  #point .point-list__main.right {
    left: auto;
    right: 0;
  }
  #point .point-list__eng {
    font-weight: bold;
    font-size: 1.4rem;
    color: #034495;
  }
  #point .point-list__ttl {
    margin-top: 5px;
    font-weight: bold;
    font-size: 3.2rem;
    color: #034495;
    line-height: normal;
  }
  #point .point-list__desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #point {
    padding-top: 100px;
    position: relative;
  }
  #point .point-bg {
    width: 70%;
    height: 1160px;
    background-color: #034495;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #point .point-catch {
    left: 0;
    top: 35px;
    font-size: 6rem;
  }
  #point .point-list {
    margin-top: 38px;
  }
  #point .point-list__item {
    position: relative;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column-reverse;
  }
  #point .point-list__item:last-child {
    margin-bottom: 0;
  }
  #point .point-list__img {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    position: relative;
  }
  #point .point-list__main {
    background-color: white;
    padding: 20px;
  }
  #point .point-list__eng {
    font-weight: bold;
    font-size: 1.2rem;
    color: #034495;
  }
  #point .point-list__ttl {
    margin-top: 5px;
    font-weight: bold;
    font-size: 2rem;
    color: #034495;
    line-height: normal;
  }
  #point .point-list__desc {
    margin-top: 20px;
  }
}

/*****************/
/****   work  *****/
/*****************/
@media screen and (min-width: 769px) {
  #work {
    padding-top: 191px;
    padding-bottom: 164px;
  }
  #work .container {
    margin-top: 73px;
    display: flex;
    justify-content: space-between;
  }
  #work .work-img {
    width: 41%;
  }
  #work .work-main {
    margin-left: 1%;
    max-width: 632px;
    width: 58%;
  }
  #work .work-lead {
    margin-top: 20px;
  }
  #work .work-desc {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #work {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #work .container {
    margin-top: 43px;
    display: flex;
    flex-direction: column-reverse;
  }
  #work .work-img {
    width: 90%;
    margin: 20px auto 0;
  }
  #work .work-lead {
    margin-top: 10px;
    text-align: center;
  }
  #work .work-desc {
    margin-top: 22px;
  }
}

/*****************/
/****   recruit  *****/
/*****************/
@media screen and (min-width: 769px) {
  #recruit {
    padding-top: 191px;
    background-color: #EFF4FA;
  }
  #recruit .recruit-wrapper {
    padding-bottom: 146px;
  }
  #recruit .recruit-catch {
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 29rem;
  }
  #recruit .recruit-occupation-catch {
    right: 0;
    bottom: 0;
    font-size: 26rem;
  }
  #recruit .recruit-lead {
    margin-top: 40px;
    text-align: center;
  }
  #recruit .recruit-desc {
    margin-top: 40px;
  }
  #recruit .recruit-list {
    margin-top: 30px;
    display: flex;
  }
  #recruit .recruit-list__item {
    flex: 1;
  }
  #recruit .recruit-list__item img {
    width: 100%;
  }
  #recruit .recruit-frame {
    margin: 80px auto 0;
    width: 90%;
    max-width: 996px;
    aspect-ratio: 16/9;
  }
  #recruit .recruit-frame iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #recruit .recruit-occupation {
    margin-top: 130px;
  }
  #recruit .recruit-occupation__ttl {
    text-align: center;
    font-size: 3.2rem;
    color: #034495;
    font-weight: bold;
  }
  #recruit .recruit-occupation__contents {
    position: relative;
    margin-top: 132px;
  }
  #recruit .recruit-occupation__contents.contents02 {
    margin-top: 100px;
  }
  #recruit .recruit-occupation__main {
    background-color: white;
    padding: 50px;
    max-width: 820px;
    position: relative;
  }
  #recruit .recruit-occupation__name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #034495;
  }
  #recruit .recruit-occupation__name span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 8px;
  }
  #recruit .recruit-occupation__table {
    margin-top: 34px;
  }
  #recruit .recruit-occupation__table tbody tr {
    margin-bottom: 20px;
  }
  #recruit .recruit-occupation__table tbody tr:last-child {
    margin-bottom: 0;
  }
  #recruit .recruit-occupation__table tbody tr th {
    background-color: #034495;
    flex-shrink: 0;
    width: 53px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.4rem;
  }
  #recruit .recruit-occupation__table tbody tr td {
    margin-left: 23px;
    font-size: 1.6rem;
    padding-right: 15%;
  }
  #recruit .recruit-occupation__bottom {
    margin-top: 20px;
    background-color: #EFF4FA;
    padding: 23px 32px;
    display: flex;
  }
  #recruit .recruit-occupation__flow {
    color: #034495;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #recruit .recruit-occupation__desc {
    margin-left: 48px;
  }
  #recruit .recruit-occupation__img {
    position: absolute;
    top: -72px;
    right: 123px;
    width: 504px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  #recruit {
    padding-top: 100px;
    background-color: #EFF4FA;
  }
  #recruit .recruit-wrapper {
    padding-bottom: 70px;
  }
  #recruit .recruit-catch {
    top: -60px;
    left: 0;
    font-size: 6rem;
  }
  #recruit .recruit-occupation-catch {
    right: 0;
    bottom: 0;
    font-size: 6rem;
  }
  #recruit .recruit-lead {
    margin-top: 20px;
    text-align: center;
  }
  #recruit .recruit-desc {
    margin-top: 20px;
  }
  #recruit .recruit-list {
    margin: 20px auto 0;
    max-width: 400px;
  }
  #recruit .recruit-list__item img {
    width: 100%;
  }
  #recruit .recruit-frame {
    margin: 40px auto 0;
    aspect-ratio: 16/9;
  }
  #recruit .recruit-frame iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #recruit .recruit-occupation {
    margin-top: 60px;
  }
  #recruit .recruit-occupation__ttl {
    text-align: center;
    font-size: 2.2rem;
    color: #034495;
    font-weight: bold;
  }
  #recruit .recruit-occupation__contents {
    position: relative;
    margin-top: 60px;
  }
  #recruit .recruit-occupation__contents.contents02 {
    margin-top: 50px;
  }
  #recruit .recruit-occupation__main {
    background-color: white;
    padding: 20px;
    position: relative;
  }
  #recruit .recruit-occupation__name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #034495;
  }
  #recruit .recruit-occupation__name span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 8px;
  }
  #recruit .recruit-occupation__table {
    margin-top: 18px;
  }
  #recruit .recruit-occupation__table tbody tr {
    margin-bottom: 15px;
    display: block;
  }
  #recruit .recruit-occupation__table tbody tr:last-child {
    margin-bottom: 0;
  }
  #recruit .recruit-occupation__table tbody tr th {
    background-color: #034495;
    flex-shrink: 0;
    width: 53px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.4rem;
  }
  #recruit .recruit-occupation__table tbody tr td {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
  }
  #recruit .recruit-occupation__bottom {
    margin-top: 20px;
    background-color: #EFF4FA;
    padding: 15px;
  }
  #recruit .recruit-occupation__flow {
    color: #034495;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #recruit .recruit-occupation__desc {
    margin-top: 15px;
  }
  #recruit .recruit-occupation__img {
    margin-top: 20px;
    width: 100%;
  }
}

/*****************/
/****   requirement  *****/
/*****************/
@media screen and (min-width: 769px) {
  #requirement {
    padding-top: 191px;
    padding-bottom: 130px;
    background-color: #EFF4FA;
  }
  #requirement .requirement-ttl {
    text-align: center;
    font-size: 3.2rem;
    color: #034495;
    font-weight: bold;
  }
  #requirement .requirement-name {
    margin-top: 50px;
    background-color: #034495;
    padding: 30px 50px;
    color: white;
    font-weight: bold;
    font-size: 2.4rem;
    position: relative;
    cursor: pointer;
  }
  #requirement .requirement-name:before {
    content: "";
    display: block;
    width: 2px;
    height: 28px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
  }
  #requirement .requirement-name:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #requirement .requirement-name.active::before {
    display: none;
  }
  #requirement .requirement-table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #requirement {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #EFF4FA;
  }
  #requirement .requirement-ttl {
    text-align: center;
    font-size: 2.2rem;
    color: #034495;
    font-weight: bold;
  }
  #requirement .requirement-name {
    margin-top: 30px;
    background-color: #034495;
    padding: 25px;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer;
  }
  #requirement .requirement-name:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  #requirement .requirement-name:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #requirement .requirement-name.active::before {
    display: none;
  }
  #requirement .requirement-table {
    margin-top: 10px;
  }
}

/*****************/
/****   company  *****/
/*****************/
@media screen and (min-width: 769px) {
  #company {
    padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(../img/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #company .company-table {
    padding-top: 80px;
  }
  #company .company-table thead {
    display: block;
  }
  #company .company-table thead tr {
    display: block;
  }
  #company .company-table thead tr th {
    width: 100%;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #company .company-table thead tr th:after {
    content: "";
    background-color: #034495;
    width: 85px;
    height: 5px;
    margin-top: 24px;
  }
  #company .company-table tbody {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #company {
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: url(../img/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #company .company-table {
    padding-top: 40px;
  }
  #company .company-table thead {
    display: block;
  }
  #company .company-table thead tr {
    display: block;
  }
  #company .company-table thead tr th {
    width: 100%;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #company .company-table thead tr th:after {
    content: "";
    background-color: #034495;
    width: 85px;
    height: 5px;
    margin-top: 15px;
  }
  #company .company-table tbody {
    margin-top: 30px;
  }
}

/*****************/
/****   access  *****/
/*****************/
@media screen and (min-width: 769px) {
  #access {
    padding-top: 146px;
  }
  #access .container {
    margin-top: 50px;
  }
  #access .access-catch {
    font-size: 22rem;
    top: 180px;
    left: 71px;
  }
  #access .access-bg {
    width: 48%;
    height: 313px;
    background-color: #034495;
    bottom: 0;
    left: 0;
  }
  #access .access-map {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 56%;
    aspect-ratio: 676/451;
  }
  #access .access-map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #access .access-main {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 48%;
  }
  #access .access-main__img {
    width: 100%;
  }
  #access .access-main__inner {
    margin: 55px auto 0;
    width: 205px;
    height: 256px;
  }
  #access .access-main__desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access {
    padding-top: 76px;
  }
  #access .container {
    margin-top: 30px;
  }
  #access .access-catch {
    font-size: 6rem;
    top: 15px;
    left: 0;
  }
  #access .access-bg {
    width: 48%;
    height: 313px;
    background-color: #034495;
    bottom: 0;
    left: 0;
  }
  #access .access-map {
    aspect-ratio: 676/451;
  }
  #access .access-map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #access .access-main {
    margin-top: 20px;
  }
  #access .access-main__img {
    width: 100%;
  }
  #access .access-main__inner {
    display: none;
  }
  #access .access-main__desc {
    margin-top: 10px;
  }
}

/*****************/
/****   contact  *****/
/*****************/
@media screen and (min-width: 769px) {
  #contact {
    padding-top: 200px;
    padding-bottom: 158px;
  }
  #contact form {
    margin-top: 50px;
  }
  #contact form .form-row {
    margin-bottom: 32px;
  }
  #contact form .form-row p,
#contact form .form-row label {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #contact form .form-row p span,
#contact form .form-row label span {
    flex-shrink: 0;
    width: 36px;
    height: 16px;
    background-color: #034495;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  #contact form .form-row input,
#contact form .form-row textarea {
    width: 100%;
    border: 1px solid #9BA1A9;
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  #contact form .form-row input::-moz-placeholder, #contact form .form-row textarea::-moz-placeholder {
    font-size: 1.6rem;
    color: #D3D3D3;
  }
  #contact form .form-row input::placeholder,
#contact form .form-row textarea::placeholder {
    font-size: 1.6rem;
    color: #D3D3D3;
  }
  #contact form .form-row textarea {
    height: 240px;
  }
  #contact form .form-row input[type=checkbox] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  #contact form .form-row button {
    margin: 0 auto;
    display: flex;
    width: 344px;
    height: 100px;
    background-color: #034495;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  #contact form .form-row.address input {
    margin-bottom: 8px;
  }
  #contact form .form-row.address input:last-child {
    margin-bottom: 0;
  }
  #contact form .form-row.submit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 100px;
    padding-bottom: 78px;
  }
  #contact form {
    margin-top: 30px;
  }
  #contact form .form-row {
    margin-bottom: 15px;
  }
  #contact form .form-row p,
#contact form .form-row label {
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #contact form .form-row p span,
#contact form .form-row label span {
    flex-shrink: 0;
    width: 36px;
    height: 16px;
    background-color: #034495;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  #contact form .form-row input,
#contact form .form-row textarea {
    width: 100%;
    border: 1px solid #9BA1A9;
    padding: 10px;
    font-size: 1.4rem;
  }
  #contact form .form-row input::-moz-placeholder, #contact form .form-row textarea::-moz-placeholder {
    font-size: 1.4rem;
    color: #D3D3D3;
  }
  #contact form .form-row input::placeholder,
#contact form .form-row textarea::placeholder {
    font-size: 1.4rem;
    color: #D3D3D3;
  }
  #contact form .form-row textarea {
    height: 240px;
  }
  #contact form .form-row input[type=checkbox] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  #contact form .form-row button {
    margin: 0 auto;
    display: flex;
    width: 200px;
    height: 50px;
    background-color: #034495;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  #contact form .form-row.address input {
    margin-bottom: 8px;
  }
  #contact form .form-row.address input:last-child {
    margin-bottom: 0;
  }
  #contact form .form-row.submit {
    margin-top: 40px;
  }
}

/*****************/
/****   footer  *****/
/*****************/
@media screen and (min-width: 769px) {
  #footer .footer-main {
    background-color: #034495;
    padding: 107px;
  }
  #footer .footer-logo {
    margin: 0 auto;
    width: 286px;
  }
  #footer .footer-copy {
    background-color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-main {
    background-color: #034495;
    padding: 50px;
  }
  #footer .footer-logo {
    margin: 0 auto;
    width: 200px;
  }
  #footer .footer-copy {
    background-color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

/*****************/
/****  fixed  *****/
/*****************/
@media screen and (min-width: 769px) {
  .totop {
    cursor: pointer;
    position: fixed;
    right: 72px;
    bottom: 52px;
    transform: translateY(200px);
    transition: all 0.6s ease;
  }
  .totop.active {
    transform: translateY(0);
  }
  .totop.bottom .totop-text {
    color: white;
  }
  .totop.bottom .totop-text:after {
    border-color: white;
  }
  .totop-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #034495;
    font-weight: bold;
  }
  .totop-text:after {
    margin-left: 20px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #034495;
    border-right: 2px solid #034495;
    transform: rotate(-45deg) translateY(5px);
  }
  .totop-img {
    margin-top: 10px;
    width: 203px;
  }
}
@media screen and (max-width: 768px) {
  .totop {
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 20px;
    transform: translateY(200px);
    transition: all 0.6s ease;
  }
  .totop.active {
    transform: translateY(0);
  }
  .totop.bottom .totop-text {
    color: white;
  }
  .totop.bottom .totop-text:after {
    border-color: white;
  }
  .totop-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #034495;
    font-weight: bold;
  }
  .totop-text:after {
    margin-left: 10px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #034495;
    border-right: 1px solid #034495;
    transform: rotate(-45deg) translateY(5px);
  }
  .totop-img {
    margin-top: 10px;
    width: 120px;
  }
}
/*****************/
/****  thanks  *****/
/*****************/
@media screen and (min-width: 769px) {
  #thanks .section-ttl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #thanks .section-ttl {
    margin-top: 60px;
  }
  #thanks .thanks-section {
    padding-bottom: 168.5px;
  }
}

@media screen and (max-width: 768px) {
  .thanks-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */