@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/* ===================================
*
　★リセットCSS
*
===================================-*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    color: #494949;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #414141;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
table th,table td{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}
img {
    vertical-align: bottom;
}
main strong{
        font-weight: 800;
}
:focus {
    outline: none;
}
.font{
    font-family: "Lexend", sans-serif;
}
.honbun{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
}
.honbun18{
    font-size: 1.8rem;
}
a.link_wt{
    background: #fff;
    width: 770px;
    display: block;
    color: #494949;
    text-align: center;
    padding: 18px;
    border-radius: 20px;
    position: relative;
    margin-top: 50px;
    font-size: 2.5rem;
    font-weight: 600;
    border: 4px solid #494949;
    margin: 40px auto 0;
    box-shadow: 10px 10px #00000026;
}
a.link_wt.s{
    width: 500px;
}
a.link_wt:before{
    background-image: url("../../common/img/arrow_bk.svg");
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}
a.link_wt:hover{
    opacity: 1;
    background: #00a5b9;
}
a.link{
    width: 48%;
    display: block;
    color:#fff;
    border: 4px solid #fff;
    text-align: center;
    padding: 18px;
    border-radius: 20px;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
}
a.link:before{
    background-image: url("../../common/img/arrow_wt.svg");
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}
a.more{
    width: 180px;
    display: block;
    color: #494949;
    border: 1px solid #494949;
    text-align: center;
    padding: 7px;
    border-radius: 9px;
    position: relative;
    font-size: 1.5rem;
}
a.more:hover{
    opacity: 1;
    background: #ffcc00;   
}
h2.normal{
    text-align: center;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 29px;
}
h2.normal span{
    text-align: center;
    font-size: 2.7rem;
    display: block;
    font-weight: 600;
    letter-spacing: 0.04em;
}
h2.normal .font17{
    text-align: left;
    font-size: 1.7rem;
}
h2.normal.left{
    text-align: left;
}
h3{
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 20px;    
}
.flex.flexstart{
    justify-content: flex-start;
    align-items: flex-start;
}
.flex.flexstart .left{
    width: 250px;
}
.flex.flexstart .right{
    flex: 1;
}
.wt{
    color: #fff;
}
.yellow{
    color: #FFCC00;
}
.center{
    text-align: center!important;
}
.red{
    color: #FF0000;
}
.list{
    margin: 5px 0;
}
.list li{
    position: relative;
    padding-left: 15px;
    text-align: left;
}
.list li:before{
    position: absolute;
    content: "●";
    color: #D0D0D0;
    font-size: 0.5rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.list.bk li:before{
    color: #494949;
}
.mt30{
    margin-top: 30px;
}
dl{
    justify-content: flex-start!important;
    align-items: flex-start!important;
    border-bottom: dotted 1.5px #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
dt,.date{
/*    color: #D0D0D0;*/
    margin-right: 30px;
    font-family: "Lexend", sans-serif;
}
.datelabel{
    align-items: center !important;
    display: flex !important;
}
.datelabel .label{
    background: #00A5B9;
    padding: 5px 10px;
    font-weight: 700;
    color: #fff;
}
dd a:hover{
    opacity: 1;
    color: #00A5B9;
}
/* ===================================
*
　★PC/SP 切り替え
*
===================================-*/
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.inner{
    width: 1040px;
    margin: 0 auto;
    max-width: 90%;
}
@media (min-width: 600px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}
/* ===================================
*
　PC/SP 切り替え - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
    .flex{
        display: block;
    }
    .inner{
        width: 90%;
    }
    a.more,a.link,a.link_wt{
        width: 100%;
    }
    h2.normal{
        font-size: 2.4rem;
    }
    h2.normal span{
        font-size: 1.4rem;
    }
    h2.normal .font17{
        text-align: left;
        font-size: 1.5rem;
    }
    h2.normal.left{
        text-align: left;
    }
    h3{
        font-size: 1.8rem; 
    }
    .honbun18{
        font-size: 1.6rem;
    }
    a.link_wt{
        font-size: 1.6rem;
    }
    a.link{
        font-size: 1.6rem;
        margin-bottom: 5%;
    }
    a.more{
        margin-top: 13%;
    }
    a.link_wt.s{
        width: 100%;
    }
}
/*===================================
max-width: 767px - SPここまで
===================================*/


/* ===================================
*
　header
*
===================================-*/
header .flex{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
li a.off{
    color: #c6c6c6;   
    pointer-events: none;
}
li a.off:hover{
    color: #c6c6c6;   
}
/*
PC時のみの設定-----------------------------*/
@media only screen and (min-width: 768px){
    header .logo{
        margin-left: 20px;
    }
    header .header_top ul{
        justify-content: space-between;
        align-items: flex-end;
		width: 1080px;
    }
    header nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header nav .gnav{
       display: flex; 
    }
    header nav .gnav li{
        font-size: 1.5rem;
        box-sizing: border-box;
        height: 40px;
        margin-right: 40px;
    }
    header nav .gnav li a{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        font-size: 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
    header nav ul > li {
      position: relative;
    }
    header nav .dropdown {
        position: absolute;
        z-index: 1000;
        top: 40px;
                display: none;
    }
    header nav .dropdown li{
        border: none;
    }
    header nav .dr01 {
      left: -72px;
    }
    header nav .dropdown li {
        display: block;
        padding-left: 0;
        padding-top: 0;
        background: #004395;
        height: auto;
        border-bottom: 1px solid #295f9f;
        width: 200px;
        margin: 0;
    }
    header nav .dropdown li a {
        color: #fff;
        padding: 10px;
        display: block;
        line-height: 1.5;
        text-align: center;
        font-size: 1.3rem;
    }
}/*--------PCのみの設定ここまで*/

@media only screen and (max-width: 1140px){
    header .logo img{
            width: 220px;
    }
    header nav .gnav li a{
        font-size: 1.3rem;
    }
    header nav .gnav li{
        margin-right: 20px;
    }
}/*-end*/

/*
SP時のみの設定-----------------------------*/
@media only screen and (max-width: 767px){
    li a.off{
        color: #7eb7bd;
}
    header{
height: 70px;
        width: 100%;
        min-width: 100%;
        padding: 0;
        position: fixed;
        z-index: 1000;
        background: #fff;
        margin-top: 0;
        top: 0;
    }
    header .logo{
        margin-top: 0;
                width: 202px;
        display: block;
        position: absolute;
        top: 52%;
        left: 5%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    header .logo img{
        width: 100%;
    }
    header .contact{
        background: #006b77;
    }
    header .contact img{
    width: 100%;
    }
    /* hamburger */
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger{
        position: absolute;
        width: 32px;
        height: 32px;
        top: 26%;
        right: 5%;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #00a5b9;
        border-radius: 90px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 28px;
    }

    /* hamburger open/close */
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header nav .gnav{
        display: none;
    }
    header nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 1000;
        width: 100%;
    }
    header nav ul.global_nav {
        height: 90vh;
        overflow: auto;
    }
    header nav ul > li {
        display: block;
        text-align: center;
        background: #04a7ba;
        height: initial;
        border-bottom: none;
        padding-left: 0;
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 20px;
    }
    header nav ul > li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    }
    header nav .gnav li{
        margin: 0;
    }
    header nav ul .dropdown {
    display: none;
    }
    }
    /*　ハンバーガーメニュー展開　*/
@media screen and (max-width: 767px) {
	header nav ul > li {
		position: relative;
        margin: 0;
	}

	.add_dropdown{
		position: absolute;
		width: 50px;
		height: 100%;
		top: 0;
		right: 0;
		border-left: 1px solid #ffffff57;
		z-index: 10;
		cursor: pointer;
	}

	.add_dropdown:before{
		content: "";
		position: absolute;
		width: 21px;
		height: 1px;
		top: 21px;
		right: 13px;
		margin: auto;
		background: #fff;
	}

	.add_dropdown:after{
		content: "";
		position: absolute;
		width: 1px;
		height: 21px;
		top: 11px;
		right: 23px;
		margin: auto;
		background: #fff;
	}
	.add_dropdown.active:after{
		display: none;
	}
	header nav ul .dropdown{
		position: relative;
		top: 0;
		border-top: 1px solid #153368;
        left: 0;
        width:100%;
	}
	header nav ul .dropdown li{
		position: relative;
		top: 0;
		border-bottom: 1px solid #153368;
		background: #fff;
	}
	header nav ul .dropdown li:last-child{
		border-bottom: none;
	}
	header nav ul .dropdown li a{
		color: #153368;
	}
}/*---------SP時のみの設定ここまで*/






/* ===================================
*
　★footer
*
===================================-*/
footer{
    padding: 50px 0;
}
footer .inner{
    position: relative;
}
footer .logo{
    margin-bottom: 19px;
    display: block;
}
footer .address .bold{
    font-weight: 800;
    font-size: 1.7rem;
}
footer #top_arrow{
    position: absolute;
    bottom: 0;
    right: 0;
}
footer .contact{
    display: block;
    margin-top: 64px;
}
footer nav ul{
    margin-left: 60px;
}
footer nav li{
    position: relative;
    padding-left: 12px;
}
footer nav li a{
    font-weight: 700;
}
footer nav li a:hover{
    opacity: 1;
    color: #00A5B9;
}
footer nav li:before{
    background-image: url(../../common/img/arrow_gr.svg);
    width: 4px;
    height: 7px;
    left: 0;
    top: 11px;
    content: "";
    position: absolute;
}
footer .copy{
    color: #929292;
    text-align: right;
    position: absolute;
    bottom: 21px;
    right: 107px;
}
/* ===================================
*
　footer - SP
*
===================================-*/
@media only screen and (max-width: 767px){
    footer{
        padding:  10% 0;
    }
    footer .contact{
        display: block;
        margin-top: 5%;
        width: 80%;
    }
    footer nav{
        display: none!important;
    }
    footer .copy{
        position: static;
        font-size: 1.3rem;
        margin-top: 5%;
        text-align: left;
    }
    footer #top_arrow{
        width: 42px;
    }
    footer #top_arrow img{
        width: 100%;
    }
}/*===================================
max-width: 767px - SPここまで
===================================*/


/*-----------------------------
フェードイン
-----------------------------*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition:1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

