@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #031842;
  text-decoration: none;
}
a:visited {
  color: #031842;
}
a:active {
  color: #031842;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

@keyframes ver {
  25% {
    transform: translateY(7px);
  }
  75% {
    transform: translateY(-7px);
  }
}
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header .header_inner {
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
header .header_inner .logo {
  width: 190px;
  position: relative;
  z-index: 1;
}
header .header_inner .logo span {
  display: none;
}
header .header_inner .nav_btn {
  width: 34px;
  height: 19px;
  position: relative;
  z-index: 1;
}
header .header_inner .nav_btn span {
  display: inline-block;
  position: absolute;
  height: 2px;
  background: #031842;
  left: 0;
  transition: 0.3s;
}
header .header_inner .nav_btn span:nth-of-type(1) {
  width: 29px;
  top: 0;
}
header .header_inner .nav_btn span:nth-of-type(2) {
  width: 100%;
  top: 9px;
}
header .header_inner .nav_btn span:nth-of-type(3) {
  width: 24px;
  bottom: 0;
}
header .header_inner .nav_btn.open span:nth-of-type(1), header .header_inner .nav_btn.open span:nth-of-type(3) {
  transform: translateX(10px);
  opacity: 0;
}
header .header_inner nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 50px;
  box-sizing: border-box;
}
header .header_inner nav > ul {
  padding-top: 25px;
  height: calc(100% - 75px);
  overflow: scroll;
}
header .header_inner nav > ul > li {
  margin: 0 36px 30px;
}
header .header_inner nav > ul > li.mega .mega_btn {
  position: relative;
}
header .header_inner nav > ul > li.mega .mega_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0047a8;
  border-bottom: 2px solid #0047a8;
  transform: rotate(45deg);
  transition: 0.3s;
}
header .header_inner nav > ul > li.mega .mega_btn.open::after {
  transform: translateY(3px) rotate(-135deg);
}
header .header_inner nav > ul > li .meganav {
  background: #efefef;
  padding: 30px 0;
  margin: 30px -36px 0;
  display: none;
}
header .header_inner nav > ul > li .meganav ul li {
  margin: 0 28px;
}
header .header_inner nav > ul > li .meganav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
header .header_inner nav > ul > li .meganav ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  background: #0047a8;
  border-radius: 4px;
}
header .header_inner nav > ul > li .meganav ul li a .icon_wrap {
  position: relative;
  width: 36px;
  height: 23px;
  margin-right: 15px;
}
header .header_inner nav > ul > li .meganav ul li a .icon_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .header_inner nav > ul > li .meganav ul li a p {
  font-size: 19px;
  color: #fff;
  line-height: 1;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(1) .icon_wrap::before {
  width: 30px;
  height: 23px;
  background: url(../images/common/service01.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(2) .icon_wrap::before {
  width: 35px;
  height: 18px;
  background: url(../images/common/service02.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(3) .icon_wrap::before {
  width: 36px;
  height: 25px;
  background: url(../images/common/service03.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(4) .icon_wrap::before {
  width: 24px;
  height: 20px;
  background: url(../images/common/service04.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(5) .icon_wrap::before {
  width: 28px;
  height: 23px;
  background: url(../images/common/service05.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(6) .icon_wrap::before {
  width: 29px;
  height: 21px;
  background: url(../images/common/service06.svg) no-repeat 0/contain;
}

/* footer
==================================*/
footer .blue_area {
  background-color: #0047a8;
}
footer .blue_area .blue_wrap {
  padding: 40px 17px 35px;
  box-sizing: border-box;
}
footer .blue_area .blue_wrap > ul {
  margin-bottom: 33px;
}
footer .blue_area .blue_wrap > ul > li a {
  color: #fff;
}
footer .blue_area .blue_wrap > ul > li > p {
  line-height: 1;
  margin-bottom: 20px;
}
footer .blue_area .blue_wrap > ul > li > p::before {
  content: "・";
  margin-right: 5px;
  color: #fff;
}
footer .blue_area .blue_wrap > ul > li > ul {
  margin-left: 25px;
  margin-bottom: 26px;
}
footer .blue_area .blue_wrap > ul > li > ul li {
  line-height: 1;
  margin-bottom: 20px;
}
footer .blue_area .blue_wrap > ul > li > ul li::before {
  content: "-";
  margin-right: 5px;
  color: #fff;
}
footer .blue_area .blue_wrap dl {
  padding-top: 34px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
footer .blue_area .blue_wrap dl dt {
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}
footer .blue_area .blue_wrap dl dd {
  color: #fff;
}
footer .blue_area .blue_wrap dl dd a {
  color: #fff;
}
footer .bn_area {
  margin: 32px 10px 63px;
}
footer .bn_area .bn_wrap .group_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -8px;
}
footer .bn_area .bn_wrap .group_list li {
  padding: 0 4px 8px;
  box-sizing: border-box;
  width: 50%;
}
footer .bn_area .bn_wrap .group_list li img {
  width: 100% !important;
  max-width: none !important;
}
footer .bn_area .bn_wrap p {
  width: 245px;
  line-height: 25px;
  color: #fff;
  background: #999;
  border-radius: 12px;
  text-align: center;
  margin: 50px auto 0;
}
footer .bn_area .bn_wrap .txt {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  width: auto;
  background-color: transparent;
  color: #031842;
}
footer .bn_area .bn_wrap .bn_link {
  margin-top: 5px;
  padding-bottom: 20px;
}
footer .bn_area .bn_wrap .bn_link li:nth-of-type(n + 1) {
  margin-top: 15px;
}
footer .copy_area {
  position: relative;
}
footer .copy_area .copy {
  background: #001a4d;
  padding: 22px 0;
  text-align: center;
}
footer .copy_area .copy img {
  width: 138px;
  margin-bottom: 8px;
}
footer .copy_area .copy small {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.pagetop {
  position: absolute;
  right: 0;
  top: -34px;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  background: #001a4d;
}
.pagetop a img {
  width: 13px;
}

.mv_wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.mv {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 の比率 */
  height: 0;
  overflow: hidden;
}

.mv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_wrapper p {
  padding: 10px 0 0 0;
  text-align: center;
}

.news_content h2 {
  line-height: 1.34em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 899px) {
  .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.en {
  font-family: "Viga", sans-serif;
  font-weight: 400;
}

.link_btn {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #d9273c;
  text-align: center;
  transition: 0.3s;
}
.link_btn:visited {
  color: #fff;
}
@media (min-width: 900px) {
  .link_btn:hover {
    color: #fff;
    background-color: #001a4d;
  }
}

@media (min-width: 900px) {
  .target:hover .link_btn {
    color: #fff;
    background: #001a4d;
  }
}
/*==================================
	リスト系
==================================*/
.news_list > li {
  border-bottom: 1px solid #dedede;
}
.news_list > li:first-of-type {
  border-top: 1px solid #dedede;
}
.news_list > li > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.news_list > li > a span {
  transition: 0.3s;
}
.news_list > li > a .date {
  font-size: 14px;
  font-weight: 500;
  color: #003ba8;
  margin-right: 5px;
  line-height: 1;
}
.news_list > li > a .tag {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #e61844;
  line-height: 1;
}
.news_list > li > a .title {
  width: 100%;
}
@media (min-width: 900px) {
  .news_list > li > a {
    padding: 35px 73px 30px 35px;
  }
  .news_list > li > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(/images/common/arrow.svg) no-repeat 0/contain;
    right: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .news_list > li > a .title {
    margin-top: 13px;
  }
  .news_list > li > a:hover::before {
    transform: translateX(10px);
  }
  .news_list > li > a:hover span {
    opacity: 0.7;
  }
}
@media (max-width: 899px) {
  .news_list > li > a {
    padding: 17px 0;
  }
  .news_list > li > a .title {
    margin-top: 10px;
    line-height: 1.3;
  }
}
@media (max-width: 899px) {
  .news_list .news_li {
    padding: 14px 0;
  }
  .news_list .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_list .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_list .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_list .news_li > a .date,
  .news_list .news_li > a .title {
    display: block;
  }
  .news_list .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_list .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top #loading {
  opacity: 0;
}

#Top main {
  margin-bottom: 60px;
  overflow: hidden;
}
#Top main .link_btn {
  line-height: 45px;
  border-radius: 23px;
  width: 220px;
}
#Top main .mv_sec {
  position: relative;
  margin-bottom: -103px;
  z-index: 1;
}
#Top main .mv_sec .catch_wrap {
  margin-top: 100px;
  padding-bottom: 330px;
  transform: none;
  z-index: 1;
}
#Top main .mv_sec .catch_wrap p {
  margin-left: 10px;
  transform: none;
  transition: 1s;
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}
#Top main .mv_sec .catch_wrap p:nth-of-type(1) {
  width: 220px;
  margin-bottom: 20px;
}
#Top main .mv_sec .catch_wrap p:nth-of-type(2) {
  width: 277px;
}
#Top main .mv_sec .img_wrap {
  position: absolute;
  width: 485px;
  height: 300px;
  right: -50px;
  bottom: 0;
  z-index: -1;
}
#Top main .mv_sec .img_wrap figure {
  position: absolute;
  transition: 0s;
}
#Top main .mv_sec .img_wrap figure.move {
  transition: 0.3s;
}
#Top main .mv_sec .img_wrap figure:first-of-type {
  width: 84.17%;
  right: 0;
  bottom: 0;
  transform: none;
}
#Top main .mv_sec .img_wrap figure.icon1 {
  width: 28.34%;
  right: 19.66%;
  bottom: 14.15%;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
#Top main .mv_sec .img_wrap figure.icon2 {
  width: 53.53%;
  right: 16.94%;
  bottom: 18.2%;
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
#Top main .mv_sec .img_wrap figure.icon3 {
  width: 41.8%;
  right: 21.45%;
  bottom: 26.47%;
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
#Top main .mv_sec .img_wrap figure.icon4 {
  width: 58.3%;
  right: 13%;
  bottom: 19.5%;
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
#Top main .mv_sec .img_wrap figure.icon5 {
  width: 61%;
  right: 18.38%;
  bottom: 9%;
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}
#Top main .mv_sec .img_wrap figure.cloud1 {
  width: 95.15%;
  left: 0;
  top: 0;
  transform: none;
  animation: ver 4s linear infinite;
}
#Top main .mv_sec .img_wrap figure.cloud2 {
  width: 71.74%;
  left: 17.11%;
  top: 1.7%;
  transform: none;
  animation: ver 4s 1.5s linear infinite;
}
#Top main .service_sec .lead_area {
  background-color: #0b36a2;
  position: relative;
  padding: 120px 0 27px;
}
#Top main .service_sec .lead_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 18vw solid #0b36a2;
  border-right: 50vw solid #0b36a2;
  border-top: 18vw solid transparent;
  border-left: 50vw solid transparent;
  left: 0;
  top: -35.8vw;
}
#Top main .service_sec .lead_area h2 {
  font-size: 23px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
}
#Top main .service_sec .lead_area h2 span {
  font-size: 16px;
  display: block;
  margin-bottom: 14px;
}
#Top main .service_sec .lead_area figure {
  margin: 0 30px 20px;
  opacity: 0;
  transform: translate(-30px, 0);
}
#Top main .service_sec .lead_area figure.move {
  transform: translate(0);
  opacity: 1;
}
#Top main .service_sec .lead_area p {
  color: #fff;
  line-height: 1.7;
}
#Top main .service_sec .list_area {
  background-color: #0b36a2;
  padding-bottom: 30px;
  position: relative;
}
#Top main .service_sec .list_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 18vw solid #0b36a2;
  border-right: 50vw solid #0b36a2;
  border-bottom: 18vw solid transparent;
  border-left: 50vw solid transparent;
  left: 0;
  bottom: -35.8vw;
}
#Top main .service_sec .list_area ul li {
  box-sizing: border-box;
  margin-bottom: 13px;
  width: 100%;
}
#Top main .service_sec .list_area ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
#Top main .service_sec .list_area ul li a .pt1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background-color: #0b36a2;
  position: relative;
}
#Top main .service_sec .list_area ul li a .pt1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../images/common/arrow_wh.svg) no-repeat 0/contain;
  right: 15px;
  bottom: 15px;
}
#Top main .service_sec .list_area ul li a .pt1 figure {
  width: 95px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Top main .service_sec .list_area ul li a .pt1 p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 145px;
  margin-left: 15px;
  text-align: center;
}
#Top main .service_sec .list_area ul li a .pt2 {
  padding: 15px 25px;
  box-sizing: border-box;
}
#Top main .service_sec .list_area ul li a .pt2 p span {
  font-size: 15px;
  line-height: 1.8;
  background: linear-gradient(transparent 80%, #ffe972 80%);
}
#Top main .service_sec .list_area ul li:nth-of-type(1) figure img {
  width: 85px;
}
#Top main .service_sec .list_area ul li:nth-of-type(2) figure img {
  width: 93px;
}
#Top main .service_sec .list_area ul li:nth-of-type(3) figure img {
  width: 95px;
}
#Top main .service_sec .list_area ul li:nth-of-type(4) figure img {
  width: 66px;
}
#Top main .service_sec .list_area ul li:nth-of-type(5) figure img {
  width: 74px;
}
#Top main .service_sec .wave_area {
  margin-top: -15px;
}
#Top main .service_sec .wave_area .wave_bg {
  padding: 12px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  background: url(../images/top/bg_wave.jpg) no-repeat center/cover;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 20px 129px;
  box-sizing: border-box;
  border-radius: 3px;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl dt {
  font-size: 21px;
  font-weight: 700;
  color: #0066cf;
  line-height: 1.2;
  position: relative;
  padding-left: 35px;
  margin-bottom: 9px;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 22px;
  background: url(../images/top/wave_check.svg) no-repeat 0/contain;
  left: 3px;
  top: 0;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl .text {
  font-size: 15px;
  margin-bottom: 10px;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl .btn_wrap {
  text-align: center;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap {
  position: absolute;
  width: 245px;
  height: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure {
  position: absolute;
  width: 100px;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure:nth-of-type(1) {
  width: 96.8%;
  left: 0;
  bottom: 0;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure:nth-of-type(2) {
  width: 16.34%;
  right: 0;
  top: 0;
  animation: roll 4s infinite linear;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure:nth-of-type(3) {
  width: 3.87%;
  right: 31.61%;
  bottom: 64.29%;
  animation: hide 3s infinite;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure:nth-of-type(4) {
  width: 4.95%;
  right: 31.83%;
  bottom: 65.08%;
  animation: hide 3s 1s infinite;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap figure:nth-of-type(5) {
  width: 6.24%;
  right: 32.26%;
  bottom: 65.87%;
  animation: hide 3s 2s infinite;
}
@keyframes roll {
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
#Top main .service_sec .kyodocm {
  padding-top: 15px;
  margin: 0 auto;
}
#Top main .service_sec .modal_wrap {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#Top main .service_sec .modal_wrap .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 9998;
}
#Top main .service_sec .modal_wrap iframe {
  position: absolute;
  display: none;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#Top main .news_sec {
  margin-top: 45px;
}
#Top main .news_sec .row {
  display: block;
}
#Top main .news_sec .row h2 {
  box-sizing: border-box;
  color: #003ba8;
  line-height: 1;
}
#Top main .news_sec .row h2 .jp {
  font-size: 25px;
  display: block;
  margin-bottom: 6px;
}
#Top main .news_sec .row h2 .en {
  font-size: 12px;
}
#Top main .news_sec .row h2 .en::before {
  content: "--";
  margin-right: 10px;
}
#Top main .news_sec .row .news_list {
  margin: 22px 0 33px;
}
#Top main .news_sec .row .btn_wrap {
  text-align: center;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact {
  /*------ Reset END ------*/
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
main#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
main#Contact input[type=button]:hover {
  background: none;
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
}
main#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area span:hover {
  background: none;
}
main#Contact .submit_area span:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}
main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back a:hover {
  color: #000;
  background: none;
}
main#Contact {
  /*------ Form Base END ------*/
}

/*==================================
  Contact
==================================*/
main#Contact .container p {
  font-size: 16px;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .need {
  color: #cc0303;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 25px;
}
main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}
main#Contact table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
}
main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}
main#Contact .check-list.pedal > li {
  margin-right: 50px;
}
main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}
main#Contact .check-list.play {
  margin-bottom: -18px;
}
main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}