@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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: #36240B;
    font-size: 1.6rem;
    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: #36240B;
}
a:hover {
    text-decoration: none;
    color: #17C3D2;
}
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;
    color: #36240B;
}
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;
    color: #36240B;
}

/*---------------------------------
  基本リセット
----------------------------------*/

/* テキスト入力、テキストエリア、ボタン、セレクトなどのSafari独自スタイル無効化 */
button,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  outline: none;
  box-sizing: border-box;
  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;
}

/*---------------------------------
  テキスト入力・テキストエリア系
----------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 13px 10px!important;
  cursor: text; 
  color: #36240B;
  background-color: #fff;
}
textarea{
    height: 250px;
    border-radius: 10px;   
}
/*---------------------------------
  ボタン・送信・リセット類
----------------------------------*/
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #36240B;
  color: #fff;
  border-radius: 4px;
  cursor: pointer; /* 指マーク */
  text-align: center;
  font-weight: 500;
  transition: background-color .15s linear;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #5a3c10;
}

/*---------------------------------
  ラジオボタン・チェックボックス
  → Safari対策しつつ、見た目そのままに
----------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  cursor: pointer; /* 指マーク */
  margin: 0 5px 0 0;
}

/*---------------------------------
  セレクトボックス（必要なら）
----------------------------------*/
select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 10px;
  background-color: #fff;
  color: #36240B;
}




:focus {
    outline: none;
}
.font{
    font-family: "Noto Serif JP", serif;
}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.honbun{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.kouza{
    background: #E9A644;
    width: 456px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 35px 0;
    box-sizing: border-box;
    font-size: 2rem;
    position: relative;
    border: 2px solid #e9a644;
    margin: 0 auto;
}
.kouza:after{
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 23px;
    background: #fff;
    content: "";
}
.kouza:hover{
    background: #fff;
    color: #36240B;
}
.kouza:hover:after{
    background: #36240B;
}
.more{
    display: block;
    width: 230px;
    border: 1px solid #005F35;
    font-size: 1.6rem;
    text-align: center;
    color: #005F35;
    background: #fff;
    padding: 14px 0;
    letter-spacing: 0.05em;
    position: relative;
}
.more:after{
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 23px;
    background: #005F35;
    content: "";
}
.more:hover{
    background: #005F35;
    color: #fff;
}
.more:hover:after{
    background: #fff;
}

/* ===================================
*
　★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: 1000px;
    margin: 0 auto;
    max-width: 90%;
}
.mt10 { margin-top: 2.5%; }
.mt20 { margin-top: 5%; }
.mt30 { margin-top: 7.5%; }
.mt40 { margin-top: 10%; }
.mt50 { margin-top: 12.5%; }
.sec{
    position: relative;
}
.honbun16{
    font-size: 1.6rem;
    font-weight: 400;
}
.honbun17{
    font-size: 1.7rem;
    font-weight: 400;
}
.honbun18{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.3;
}
.honbun19{
    font-size: 1.9rem;
    font-weight: 400;
}
.honbun20{
    font-size: 2rem;
    font-weight: 400;
}
.honbun21{
    font-size: 2.1rem;
    font-weight: 400;
}
.honbun22{
    font-size: 2.2rem;
    font-weight: 400;
}

@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%;
    }
    .more{
        width: 100%;
    }
    .kouza{
        width: 100%;
        padding: 5% 0;
    }
    .honbun22,.honbun20,.honbun18{
        font-size: 1.6rem;
    }
}
/*===================================
max-width: 767px - SPここまで
===================================*/


/* ===================================
*
　header
*
===================================-*/
header{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
header .flex{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .kouza{
    width: 202px;
    font-size: 1.7rem;
    padding: 12px 0;
}
header .kouza:after{
    display: none;
}
/*
PC時のみの設定-----------------------------*/
@media only screen and (min-width: 768px){
    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.7rem;
        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{
        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: 150px;;
        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{
        position: relative;
        top: 3px;
        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: #17c3d2;
        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: #17c3d2;
        height: initial;
        border-bottom: none;
        padding-left: 0;
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 20px;
    }
    header nav .gnav li:first-child a{
        padding-top: 20px;
    }
    header nav ul > li a {
        display: block;
        color: #fff;
        padding: 17px 0;
        font-size: 1.5rem;
        border-bottom: 1px solid #fff;
    }
    header nav ul > li .kouza{
        width: 100%;
        padding: 17px 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{
    position: relative;
    margin-top: 90px;
}
footer #top_arrow{
    position: absolute;
    bottom: 60px;
    right: 60px;
}
footer .bottom{
    border-top: 1px solid #36240B;
    margin-top: 90px;
    padding: 60px 0;
}
footer .bottom.mt0{
    margin-top: 0px;
}
footer .bottom .flex{
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
    margin-left: 3px;
}
footer .logo{
    margin-bottom: 23px;
    display: block;
}
footer .address{
    margin-right: 30px;
}
footer .address a{
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
footer .address .tel:before{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); 
    background-image: url("../../common/img/tel.png");
    width: 11px;
    height: 14px;
    background-repeat: no-repeat;
    content: "";
}
footer .address .mail:before{
    position: absolute;
    top: 50%;
    left:-3px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); 
    background-image: url("../../common/img/mail.png");
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    content: "";
}
footer .menu{
    display: flex;
    justify-content: flex-start;
}
footer .menu li {
    padding: 0 20px;
    border-right: 1px solid #B7B7B7;
}
footer .menu li a{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.7rem;
}
footer .menu li:first-child{
    padding-left: 0px;
}
footer .menu li:last-child{
    border-right: none;
}
/* ===================================
*
　footer - SP
*
===================================-*/
@media only screen and (max-width: 767px){
    footer{
        margin-top: 70px;
    }
    footer .right p{
        margin-top: 20px;
        line-height: 1.6;
        font-weight: 400;
    }
    footer .menu{
        display: none;
    }
    footer #top_arrow{
        bottom: 5%;
        right: 5%;
        width: 50px;
    }
    footer #top_arrow img{
        width: 100%;
    }
    footer .bottom{
        margin-top: 50px;
        padding: 40px 0;
    }
}/*===================================
max-width: 767px - SPここまで
===================================*/


/*-----------------------------
フェードイン
-----------------------------*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition:1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

