@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');/* 【M PLUS Rounded 1c】 【M PLUS Rounded 1c】 */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');/*Kosugi Maru*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');/**/
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');/**/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');/*zen角ゴ*/

.font1_1 {font-family: "Noto Sans JP", sans-serif;}
.font1_2 {font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" , "Noto Sans JP", "Meiryo", "メイリオ" ,sans-serif ;}
.font1_3 {font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif ;}
.font1_4 {font-family: "Zen Kaku Gothic New", sans-serif;}
.font2_1 {font-family: "M PLUS Rounded 1c", sans-serif;}
.font2_2 {font-family: "M PLUS 1", sans-serif;}
.font2_3 {font-family: "Kosugi Maru", "Rounded Mplus 1c", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font3_1 {font-family: "Noto Serif JP", serif;}
.font3_2 {font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝" ,serif;}
.font3_3 {font-family: "Hannari", "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font3_4 {font-family: "Sawarabi Mincho", "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}

/*-----------------------------------------------------------
Noto Sans Japanese
Noto Sans JP
100	Thin	thin
200	Light	（無し)
300	DemiLight	light
400	Regular	regular
500	Medium	medium
700	Bold	bold
900	Black	black
-----------------------------------------------------------*/

*{
	outline: none;
	color: #383838;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #F7D969;
	text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            -webkit-text-size-adjust: 100%;/*スマホでslick-sliderの文字が大きくなるバグの調整*/
        }
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }
.sawarabi {
	font-family: "Sawarabi Mincho";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}
.kosugi{
	font-family: "Kosugi Maru";
}
html {
    scroll-behavior: smooth;
}
section {
    scroll-margin-top: 80px;
}
/* ===============================================
Header
=============================================== */

/* --------------------  ヘッダーレイアウト -------------------- */
.header {
    width: 100%;
    z-index: 1;
    background-image: url("../img/common/bg1.png");
    background-size: cover;
}
.header-ptn-top {
}
.header-cnt {
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.header.is-scroll { 
}
.h-logo {
    display: flex;
    padding-left: 30px;
}
.h-logo a {
    text-decoration: none;
}
.h-logo a img {
    max-width: 80px;
}
/* --------------------  ハンバーガーメニュー -------------------- */
.hamburger {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #8AC45B;
    cursor: pointer;
    z-index: 300;
    display: none;
}
    @media screen and (max-width:1024px) {
        .hamburger {
            display: block;
        }
    }


/* 3本線のベース */
.hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

/* 上下線も中央基準で揃える */
.hamburger span::before,
.hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
}

/* 上線 */
.hamburger span::before {
    top: -10px;
}

/* 下線 */
.hamburger span::after {
    top: 10px;
}

/* open時 */
.hamburger.open span {
    background-color: transparent;
}

.hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.open span::after {
    top: 0;
    transform: rotate(-45deg);
}
/* --------------------  メニューレイアウト -------------------- */
.h-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7)
}
    @media screen and (max-width:1024px){
        .h-menu {
            position: fixed;
            top: 80px;
            left: 0;
            transform: none; /* ← これ超重要 */
            width: 100%;
            height: 0;
            overflow: hidden;
            background: #0f5474;
            transition: height 0.5s ease;
            z-index: 200;
        }
        .h-menu.open {
            height: calc(100vh - 70px); /* ヘッダー下から画面下まで */
        }
    }
.menu1-area {
    width: 1000px;
    display: flex;
    justify-content: center;
}
    @media screen and (max-width:1290px){
        .menu1-area {
            width: 100%;
        }
    }
.menu1-area .menu-menu1 {
    width: 850px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
    @media screen and (max-width:1140px){
        .menu1-area .menu-menu1 {
            width: 600px;
        }
    }
    @media screen and (max-width:1024px){
        .menu1-area .menu-menu1 {
            display: block;
        }
    }
.menu1-area .menu-menu1 li {
}
.menu1-area .menu-menu1 li a {
    font-size: 1.8em;
    font-weight: 600;
    color: #2EA7E0;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}
    @media screen and (max-width:1024px){
        .menu1-area .menu-menu1 li a {
            display: block;
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            padding: 20px 0 20px 50px;
            text-transform: uppercase;
        }
    }
.menu1-area .menu-menu1 li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2EA7E0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
    z-index: -1;
}
.menu1-area .menu-menu1 li a:hover::before {
    transform: scaleX(1);
}
.menu1-area .menu-menu1 li a:hover {
    color: #fff;
}
.menu1-area .menu2-area {
}
.menu2-area .menu-menu2 {
    display: flex;
}
    @media screen and (max-width:1024px){
        .menu2-area .menu-menu2 {
            display: block;
        }
    }
.menu2-area .menu-menu2 li {
}
.menu2-area .menu-menu2 li a {
    font-size: 1.6em;
    color: #FFFFFF;
}
    @media screen and (max-width:1024px){
        .menu2-area .menu-menu2 li a {
            display: block;
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            padding: 20px 0 20px 50px;
            text-transform: uppercase;
        }
    }
.menu2-area .menu-menu2 li a:hover {
    color: #0f5474;
    background-color: #fff;
}

/*==================================================
    ■ share end
==================================================*/

/*====================================================================

====================================================================*/


/*------------------------------------------------*/
main {
    width: 100%;
    margin: auto;
    padding-top: 100px;
}
    @media (max-width: 1024px) {
        main {
            padding-top: 50px;
        }
    }
.home main {
    padding-top: 0px;
}
/*------------------------------------------------*/

footer {
}
footer .footer-top{
    background-image: url("../img/common/f-bg.png");
    height: 125px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
footer .footer-top img{
    max-width: 80px;
}
footer .footer-bottom{
    background-color: #2EA7E0;
    padding-top: 50px;
    padding-bottom: 15px;
}
footer .footer-bottom .f-bl1{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
    @media (max-width: 1024px) {
        footer .footer-bottom .f-bl1{
            width: 94%;
            display: block;
            margin-bottom: 50px;
        }
    }
footer .footer-bottom .f-bl1 dl{
    width: 300px;
}
    @media (max-width: 1024px) {
        footer .footer-bottom .f-bl1 dl{
            width: 100%;
            margin-bottom: 20px;
        }
    }
footer .footer-bottom .f-bl1 dl dt{
    font-size: 1.6em;
    color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
footer .footer-bottom .f-bl1 dl dd{
    font-size: 1.4em;
    color: #FFFFFF;
    text-align: left;
    line-height: 2.1;
}
footer .footer-bottom .f-bl2{
    width: 1000px;
    margin-bottom: 100px;
}
    @media (max-width: 1024px) {
        footer .footer-bottom .f-bl2{
            width: 94%;
            margin-bottom: 50px;
        }
    }
footer .footer-bottom .f-bl2 dl{
}
footer .footer-bottom .f-bl2 dt{
    font-size: 1.8em;
    color: #FFFFFF;
}
footer .footer-bottom .f-bl2 dd{
    font-size: 1.6em;
    color: #FFFFFF;
}
footer .footer-bottom .f-copy{
    font-size: 1.2em;
    color: #FFFFFF;
    text-align: center;
}

/*---------- pagetop start ----------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}
#page-top a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.4em;
    color: #FFFFFF;
    background-color: #8AC45B;
    border: 2px #FFFFFF solid;
	transition : all 0.5s ease 0s;
}
#page-top a:hover {
    background-color: #2EA7E0;
}
/*---------- pagetop end ----------*/


