@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #333;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

span.title-en {
  color: #0079BA;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  span.title-en {
    font-size: 14px;
  }
}

body {
  background-color: #FAFAEF;
}

a.btn-top {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  a.btn-top {
    margin-top: 30px;
  }
}
a.btn-top::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  a.btn-top::before {
    width: 30px;
    height: 30px;
  }
}

a.btn-under {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
a.btn-under::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}

header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  header {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #FAFAEF;
    width: 100%;
    height: calc(100% - 60px);
    transition: 0.2s;
    z-index: 10;
    padding-top: 10px;
  }
}
header .box {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  header .box {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo {
    text-align: center;
    width: 100%;
  }
}
header .box h1.header-logo img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo img {
    height: 50px;
  }
}
header .box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .box ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
header .box ul li {
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header .box ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 736px) {
  header .box ul li.pc {
    display: none;
  }
}
header .box ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 736px) {
  header .box ul li a {
    padding: 10px 0;
    display: block;
    font-size: 13px;
  }
}
header .box ul li a img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .box ul li.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}
header .box ul li.dropdown .dropdown-content {
  display: none;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: calc(100% + 10px);
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding-top: 10px;
  margin: 0;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content {
    display: block;
    opacity: 1;
    box-shadow: none;
    padding-top: 0;
    position: relative;
    width: auto;
  }
}
header .box ul li.dropdown .dropdown-content li {
  clear: both;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li {
    background-color: transparent;
    border-bottom: 1px dotted #ccc;
  }
}
header .box ul li.dropdown .dropdown-content li a {
  font-size: 13px;
  padding: 16px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 20em;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li a {
    width: auto;
    padding: 5px;
  }
}
header .box ul li.dropdown .dropdown-content li:nth-of-type(3) {
  border-bottom: none;
}
header .box ul li.btn-header {
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-header {
    display: none;
  }
}
header .box ul li.btn-header a {
  margin: 0 0 0 5px;
}
header .box ul li.btn-header.btn-mypage {
  position: absolute;
  right: 345px;
}
header .box ul li.btn-header.btn-mail {
  position: absolute;
  right: 210px;
}
header .box ul li.btn-header.btn-tel {
  position: absolute;
  right: 0;
}
header .box .btn-box-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp {
    display: block;
    background-color: #F5F2E4;
    padding: 15px 0 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-tel {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-web {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #0079BA;
    border: 1px solid #0079BA;
    margin: 0 auto 10px;
    font-size: 14px;
    padding: 15px 70px;
    width: 80%;
  }
  header .box .btn-box-sp .btn-web::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    background-image: url(../images/common/icon-mail.svg);
  }
  header .box .btn-box-sp .btn-web::after {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-image: url(../images/common/icon-arrow-blue.svg);
    background-color: #FAFAEF;
  }
  header .box .btn-box-sp .btn-web span {
    color: #FAFAEF;
  }
}

h1.sp-logo {
  display: none;
}
@media screen and (max-width: 736px) {
  h1.sp-logo {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    background-color: #FAFAEF;
    z-index: 1;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a img {
    height: 50px;
  }
}

nav.sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  nav.sp-header {
    display: block;
    width: 100%;
    background-color: #0079BA;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}
nav.sp-header .sp-logo a img {
  height: 50px;
}
nav.sp-header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
nav.sp-header ul li a {
  display: block;
}
nav.sp-header ul li a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  nav.sp-header ul li#menu-close {
    display: none;
  }
}

footer {
  background-color: #EBEADA;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #002940;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 30px 160px;
  background-image: url(../images/top/bg-footer.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  footer .box {
    padding: 30px 15px 80px;
    width: 100%;
    margin-bottom: 60px;
  }
}
footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left {
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 100%;
  }
}
footer .box .footer-top .footer-left .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo {
    margin-bottom: 15px;
  }
}
footer .box .footer-top .footer-left .logo img {
  height: 80px;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo img {
    height: 60px;
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .box .footer-top .footer-left .googlemap {
  margin-bottom: 15px;
}
footer .box .footer-top .footer-left .googlemap a {
  color: #FAFAEF;
  text-decoration: underline;
}
footer .box .footer-top .footer-left .address p {
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .address p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .box .footer-top .footer-left .address p a {
  color: #FAFAEF;
}
footer .box .footer-top .footer-center {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center {
    width: 100%;
  }
}
footer .box .footer-top .footer-center ul {
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 48%;
    margin-right: 0;
  }
}
footer .box .footer-top .footer-center ul li {
  font-size: 14px;
  color: #FAFAEF;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li {
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center ul li a {
  display: block;
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li a {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center a.banner-miyamashi {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 7px;
  margin-top: 30px;
}
footer .box .footer-top .footer-center a.banner-miyamashi img {
  height: 45px;
  width: 200px;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  box-sizing: content-box;
}
footer .box .footer-top .footer-right {
  padding-left: 30px;
  border-left: 1px solid #FAFAEF;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right {
    padding-left: 0;
    border: none;
    align-items: center;
    margin-top: 15px;
  }
}
footer .box .footer-top .footer-right a {
  display: block;
}
footer .box .footer-top .footer-right a img {
  height: 70px;
  max-width: 100%;
}
footer .box .footer-top .footer-right a span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right a span {
    display: none;
  }
}
footer .box .footer-top .footer-right ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right ul {
    width: auto;
    margin-left: 20px;
  }
}
footer .box .footer-top .footer-right ul li a {
  display: block;
  margin-right: 10px;
}
footer .box .footer-top .footer-right ul li a img {
  width: 48px;
  height: 48px;
}
footer .box .footer-bottom ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #FAFAEF;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li a {
    margin: 0 0 10px;
    font-size: 11px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAEF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
#splash .logo {
  z-index: 1002;
  position: relative;
  height: 80px;
  width: 300px;
  overflow: hidden;
}
#splash .logo img {
  height: 80px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
}
#splash .gray-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  z-index: 1001;
}
#splash.step1 .logo img {
  top: 0;
}
#splash.step2 .gray-bg {
  height: 100%;
}
#splash.step3 .gray-bg {
  transform: translateY(-100%);
}
#splash.hide {
  display: none;
}

#mv .mv-img-box,
#mv .mv-contents-box .text h1,
#mv .mv-contents-box .text p,
#mv .mv-contents-box .img {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#mv.step1 .mv-img-box {
  opacity: 1;
}
#mv.step2 .mv-contents-box .text h1 {
  opacity: 1;
}
#mv.step3 .mv-contents-box .text p {
  opacity: 1;
}
#mv.step4 .mv-contents-box .img {
  opacity: 1;
}

main#top #important {
  width: 95%;
  max-width: 1400px;
  margin: 90px auto 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#top #important {
    width: 90%;
    margin-top: 65px;
  }
}
main#top #important dl {
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: calc(100% - 440px);
}
@media screen and (max-width: 736px) {
  main#top #important dl {
    border-radius: 5px;
    width: 100%;
  }
}
main#top #important dl dt {
  width: 14em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E34C01;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
@media screen and (max-width: 736px) {
  main#top #important dl dt {
    width: 13em;
    font-size: 10px;
    padding: 10px 0;
  }
}
main#top #important dl dd {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  background-color: #fff;
  padding: 0 20px;
  max-height: 4em;
}
@media screen and (max-width: 736px) {
  main#top #important dl dd {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
main#top #important dl dd a {
  display: flex;
  align-items: center;
  width: 100%;
}
main#top #important dl dd a span.date {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
  width: 8em;
}
@media screen and (max-width: 736px) {
  main#top #important dl dd a span.date {
    width: 6em;
    font-size: 10px;
    margin-right: 10px;
  }
}
main#top #important dl dd a p {
  flex: 1;
  max-height: 4em;
}
@media screen and (max-width: 736px) {
  main#top #important dl dd a p {
    font-size: 12px;
    width: 100%;
  }
}
main#top #mv {
  background-image: url(../images/top/bg-mv.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: 200px;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media screen and (max-width: 736px) {
  main#top #mv {
    padding-top: 70px;
  }
}
main#top #mv .mv-img-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 540px;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-img-box {
    height: auto;
  }
}
main#top #mv .mv-img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
main#top #mv .mv-contents-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -300px;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-contents-box {
    top: -20px;
    padding: 0;
    margin-bottom: 30px;
    display: block;
  }
}
main#top #mv .mv-contents-box .text {
  width: 60%;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-contents-box .text {
    width: 100%;
  }
}
main#top #mv .mv-contents-box .text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px #B6D4E4;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-contents-box .text h1 {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
}
main#top #mv .mv-contents-box .text p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
  color: #fff;
}
main#top #mv .mv-contents-box .img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-contents-box .img {
    width: 100%;
    position: relative;
  }
}
main#top #mv .mv-contents-box .img img {
  width: 120%;
  -o-object-fit: contain;
     object-fit: contain;
}
main#top #mv #service {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FAFAEF;
  border: 1px solid #333;
  padding: 50px;
}
@media screen and (max-width: 736px) {
  main#top #mv #service {
    padding: 15px 15px 30px;
    width: 90%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box {
    overflow: visible;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box .title-en {
    display: block;
    font-size: 14px;
  }
}
main#top #mv #service .box h2 {
  font-size: 30px;
  font-weight: 500;
  text-indent: -0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box h2 {
    font-size: 20px;
  }
}
main#top #mv #service .box ul.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box ul.service-list {
    margin: 30px -25px 0;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box ul.service-list .slick-track {
    display: flex;
  }
}
main#top #mv #service .box ul.service-list li {
  width: 32%;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 20px 20px 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box ul.service-list li {
    width: 100%;
    margin: 0 5px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
main#top #mv #service .box ul.service-list li img {
  height: 60px;
  max-width: 80%;
  margin-bottom: 15px;
}
main#top #mv #service .box ul.service-list li p {
  text-align: left;
}
main#top #mv #service .box ul.service-list li a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #333;
}
@media screen and (max-width: 736px) {
  main#top #mv #service .box ul.service-list li a {
    bottom: 20px;
    left: 20px;
  }
}
main#top #mv #service .box ul.service-list li a::before {
  background-color: #333;
  background-image: url(../images/common/icon-arrow-white.svg);
}
main#top #mv #service .box ul.slick-dots {
  bottom: -50px;
}
main#top #mv #service .box ul.slick-dots li {
  width: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
  display: inline-block;
}
main#top #mv #service .box ul.slick-dots li button::before {
  font-size: 10px;
}
main#top #news .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#top #news .box {
    flex-wrap: wrap;
  }
}
main#top #news .box .title-box {
  position: relative;
  width: 14em;
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box span.title-en {
    font-size: 20px;
  }
}
main#top #news .box .title-box h2 {
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box h2 {
    font-size: 22px;
  }
}
main#top #news .box .title-box a.btn-top {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #333;
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box a.btn-top {
    left: auto;
    right: 0;
  }
}
main#top #news .box .title-box a.btn-top::before {
  background-image: url(../images/common/icon-arrow-gray.svg);
  background-color: #FAFAEF;
  border: 1px solid #333;
}
main#top #news .box .contents-box ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul li {
    padding: 20px 0 10px;
  }
}
main#top #news .box .contents-box ul li span.cat {
  color: #FAFAEF;
  font-size: 12px;
  background-color: #C2CFD1;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 10px;
}
main#top #news .box .contents-box ul li span.date {
  color: #999;
  font-size: 14px;
}
main#top #news .box .contents-box ul li p {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  main#top #sdgs {
    padding: 0;
  }
}
main#top #sdgs .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  background-image: url(../images/top/bg-sdgs.png);
  border: 1px solid #333;
  padding: 50px;
}
@media screen and (max-width: 736px) {
  main#top #sdgs .box {
    padding: 15px;
    border: none;
    background-image: none;
    background-color: #F0D159;
  }
}
main#top #sdgs .box .title-box {
  position: relative;
}
main#top #sdgs .box .title-box span.title-en {
  color: #333;
}
@media screen and (max-width: 736px) {
  main#top #sdgs .box .title-box span.title-en {
    font-size: 16px;
  }
}
main#top #sdgs .box .title-box h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top #sdgs .box .title-box h2 {
    font-size: 24px;
  }
}
main#top #sdgs .box .title-box a.btn-top {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
}
@media screen and (max-width: 736px) {
  main#top #sdgs .box .title-box a.btn-top {
    position: relative;
    margin-top: 20px;
  }
}
main#top #sdgs .box .title-box a.btn-top::before {
  background-color: #333;
  background-image: url(../images/common/icon-arrow-white.svg);
}
main#top #sdgs .box ul.sdgs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
main#top #sdgs .box ul.sdgs-list .slick-list {
  padding: 0 !important;
}
main#top #sdgs .box ul.sdgs-list li {
  width: 32%;
  aspect-ratio: 4/3;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#top #sdgs .box ul.sdgs-list li {
    width: 80%;
    height: auto;
    margin: 0 10px;
  }
}
main#top #sdgs .box ul.sdgs-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#top #sdgs .box ul.slick-dots {
  bottom: -50px;
}
main#top #sdgs .box ul.slick-dots li {
  width: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
  display: inline-block;
  margin: 0;
}
main#top #sdgs .box ul.slick-dots li button::before {
  font-size: 10px;
}
main#top #contact {
  background-image: url(../images/top/bg-contact.svg);
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
}
main#top #contact .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
main#top #contact .box #faq-banner {
  width: 100%;
  max-width: 800px;
  margin: 80px auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #0079BA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner {
    margin: 0 auto 80px;
    padding: 10px;
  }
}
main#top #contact .box #faq-banner .img {
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .img {
    width: 70px;
    margin-right: 0;
  }
}
main#top #contact .box #faq-banner .img img {
  width: 100%;
  max-height: 100%;
}
main#top #contact .box #faq-banner .text {
  flex: 1;
}
main#top #contact .box #faq-banner .text .inner-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .text .inner-box {
    justify-content: center;
    margin-bottom: 10px;
  }
}
main#top #contact .box #faq-banner .text .inner-box h2 {
  color: #FAFAEF;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .text .inner-box h2 {
    font-size: 22px;
    margin-right: 0;
  }
}
main#top #contact .box #faq-banner .text .inner-box h2 span.title-en {
  padding-top: 0;
  color: #D0D9D8;
  display: block;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .text .inner-box h2 span.title-en {
    font-size: 14px;
    margin-bottom: 0;
    color: #FAFAEF;
  }
}
main#top #contact .box #faq-banner .text .inner-box p {
  text-align: left;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .text .inner-box p {
    display: none;
  }
}
main#top #contact .box #faq-banner .text a {
  color: #0079BA;
  background-color: #FAFAEF;
  width: 100%;
  border: 1px solid #FAFAEF;
  border-radius: 100px;
  padding: 10px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner .text a {
    font-size: 12px;
    padding: 3px;
  }
}
main#top #contact .box #faq-banner a {
  display: block;
  text-align: center;
}
main#top #contact .box #faq-banner a span.title-en {
  color: #fff;
}
main#top #contact .box #faq-banner a h2 {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box #faq-banner a h2 {
    font-size: 22px;
  }
}
main#top #contact .box #faq-banner a p {
  color: #FAFAEF;
}
main#top #contact .box span.title-en {
  text-align: center;
  padding-top: 80px;
}
main#top #contact .box h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
main#top #contact .box .btn-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .btn-box {
    flex-wrap: wrap;
  }
}
main#top #contact .box .btn-box a {
  border-radius: 100px;
  padding: 20px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .btn-box a {
    margin: 0 0 10px;
    font-size: 14px;
    padding: 15px 70px;
    width: 100%;
  }
}
main#top #contact .box .btn-box a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
}
main#top #contact .box .btn-box a::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .btn-box a::after {
    width: 30px;
    height: 30px;
  }
}
main#top #contact .box .btn-box a span {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .btn-box a span {
    font-size: 14px;
  }
}
main#top #contact .box .btn-box a.btn-tel {
  padding: 0;
}
main#top #contact .box .btn-box a.btn-tel img {
  width: 100%;
  height: 100px;
}
main#top #contact .box .btn-box a.btn-web {
  background-color: #0079BA;
  border: 1px solid #0079BA;
}
main#top #contact .box .btn-box a.btn-web::before {
  background-image: url(../images/common/icon-mail.svg);
}
main#top #contact .box .btn-box a.btn-web::after {
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #FAFAEF;
}
main#top #contact .box .btn-box a.btn-web span {
  color: #FAFAEF;
}/*# sourceMappingURL=top.css.map */