@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
html{
  font-size: 62.5%;
}
body {
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% { opacity: 0}
  100% { opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0}
  100% { opacity: 1}
}
:root{
  --main-color: #074684;
  --base-color: #f5f6f8;
  --basegray-color: #f8f8f8;
}
.pc-only{  display: block !important;}
.sp-only{ display: none !important;}
a{
  cursor: pointer;
}
/* arrange
----------------------------------------------*/
/* margin-top */
.mt5{margin-top: 0.5rem !important;}
.mt10{margin-top: 1rem !important;}
.mt15{margin-top: 1.5rem !important;}
.mt20{margin-top: 2rem !important;}
.mt30{margin-top: 3rem !important;}
.mt40{margin-top: 4rem !important;}
.mt50{margin-top: 5rem !important;}
.mt60{margin-top: 6rem !important;}
.mt70{margin-top: 7rem !important;}
.mt80{margin-top: 8rem !important;}
/* margin-bottom */
.mb5{margin-bottom: 0.5rem !important;}
.mb10{margin-bottom: 1rem !important;}
.mb15{margin-bottom: 1.5rem !important;}
.mb20{margin-bottom: 2rem !important;}
.mb30{margin-bottom: 3rem !important;}
.mb40{margin-bottom: 4rem !important;}
.mb50{margin-bottom: 5rem !important;}
.mb60{margin-bottom: 6rem !important;}
.mb70{margin-bottom: 7rem !important;}
.mb80{margin-bottom: 8rem !important;}
/* font size */
.f-small{font-size: 1.4rem !important;}
.f-normal{font-size: 1.4rem !important;}
.f-large{font-size: 1.8rem !important;}
.f-20{font-size: 2rem !important;}
/* font color */
.fc-main{
color: var(--main-color);
}
.flex{
  display: flex;
}
/* font  */
.t-left{ text-align: left !important;}
.t-center{ text-align: center !important;}
.t-right{ text-align: right !important;}
/* width */
.w-10{ width: 10% !important;}
.w-15{ width: 15% !important;}
.w-20{ width: 20% !important;}
.w-25{ width: 25% !important;}
.w-30{ width: 30% !important;}
.w-35{ width: 35% !important;}
.w-40{ width: 40% !important;}
.w-45{ width: 45% !important;}
.w-50{ width: 50% !important;}
.w-100{ width: 100% !important;}
/* common
----------------------------------------------*/

body {
  font-family: 'BIZ UDPGothic', sans-serif;
  color: #2d2d2d;
  font-size: 1.6rem;
  /* line-height: 1.5; */
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
li {list-style: none;}
a { text-decoration: none; color: #000000;}
i{ font-style: normal;}
.wrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.inner{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
._colorBase_{
  background: var(--base-color);
  
}

/* header
----------------------------------------------*/
header #header-pc{
  position: fixed;
  top: 0;
  left: 0;
  height: 8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
}
h1{
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 2rem;
}
/* ナビゲーション */
.header-pc-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-pc-list > li{
  position: relative;
  line-height: 8rem;
}
.header-pc-list > li > a{
  display: block;
  height: 8rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  transition: all 0.2s;
}
.header-pc-list > li > a:hover{
  color: #999;
}
.header-pc-list .header-pc-contact > a{
  background-color: var(--main-color);
  color: #fff !important;
  padding: 0 4rem;
}
.header-pc-contact > a:hover{
  opacity: 0.8;
}

/* スライド */
.header-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 6rem;
  margin: 0 auto;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: -1;
  background-color: #f5f9ffed;
  border-bottom: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.header-slideLeft{
  display: flex;
  align-items: center;
}
.header-slideLeft p{
  font-size: 2rem;
  font-weight: bold;
  margin-left: 1.5rem;
  padding-right: 2rem;
  width: 100%;
}
.header-slideIcon{
  width: 100%;
  max-width: 80px;
}
ul.header-slideList{
  min-height: 60px;
  border-left: 1px solid #8585856a;
  padding-left: 2rem;
}
ul.header-slideList > li:first-child{
  margin-top: 1rem;
}
ul.header-slideList > li{
  line-height: normal;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 10px;
}
ul.header-slideList > li::before{
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  position: absolute;
  left: -5px;
  top: 4px;
  transform: rotate(45deg);
}
ul.header-pc-list > li:first-child ul{
  display: flex;
  align-items: center;
}
ul.header-pc-list > li:first-child ul.header-slideList > li{
  margin-bottom: 0;
  margin-top: 0;
}
ul.header-slideList > li a{
  display: block;
  font-size: 1.6rem;
  font-weight: normal !important;
  padding: 0;
}
ul.header-slideList > li a:hover{
  color: var(--main-color) !important;
}
.header-sp-contact a{
  display: block;
  background-color: var(--main-color);
  color: #fff !important;
  width: 100%;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
  text-align: center;
  font-weight: bold;
}
.header-slide.open{
  opacity: 1;
  visibility: visible;
  top: 80px;
}
/* footer
----------------------------------------------*/
footer{
  background-color: #000000;
  width: 100%;
  padding: 5rem 0 2rem;
  color: #fff;
}
#footer .wrapper {
  max-width: 950px !important;
}
.footer-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-box{
  flex-grow: 1;
  max-width: 200px;
  width: 100%;
}
ul.footer-list{
  display: flex;
  flex-direction: column;
}
ul.footer-list li{
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  display: inline-block;
}
ul.footer-list li.arrow{
  padding: 0 0 0 1rem;
}
ul.footer-list li.arrow::before{
  content: '';
  position: absolute;
  left: -2px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #Fff;
  
}
ul.footer-list li.arrow-right::before{
  transform: rotate(45deg);
}
ul.footer-list li a{
  color: #fff;
  font-size: 1.4rem;
}
ul.footer-list li a:hover{
  color: var(--main-color);
}
p.footer-title{
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

ul.footerBottom-list{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  /* max-width: 700px; */
  margin: 0 auto;
}

ul.footerBottom-list li a{
  color: #fff;
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
ul.footerBottom-list li a:hover{
  color: var(--main-color);
}

small{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
}
/* チャットボット */
.chatbotBox{
  cursor: pointer;
  position: fixed;
  width: 100px;
  height: 150px;
  animation: 3s fuwafuwa infinite;
  bottom: 7rem;
  right: 2rem;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
#page-top{
	bottom: 30px;
	color: #fff;
	height: 50px;
	line-height: 65px;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 50px;
	z-index: 10;
}
#page-top a{
  font-size: 1.2rem;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	box-shadow: 0 5px 3px rgba(0,0,0,0.1);
  position: relative;
	padding-top: 10px;
}
#page-top a span{
	display: block;
    position: relative;
    top: -1rem;
}


#page-top a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px  #fff;
	position: absolute;
	left: 20px;
    top: 13px;
	transform: rotate(-45deg);
}
#page-top a:hover{
	opacity: 1;
}

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

  .wrapper { padding: 0 20px;}

/* header
----------------------------------------------*/
header{ height: 6rem;}
h1.sp-logo{
  line-height: 6rem ;
  font-size: 1.6rem;
  border-bottom:1px solid #ccc;
}
#header-sp{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
  height: 6rem;
  width: 100%;
  z-index: 1000;

}
/* hamburger button
----------------------------------------------*/
/* button */
#toggle{
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  cursor: pointer;
}
#toggle span {
  width: 65%;
  height: 1px;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform 0.4s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}
#toggle span:nth-child(1) { top: 28%;}
#toggle span:nth-child(2) { top: 48%;}
#toggle span:nth-child(3) { top: 68%;}
#toggle.open span:nth-child(1) {
  top: 50% !important;
  transform: rotate(45deg) translatey(-50%);
}
#toggle.open span:nth-child(2) {
  opacity: 0;
}
#toggle.open span:nth-child(3) {
  top: 50% !important;
  transform: rotate(-45deg) translatey(-50%);
}

/* menu */
#header-sp-inner{
  width: 100%;
  height: 100%;
  z-index:  -1;
  visibility: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#header-sp-inner > nav{
  width: 100%;
  height: calc(100% - 6rem);
  margin-top: 6rem;
  margin-bottom: 4rem;
}

#header-sp-inner.open {
  z-index: -1;
  visibility: visible;
  opacity: 1;
}
#header-sp-inner nav > ul{
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  overflow: scroll;
  overscroll-behavior-y: contain;
}

#header-sp-inner nav > ul li a {
  cursor: pointer;
  display: block;
  color: #2d2d2d;
  text-decoration: none;
  transition: opacity 0.6s ease;
  font-size: 1.5rem;
  padding: 1.5rem 0 1.5rem 1.7rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#header-sp-inner nav > ul li a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  position: absolute;
  left: 5px;
  top: 22px;
  transform: rotate(45deg);
}
#header-sp-inner .header-sp-title {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}


ul.footerBottom-list{
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
ul.footerBottom-list li{
  padding-bottom: 2rem;
}

ul.footerBottom-list li a {
  padding-left: 0;
}

.footer-box{
  max-width: 100%;
  width: 33%;
}
.footer-box:last-child{
  margin-top: 5rem;
}
}


@media screen and (max-width: 600px) {
  #top-MV p{
    font-size: 1.4rem;
    width: 100%;
  }

/* footer
----------------------------------------------*/
  .footer-inner{
    flex-direction: column;
  }
  ul.footer-list{
    padding-bottom: 3rem;
  }
  ul.footer-list li.arrow {
    padding: 0 0 0 4rem;
  }
  ul.footer-list li.arrow::before {
  left: 20px;
  }
  .footer-box:last-child{
    margin-top: 0rem;
  }
  .footer-box{
    max-width: 100%;
    width: 100%;
  }
  small{
    line-height: 2;
  }
}