@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

nav,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

section {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: middle;
}

.btn {
  position: relative;
  width: 332px;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 201px;
    height: 49px;
    font-size: 14px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../../assets/img/img08.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn::after {
    right: 7.5%;
  }
}
.btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn:hover::after {
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw {
  background: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--bgw::after {
  position: absolute;
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid white;
}
.btn--bgw:hover::after {
  background-image: url("../../assets/img/img08.png");
}

.ttl-contents {
  text-align: center;
}
.ttl-contents--txt-l {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ttl-contents--txt-l {
    text-align: center;
  }
}
.ttl-contents__en {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #0f3a7c;
}
@media only screen and (max-width: 767px) {
  .ttl-contents__en {
    font-size: 16px;
  }
}
.ttl-contents__ja {
  position: relative;
  margin-top: 26px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .ttl-contents__ja {
    font-size: 22px;
    margin-top: 14px;
  }
}
.ttl-contents__ja::before {
  position: absolute;
  top: 67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 83px;
  height: 1px;
  background-color: #222;
}
@media only screen and (max-width: 767px) {
  .ttl-contents__ja::before {
    top: 42px;
    width: 56px;
  }
}
.ttl-contents__ja--b-left::before {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .ttl-contents__ja--b-left::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.scroll-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 49px;
  height: 49px;
  background-color: #222222;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-btn:hover {
  opacity: 0.7;
}
.scroll-btn::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/img18.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.anchor-underline {
  border-bottom: solid 1px #000;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sec1 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 80px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
@media only screen and (max-width: 767px) {
  .sec1 {
    height: 50px;
  }
}
.sec1__inner {
  height: 100%;
  padding: 0 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1330px) {
  .sec1__inner {
    padding: 0 0 0 22px;
  }
}
.sec1__logo-img {
  display: block;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .sec1__logo-img {
    max-width: 240px;
  }
}
.sec1__nav {
  height: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  .sec1__nav {
    display: none;
  }
}
.sec1__nav-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1330px) {
  .sec1__nav-list {
    gap: 10px;
  }
}
.sec1__nav-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.sec1__nav-link:hover {
  opacity: 0.7;
}
.sec1__contact-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec1__contact-list {
    margin-right: 50px;
  }
}
.sec1__contact-mail {
  width: 112px;
  height: 100%;
  margin-left: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0f3a7c;
}
@media only screen and (max-width: 1330px) {
  .sec1__contact-mail {
    width: 90px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__contact-mail {
    width: 50px;
  }
}
.sec1__mail-link {
  color: #fff;
  display: block;
}
.sec1__mail-img {
  width: 21px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec1__mail-img {
    width: 20px;
  }
}
.sec1__mail-txt {
  font-size: 14px;
}
@media only screen and (max-width: 1330px) {
  .sec1__mail-txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__mail-txt {
    display: none;
  }
}
.sec1__contact-tel {
  margin-left: 27px;
  height: 100%;
}
@media only screen and (max-width: 1330px) {
  .sec1__contact-tel {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__contact-tel {
    display: none;
  }
}
.sec1__tel-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sec1__tel-txt {
  font-size: 12px;
}
.sec1__tel-number {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 1330px) {
  .sec1__tel-number {
    font-size: 16px;
  }
}
.sec1__tel-number::before {
  content: "";
  display: inline-block;
  background-image: url("../img/img03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 1px;
}
.sec1__work-time {
  font-size: 8px;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 19px;
  height: 2px;
  background-color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__line:nth-of-type(1) {
  top: 36%;
}
.hamburger__line:nth-of-type(2) {
  top: 50%;
}
.hamburger__line:nth-of-type(3) {
  top: 65%;
}
.hamburger__line:nth-of-type(1).is-open {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.hamburger__line:nth-of-type(2).is-open {
  display: none;
}
.hamburger__line:nth-of-type(3).is-open {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.drawer {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer__list {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #222222;
}
.drawer__item {
  height: 47px;
  line-height: 47px;
  padding: 0 18px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer__item:hover {
  opacity: 0.7;
}
.drawer__item:not(:first-of-type) {
  border-top: 1px solid #111111;
}
.drawer__item:nth-of-type(n+7):nth-of-type(-n+11) {
  background-color: #111111;
  border-top: 1px solid #222222;
}
.drawer__item:last-of-type {
  padding-top: 47px;
  text-align: center;
}
.drawer__link {
  display: block;
  position: relative;
}
.drawer__link::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("../../assets/img/img08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.drawer__link--ar-n::after {
  display: none;
}
.drawer__tel-txt {
  font-size: 14px;
  line-height: 1;
}
.drawer__tel {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  padding: 11px 0;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.mask {
  position: fixed;
  top: 50px;
  width: 100vw;
  height: 100vh;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mask.is-open {
  opacity: 1;
  visibility: visible;
}

.sec2 {
  margin-top: 80px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec2 {
    margin-top: 50px;
    height: 482px;
  }
}
.sec2__text-conteiner {
  position: absolute;
  top: 50%;
  left: 10.7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec2__text-conteiner {
    top: 69%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.sec2__ttl {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .sec2__ttl {
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
  }
}
.sec2__txt {
  margin-top: 39px;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec2__txt {
    margin-top: 11px;
    font-size: 13px;
    text-align: center;
  }
}
.sec2__btn-conteiner {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .sec2__btn-conteiner {
    margin-top: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-conteiner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner {
    height: 482px;
  }
}
.swiper-conteiner .swiper {
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper {
    height: 482px;
  }
}
.swiper-conteiner .swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-conteiner .swiper img.pc {
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper img.pc {
    display: none;
  }
}
.swiper-conteiner .swiper img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper img.sp {
    display: block;
    -o-object-position: top;
       object-position: top;
  }
}

.sec3 {
  position: relative;
  width: 100%;
  padding: 186px 0 108px;
}
@media only screen and (max-width: 767px) {
  .sec3 {
    padding: 60px 0 68px;
    background-color: #F2F2F2;
  }
}
.sec3::before {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F2F2F2;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec3::before {
    top: 19.5%;
  }
}
.sec3__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.sec3__head {
  width: 100%;
}
.sec3__body {
  margin-top: 113px;
}
@media only screen and (max-width: 767px) {
  .sec3__body {
    margin-top: 71px;
  }
}
.sec3__card-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec3__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 37px;
  }
}
.sec3__card-item {
  max-width: 32%;
}
@media only screen and (max-width: 767px) {
  .sec3__card-item {
    max-width: 100%;
  }
}
.sec3__img {
  width: 100%;
}
.sec3__txt-conteiner {
  padding: 45px 0 45px 37px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec3__txt-conteiner {
    padding: 32px 0 32px 30px;
  }
}
.sec3__card-txt {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec3__card-txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.sec3__btn-conteiner {
  width: 100%;
  margin-top: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec3__btn-conteiner {
    display: none;
  }
}

.sec4 {
  margin-top: 80px;
  padding: 108px 0;
}
.sec4__head {
  width: 100%;
}
.sec4__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.sec4__body {
  width: 100%;
  margin-top: 113px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec4__body th {
  padding: 15px 25px;
  border: 1px solid #ddd;
  background-color: #f3f4f6;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  word-break: keep-all;
}
.sec4__body td {
  padding: 15px 25px;
  border: 1px solid #ddd;
}
.sec4__access {
  margin-top: 113px;
}
.sec4__access figure {
  margin-top: 30px;
}
.sec4__access figure iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/7;
}
.sec4__intern {
  margin-top: 113px;
}
.sec4__intern ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.sec4__intern ul li {
  width: calc(50% - 10px);
}
.sec4__intern ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #0f3a7c;
  background-color: #fff;
  text-align: center;
  color: #0f3a7c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sec4__intern ul li a:hover, .sec4__intern ul li a:active {
  background-color: #0f3a7c;
  color: #fff;
}
.sec4__intern p {
  margin: 30px 0;
}
.sec4__inquiry {
  margin-top: 113px;
}
.sec4__inquiry dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.sec4__inquiry dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  width: 220px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f4f6;
}
.sec4__inquiry dt span {
  color: #f00;
}
.sec4__inquiry dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 220px);
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sec4__inquiry dd input,
.sec4__inquiry dd textarea {
  outline: none;
  width: 100%;
  border: 1px solid #d4d4d7;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
}
.sec4__inquiry dd textarea {
  resize: vertical;
  min-height: 180px;
}
.sec4__inquiry nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.sec4__inquiry nav input {
  width: 100px;
  padding: 5px;
  border: 3px solid #0f3a7c;
  border-radius: 5px;
  background-color: #0f3a7c;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sec4__inquiry nav input[type=button] {
  background-color: #fff;
  color: #0f3a7c;
}
.sec4__inquiry nav input[type=button]:hover, .sec4__inquiry nav input[type=button]:active {
  background-color: #0f3a7c;
  color: #fff;
}
.sec4__inquiry nav input:hover, .sec4__inquiry nav input:active {
  background-color: #fff;
  color: #0f3a7c;
  cursor: pointer;
}
.sec4__inquiry p span {
  color: #f00;
}
@media only screen and (max-width: 767px) {
  .sec4 {
    margin-top: 50px;
    padding: 54px 0;
    font-size: 14px;
  }
  .sec4__body {
    margin-top: 71px;
  }
  .sec4__body th, .sec4__body td {
    padding: 7px 12px;
  }
  .sec4__access {
    margin-top: 71px;
  }
  .sec4__access figure {
    margin-top: 20px;
  }
  .sec4__access figure iframe {
    aspect-ratio: 16/9;
  }
  .sec4__intern {
    margin-top: 71px;
  }
  .sec4__intern ul {
    gap: 10px 0;
  }
  .sec4__intern ul li {
    width: 100%;
  }
  .sec4__intern p {
    margin: 20px 0;
  }
  .sec4__inquiry {
    margin-top: 71px;
  }
  .sec4__inquiry dl {
    display: block;
    border: none;
  }
  .sec4__inquiry dt, .sec4__inquiry dd {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 12px;
  }
  .sec4__inquiry dd {
    margin: -1px 0 20px;
  }
}

.sec6 {
  width: 100%;
  padding: 135px 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec6 {
    padding: 60px 20px 97px;
  }
}
.sec6__inner {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec6__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec6__head {
  margin-top: 20px;
  min-width: 154px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec6__head {
    margin-top: 0;
    text-align: center;
  }
}
.sec6__body {
  width: 74.1%;
  padding: 76px 89px 74px;
  margin-left: 13.8%;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .sec6__body {
    width: 100%;
    padding: 51px 0px 0px;
    margin-left: 0;
    background-color: transparent;
  }
}
.sec6__news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec6__news-item {
  width: 100%;
  padding: 33px 0 26px;
}
@media only screen and (max-width: 767px) {
  .sec6__news-item {
    padding: 23px 0;
  }
}
.sec6__news-item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.sec6__news-link {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sec6__news-date {
  letter-spacing: 0.06em;
  font-size: 16px;
}
.sec6__news-ttl {
  letter-spacing: 0.06em;
}

.sec7 {
  width: 100%;
  padding: 55px 20px 47px;
  background-color: #222222;
}
@media only screen and (max-width: 767px) {
  .sec7 {
    padding: 51px 20px;
  }
}
.sec7__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec7__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec7__logo {
  display: block;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .sec7__logo {
    max-width: 240px;
  }
}
.sec7__address-list {
  margin-top: 25px;
}
.sec7__address__item {
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .sec7__address__item {
    font-size: 13px;
    text-align: center;
  }
}
.sec7__right-area {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec7__right-area {
    display: none;
  }
}
.sec7__first-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 28px;
}
.sec7__first-nav-link {
  font-size: 14px;
  display: block;
  text-align: right;
}
.sec7__second-nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 15px;
}
.sec7__second-nav-link {
  text-align: right;
  font-size: 12px;
  color: #888888;
  display: block;
}
.sec7__bottom-area {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec7__bottom-area {
    margin-top: 65px;
  }
}
.sec7__copy-write {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .sec7__copy-write {
    text-align: center;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */