@charset "UTF-8";
/***reset**********************/
/* line 4, style.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 10, style.scss */
img {
  vertical-align: bottom;
}

/* line 14, style.scss */
h2 {
  font-weight: normal;
}

/* line 18, style.scss */
a {
  text-decoration: none;
}

/* line 22, style.scss */
li {
  list-style: none;
}

/*************************/
/* line 27, style.scss */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* line 32, style.scss */
body {
  font-family: '游ゴシック';
  color: #666666;
}

/* line 37, style.scss */
.flex {
  display: flex;
  justify-content: space-between;
}

/* line 42, style.scss */
.font1 {
  font-family: "Cantata One";
}

/* line 46, style.scss */
.font2 {
  font-family: '游明朝';
}

/* line 50, style.scss */
.color1 {
  color: #999999;
}

/***sp**********************/
/* line 56, style.scss */
body {
  width: 100%;
}

/* line 61, style.scss */
header {
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 67, style.scss */
header div:first-of-type {
  width: 35%;
}
/* line 70, style.scss */
header div:first-of-type h1 {
  margin-left: 10%;
}
/* line 74, style.scss */
header div:first-of-type h1 img {
  width: 100%;
  vertical-align: middle;
}
/* line 81, style.scss */
header div:first-of-type p {
  display: none;
}
/* line 86, style.scss */
header div:nth-of-type(2) {
  width: 47%;
}
/* line 89, style.scss */
header div:nth-of-type(2) nav,
header div:nth-of-type(2) .h_pc {
  display: none;
}
/* line 94, style.scss */
header div:nth-of-type(2) .header_sp {
  position: relative;
  z-index: 1000000;
  display: flex;
  height: 100%;
  width: 100%;
}
/* line 102, style.scss */
header div:nth-of-type(2) .header_sp .h_tel,
header div:nth-of-type(2) .header_sp .h_mail,
header div:nth-of-type(2) .header_sp .h_menu {
  width: 33.33%;
  text-align: center;
}
/* line 109, style.scss */
header div:nth-of-type(2) .header_sp .h_tel {
  background-color: #4794dd;
}
/* line 112, style.scss */
header div:nth-of-type(2) .header_sp .h_tel a {
  display: block;
  padding-top: 35%;
  padding-bottom: 35%;
}
/* line 117, style.scss */
header div:nth-of-type(2) .header_sp .h_tel a img {
  width: 55%;
}
/* line 124, style.scss */
header div:nth-of-type(2) .header_sp .h_mail {
  background-color: #176ec0;
}
/* line 127, style.scss */
header div:nth-of-type(2) .header_sp .h_mail a {
  display: block;
  padding-top: 35%;
  padding-bottom: 35%;
}
/* line 132, style.scss */
header div:nth-of-type(2) .header_sp .h_mail a img {
  width: 45%;
}
/* line 138, style.scss */
header div:nth-of-type(2) .header_sp .h_menu {
  background-color: #004688;
  position: relative;
}
/* line 142, style.scss */
header div:nth-of-type(2) .header_sp .h_menu a {
  display: block;
  height: 100%;
}
/* line 148, style.scss */
header div:nth-of-type(2) .header_sp .h_menu::before {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  width: 30%;
  height: 1px;
  top: 42%;
  left: 33%;
}
/* line 158, style.scss */
header div:nth-of-type(2) .header_sp .h_menu::after {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  width: 30%;
  height: 1px;
  bottom: 42%;
  left: 33%;
}

/* line 174, style.scss */
.wrapper {
  overflow: hidden;
}

/*************************/
/* line 180, style.scss */
.mv img {
  width: 100%;
  position: relative;
}

/*************************/
/* line 188, style.scss */
.news {
     /*
height: 120px;*/
  padding: 15px 3%;
  background-color: #004688;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
/* line 197, style.scss */
.news h2 {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  font-weight: normal;
  margin-right: 37px;
}
/* line 205, style.scss */
.news h2::after {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  width: 15px;
  top: 50%;
  right: -25px;
}
/* line 214, style.scss */
.news div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
/* line 220, style.scss */
.news div::before {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  width: 20px;
  top: 50%;
  right: 20px;
}
/* line 230, style.scss */
.news div::after {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 19px;
  top: 50%;
  margin-top: -5px;
  right: 27px;
}

/*************************/
/* line 245, style.scss */
h2 {
  font-size: 20px;
  font-family: '游明朝';
  color: #000000;
  font-weight: bold;
}

/* line 252, style.scss */
.viewmore {
  position: relative;
  border: 1px solid #d2d2d2;
  width: 50%;
  font-size: 12px;
}
/* line 258, style.scss */
.viewmore a {
  font-family: 'Cantata One';
  color: #000000;
  display: block;
  text-align: center;
  padding: 8% 0%;
}
/* line 265, style.scss */
.viewmore a:hover {
  background-color: #d2d2d2;
  color: #ffffff;
  transition: 0.3s;
}

/* line 274, style.scss */
.viewmore::before {
  content: '';
  position: absolute;
  border-top: 1px solid #20518b;
  width: 13%;
  top: 50%;
  right: -6%;
}

/* line 283, style.scss */
.viewmore::after {
  content: '';
  position: absolute;
  border-top: 1px solid #20518b;
  transform: rotate(45deg);
  width: 4%;
  height: 49%;
  top: 50%;
  margin-top: -5px;
  right: -3%;
}

/* line 295, style.scss */
.whoweare {
  padding-top: 11%;
  padding-bottom: 11%;
}
/* line 299, style.scss */
.whoweare > div:first-of-type {
  padding: 0% 8%;
}
/* line 302, style.scss */
.whoweare > div:first-of-type p:first-of-type {
  font-size: 1.3rem;
}
/* line 306, style.scss */
.whoweare > div:first-of-type h2 {
  margin-top: 5%;
  margin-bottom: 5%;
  line-height: 1.5;
}
/* line 312, style.scss */
.whoweare > div:first-of-type .viewmore {
  margin-bottom: 10%;
}
/* line 317, style.scss */
.whoweare > div:nth-of-type(2) {
  background-color: #f8f8f8;
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  padding: 8% 0%;
}
/* line 324, style.scss */
.whoweare > div:nth-of-type(2) p {
  margin-left: -15%;
  font-size: 1.7rem;
  line-height: 2;
}

/*************************/
/* line 334, style.scss */
.reason {
  background-color: #f8f8f8;
  text-align: center;
  padding: 10% 8%;
}

/*************************/
/* line 342, style.scss */
.aboutus {
  padding: 13% 8%;
}
/* line 347, style.scss */
.aboutus > div:first-of-type p:first-of-type {
  font-size: 12px;
}
/* line 351, style.scss */
.aboutus > div:first-of-type h2 {
  margin-top: 6%;
  margin-bottom: 9%;
}
/* line 356, style.scss */
.aboutus > div:first-of-type p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 10%;
  line-height: 2;
}
/* line 365, style.scss */
.aboutus figure img {
  margin: 0 auto;
  width: 100%;
}
/* line 372, style.scss */
.aboutus .btn .viewmore {
  margin-bottom: 20%;
}
/* line 376, style.scss */
.aboutus .btn .arrow1 {
  width: 25px;
  height: 25px;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid #d2d2d2;
  transform: rotate(-135deg);
  margin-top: 3%;
}
/* line 385, style.scss */
.aboutus .btn .arrow2 {
  width: 25px;
  height: 25px;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid #d2d2d2;
  transform: rotate(45deg);
  margin-top: 3%;
}
/* line 398, style.scss */
.aboutus .list div dl {
  border: 1px solid #d2d2d2;
  border-bottom: none;
  padding: 9%;
  display: flex;
}
/* line 403, style.scss */
.aboutus .list div dl:last-child {
  border: 1px solid #d2d2d2;
}
/* line 407, style.scss */
.aboutus .list div dl dt {
  display: none;
}
/* line 411, style.scss */
.aboutus .list div dl dd:first-of-type {
  width: 56%;
}
/* line 414, style.scss */
.aboutus .list div dl dd:first-of-type img {
  width: 100%;
}
/* line 419, style.scss */
.aboutus .list div dl dd:nth-of-type(2) {
  font-size: 1.3rem;
  margin-left: 10%;
}
/* line 423, style.scss */
.aboutus .list div dl dd:nth-of-type(2) span {
  font-weight: bold;
  color: #000000;
  font-size: 1.8rem;
  display: block;
  width: 100%;
}

/*************************/
/* line 442, style.scss */
.sec {
  padding: 0% 4% 10%;
}
/* line 447, style.scss */
.sec .list2 dl + dl {
  margin-top: 10%;
}

.sec .list2 dl{
  display: block;
  padding: 0 5%;
}

.sec .list2 dl dd dl{
}

/* line 452, style.scss */
.sec .list2 dl dd:first-of-type {
  width: 100%;
}
/* line 455, style.scss */
.sec .list2 dl dd:first-of-type img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 460, style.scss */
.sec .list2 dl dd:nth-of-type(2) {
  
}
/* line 464, style.scss */
.sec .list2 dl dd:nth-of-type(2) dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  /*margin-bottom: 25px;*/
}
/* line 469, style.scss */
.sec .list2 dl dd:nth-of-type(2) dl dt a {
  color: #000000;
}
/* line 475, style.scss */
.sec .list2 dl dd:nth-of-type(2) dl dd {
  font-size: 1.3rem;
}
/* line 491, style.scss */
.sec a:last-of-type img {
  margin-top: 20%;
  margin-bottom: 15%;
  width: 100%;
}
/* line 498, style.scss */
.sec .arrow3 {
  margin-left: auto;
  margin-right: 0;
  margin-top: auto;
  margin-bottom: 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(-45deg);
}

/*************************/
/* line 516, style.scss */
footer .contact {
  background-color: #f8f8f8;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8%;
}
/* line 523, style.scss */
footer .contact h2 {
  margin-bottom: 10%;
}
/* line 527, style.scss */
footer .contact > p:first-of-type {
  font-weight: normal;
}
/* line 531, style.scss */
footer .contact .contactform {
  background-color: #fff;
  color: #20518b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 7%;
  margin-top: 10%;
  margin-bottom: 30px;
  font-size: 15px;
}
/* line 542, style.scss */
footer .contact .contactform img {
  width: 20px;
  margin-right: 10px;
}
/* line 549, style.scss */
footer .contact div:first-of-type p:first-of-type {
  margin-bottom: 10%;
}
/* line 552, style.scss */
footer .contact div:first-of-type p:first-of-type span {
  font-weight: normal;
  font-size: 1.3rem;
}
/* line 558, style.scss */
footer .contact div:first-of-type > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 26px;
}
/* line 563, style.scss */
footer .contact div:first-of-type > a img {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
/* line 573, style.scss */
footer .contact div:first-of-type p:nth-of-type(2) {
  margin-top: 8%;
  margin-bottom: 4%;
  padding-top: 8%;
  border-top: 1px solid #cbd9dd;
}
/* line 582, style.scss */
footer .contact div:first-of-type p a {
  color: #20518b;
  position: relative;
}
/* line 587, style.scss */
footer .contact div:first-of-type p a::before {
  content: '';
  position: absolute;
  border-top: 1px solid #20518b;
  height: 1%;
  width: 18%;
  top: 52%;
  right: -27%;
}
/* line 597, style.scss */
footer .contact div:first-of-type p a::after {
  content: '';
  position: absolute;
  border-top: 1px solid #20518b;
  transform: rotate(45deg);
  width: 7%;
  height: 17%;
  top: 39%;
  right: -27%;
}
/* line 615, style.scss */
footer .footer_top {
  padding: 15% 8% 0% 8%;
}
/* line 621, style.scss */
footer .footer_top div h1 img {
  width: 40%;
  height: auto;
  margin-bottom: 12%;
}
/* line 630, style.scss */
footer .footer_top div > div:first-of-type .mini_sitemap {
  margin-bottom: 15%;
}
/* line 633, style.scss */
footer .footer_top div > div:first-of-type .mini_sitemap li {
  display: inline-block;
  font-weight: bold;
  font-size: 1.7rem;
  padding-right: 10px;
  line-height: 140%;
}
/* line 640, style.scss */
footer .footer_top div > div:first-of-type .mini_sitemap li a {
  color: #999999;
}
/* line 645, style.scss */
footer .footer_top div > div:first-of-type .mini_sitemap li + li {
  padding-left: 10px;
  border-left: 1px solid #999;
}
/* line 653, style.scss */
footer .footer_top .footer_sec2 {
  font-size: 1.7rem;
}
/* line 657, style.scss */
footer .footer_top .footer_sec2 div:first-of-type dl:first-of-type {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
/* line 664, style.scss */
footer .footer_top .footer_sec2 div:nth-of-type(2) dl:last-of-type {
  margin-bottom: 15%;
}
/* line 671, style.scss */
footer .footer_top .footer_sec2 div dl {
  border-bottom: 1px solid #999;
}
/* line 675, style.scss */
footer .footer_top .footer_sec2 div dl {
  position: relative;
  padding-left: 45px;
}
/* line 678, style.scss */
footer .footer_top .footer_sec2 div dl dd {
  padding-left: 20px;
  display: none;
}
/* line 683, style.scss */
footer .footer_top .footer_sec2 div dl div {
  margin-bottom: 10px;
}
/* line 688, style.scss */
footer .footer_top .footer_sec2 div dt::before {
  content: '';
  position: absolute;
  width: 11px;
  border-top: 1px solid #000;
  top: 28px;
  left: 20px;
}
/* line 697, style.scss */
footer .footer_top .footer_sec2 div dt::after {
  content: '';
  position: absolute;
  height: 12px;
  border-right: 1px solid #000;
  top: 28px;
  margin-top: -5px;
  left: 25px;
}
/* line 706, style.scss */
footer .footer_top .footer_sec2 div dt.open::after {
  content: none;
}
/* line 711, style.scss */
footer .footer_top .footer_sec2 div dt {
  color: #000000;
  padding: 15px 0;
}
/* line 723, style.scss */
footer .footer_bottom {
  padding: 9% 8% 10% 8%;
}
/* line 726, style.scss */
footer .footer_bottom ul {
  display: flex;
  flex-direction: column;
}
/* line 730, style.scss */
footer .footer_bottom ul div {
  display: flex;
}
/* line 734, style.scss */
footer .footer_bottom ul div li {
  font-size: 14px;
  width: 50%;
}
/* line 738, style.scss */
footer .footer_bottom ul div li a {
  color: #999999;
}
/* line 747, style.scss */
footer .footer_bottom p {
  text-align: center;
  margin-top: 10%;
}

/*********************************************************************************************/
@media (min-width: 768px) {
  /* line 760, style.scss */
  body {
    margin: 0 auto;
  }

  /* line 764, style.scss */
  header {
    height: 83px;
  }
  /* line 767, style.scss */
  header div:first-of-type {
    display: flex;
    align-items: center;
  }
  /* line 771, style.scss */
  header div:first-of-type h1 {
    width: 124px;
    height: 31px;
    margin-right: 20px;
    margin-left: 35px;
  }
  /* line 777, style.scss */
  header div:first-of-type h1 img {
    width: 100%;
    vertical-align: top;
  }
  /* line 783, style.scss */
  header div:first-of-type p {
    display: block;
    font-size: 10px;
  }
  /* line 789, style.scss */
  header div:nth-of-type(2) {
    display: flex;
    height: 100%;
    width: 690px;
  }
  /* line 794, style.scss */
  header div:nth-of-type(2) nav,
  header div:nth-of-type(2) .h_pc {
    display: block;
  }
  /* line 799, style.scss */
  header div:nth-of-type(2) nav {
    margin-right: 45px;
    margin-top: 20px;
  }
  /* line 803, style.scss */
  header div:nth-of-type(2) nav ul {
    width: 530px;
    display: flex;
    justify-content: space-between;
  }
  /* line 808, style.scss */
  header div:nth-of-type(2) nav ul li {
    text-align: center;
  }
  /* line 811, style.scss */
  header div:nth-of-type(2) nav ul li a {
    font-size: 16px;
    color: #000000;
  }
  /* line 815, style.scss */
  header div:nth-of-type(2) nav ul li a span {
    font-size: 10px;
  }
  /* line 819, style.scss */
  header div:nth-of-type(2) nav ul li a:hover {
    color: #004688;
    transition: 0.3s;
  }
  /* line 828, style.scss */
  header div:nth-of-type(2) .h_pc {
    width: 83px;
    height: 100%;
    background-color: #004688;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
  }
  /* line 836, style.scss */
  header div:nth-of-type(2) .h_pc a {
    display: block;
    height: 100%;
  }
  /* line 840, style.scss */
  header div:nth-of-type(2) .h_pc a img {
    padding-top: 30px;
  }
  /* line 846, style.scss */
  header div:nth-of-type(2) .header_sp {
    display: none;
  }

  /* line 854, style.scss */
  .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }

  /*************************/
  /* line 860, style.scss */
  .mv {
    position: relative;
    height: 680px;
    width: 100%;
    overflow: hidden;
    background: url("../img/main_pc.png") no-repeat 100px center;
  }
  /* line 867, style.scss */
  .mv img {
    width: 560px;
    position: absolute;
    top: 190px;
    right: 16%;
  }

  /*************************/
  /* line 873, style.scss */
  .news {
    max-width: 1300px;
    height: 65px;
    margin: -32px auto 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  /* line 882, style.scss */
  .news h2 {
    font-size: 16px;
    margin-right: 82px;
  }
  /* line 887, style.scss */
  .news h2::after {
    width: 15px;
    top: 12px;
    right: -47px;
  }
  /* line 893, style.scss */
  .news div {
    font-size: 16px;
    display: flex;
    flex-direction: row;
  }
  /* line 898, style.scss */
  .news div time {
    margin-right: 20px;
  }
  /* line 903, style.scss */
  .news div::before {
    top: 34px;
  }
  /* line 907, style.scss */
  .news div::after {
    height: 15px;
    top: 34px;
    right: 26px;
  }

  /*whoweare************************/
  /* line 916, style.scss */
  .viewmore {
    width: 225px;
    height: 50px;
    font-size: 14px;
  }
  /* line 921, style.scss */
  .viewmore a {
    padding: 15px 0;
  }

  /* line 928, style.scss */
  .viewmore::before {
    top: 26px;
  }

  /* line 932, style.scss */
  .viewmore::after {
    top: 24px;
  }

  /* line 937, style.scss */
  .whoweare {
    display: flex;
  }
  /* line 940, style.scss */
  .whoweare div:first-of-type {
    padding-top: 46px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    z-index: 999;
  }
  /* line 948, style.scss */
  .whoweare div:first-of-type p:first-of-type {
    font-size: 16px;
  }
  /* line 952, style.scss */
  .whoweare div:first-of-type h2 {
    font-size: 40px;
  }
  /* line 957, style.scss */
  .whoweare div:nth-of-type(2) {
    width: 889px;
    padding: 111px 88px 136px 82px;
    position: relative;
  }
  /* line 962, style.scss */
  .whoweare div:nth-of-type(2) p {
    font-size: 16px;
    margin-left: 0;
  }

  /*************************/
  /* line 970, style.scss */
  .aboutus {
    position: relative;
    padding: 50px;
  }
  /* line 974, style.scss */
  .aboutus .sec {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    padding-bottom: 124px;
  }
  /* line 981, style.scss */
  .aboutus .sec > div:first-of-type p {
    font-size: 16px;
  }
  /* line 985, style.scss */
  .aboutus .sec > div:first-of-type h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  /* line 990, style.scss */
  .aboutus .sec > div:first-of-type p:nth-of-type(2) {
    font-size: 16px;
  }
  /* line 998, style.scss */
  .aboutus .sec figure img {
    max-width: 680px;
    height: auto;
    margin-right: 95px;
  }
  /* line 1006, style.scss */
  .aboutus .btn {
    width: 530px;
    position: absolute;
    top: 532px;
    right: 71px;
  }
  /* line 1012, style.scss */
  .aboutus .btn .arrow1,
  .aboutus .btn .arrow2 {
    margin-top: 14px;
  }
  /* line 1019, style.scss */
  .aboutus .list {
    width: 1160px;
    margin: 0 auto;
  }
  /* line 1023, style.scss */
  .aboutus .list div:first-of-type {
    margin-bottom: 50px;
  }
  /* line 1027, style.scss */
  .aboutus .list div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1032, style.scss */
  .aboutus .list div dl {
    padding: 0;
    border: none;
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 50px;
  }
  /* line 1043, style.scss */
  .aboutus .list div dl dt {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    color: #000000;
  }
  /* line 1052, style.scss */
  .aboutus .list div dl dd:first-of-type {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 1058, style.scss */
  .aboutus .list div dl dd:nth-of-type(2) {
    font-size: 14px;
    margin-left: 0;
  }
  /* line 1063, style.scss */
  .aboutus .list div dl dd:nth-of-type(2) span {
    display: none;
  }
  /* line 1067, style.scss */
  .aboutus .list div dl:last-child {
    border: none;
  }

  /*************************/
  /* line 1082, style.scss */
  .sec .list2 {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  /* line 1088, style.scss */
  .sec .list2 dl {
    display: block;
    width: 330px;
  }
  /* line 1092, style.scss */
  .sec .list2 dl dd:first-of-type {
    width: 100%;
  }
  /* line 1098, style.scss */
  .sec .list2 dl dd:nth-of-type(2) {
    display: block;
    margin-left: 0;
  }
  /* line 1102, style.scss */
  .sec .list2 dl dd:nth-of-type(2) dl dt {
    font-size: 16px;
    margin-top: 25px;
  }
  /* line 1106, style.scss */
  .sec .list2 dl dd:nth-of-type(2) dl dt a {
    width: 330px;
    height: auto;
    margin-top: 0;
  }
  /* line 1114, style.scss */
  .sec .list2 dl dd:nth-of-type(2) dl dd {
    font-size: 14px;
  }
  /* line 1125, style.scss */
  .sec .list2 dl + dl {
    margin-top: 0px;
  }
  /* line 1130, style.scss */
  .sec a:last-of-type {
    display: block;
    width: 1160px;
    height: 220px;
    margin: 0 auto;
    margin-top: 110px;
  }
  /* line 1137, style.scss */
  .sec a:last-of-type img {
    width: 1160px;
    margin: 0;
  }
  /* line 1143, style.scss */
  .sec .arrow3 {
    display: none;
  }

  /*************************/
  /* line 1149, style.scss */
  footer {
    /*************************/
  }
  /* line 1151, style.scss */
  footer .contact {
    padding: 70px 232px 107px 232px;
    font-size: 16px;
  }
  /* line 1155, style.scss */
  footer .contact h2 {
    margin-bottom: 40px;
  }
  /* line 1159, style.scss */
  footer .contact .contactform {
    width: 985px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 110px;
    padding: 26px 0px;
  }
  /* line 1167, style.scss */
  footer .contact .contactform img {
    width: 25px;
    height: 15px;
  }
  /* line 1173, style.scss */
  footer .contact div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 985px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 1183, style.scss */
  footer .contact div:first-of-type p:first-of-type {
    margin-bottom: 0;
  }
  /* line 1186, style.scss */
  footer .contact div:first-of-type p:first-of-type span {
    font-size: 12px;
  }
  /* line 1191, style.scss */
  footer .contact div:first-of-type > a {
    font-size: 26px;
    align-items: start;
  }
  /* line 1195, style.scss */
  footer .contact div:first-of-type > a img {
    width: 30px;
    height: 30px;
  }
  /* line 1201, style.scss */
  footer .contact div:first-of-type p:nth-of-type(2) {
    border: none;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1208, style.scss */
  footer .contact div:first-of-type p:last-of-type {
    padding-right: 30px;
  }
  /* line 1211, style.scss */
  footer .contact div:first-of-type p:last-of-type a::before {
    width: 20px;
    right: -32px;
  }
  /* line 1217, style.scss */
  footer .contact div:first-of-type p:last-of-type a::after {
    width: 8px;
    right: -31px;
    top: 8px;
  }
  /* line 1229, style.scss */
  footer .footer_top {
    position: relative;
    padding: 50px;
    max-width: 1440px;
    margin: 0 auto;
    height: 260px;
  }

  /* line 1235, style.scss */
  footer .footer_top .footer_sec {
    /*display: flex;*/
  }
  /* line 1241, style.scss */
  footer .footer_top .footer_sec > div:first-of-type h1 {
    height: 33px;
    width: 180px;
    margin-bottom: 36px;
  }
  /* line 1247, style.scss */
  footer .footer_top .footer_sec > div:first-of-type h1 img {
    width: 100%;
  }
  /* line 1255, style.scss */
  footer .footer_top .footer_sec > div:first-of-type ul li {
    font-size: 11px;
  }
  /* line 1259, style.scss */
  footer .footer_top .footer_sec > div:first-of-type ul li + li {
    padding-left: 10px;
    border-left: 1px solid #000;
  }
  /* line 1265, style.scss */
  footer .footer_top .footer_sec div:nth-of-type(2) dl:last-of-type {
    margin-bottom: 0;
  }
  /* line 1269, style.scss */
  footer .footer_top .footer_sec .footer_sec2 {
    width: 884px;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: auto;
  }
  /* line 1280, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div {
    display: flex;
    justify-content: space-between;
  }
  /* line 1284, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl {
    width: 240px;
    padding-right: 30px;
    padding-left: 0;
    border: none !important;
    margin-bottom: 30px;
  }
  /* line 1291, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl div {
    display: block;
    padding-left: 0px;
  }
  /* line 1295, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl dt:before,
  footer .footer_top .footer_sec .footer_sec2 > div dl dt:after {
    content: none;
  }
  /* line 1299, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl dt {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  /* line 1305, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl dd {
    font-size: 11px;
    line-height: 2;
    display: block;
    padding: 0;
  }
  /* line 1315, style.scss */
  footer .footer_top .footer_sec .footer_sec2 > div dl::before,
  footer .footer_top .footer_sec .footer_sec2 > div dl::after {
    content: none;
  }
  /* line 1330, style.scss */
  footer .footer_top a:last-of-type img {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
  /* line 1341, style.scss */
  footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    padding: 0px 50px 50px 50px;
  }

  /* line 1348, style.scss */
  footer .footer_bottom ul {
    flex-direction: row;
  }
  /* line 1353, style.scss */
  footer .footer_bottom ul div li {
    margin-right: 45px;
    width: auto;
  }
  /* line 1356, style.scss */
  footer .footer_bottom ul div li a {
    font-size: 11px;
  }
  /* line 1364, style.scss */
  footer .footer_bottom p {
    margin-top: 0;
  }
}
/*************************/
@media (min-width: 768px) {
  /* line 1379, style.scss */
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 1384, style.scss */
  .pc {
    display: none !important;
  }

  /* line 1387, style.scss */
  nav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    z-index: 100000;
    background: #fff;
    width: 100%;
  }
  /* line 1395, style.scss */
  nav a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
  }
  /* line 1400, style.scss */
  nav a br {
    display: none;
  }
  /* line 1403, style.scss */
  nav a span {
    font-size: 80%;
    display: inline-block;
    padding-left: 10px;
  }
}
/* line 1411, style.scss */
#breadcrumb {
  font-size: 12px;
  margin-left: 35px;
  margin-top: 37px;
}
/* line 1415, style.scss */
#breadcrumb li {
  display: inline-block;
}
/* line 1417, style.scss */
#breadcrumb li:after {
  content: '＞';
  display: inline-block;
  margin: 0 2px;
}
/* line 1423, style.scss */
#breadcrumb li:last-child:after {
  content: none;
}
@media (max-width: 767px) {
  /* line 1411, style.scss */
  #breadcrumb {
    display: none;
  }
}

/* line 1434, style.scss */
.under_ttl {
  padding: 110px 0;
  text-align: center;
  font-size: 40px;
  font-family: '游ゴシック';
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 1434, style.scss */
  .under_ttl {
    font-size: 24px;
    padding: 60px 0;
  }
}

/* line 1447, style.scss */
.contact .lead {
  text-align: center;
  font-size: 16px;
  line-height: 220%;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  /* line 1447, style.scss */
  .contact .lead {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 20px;
  }
}
/* line 1459, style.scss */
.contact .contact_main {
  max-width: 960px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  /* line 1459, style.scss */
  .contact .contact_main {
    padding: 0 20px;
  }
}
/* line 1465, style.scss */
.contact .contact_main dl {
  border-bottom: 1px solid #dddddd;
  display: table;
  width: 100%;
}
/* line 1467, style.scss */
.contact .contact_main dl:first-child {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  /* line 1465, style.scss */
  .contact .contact_main dl {
    display: block;
  }
}
/* line 1475, style.scss */
.contact .contact_main dl dt, .contact .contact_main dl dd {
  display: table-cell;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 1475, style.scss */
  .contact .contact_main dl dt, .contact .contact_main dl dd {
    display: block;
  }
}
/* line 1483, style.scss */
.contact .contact_main dl dt {
  padding: 15px 20px;
  width: 200px;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 1483, style.scss */
  .contact .contact_main dl dt {
    width: 100%;
    padding: 10px  15px 5px;
  }
}
/* line 1492, style.scss */
.contact .contact_main dl dd {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 1492, style.scss */
  .contact .contact_main dl dd {
    width: 100%;
    padding: 5px  0px 10px 15px;
  }
}
/* line 1498, style.scss */
.contact .contact_main dl dd input {
  padding: 12px 10px;
  width: 320px;
  border: none;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  /* line 1498, style.scss */
  .contact .contact_main dl dd input {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 1508, style.scss */
.contact .contact_main dl dd textarea {
  width: 640px;
  max-width: 100%;
  border: none;
  background: #f6f6f6;
  padding: 10px;
  height: 180px;
}
@media (max-width: 767px) {
  /* line 1508, style.scss */
  .contact .contact_main dl dd textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 1523, style.scss */
.contact button {
  width: 225px;
  height: 50px;
  margin: 0 auto 124px;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
/* line 1532, style.scss */
.contact button:before {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #6ea0bb;
}
/* line 1543, style.scss */
.contact button:after {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  width: 12px;
  height: 1px;
  margin-top: -5px;
  background: #6ea0bb;
  transform: rotate(45deg);
}

.contact .contact_main dl dd select {
  padding: 12px 10px;
    width: 200px;
    border: none;
    background: #f6f6f6;
    margin-right: 5px;
}

@media (max-width: 767px) {
  .contact .contact_main dl dd.birthday select {
    width: 80px;
  }
  }

.contact .contact_main dl dd.entry_long input,
.contact .contact_main dl dd.entry_long select{
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .contact .contact_main dl dd select{
    width: 100%;
  }
  }

.contact .contact_main .entry_privacy{
  margin: 30px 0;
}

.contact .contact_main .entry_privacy h3{
      font-size: 16px;
      margin-bottom: 16px;
}

.contact .contact_main .entry_privacy dl{
  height: 200px;
    overflow-y: scroll;
    display: block;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.contact .contact_main .entry_privacy dt{
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 5px 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact .contact_main .entry_privacy dd{
  width: 100%;
  display: block;
  padding: 5px 0px 20px;
  font-size: 14px;
}

.contact .contact_main .entry_privacy p{
  font-size: 16px;
}