@charset "UTF-8";


/*-----------------------------------
-------------   リセット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%;
  font: inherit;
  vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
    font-size: 62.5%;
}

body {
  font-family: Inter, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

a {
    color: #333333;
}

img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

strong {
    font-weight: 600;
}

/*-----共通------*/

.pc_style {
    display: block;
}

.sp_style {
    display: none;
}

.pc_style02 {
    display: block;
}

.sp_style02 {
    display: none;
}

.tb_style {
    display: none;
}

.fl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}
  
.fl-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.fl-ju-end {
-webkit-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
}

.fl-bt {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.fl-sa {
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
}

.fl-wr {
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}

.fl-ju-st {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
}

.fl-st {
-webkit-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}

.fl-c {
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}

.fl-ju-c {
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}

.bold {
    font-weight: bold;
}

.text-10 {
    font-size: 10px;
}

.mb60 {
    margin-bottom: 60px;
}

.content_wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

main {
    padding-top: 160px;
    letter-spacing: 0.2px;
    line-height: 1.6;
}

.wrapper {
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
}

.wrapper_min {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.content h2 {
    font-family: Yrsa, serif;
    font-size: 6.0rem;
    line-height: 0.8;
    margin-bottom: 50px;
}

.content h3 {
    font-family: Yrsa, serif;
    font-size: 4.2rem;
    line-height: 0.8;
    color: #0079C0;
    margin-bottom: 25px;
}

.content h4 {
    font-family: Yrsa, serif;
    line-height: 0.8;
}

.content h5 {
    font-family: Yrsa, serif;
    line-height: 0.8;
}

.content h6 {
    font-family: Yrsa, serif;
    line-height: 0.8;
}


@media screen and (max-width: 1570px) {
    .wrapper {
        width: 96%;
        margin: 0 auto;
    }

    .wrapper_min {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 1.6rem;
    }

    main {
        padding-top: 65px;
    }

    .wrapper {
        width: 92%;
    }

    .content h2,.content h3,.content h4,.content h5,.content h6 {
        line-height: 1.2;
    }
    

    .pc_style {
        display: none;
    }
    
    .sp_style {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .pc_style02 {
        display: none;
    }

    .sp_style02 {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    body {
        font-size: 1.6rem;
    }

    main {
        padding-top: 65px;
    }

    .wrapper {
        width: 88%;
    }

    .wrapper_min {
        width: 88%;
    }

    .wrapper_min {
        width: 94%;
    }

    .content h2 {
        font-size: 3.2rem;
        margin-bottom: 0.8em;
    }

    .content h3 {
        font-size: 2.8rem;
    }

}



/*======header=====*/

/*------header_nav------*/

header {
    position: fixed;
    width: 100%;
    z-index: 600;
    background-color: #fff;
    padding-bottom: 40px;
}

header a {
    text-decoration: none;
}

.top_logo {
    margin-top: -1.4em;
}

#h_nav {
    margin: 35px 0 20px auto;
    padding-right: 40px;
    width: 170px;
}

#h_nav li {
    margin-left: 10px;
}

#h_nav li span {
    margin-left: 0.5em;
}

#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
    display: none;
}

#header_nav {
    transition: all 1s ease;
}

#header_nav > div {
    margin: 0 auto;
    z-index: 200;
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
}

#header_nav ul.pc_nav {
    margin-right: 35px;
}

#header_nav ul.pc_nav > li {
    margin-right:  30px;
}

#header_nav ul.pc_nav > li a {
    display: block;
    transition: .5s;
    position: relative;
    color: #333333;
    padding: 11px;
}

#header_nav ul.pc_nav > li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#header_nav ul.pc_nav > li a:hover::after {
    transform: scale(1, 1);
}

#header_nav ul.pc_nav > li.noline a::after {
    display: none;
}

#header_nav ul.pc_nav > li.h_btn {
    margin-left: 5px;
    margin-right: 5px;
}

/* 通常の状態 */
#header_nav ul.pc_nav > li.h_btn a {
    background-image: linear-gradient(90deg, #0079C0, #2C9BDC);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 5px;
    color: #fff;
    padding: 11px 10px 11px 40px;
    transition: color 0.4s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* 疑似要素でアニメーション用背景を追加 */
#header_nav ul.pc_nav > li.h_btn a::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: linear-gradient(90deg, #002941, #71bbe6);
    background-size: 200% 100%;
    background-position: right center;
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
}

/* hover時に疑似要素をフェードイン＋背景をスライド */
#header_nav ul.pc_nav > li.h_btn a:hover::before {
    animation: gradientSlide 0.6s forwards;
    opacity: 1;
}

/* グラデーションのスライドアニメーション */
@keyframes gradientSlide {
    from {
        background-position: right center;
    }
    to {
        background-position: left center;
    }
}

#header_nav ul.pc_nav > li.h_btn span {
    background-image: url(../images/h_btn.png) ;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2.5em;
    font-size: 1.6rem;
}


/*------sub_menu------*/

.menu > li.menu__multi {
    position: relative;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #fff;
    padding: 1em;
    width: 300px;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    width: 240px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li a {
    display: block;
    position: relative;
    padding: 0.8em 1em;
    font-size: 15px;
    color: #ccc;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li a::before {
    content: "ー";
    width: 7px;
    height: 2px;
    margin-right: 5px;
}

li.menu__multi ul.menu__second-level li:last-child a {
    border-bottom: none;
}

li.menu__multi ul.menu__second-level li a::after {
    display: none;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    width: 280px;
    background-color: #002170;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.second {
    top: 50px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.third {
    top: 102px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.fourth {
    top: 153px;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background-color: rgba(255, 255, 255, 0.9);
}


@media screen and (max-width: 1400px) {
    #header_nav ul.pc_nav > li {
        margin-right: 1em;
    }

    #header_nav ul.pc_nav > li.h_btn a{
        padding: 11px 10px 11px 16px;
    }
    
    #header_nav ul.pc_nav > li.h_btn span {
        padding-right: 1em;
    }
}

@media screen and (max-width: 1400px) {
    header {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1100px) {
    
    #h_nav {
        width: 160px;
        margin: 35px 0 20px auto;
        padding-right: 15px;
    }
        
    #header_nav .top_logo {
        width: 150px;
    }

    #header_nav .top_logo img {
        width: 100%;
    }

    #header_nav ul.pc_nav > li {
        margin-right: 0.5em;
    }

    #header_nav ul.pc_nav {
        margin-right: 15px;
    }

}

@media screen and (max-width: 1000px) {
    #h_nav {
        display: none !important;
    }
       
    .pc_nav {
        display: none !important;
    }
    #nav_toggle,
    #sp_header {
        display: block !important;
    }
    .sp_nav_r {
        display: block;
        display: flex;
    }
    .menu > li.menu__multi a {
        display: none !important;
    }
    header {
        padding-bottom: 65px;
    }
    .top_logo {
        margin-top: 0;
    }
    #header_nav {
        position: fixed;
        padding-top: 0.5em;
        padding-bottom: 0;
        width: 100%;
        z-index: 600;
        transition: all 1s ease;
        background-color: #fff;
    }
    #header_nav > div {
        width: calc(100% - 55px);
        top: 0;
        margin: 0;
        height: auto;
        padding-left: 10px;
    }
    header h1 a {
        margin-top: 4px;
        margin-left: 10px;
    }
    header .header_logo a {
        margin-top: 4px;
        margin-left: 10px;
    }
    .sp_nav_r a {
        display: block;
        color: #fff;
        text-align: center;
        line-height: 1.4;
    }
    .sp_nav_r .bg_red {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sp_nav_r {
        margin-right: 3em;
    }
    .sp_nav_r li {
        margin-right: 0.8em;
        margin-top: 0.5em;
    }
    .sp_nav_r a img {
        padding-top: 5px;
    }

    /*------ハンバーガーメニュー------*/
    .sp_nav {
        position: fixed;
        width: 100%;
        background-color: #0079C0;
        z-index: 400;
        padding-bottom: 40px;
        top: 60px;
        bottom: 0;
        overflow-y: auto;
    }

    /*--------開閉ボタン--------*/
    #nav_toggle {
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        height: 40px;
        width: 30px;
        padding: 20px 17px 5px 17px;
        margin-left: auto;
        z-index: 999;
        background-color: #0079C0;
    }
    #nav_toggle div {
        position: relative;
        width: 35px;
        height: 35px;
        cursor:pointer
    }
    #nav_toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    #nav_toggle span:nth-child(1) {
        top: 0px;
    }
    #nav_toggle span:nth-child(2) {
        top: 11px;
    }
    #nav_toggle span:nth-child(3) {
        top: 22px;
    }

    /*--------開閉ボタンopen時--------*/
    .open #nav_toggle span {
        background: #fff;
    }
    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /*--------アコーディオンメニュー--------*/


    .acMenu {
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 auto;
        background-color: #0079C0;
    }

    .acMenu a {
        display: block;
        text-align: left;
        padding: 1.5em 1.2em;
        color: #fff;
    }
    ul.acMenu li {
        width: 94%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
    }
    ul.acMenu li:first-child {
        border-top: 1px solid #fff;
    }
    .acMenu li p.click {
        padding: 1.5em;
    }
    .acMenu li ul {
        width: 100%;
        margin: 0 auto;
    }
    .menu-ttl {
        text-align: left;
        padding: 1.5em .5em;
        color: #fff;
        cursor:pointer;
    }
    .acMenu3 {
        background-color: #DEDEDE;
    }
    .sub-menu-ttl {
        border-bottom: 1px solid #fff;
        text-align: left;
        background-color: #0079C0;
    }
    ul.acMenu li dd li:last-child {
        border-bottom: none;
    }
    .sub-menu-ttl:last-child {
        border-bottom: none;
    }
    .acMenu dt.click:before {
        content: "\f0da";
        font-size: 17px;
        font-family: fontAwesome;
        margin-right: 6px;
    }
    .acMenu dt.click.open:before {
        content: "\f0d7";
        font-family: fontAwesome;
        margin-right: 6px;
    }

    .sub-menu-ttl.click:before {
        content: "\f0da";
        font-family: fontAwesome;
        margin-right: 6px;
    }

    .sub-menu-ttl.click.openAcd:before {
        content: "\f0d7";
        font-family: fontAwesome;
        margin-right: 6px;
    }
}

@media screen and (max-width: 560px) {
    #header_nav .top_logo {
        margin-top: 0.6em;
    }

    .sp_nav_r {
        margin-right:1.5em;
    }

    .sp_nav_r a img {
        width: auto;
        height: 18px;
    }
}




/*footer*/

footer {
    background-color: #0079C0;
    color: #fff;
    overflow: hidden;
    padding: 65px 0;
    font-weight: 300;
    margin-top: 2em;
}

footer h2 {
    margin-bottom: 15px;
}

footer p {
    font-size: 1.4rem;
    line-height: 140%;
}

footer ul {
    margin-left: 80px;
}

footer li {
    margin-bottom: 20px;
}

footer li.sub {
    margin-bottom: 15px;
}

footer li.sub::before {
    content: "-";
    padding-right: 5px;
}

footer a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

footer .footer-con {
    border-bottom: 1px solid #fff;
    padding-bottom: 45px;
}

footer .bannnner {
    margin-top: 65px;
    margin-bottom: 25px;
    text-align: center;
}

footer .bannnner ul {
    margin-left: 0;
}

footer .bannnner li {
    margin: 0 10px;
}

footer .copyright {
    text-align: center;
}

.footer__sp {
    display: none;
}


@media screen and (max-width: 1500px) {
    footer ul {
        font-size: 1.6rem;
        margin-left: 2em;
    }
}

@media screen and (max-width: 1200px) {
    footer ul {
        font-size: 1.4rem;
        margin-left: 1em;
    }
}

@media screen and (max-width: 1000px) {
   .footer-con.fl {
        display: block;
    }

    .footer-con .address {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    footer .nav.fl-bt {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    footer .nav ul {
        width: 30%;
        margin-left: 2%;
    }

    .footer__sp {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        z-index: 1000;
      }
    
      .footer__sp a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 60px;
      }
    
      .footer__sp a span {
        position: relative;
        display: inline-block;
      }
    
      .footer__sp .footer__sp-left {
        background: #00a0fe;
        width: 50%;
        height: 60px;
        text-align: center;
      }
    
      .footer__sp .footer__sp-left span::before {
        width: 22px;
        height: 16px;
        margin-top: -2px;
        margin-right: 0.3em;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/footer__sp01.png);
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
    
      .footer__sp .footer__sp-right {
        background: #012941;
        width: 50%;
        height: 60px;
        text-align: center;
      }
    
      .footer__sp .footer__sp-right span::before {
        width: 13px;
        height: 16px;
        margin-top: -2px;
        margin-right: 0.3em;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/footer__sp02.png);
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
    
      .footer__sp .footer__sp-left a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.2px;
      }
    
      .footer__sp .footer__sp-right a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.2px;
      }
 }

 @media screen and (max-width: 560px) {
    footer {
        padding: 2em 0 6em 0;
    }

    footer .footer-con {
        padding-bottom: 1em;
    }

    footer .bannnner {
        margin-top: 2em;
    }

    footer .nav ul {
        display: none;
    }
 }


.gotop {
    display: block;
    float: right;
    width: 47px;

}

.gotop img {
    width: 100%;
    display: block;
}

