@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;
}

.sp {
  display: none !important;
}

a {
  color: #031842;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #031842;
}
a:hover {
  color: #031842;
  text-decoration: none;
}
a:active {
  color: #031842;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

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

@keyframes ver {
  25% {
    transform: translateY(15px);
  }
  75% {
    transform: translateY(-15px);
  }
}
/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header .header_inner {
  padding: 50px 45px 30px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
header .header_inner .logo {
  width: 320px;
  position: relative;
}
header .header_inner .logo span {
  display: block;
  position: absolute;
  font-size: 10px;
  color: #7c7c7c;
  left: 0;
  top: -20px;
  white-space: nowrap;
  transition: 0.3s;
}
header .header_inner .logo img {
  width: 259px;
}
header .header_inner .logo a:hover {
  opacity: 0.7;
}
header .header_inner nav > ul {
  display: flex;
}
header .header_inner nav > ul > li:not(:last-of-type) {
  margin-right: 22px;
}
header .header_inner nav > ul > li.mega > a {
  position: relative;
}
header .header_inner nav > ul > li.mega > a::before, header .header_inner nav > ul > li.mega > a::after {
  content: "";
  display: inline-block;
  position: absolute;
}
header .header_inner nav > ul > li.mega > a::before {
  width: 650px;
  height: 53px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  cursor: default;
}
header .header_inner nav > ul > li.mega > a::after {
  width: 9px;
  height: 9px;
  border-right: 3px solid #0047a8;
  border-bottom: 3px solid #0047a8;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  box-sizing: border-box;
  transition: 0.3s;
}
header .header_inner nav > ul > li.mega:hover a::before {
  pointer-events: auto;
}
header .header_inner nav > ul > li.mega:hover .meganav {
  opacity: 1;
  pointer-events: auto;
}
header .header_inner nav > ul > li > a {
  font-size: 15px;
}
header .header_inner nav > ul > li > a:hover, header .header_inner nav > ul > li > a.here {
  color: #0066cf;
}
header .header_inner nav > ul > li .meganav {
  position: absolute;
  background: #efefef;
  width: 100%;
  padding: 55px 0 40px;
  left: 0;
  bottom: -463px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
header .header_inner nav > ul > li .meganav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 800px;
  margin: auto;
}
header .header_inner nav > ul > li .meganav ul li {
  width: 33.33%;
  padding: 0 20px 30px;
  box-sizing: border-box;
}
header .header_inner nav > ul > li .meganav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  border: 2px solid #0047a8;
  background: #0047a8;
  border-radius: 8px;
}
header .header_inner nav > ul > li .meganav ul li a .icon_wrap {
  position: relative;
  width: 74px;
  height: 48px;
  margin-bottom: 17px;
}
header .header_inner nav > ul > li .meganav ul li a .icon_wrap::before, header .header_inner nav > ul > li .meganav ul li a .icon_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
header .header_inner nav > ul > li .meganav ul li a .icon_wrap::after {
  opacity: 0;
}
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 a:hover {
  background: #fff;
}
header .header_inner nav > ul > li .meganav ul li a:hover .icon_wrap::before {
  opacity: 0;
}
header .header_inner nav > ul > li .meganav ul li a:hover .icon_wrap::after {
  opacity: 1;
}
header .header_inner nav > ul > li .meganav ul li a:hover p {
  color: #031842;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(1) .icon_wrap::before {
  width: 63px;
  height: 48px;
  background: url(../images/common/service01.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(1) .icon_wrap::after {
  width: 63px;
  height: 48px;
  background: url(../images/common/service01_bl.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(2) .icon_wrap::before {
  width: 71px;
  height: 37px;
  background: url(../images/common/service02.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(2) .icon_wrap::after {
  width: 71px;
  height: 37px;
  background: url(../images/common/service02_bl.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(3) .icon_wrap::before {
  width: 74px;
  height: 51px;
  background: url(../images/common/service03.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(3) .icon_wrap::after {
  width: 74px;
  height: 51px;
  background: url(../images/common/service03_bl.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(4) .icon_wrap::before {
  width: 48px;
  height: 40px;
  background: url(../images/common/service04.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(4) .icon_wrap::after {
  width: 48px;
  height: 40px;
  background: url(../images/common/service04_bl.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(5) .icon_wrap::before {
  width: 53px;
  height: 43px;
  background: url(../images/common/service05.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(5) .icon_wrap::after {
  width: 53px;
  height: 43px;
  background: url(../images/common/service05_bl.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(6) .icon_wrap::before {
  width: 57px;
  height: 43px;
  background: url(../images/common/service06.svg) no-repeat 0/contain;
}
header .header_inner nav > ul > li .meganav ul li:nth-of-type(6) .icon_wrap::after {
  width: 57px;
  height: 43px;
  background: url(../images/common/service06_bl.svg) no-repeat 0/contain;
}
header.scroll .header_inner {
  padding-top: 22px;
  padding-bottom: 17px;
}
header.scroll .header_inner .logo span {
  opacity: 0;
}
header.scroll .header_inner nav > ul > li.mega > a::after {
  bottom: -13px;
}
@media (max-width: 1150px) {
  header .header_inner .logo {
    width: 180px;
  }
  header .header_inner nav > ul > li:not(:last-of-type) {
    margin-right: 10px;
  }
  header .header_inner nav > ul > li a {
    font-size: 14px;
  }
}

/* footer
==================================*/
footer {
  position: relative;
}
footer a:hover {
  opacity: 0.7;
}
footer .blue_area {
  background-color: #0047a8;
}
footer .blue_area .blue_wrap {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 60px;
  box-sizing: border-box;
  display: flex;
}
footer .blue_area .blue_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
footer .blue_area .blue_wrap > ul > li {
  margin-right: 28px;
  margin-bottom: 10px;
}
footer .blue_area .blue_wrap > ul > li a {
  color: #fff;
  font-size: 15px;
}
footer .blue_area .blue_wrap > ul > li > p {
  margin: 0 0 10px 15px;
  text-indent: -15px;
}
footer .blue_area .blue_wrap > ul > li > p::before {
  content: "・";
  margin-right: 5px;
  color: #fff;
}
footer .blue_area .blue_wrap > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin-left: 30px;
}
footer .blue_area .blue_wrap > ul > li > ul li {
  margin-bottom: 10px;
}
footer .blue_area .blue_wrap > ul > li > ul li::before {
  content: "-";
  margin-right: 5px;
  color: #fff;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(-n + 3) {
  width: 130px;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(1) {
  order: 1;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(2) {
  order: 3;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(3) {
  order: 5;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(4) {
  order: 2;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(5) {
  order: 4;
}
footer .blue_area .blue_wrap > ul > li > ul li:nth-of-type(6) {
  order: 6;
}
footer .blue_area .blue_wrap dl {
  padding-left: 50px;
  position: relative;
}
footer .blue_area .blue_wrap dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 137px;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .blue_area .blue_wrap dl dt {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
footer .blue_area .blue_wrap dl dd {
  color: #fff;
  font-size: 15px;
}
footer .blue_area .blue_wrap dl dd a {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1300px) {
  footer .blue_area .blue_wrap {
    flex-direction: column;
    max-width: 900px;
  }
  footer .blue_area .blue_wrap > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: -10px;
    padding-bottom: 10px;
  }
  footer .blue_area .blue_wrap dl {
    margin-top: 40px;
    padding-left: 0;
  }
  footer .blue_area .blue_wrap dl::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  footer .blue_area .blue_wrap {
    flex-direction: column;
    max-width: 900px;
  }
  footer .blue_area .blue_wrap > ul > li {
    margin-right: 20px;
  }
}
footer .bn_area {
  margin: 50px 0 55px;
}
footer .bn_area .bn_wrap .group_list {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
footer .bn_area .bn_wrap .group_list li {
  margin: 0 4px 5px;
  width: 175px;
}
footer .bn_area .bn_wrap .group_list li img {
  width: 100%;
}
footer .bn_area .bn_wrap p {
  width: 270px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  background: #999;
  border-radius: 13px;
  margin: 45px auto 0;
}
footer .bn_area .bn_wrap .txt {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 15px;
  width: auto;
  background-color: transparent;
  color: #031842;
}
footer .bn_area .bn_wrap .bn_link {
  margin-top: 15px;
  padding-bottom: 30px;
  max-width: 1200px;
  margin-inline: auto;
  justify-content: space-between;
}
footer .bn_area .bn_wrap .bn_link li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1100px) {
  footer .bn_area .bn_wrap .bn_link li {
    width: calc(50% - 10px);
  }
}
footer .bn_area .bn_wrap .bn_link li a {
  display: inline-block;
  background: url(../images/common/bn_kyodo2.jpg) no-repeat 0/contain;
  width: 100%;
}
footer .bn_area .bn_wrap .bn_link li a img {
  transition: 0.3s;
}
footer .bn_area .bn_wrap .bn_link li a:hover {
  opacity: 1;
}
footer .bn_area .bn_wrap .bn_link li a:hover img {
  opacity: 0;
}
footer .bn_area .bn_wrap .bn_link li:nth-of-type(2) a {
  background: url(../images/common/bn_real2.jpg) no-repeat 0/contain;
}
footer .copy_area .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001a4d;
  height: 60px;
}
footer .copy_area .copy img {
  width: 142px;
  margin-right: 10px;
}
footer .copy_area .copy small {
  color: #fff;
  font-size: 13px;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
}
.pagetop a img {
  width: 21px;
}
.pagetop a:hover {
  opacity: 0.7;
}

.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%;
}

.news_content h2 {
  line-height: 1.34em;
  font-size: 20px;
  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 main {
  margin-bottom: 115px;
  overflow: hidden;
}
#Top main .link_btn {
  line-height: 40px;
  border-radius: 20px;
  width: 163px;
}
#Top main .mv_sec {
  position: relative;
  height: 100vh;
  z-index: 1;
}
#Top main .mv_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 8.22vw solid #0b36a2;
  border-right: 50vw solid #0b36a2;
  border-top: 8.22vw solid transparent;
  border-left: 50vw solid transparent;
  left: 0;
  bottom: 24%;
  z-index: -1;
}
#Top main .mv_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 24%;
  background: #0b36a2;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#Top main .mv_sec .container {
  position: unset;
}
#Top main .mv_sec .catch_wrap {
  transform: none;
  z-index: 1;
}
#Top main .mv_sec .catch_wrap p {
  position: absolute;
  transform: none;
  transition: 0s;
}
#Top main .mv_sec .catch_wrap p.move {
  transition: 1s 1500ms opacity;
}
#Top main .mv_sec .catch_wrap p:nth-of-type(1) {
  width: 377px;
  left: 120px;
  top: 34%;
}
#Top main .mv_sec .catch_wrap p:nth-of-type(2) {
  width: 455px;
  left: 117px;
  top: calc(34% + 71px);
}
#Top main .mv_sec .img_wrap {
  position: absolute;
  width: 81vw;
  height: 49.5vw;
  left: 25%;
  top: 9vw;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 1550px) {
  #Top main .mv_sec .img_wrap {
    width: 1253.88px;
    height: 766.25px;
  }
}
#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:first-of-type.move {
  transition: 1.5s;
}
#Top main .mv_sec .img_wrap figure.icon1 {
  width: 28.34%;
  right: 19.66%;
  bottom: 14.15%;
}
#Top main .mv_sec .img_wrap figure.icon1.move {
  transition-delay: 500ms;
}
#Top main .mv_sec .img_wrap figure.icon2 {
  width: 53.53%;
  right: 16.94%;
  bottom: 18.2%;
}
#Top main .mv_sec .img_wrap figure.icon2.move {
  transition-delay: 700ms;
}
#Top main .mv_sec .img_wrap figure.icon3 {
  width: 41.8%;
  right: 21.45%;
  bottom: 26.47%;
}
#Top main .mv_sec .img_wrap figure.icon3.move {
  transition-delay: 900ms;
}
#Top main .mv_sec .img_wrap figure.icon4 {
  width: 58.3%;
  right: 13%;
  bottom: 19.5%;
}
#Top main .mv_sec .img_wrap figure.icon4.move {
  transition-delay: 1000ms;
}
#Top main .mv_sec .img_wrap figure.icon5 {
  width: 61%;
  right: 18.38%;
  bottom: 9%;
}
#Top main .mv_sec .img_wrap figure.icon5.move {
  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.cloud1.move {
  transition: 1.5s;
}
#Top main .mv_sec .img_wrap figure.cloud2 {
  width: 71.74%;
  left: 17.11%;
  top: 1.7%;
  transform: none;
  animation: ver 4s 2s linear infinite;
}
#Top main .mv_sec .img_wrap figure.cloud2.move {
  transition: 1.5s;
}
#Top main .mv_sec .img_wrap2 {
  position: absolute;
  width: 17.5vw;
  left: -10%;
  top: 52%;
  z-index: -1;
  transform: none;
  animation: ver 4s 2s linear infinite;
}
#Top main .mv_sec .img_wrap2.move {
  transition: 1.5s;
}
#Top main .mv_sec .scroll_wrap {
  position: absolute;
  left: 110px;
  bottom: 100px;
}
#Top main .mv_sec .scroll_wrap a {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  position: relative;
  padding-left: 60px;
}
#Top main .mv_sec .scroll_wrap a:hover {
  opacity: 0.7;
}
#Top main .mv_sec .scroll_wrap a::before, #Top main .mv_sec .scroll_wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .mv_sec .scroll_wrap a::before {
  width: 43px;
  height: 43px;
  background: #003275;
  border-radius: 50%;
  left: 0;
}
#Top main .mv_sec .scroll_wrap a::after {
  width: 20px;
  height: 10px;
  background: url(/images/common/arrow_wh.svg) no-repeat 0/contain;
  transform: rotate(90deg);
  left: 12px;
}
@media (max-width: 1200px) {
  #Top main .mv_sec .catch_wrap p:nth-of-type(1) {
    top: 150px;
  }
  #Top main .mv_sec .catch_wrap p:nth-of-type(2) {
    top: 217px;
  }
  #Top main .mv_sec .img_wrap {
    position: absolute;
    width: 1175px;
    height: 714px;
    right: -100px;
    left: auto;
    bottom: -150px;
  }
  #Top main .mv_sec .img_wrap2 {
    display: none;
  }
}
#Top main .service_sec {
  position: relative;
}
#Top main .service_sec .lead_area {
  background-color: #0b36a2;
  position: relative;
  padding: 145px 0 100px;
}
#Top main .service_sec .lead_area h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1.4;
  margin-left: 44.6%;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}
#Top main .service_sec .lead_area h2 span {
  font-size: 19px;
  display: block;
  margin-bottom: 14px;
}
#Top main .service_sec .lead_area figure {
  position: absolute;
  width: 44.6%;
  left: -40px;
  top: -120px;
  opacity: 0;
  transform: translate(-30px, 0);
}
#Top main .service_sec .lead_area figure.move {
  transform: translate(0);
  transition-delay: 500ms;
  opacity: 1;
}
#Top main .service_sec .lead_area p {
  color: #fff;
  margin-left: 44.6%;
  line-height: 2;
}
#Top main .service_sec .list_area {
  background-color: #0b36a2;
  padding-bottom: 45px;
  position: relative;
}
#Top main .service_sec .list_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 8.22vw solid #0b36a2;
  border-right: 50vw solid #0b36a2;
  border-bottom: 8.22vw solid transparent;
  border-left: 50vw solid transparent;
  left: 0;
  bottom: -16.41vw;
}
#Top main .service_sec .list_area ul {
  justify-content: center;
  margin: 0 -22px;
}
#Top main .service_sec .list_area ul li {
  width: 33.33%;
  height: 240px;
  padding: 0 22px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
#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-color: #0b36a2;
  overflow: hidden;
}
#Top main .service_sec .list_area ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../images/common/arrow_wh.svg) no-repeat 0/contain;
  right: 27px;
  bottom: 23px;
  transition: 0.3s;
}
#Top main .service_sec .list_area ul li a .pt1 {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#Top main .service_sec .list_area ul li a .pt1 figure {
  width: 128px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#Top main .service_sec .list_area ul li a .pt1 figure:nth-of-type(1) img {
  width: 108px;
}
#Top main .service_sec .list_area ul li a .pt1 figure:nth-of-type(2) img {
  width: 108px;
}
#Top main .service_sec .list_area ul li a .pt1 figure:nth-of-type(3) img {
  width: 108px;
}
#Top main .service_sec .list_area ul li a .pt1 figure:nth-of-type(4) img {
  width: 108px;
}
#Top main .service_sec .list_area ul li a .pt1 figure:nth-of-type(5) img {
  width: 108px;
}
#Top main .service_sec .list_area ul li a .pt1 p {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
#Top main .service_sec .list_area ul li a .pt2 {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#Top main .service_sec .list_area ul li a .pt2 p {
  text-align: center;
  margin-bottom: 10px;
}
#Top main .service_sec .list_area ul li a .pt2 p span {
  font-size: 18px;
  line-height: 1.8;
  background: linear-gradient(transparent 80%, #ffe972 80%);
}
#Top main .service_sec .list_area ul li a:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 8px 0 #003278;
}
#Top main .service_sec .list_area ul li a:hover::before {
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
}
#Top main .service_sec .list_area ul li a:hover .pt2 {
  opacity: 1;
}
@media (max-width: 1100px) {
  #Top main .service_sec .list_area ul {
    margin: 0 -10px;
  }
  #Top main .service_sec .list_area ul li {
    padding: 0 10px;
  }
  #Top main .service_sec .list_area ul li a .pt2 p span {
    font-size: 15px;
  }
}
#Top main .service_sec .wave_area {
  margin-top: -15px;
}
#Top main .service_sec .wave_area .wave_bg {
  padding: 35px;
  box-sizing: border-box;
  border-radius: 10px;
  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: 40px 60px;
  box-sizing: border-box;
  border-radius: 5px;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl dt {
  font-size: 30px;
  font-weight: 700;
  color: #0066cf;
  line-height: 1;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 36px;
  background: url(../images/top/wave_check.svg) no-repeat 0/contain;
  left: 0;
  bottom: 0;
}
#Top main .service_sec .wave_area .wave_bg .wh_wrap dl .text {
  line-height: 2;
  margin-bottom: 20px;
}
#Top main .service_sec .wave_area .wave_bg .img_wrap {
  position: absolute;
  width: 465px;
  height: 252px;
  right: 76px;
  bottom: 0;
}
#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;
}
@media (max-width: 1200px) {
  #Top main .service_sec .wave_area .wave_bg .img_wrap {
    width: 317px;
    height: 175px;
    right: 36px;
  }
}
@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: 100px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 470px;
}
#Top main .service_sec .kyodocm a picture {
  transition: 0.3s;
}
#Top main .service_sec .kyodocm:hover a picture {
  opacity: 0.7;
}
#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;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#Top main .news_sec {
  margin-top: 100px;
}
#Top main .news_sec .row h2 {
  width: 350px;
  padding-left: 25px;
  box-sizing: border-box;
  color: #003ba8;
  line-height: 1;
}
#Top main .news_sec .row h2 .jp {
  font-size: 36px;
  display: block;
  margin-bottom: 22px;
}
#Top main .news_sec .row h2 .en {
  font-size: 19px;
}
#Top main .news_sec .row h2 .en::before {
  content: "--";
  margin-right: 10px;
}
#Top main .news_sec .row .news_list {
  width: calc(100% - 350px);
  min-height: 200px;
}
#Top main .news_sec .row .btn_wrap {
  position: absolute;
  left: 75px;
  bottom: 0;
}
@media (max-width: 1100px) {
  #Top main .news_sec .row h2 {
    width: 210px;
  }
  #Top main .news_sec .row .news_list {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1200px) and (min-height: 1200px) {
  #Top main .mv_sec::before {
    left: -13px;
    bottom: calc(24% - 4px);
  }
  #Top main .mv_sec::after {
    bottom: -2px;
  }
  #Top main .mv_sec .container {
    position: unset;
  }
  #Top main .mv_sec .catch_wrap p:nth-of-type(1) {
    width: 55vw;
    left: 70px;
    top: 16%;
  }
  #Top main .mv_sec .catch_wrap p:nth-of-type(2) {
    width: 65vw;
    left: 73px;
    top: 24%;
  }
  #Top main .mv_sec .img_wrap {
    width: 145vw;
    height: 88.5vw;
    left: -7%;
    top: 9vw;
    bottom: -22vw;
  }
  #Top main .mv_sec .scroll_wrap {
    left: 70px;
    bottom: 10%;
  }
  #Top main .mv_sec .scroll_wrap a {
    font-size: 37px;
    padding-left: 85px;
  }
  #Top main .mv_sec .scroll_wrap a::before {
    width: 60px;
    height: 60px;
  }
  #Top main .mv_sec .scroll_wrap a::after {
    width: 32px;
    height: 16px;
    left: 14px;
  }
  #Top main .service_sec .list_area {
    margin-top: -1px;
  }
  #Top main .service_sec .list_area::before {
    bottom: calc(-16.41vw + 2px);
  }
  #Top main .service_sec .list_area ul li {
    padding: 0 22px;
    height: auto;
  }
  #Top main .service_sec .list_area ul li a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #fff;
  }
  #Top main .service_sec .list_area ul li a::before {
    width: 20px;
    height: 10px;
    right: 27px;
    top: 95px;
  }
  #Top main .service_sec .list_area ul li a .pt1 {
    border-radius: 0px;
    flex-direction: row;
    background-color: #0b36a2;
    height: 120px;
  }
  #Top main .service_sec .list_area ul li a .pt1 figure {
    width: 128px;
    height: 83px;
    margin-bottom: 0px;
  }
  #Top main .service_sec .list_area ul li a .pt1 p {
    font-size: 25px;
    line-height: 1;
  }
  #Top main .service_sec .list_area ul li a .pt2 {
    opacity: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #Top main .service_sec .list_area ul li a .pt2 p {
    text-align: center;
    margin-bottom: 0px;
  }
  #Top main .service_sec .list_area ul li a .pt2 p span {
    font-size: 16px;
    line-height: 1.5;
  }
  #Top main .service_sec .list_area ul li:nth-of-type(1) a .pt1 figure img {
    width: 87px;
  }
  #Top main .service_sec .list_area ul li:nth-of-type(2) a .pt1 figure img {
    width: 100px;
  }
  #Top main .service_sec .list_area ul li:nth-of-type(3) a .pt1 figure img {
    width: 94px;
  }
  #Top main .service_sec .list_area ul li:nth-of-type(4) a .pt1 figure img {
    width: 68px;
  }
  #Top main .service_sec .list_area ul li:nth-of-type(5) a .pt1 figure img {
    width: 79px;
  }
}

_:lang(x)::-moz-placeholder, #Top main .service_sec .list_area::before {
  bottom: calc(-16.41vw + 2px);
}

/*==================================
  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 {
  margin: auto;
}
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 .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
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: 30px;
}
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 td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/*==================================
  Privacy
==================================*/
#privacy .sub_info {
  padding-bottom: 70px;
}

.sub .Privacy_ct .container {
  display: flex;
  justify-content: center;
}
.sub .Privacy_ct .Privacy_img {
  width: 270px;
}
.sub .Privacy_ct .Privacy_txt {
  width: calc(100% - 270px);
  padding: 42px 0 0 90px;
}
.sub .Privacy_ct .Privacy_txt p {
  color: #fff;
  letter-spacing: -0.025em;
}
.sub .Privacy_ct .Privacy_txt .big {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.sub .Privacy_ct .Privacy_txt ul li {
  color: #fff;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 10px;
  line-height: 1.8;
}
.sub .Privacy_ct .Privacy_txt .right {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.8;
  float: none;
  text-align: right;
}
.sub .Privacy_ct .Privacy_txt .right span {
  font-size: 18px;
  margin-left: 20px;
}
.sub .Privacy_over_list {
  border-top: 1px solid #dedede;
  margin-bottom: 50px;
}
.sub .Privacy_over_list dl {
  border-bottom: 1px solid #dedede;
  padding: 18px 30px;
  display: flex;
  align-items: flex-start;
}
.sub .Privacy_over_list dt {
  width: 230px;
}
.sub .Privacy_over_list dd {
  width: calc(100% - 230px);
}
.sub .Privacy_over_list .list_dot {
  display: flex;
}
.sub .Privacy_over_list .list_dot ol:not(:last-child) {
  margin-right: 70px;
}
.sub .Privacy_over_list .list_dot ol li {
  line-height: 2em;
}
.sub .Privacy_over_list ol.mbl10 li:not(:last-child) {
  margin-bottom: 10px;
}
.sub .Privacy_over_list ol.mb li:not(:last-child) {
  margin-bottom: 8px;
}
.sub .Privacy_over .title {
  text-align: unset;
}
.sub .Privacy_over .title p {
  font-size: 16px;
  color: #031842;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sub .Privacy_over .title .big {
  font-size: 24px;
  color: #031842;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.sub .Privacy_over .title .last_text {
  margin-top: 20px;
}
.sub .Privacy_over .sbox h4 {
  padding: 1.5em 0 10px 0;
}
.sub .Privacy_over .sbox p {
  padding: 0 !important;
  line-height: 1.875em;
}
.sub .Privacy_over .sbox ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.sub .Privacy_over .sbox ul li::before {
  content: "・";
  padding-right: 0.5em;
}
.sub .Privacy_over .content1 p:nth-of-type(4) {
  padding-left: 30px;
}
.sub .Privacy_over .content1 p:last-child {
  padding-left: 30px;
}
.sub .Privacy_over .content1 .table {
  padding-left: 30px;
}
.sub .Privacy_over .content1 .table table {
  width: unset;
}
.sub .Privacy_over .content1 .table table th {
  vertical-align: middle;
  padding: 15px 40px;
}
.sub .Privacy_over .content1 .table table td {
  border-top: 1px solid #dedede;
  position: relative;
  padding: 17px 40px;
}
.sub .Privacy_over .content1 .table table td ul li {
  padding-left: 35px;
}
.sub .Privacy_over .content1 .table table td ul li:before {
  content: "・";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 60px;
}
.sub .Privacy_over .content1 .center_sp {
  margin-bottom: 10px;
}
.sub .Privacy_over .content2 p {
  margin-bottom: 10px;
}
.sub .Privacy_over .content2 p:nth-of-type(2) {
  padding-left: 30px;
}
.sub .Privacy_over .content2 p:last-child {
  margin-bottom: 30px;
  padding-left: 50px;
  text-indent: -22px;
}
.sub .Privacy_over .content2 ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.sub .Privacy_over .content2 ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.8;
}
.sub .Privacy_over .content3 p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.sub .Privacy_over .content3 p:last-child {
  margin-bottom: 30px;
  padding-left: 30px;
}
.sub .Privacy_over .content4 {
  margin-bottom: 30px;
}
.sub .Privacy_over .content4 p {
  margin-bottom: 10px;
}
.sub .Privacy_over .content4 p:last-child {
  margin-bottom: 30px;
}
.sub .Privacy_over .content4 dl {
  padding-left: 30px;
}
.sub .Privacy_over .content4 dl:last-child {
  margin-bottom: 0;
}
.sub .Privacy_over .content4 dl dt {
  margin-bottom: 5px;
}
.sub .Privacy_over .content4 dl dd {
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.8;
}
.sub .Privacy_over .content4 dl dd.not {
  margin-bottom: 0;
}
.sub .Privacy_over .content5 ul {
  padding-left: 30px;
}
.sub .Privacy_over .content5 ul li {
  margin-bottom: 5px;
  line-height: 1.8;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.sub .Privacy_over .content5 {
  margin-bottom: 30px;
}
.sub .Privacy_over .content5 p {
  margin-bottom: 10px;
}
.sub .Privacy_over .content5 p:last-child {
  padding-left: 45px;
  text-indent: -1em;
}
.sub .Privacy_over .content5 p.not_bottom {
  margin-bottom: 5px;
  padding-left: 30px;
}
.sub .Privacy_over .content5 ul {
  margin-bottom: 20px;
}
.sub .Privacy_over .content6 p {
  margin-bottom: 20px;
}
.sub .Privacy_over .content6 > ul {
  padding-left: 30px;
}
.sub .Privacy_over .content6 > ul > li.contact > a {
  text-decoration: underline;
}
.sub .Privacy_over .content6 > ul > li.contact a:hover {
  color: #0066cf;
}
.sub .Privacy_over .content6 > ul li {
  line-height: 1.8;
}
.sub .Privacy_over .flex_3col {
  margin: 13px 0;
}
.sub .Privacy_over .flex_3col ol:nth-child(2) {
  margin: 0 100px;
}

@media screen and (min-width: 900px) and (max-width: 1300px) {
  .sub .Privacy_over .flex_3col ol {
    width: 33%;
  }
  .sub .Privacy_over .flex_3col ol li {
    font-size: 14px;
  }
  .sub .Privacy_over .flex_3col ol:nth-child(2) {
    margin: 0 40px;
  }
  .sub .Privacy_over_list .list_dot ol:not(:last-child) {
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 899px) {
  #Privacy.sub .top_info .top_info_img .icon {
    width: 191px;
  }
  #Privacy.sub .sub_info .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  #Privacy.sub .sub_info .Privacy_txt p {
    color: #fff;
  }
  #Privacy.sub .sub_info .Privacy_txt .big {
    color: #fff;
  }
  #Privacy.sub .sub_info .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  #privacy .sub_info {
    padding-bottom: 30px;
  }
  #privacy .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  #privacy .Privacy_txt p {
    color: #fff;
  }
  #privacy .Privacy_txt .big {
    color: #fff;
    text-align: center;
  }
  #privacy .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  .sub .Privacy_ct .container {
    position: relative;
    top: -46px;
    left: 0;
  }
  .sub .Privacy_ct .container .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  .sub .Privacy_ct .container .Privacy_txt p {
    color: #fff;
  }
  .sub .Privacy_ct .container .Privacy_txt .big {
    color: #fff;
  }
  .sub .Privacy_ct .container .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  .sub .Privacy_over_list dl {
    padding: 15px 0;
  }
  .sub .Privacy_over_list dt {
    width: 130px;
  }
  .sub .Privacy_over_list dd {
    width: calc(100% - 130px);
  }
  .sub .Privacy_over_list .list_dot {
    flex-direction: column;
  }
  .sub .Privacy_over .flex_3col {
    flex-direction: column;
    margin: 0;
  }
  .sub .Privacy_over .flex_3col ol {
    margin-bottom: 8px;
    width: 100%;
  }
  .sub .Privacy_over .flex_3col ol:nth-child(2) {
    margin: 0 0 8px;
  }
}