@charset "utf-8";
/*-----------------------------------------------------

  layout.css
  common CSS

------------------------------------------------------*/

@font-face {
  font-family: 'NotoSansCJKjpBlack';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
       url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
  font-display: swap;
}

/*-----------------------------------------------------
  general　
-----------------------------------------------------*/

body {
  width: 100%;
  min-width: 1280px;
  font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  background: #fff;
  line-height: 1.7;
  font-size: 62.5%;
  color: #333;
}

#wrapper {
  width: 100%;
}

*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a:link {text-decoration:none; color:#16809e;}
a:visited {text-decoration:none; color:#16809e;}
a:hover {text-decoration:none; color:#3896b0;}


/*---- btn -----*/

.btn_more {
  width: clamp(293px, 22.857vw, 457px);
  height: clamp(55px, 4.286vw, 86px);
  position: relative;
}

.btn_more a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: clamp(46px, 3.571vw, 71px);
  background: #16809e;
  border: solid clamp(2px, 0.143vw, 3px) #16809e;
  font-size: clamp(22px, 1.714vw, 34px);
  border-radius: clamp(27px, 2.143vw, 43px);
  text-align: center;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: clamp(51px, 4vw, 80px);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.btn_more a:link {text-decoration:none; color:#fff;}
.btn_more a:visited {text-decoration:none; color:#fff;}
.btn_more a:hover {text-decoration:none; color:#16809e;}

.btn_more .arrow_s {
  width: clamp(33px, 2.571vw, 51px);
  height: clamp(10px, 0.786vw, 16px);
  position: absolute;
  right: clamp(29px, 2.286vw, 46px);
  top: clamp(24px, 1.857vw, 37px);
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.btn_more.posi a {
  background: #fff;
  border: solid clamp(2px, 0.143vw, 3px) #fff;
}

.btn_more.posi a:link {text-decoration:none; color:#16809e;}
.btn_more.posi a:visited {text-decoration:none; color:#16809e;}
.btn_more.posi a:hover {text-decoration:none; color:#fff;}

.btn_more.posi .arrow_s {
  fill: #16809e;
}

.btn_more a:hover {
  background: #fff;
}

.btn_more:hover .arrow_s {
  fill: #16809e;
  transform: translateX(10px);
}

.btn_more.posi a:hover {
  background: #16809e;
  border: solid clamp(2px, 0.143vw, 3px) #16809e;
}

.btn_more.posi:hover .arrow_s {
  fill: #fff;
}


/*-----------------------------------------------------
  header
------------------------------------------------------*/

header {
  width: 100%;
}

#header_fixed {
  width: 100%;
  min-width: 1280px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all .35s;
  transition: all .35s;
  border-top: solid 1px #003e50;
  border-bottom: solid 1px #003e50;
  background: #fff;
}

#header_fixed h1, body.sub #header_fixed h2 {
  margin: 12px 0 0 15px;
}

body.sub #header_fixed h2 a:hover img {
  opacity: 0.8;
}

#header_navi ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1.8em;
  line-height: 1;
}

#header_navi li a {
  display: block;
  height: 68px;
  line-height: 70px;
  padding: 0 23px;
  position: relative;
}

#header_navi li a:link {text-decoration:none; color:#333;}
#header_navi li a:visited {text-decoration:none; color:#333;}
#header_navi li a:hover {text-decoration:none; color:#16809e;}

#header_navi li.navi_btn_contact {
  margin-left: 23px;
}

#header_navi li.navi_btn_contact a {
  background: #16809e;
}

#header_navi li.navi_btn_contact a:hover {
  background: #3896b0;
}

#header_navi li.navi_btn_contact a:link {text-decoration:none; color:#fff;}
#header_navi li.navi_btn_contact a:visited {text-decoration:none; color:#fff;}
#header_navi li.navi_btn_contact a:hover {text-decoration:none; color:#fff;}

#header_navi li a::after {
  width: 100%;
  height: 3px;
  transform: scale(0,1);
  transform-origin: center;
  content: '';
  display: block;
  background: #16809e;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header_navi li a:hover::after {
  transform: scale(1,1);
}

#header_navi li.navi_btn_contact a::after {
  display: none;
}

#menu_btn {
  display: none;
}

/*---- download btn -----*/

.btn_download {
  width: clamp(603px, 47.143vw, 943px);
  height: clamp(128px, 10vw, 200px);
  margin: clamp(64px, 5vw, 100px) auto;
}

.btn_download a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: clamp(23px, 1.786vw, 36px);
  border-radius: clamp(64px, 5vw, 100px);
  background: #16809e;
  font-size: clamp(18px, 1.429vw, 29px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  border: solid clamp(2px, 0.143vw, 3px) #16809e;
  -webkit-transition: all .3s;
  transition: all .3s;

}

.btn_download a span {
  display: block;
  font-size: 1.6em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin-top: clamp(9px, 0.714vw, 14px);
}

.icon_download {
  width: clamp(37px, 2.857vw, 57px);
  height: clamp(37px, 2.857vw, 57px);
  fill: #fff;
  margin-left: clamp(23px, 1.786vw, 36px);
}

.btn_download a:hover {
  background: #fff;
  border: solid clamp(2px, 0.143vw, 3px) #16809e;
  color: #16809e;
}

.btn_download a:hover .icon_download {
  fill: #16809e;
}


/*-----------------------------------------------------
  contents
------------------------------------------------------*/

#notfound p {
  font-size: 2em;
}





/*-----------------------------------------------------
  footer
------------------------------------------------------*/

footer {
  background: #2b3c40;
  padding: 95px 0 50px;
}

#footer_navi ul {
  display: flex;
  justify-content: center;
  font-size: 1.8em;
  line-height: 1;
}

#footer_navi li a {
  padding: 0 23px;
  position: relative;
}

#footer_navi li a:link {text-decoration:none; color:#fff;}
#footer_navi li a:visited {text-decoration:none; color:#fff;}
#footer_navi li a:hover {text-decoration:none; color:#79d5ff;}

#footer_logo {
  margin: 115px 0 10px;
  text-align: center;
}

#copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------
  Responsive
-----------------------------------------------------*/

.onlyPC { display: block;}
.onlySP { display: none;}

@media screen and (max-width: 767px) {
  .onlyPC { display: none;}
  .onlySP { display: block;}
}



/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {


/*-----------------------------------------------------
  SP general　
-----------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  min-width: auto;
}

#wrapper {
}

img { width: 100%; height: auto;}

.btn_more {
  width: 64.103vw;
}

.btn_more a {
  font-size: 5.128vw;
}

.btn_more .arrow_s {
  width: 7.179vw;
}


/*-----------------------------------------------------
  SP header
------------------------------------------------------*/

#header_fixed {
  min-width: auto;
  height: auto;
}

body.sub #header_fixed {
  height: 110px;
}

#header_fixed h1, body.sub #header_fixed h2 {
  height: 49px;
  margin: 9px 0 0 7px;
}

#header_fixed h1 img, body.sub #header_fixed h2 img {
  width: 120px;
}

#menu_btn {
  display: block;
  position: fixed;
  width: 54px;
  height: 58px;
  right: 0;
  top: 1px;
  text-align: center;
  z-index: 9999;
}

body.sub #menu_btn {
  top: 0px;
}

.menuButton {
  display: block;
  width: 30px;
  height:30px;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 9999;
}

  .menuButton span {
    display: block;
    background: #4c4c4c;
    width: 28px;
    height: 4px;
    position: absolute;
    left: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  .menuButton span:first-child {
    top: 1px;
  }

  .menuButton span:nth-child(2) {
    margin-top: -4px;
    top: 50%;
  }

  .menuButton span:last-child {
    bottom: 5px;
  }

  .menuButton.active span {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
  }

  .menuButton.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  .menuButton.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

.menu_tit {
  position: absolute;
  font-size: 1.3rem;
  left: 7px;
  bottom: 3px;
}

.menu_tit.active {
  color: #fff;
}

#header_navi {
  width: 0;
  height: 100vh;
  padding-bottom: 50px;
  overflow-x: hidden;
  position: fixed;
  top: 0px;
  right: 0;
  background: rgba(0,62,80,0.95);
  padding-top: 100px;
  z-index: 9998;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#header_navi.open-menu {
  width: 100%;
}

#header_navi ul {
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

#header_navi li {
  display: block;
  margin-bottom: 15px;
}

#header_navi li a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  border-bottom: solid 1px #fff;
  padding: 0 0 5px;
  background: url(../images/common/arrow_s.svg) no-repeat right 5px bottom 10px;
  background-size: 30px auto;
}

#header_navi li a:link {text-decoration:none; color:#fff;}
#header_navi li a:visited {text-decoration:none; color:#fff;}
#header_navi li a:hover {text-decoration:none; color:#f6ff00;}

#header_navi li.navi_btn_contact {
  margin-left: 0;
}

#header_navi li a::after {
  display: none;
}

#header_navi li.navi_btn_contact a {
  background: url(../images/common/arrow_s.svg) no-repeat right 5px bottom 10px transparent;
  background-size: 30px auto;
}

/*-----------------------------------------------------
  SP contents
------------------------------------------------------*/
#notfound p {
  font-size: 1.6rem;
}


/*-----------------------------------------------------
  SP footer
------------------------------------------------------*/
footer {
  padding: 7.692vw 0;
}

#footer_navi ul {
  font-size: 3.59vw;
  flex-wrap: wrap;
}

#footer_navi li {
  margin-bottom: 5.128vw;
}

#footer_logo {
  margin: 7.692vw 0 1.282vw;
}

#footer_logo img {
  width: clamp(1px, 30.769vw, 143px);
}

#copyright {
  font-size: 3.077vw;
}




}

/*-----------------------------------------------------
  PC SP general
------------------------------------------------------*/

.marker_yellow {
  background: linear-gradient(transparent 60%, #f6ffa7 0%);
}

.flex_box {
  display: flex;
}

.font_blue {
  color: #16809e;
}

/*-----------------------------------------------------
  br無効化
-----------------------------------------------------*/

@media screen and (min-width: 768px) {
  br.pc_br_off {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  br.sp_br_off {
    display: none;
  }
}
