@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #2c2c2c;
  height: 100%;
  font-family: 'Lato','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  letter-spacing: .4px;
}
b, strong, .bold,h1,h2,h3,h4,h5,h6{
  font-family: 'Lato','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}


sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


@media only screen and ( max-width : 767px ) {
  body {font-size: 12px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  outline:none;
  color: #2c2c2c;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.mb0 { margin-bottom : 0px; }
.mb05 { margin-bottom : 5px; }
.mb10 { margin-bottom : 10px; }
.mb15 { margin-bottom : 15px; }
.mb20 { margin-bottom : 20px; }
.mb25 { margin-bottom : 25px; }
.mb30 { margin-bottom : 30px; }
.mb40 { margin-bottom : 40px; }
.mb50 { margin-bottom : 50px; }
.mb60 { margin-bottom : 60px; }
.mb70 { margin-bottom : 70px; }
.mb80 { margin-bottom : 80px; }
.mt05 { margin-top : 5px; }
.mt10 { margin-top : 10px; }
.mt15 { margin-top : 15px; }
.mt20 { margin-top : 20px; }
.mt25 { margin-top : 25px; }
.mt30 { margin-top : 30px; }
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }


@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .sp_sbox {
    margin-bottom: 30px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  transition: .3s;
}
#header.is-fixed {
  background: rgba(2,40,76,.9);
}
#h_logo a {
  display: block;
}
#h_logo h1 {
  width: 228px;
}
#gNav li {
  position: relative;
}
#gNav li a {
  font-size: 13px;
  color: #fff;
  position: relative;
}
#gNav .h_contact_btn a,
#gNav .h_trial_btn a {
  border-radius: 50px;
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gNav .h_contact_btn a {
  /*background: #f08600;
  background: -moz-linear-gradient(left,  #f08600 0%, #ff9e23 100%);
  background: -webkit-linear-gradient(left,  #f08600 0%,#ff9e23 100%);
  background: linear-gradient(to right,  #f08600 0%,#ff9e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08600', endColorstr='#ff9e23',GradientType=1 );*/
  background: rgb(242,117,0);
  background: -moz-linear-gradient(left,  rgba(242,117,0,1) 0%, rgba(237,203,33,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(242,117,0,1) 0%,rgba(237,203,33,1) 100%);
  background: linear-gradient(to right,  rgba(242,117,0,1) 0%,rgba(237,203,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27500', endColorstr='#edcb21',GradientType=1 );

}
#gNav .h_contact_btn a:before {
  content: "";
  background: url(../image/ico-mail.png) no-repeat center / 100%;
}
#gNav .h_trial_btn a {
  background: #0077d9;
  background: -moz-linear-gradient(left,  #0077d9 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left,  #0077d9 0%,#35d0c4 100%);
  background: linear-gradient(to right,  #0077d9 0%,#35d0c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d9', endColorstr='#35d0c4',GradientType=1 );
}
#gNav .sub-menu {
  display: none;
}
#gNav .menu-item-has-children > a {
  padding-right: 20px;
}
#gNav .menu-item-has-children > a:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../image/ico-arrow-w.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#gNav .nav02 li a {
  font-weight: normal;
}
#gNav .nav02 li a span {
  display: inline-block;
  vertical-align: middle;
}
#gNav .nav02 li a span img {
  display: block;
  margin-right: 7px;
}

@media only screen and ( max-width : 991px ) {
  #header {
    height: 42px;
  }
  #header .container {
    padding: 0 10px;
    max-width: 100%;
  }
  #h_logo {
    width: 130px;
    display: flex;
    align-items: center;
    height: 42px;
  }
  #h_logo h1 {
    width: auto;
    height: auto;
  }
  #h_logo a {
  }
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 48px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 18px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5.5px) rotate(-45deg);
    width: 100%;
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 5.5px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-5.5px) rotate(45deg);
    width: 100%;
    bottom: -10px;
  }
  nav#gNav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: rgba(2,40,76,.9);
    transition: all .3s;
    position: relative;
    z-index: 80;
  }
  /*nav#gNav.open {
    transform: translateZ(0);
  }*/
  nav#gNav li {
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  #gNav .nav li:first-of-type {
    border-top: 1px solid rgba(255,255,255,.3);
  }
  nav#gNav li a {
    position: relative;
    padding: 15px 25px;
    display: block;
    font-size: 13px;
  }
  .h_sp_btn {
    display: flex;
    width: 160px;
    position: absolute;
    right: 48px;
    top: 0;
  }
  .h_sp_contact,
  .h_sp_trial {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 42px;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0;
  }
  .h_sp_contact {
    background: #f08600;
    background: -moz-linear-gradient(left,  #f08600 0%, #ff9e23 100%);
    background: -webkit-linear-gradient(left,  #f08600 0%,#ff9e23 100%);
    background: linear-gradient(to right,  #f08600 0%,#ff9e23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08600', endColorstr='#ff9e23',GradientType=1 );
  }
  .h_sp_trial {
    background: #0077d9;
    background: -moz-linear-gradient(left,  #0077d9 0%, #35d0c4 100%);
    background: -webkit-linear-gradient(left,  #0077d9 0%,#35d0c4 100%);
    background: linear-gradient(to right,  #0077d9 0%,#35d0c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d9', endColorstr='#35d0c4',GradientType=1 );
  }
  #gNav .h_contact_btn,
  #gNav .h_trial_btn {
    border-bottom: none;
    margin-top: 15px;
  }
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  #gNav .h_contact_btn a:before {
    width: 10px;
    height: 8px;
    margin-right: 5px;
  }
  #gNav .sub-menu {
    padding-bottom: 15px;
  }
  #gNav .sub-menu li {
    border-bottom: none;
  }
  #gNav .sub-menu li a {
    padding: 10px 40px;
  }
  #gNav .menu-item-has-children > a:after {
    right: 25px;
  }
  #gNav .nav02 {
    margin-bottom: 10px;
  }
  #gNav .nav02 li {
    flex: auto;
    border-bottom: none;
  }
}

@media only screen and ( max-width : 320px ) {
  .h_sp_btn {
    width: 120px;
  }
  .h_sp_btn a {
    padding: 5px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .h_sp_btn {
    display: none;
  }
  #header {
    /*padding: 40px 0;*/
    height: 90px;
  }
  #h_content {
    max-width: 1300px;
  }
  #h_logo {
  }
  #h_logo a {
    padding: 25px 0;
  }
  #gNav li {
    position: relative;
    margin-right: 20px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #gNav .h_contact_btn {
    margin-right: 10px;
  }
  #gNav .h_contact_btn a:before {
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }
  .sub-menu {
    position: fixed;
    left: 0;
    width: 100%;
    top: 90px;
    background: rgba(2,40,76,.9);
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.4);
  }
  .sub-menu li {
    display: inline-block;
  }
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 130px;
  }
  #gNav .nav02 {
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  #gNav .nav02 li a {
    font-size: 12px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #gNav .h_contact_btn a,
  #gNav .h_trial_btn a {
    width: 156px;
  }
  #gNav li {
    margin-right: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #02294f;
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 45px 0;
}
.f_body p {
  font-weight: bold;
  margin-bottom: 5px;
}
#footer a {
  color: #fff;
  margin-right: 15px;
  display: inline-block;
}
#footer a:last-child {
  margin-right: 0;
}
#footer .copy span {
  display: inline-block;
  margin-right: 5px;
}
#footer .copy span img {
  display: block;
}


@media only screen and ( max-width : 991px ) {
  #footer {
    text-align: center;
  }
  #footer .copy {
    margin-top: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #footer .container {
    max-width: 1100px;
  }
  #footer {
    padding: 70px 0;
  }
  #footer .f_body,
  #footer .copy {
    width: 48%;
  }
  #footer .copy {
    text-align: right;
  }
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005296;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  position: relative;
  max-width: 190px;
  font-size: 12px;
  height: 38px;
}
.btn span {
  position: relative;
  padding-left: 15px;
}
.btn span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../image/btn_arrow.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn_center {
  margin: 0 auto;
}

@media only screen and ( max-width : 991px ) {
  .btn {
    margin: 0 auto;
  }
}



/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.sec_title span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec_title span.sec_title_en {
  position: relative;
  font-weight: 300;
}
.sec_title02 span {
  display: block;
}
.sec_title02 span.sec_title_en {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec_title02 span.sec_title_en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
}
.sec_title03 span {
  display: block;
  position: relative;
  text-align: center;
}
.sec_title03 span.sec_title_en {
  position: relative;
  font-weight: 300;
  color: #005296;
  letter-spacing: 0.15em;
}
.sec_title03 span.sec_title_en:before {
  content: "";
  background: #005296;
  height: 1px;
  width: 22px;
  display: block;
  margin: 10px auto;
}
.sub_tit {
  border-left: 2px solid #222;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
}
.lead_text {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .sec_title span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title02 span.sec_title_en:before {
    width: 20px;
  }
  .sub_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec_title02 {
    margin-bottom: 15px;
  }
  .sec_title02 span.sec_title_en {
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 11px;
  }
  .sec_title02 span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title03 {
    margin-bottom: 20px;
  }
  .sec_title03 span.sec_title_jp {
    font-size: 18px;
  }
  .sec_title03 span.sec_title_en {
    font-size: 11px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .sec_title span.sec_title_jp {
    font-size: 30px;
  }
  .sec_title02 {
    margin-bottom: 40px;
  }
  .sec_title02 span.sec_title_en {
    padding-left: 60px;
    margin-bottom: 25px;
  }
  .sec_title02 span.sec_title_jp {
    font-size: 28px;
  }
  .sec_title02 span.sec_title_en:before {
    width: 40px;
  }
  .sec_title03 {
    margin-bottom: 55px;
  }
  .sec_title03 span.sec_title_jp {
    font-size: 38px;
  }
  .sec_title03 span.sec_title_en:before {
    margin: 15px auto;
  }
  .sec_title03.sec_title_left span {
    text-align: left;
  }
  .sec_title03.sec_title_left span.sec_title_en:before {
    margin: 15px 0;
  }
  .sub_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact {
  position: relative;
  background: url(../image/contact_bg.jpg) no-repeat center / cover;
}
#contact h2 {
  color: #fff;
}
.contact_inner {
  background: #fff;
}
.contact_txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#contact h3 {
  color: #2c2c2c;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: .2em;
}
#contact h3 span {
  display: block;
}
#contact h3 .sec_title_en {
  color: #005296;
  font-weight: 300;
}
.contact_inner a {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.contact_box01 a {
  /*background: #f08600;
  background: -moz-linear-gradient(left,  #f08600 0%, #ff9e23 100%);
  background: -webkit-linear-gradient(left,  #f08600 0%,#ff9e23 100%);
  background: linear-gradient(to right,  #f08600 0%,#ff9e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08600', endColorstr='#ff9e23',GradientType=1 );*/
  background: rgb(242,117,0);
  background: -moz-linear-gradient(left,  rgba(242,117,0,1) 0%, rgba(237,203,33,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(242,117,0,1) 0%,rgba(237,203,33,1) 100%);
  background: linear-gradient(to right,  rgba(242,117,0,1) 0%,rgba(237,203,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27500', endColorstr='#edcb21',GradientType=1 );
}

.contact_box02 a {
  background: #0077d9;
  background: -moz-linear-gradient(left,  #0077d9 0%, #35d0c4 100%);
  background: -webkit-linear-gradient(left,  #0077d9 0%,#35d0c4 100%);
  background: linear-gradient(to right,  #0077d9 0%,#35d0c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d9', endColorstr='#35d0c4',GradientType=1 );
}
.contact_inner a:after {
  content: "";
  background: url(../image/btn_arrow02.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width : 991px ) {
  .contact_box01 {
    margin-bottom: 20px;
  }
}
@media only screen and ( max-width : 767px ) {
  .contact_inner {
    padding: 30px 20px;
  }
  .contact_txt {
    margin-bottom: 40px;
    font-size: 12px;
  }
  #contact h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  #contact h3 .sec_title_jp {
    font-size: 16px;
  }
  #contact h3 .sec_title_en {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .contact_inner a {
    height: 52px;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .contact_inner a:after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  .contact_box02 p {
    margin-top: 15px;
  }
  .contact_box02 p:first-of-type {
    margin-top: 0;
  }
  .contact_box01 {
    margin-bottom: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact {
  }
  .contact_inner {
    padding: 60px 20px;
  }
  .contact_txt {
    margin-bottom: 60px;
    font-size: 14px;
  }
  #contact h3 {
    margin-bottom: 20px;
  }
  #contact h3 .sec_title_jp {
    font-size: 24px;
  }
  #contact h3 .sec_title_en {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact_inner a {
    height: 72px;
    padding: 0 50px;
    font-size: 15px;
    margin-top: 15px;
  }
  .contact_inner a:after {
    width: 21px;
    height: 21px;
    right: 50px;
  }
  .contact_box02 p {
    margin-top: 20px;
  }
  .contact_box02 p:first-of-type {
    margin-top: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .contact_box01 {
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact_box01,.contact_box02 {
    width: 50%;
    padding: 0 30px;
    font-size: 13px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .contact_inner {
    padding: 60px 40px;
  }
  .contact_box01,.contact_box02 {
    padding: 0 50px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}
.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

#header {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.main-menu {
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.logo {
  text-align: center;
  padding: 18px;
  font-size: 24px;
  width: 200px;
  background: #dddddd;
}
.pc-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  text-align: center;
  font-size: 16px;
  width: 25%;
}
.pc-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 60px;
}
.pc-menu > ul > li > a:hover {
  background: #cccccc;
}
@media screen and (min-width: 992px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 42px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 6px;
}
.sp-menu__box span:after {
  top: 6px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
#sp-menu__check:checked ~ .sp-menu__content {
  right: 0;
  transition: 0.3s all;
}
.sp-menu__content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 80;
  background: rgba(2,40,76,.9);
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}
.iv_title {
  font-size: 1.17em;
  font-weight: 700;
  margin: 40px 0 0 0;
}

.c-article__body .c-column-event-timeline p {
  margin-top: 1ex;
  margin-bottom: 2.5ex;
}
.c-article .c-column-event-timeline ul {
  margin: 2ex 0 3ex 20px;
}
.c-article__body  .c-column-event-timeline .timeline__subhead {
  font-size: calc(var(--type-scale-300)*1rem);
  font-weight: 700;
  margin: 2ex 0 1ex;
}

.c-excursion__link {
  text-align: center;
  margin: 4ex auto 0;
}
.c-excursion__link a {
  display: inline-flex;
  color: #0077d9;
  color: var(--color-true-blue);
  font-size: calc(var(--type-scale-100)*1rem);
  text-decoration: underline;
}
.c-excursion__link a svg {
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}