@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: inline;
}
.sp {
  display: none;
}

body {
  color: #0e243d;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  line-height: 1.2rem;
}
img {
  vertical-align: middle;
}

p {
  margin-bottom: 20px;
}

#section {
  background: #f5f6f9;
}
.page_head {
  background: #03b6ff;
  height: 385px;
  box-sizing: border-box;
  padding-top: 145px;
}
.page_head h2 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: initial;
}
.page_head h2 span.main_txt {
  display: inline-block;
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 0.55s ease;
}
.page_head h2.active span.main_txt {
  transform: translate(0, 0);
  opacity: 1;
}
.page_head h2 span.sub_txt {
  font-size: 25px;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  text-align: right;
  bottom: -30px;
  right: 0;
  background: #03B6FF;
  padding-left: 20px;
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 0.55s ease;
}
.page_head h2.active .sub_txt{
  transform: translate(0, 0);
  opacity: 1;
}
.page_head h2::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  width: 100vw;
  bottom: -16px;
  right: 0px;
  transform: translate(-50%, 0);
  transition: all 0.55s ease;
  transition-delay: .35s;
  opacity: 0;
}
.page_head h2.active::before {
  transform: translate(0, 0);
  opacity: 1;
}


.section h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 10px;
  line-height: initial;
}
.section h3 span.main_txt {
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 0.55s ease;
}
.section.active h3 span.main_txt {
  position: relative;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .35s;
  display: inline-block;
}
.section.active h3 span.line {
  position: relative;
}
.section h3 span.line::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #0e243d;
  transform: scale(0, 1);
  opacity: 0;
  transition: all 0.55s ease;
}
.section.active h3 span.line::before {
  transform: scale(1, 1);
  opacity: 1;
}
.inner {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.section_wrapper {
  background: #fff;
  padding: 70px 20px;
  position: relative;
  top: -50px;
  width: calc(100% - 100px);
  margin: auto;
}

.link,
.btn {
  display: inline-block;
  text-decoration: none;
}

.link::before{
  border-bottom: solid 5px #fff;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
  left: 0;
}
.fix .link::before{
  border-bottom: solid 5px #03b6ff;
}
.link:hover::before{
  width: 100%;
}
.btn {
  background: #e22727;
  padding: 0 15px;
  border-radius: 5px;
  box-shadow: 0px 3px #a52f2f;
  top: -2px;
  position: relative;
  color: #fff;
}

.btn:hover {
  border-bottom: 0;
  top: 1px;
  box-shadow: none;
}
.img_box{
  position: relative;
  }  
  .img_box img{
  width: 100%;
  }
  
#gotop a {
  position: fixed;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  z-index: 1001;
  right: 40px;
  bottom: 40px;
}

#gotop a::before,
#gotop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#gotop a::before {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(8, 64, 138, 0.8);
}

#gotop a::after {
	left: 18px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* #header */

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 1000;
  background: #03B6FF;
}
#header .logo {
  display: inline-block;
}

#header .logo a {
  text-decoration: none;
  display: inline-block;
  width: 230px;
  height: 52px;
  background: url(../img/logo_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

#header.fix{
  background: #fff;
  height: auto;
  border-bottom: 1px solid #ddd;
}
#header.fix .logo a {
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-top: 0;
}

/* #nav */

#nav {
  float: right;
  font-size: 14px;
}

#nav li {
  display: inline-block;
}

#nav li a {
  color: #fff;
  margin-left: 20px;
  height: 35px;
  line-height: 35px;
  padding-top: 30px;
  padding-right: 10px;
  position: relative;
}
#header.fix #nav li a{
  color: #0e243d;
  padding-top: 11px;
}



/* #footer */

#footer {
  background: #1e2430;
  color: #fff;
  padding: 20px 0 30px;
}
#footer h2 {
  margin-bottom: 25px;
}
#footer .flex {
  justify-content: space-between;
}
#footer .address {
  font-size: 10px;
}
.footer_left_contents {
  width: 200px;
}
.footer_left_contents a.contact_btn {
  font-size: 14px;
  background: #03b6ff;
  color: #fff;
  padding: 10px 55px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s;
}
.footer_left_contents a.contact_btn:hover {
  background: #ff6969;
}

#footer dl {
  margin-right: 100px;
}
#footer dl:last-of-type {
  margin-right: 0;
}

#footer dl a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
}
#footer dl dd a {
  color: #83858b;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
}
#footer dl dd a::before {
  content: "";
  background: #83858b;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.footer_right_contents {
  display: flex;
}

#footer .copylight {
  color: #f2f2f2;
  font-size: 10px;
  margin-top: 25px;
}

#footer h2 a {
  text-decoration: none;
  display: inline-block;
  width: 230px;
  height: 52px;
  background: url(../img/logo_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}


/* ハンバーガーボタン */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 34px;
  height: 28px;
  right: 20px;
  display: none;
  top: -10px;
  bottom: 0;
  margin: auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.fix .menu-trigger span {
  background-color: #03b6ff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* 汎用 */

.flex {
  display: flex;
}

.center {
  text-align: center !important;
}

/* アニメーションを起こす */
#header,
#header .logo a,
#nav li a{
  transition: all .7s ease;
  }

/* dl.table */
dl.table{
    margin-top: 65px;
    border-top: 2px solid #03B6FF;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  dl.table dt,
  dl.table dd{
    font-size: 20px;
    font-weight: bold;
    padding: 30px 16px;
    box-sizing: border-box;
    width: 30%;
    border-bottom: 1px dashed #ccc;
  }
  dl.table dd{
  font-size: 18px;
  font-weight: normal;
  width: 70%;
  line-height: 1.8rem;
  }
  
  /*dl.table dt.last_child,
  dl.table dd.last_child{
    border-bottom: none;
  }*/
  dl.table dt:last-of-type,
  dl.table dd:last-of-type{
    border-bottom: none;
  }
  
  .address_wrapper a{
    color: #03B6FF;
    text-decoration: none;
  }
  .address_wrapper a:hover{
    text-decoration: underline;
  }

  @-moz-document url-prefix(){
    #gotop a::after{
      top: 2px;
    }
  }
