@charset "UTF-8";
/* CSS Document */

/* Default ----------- */
/* ルートのフォントサイズを10pxに設定 */
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
    font-size: 1.6em;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 2;
    background-color: #fff;
}

.mincho{
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    line-height: 2;
}

.bodoni{
    font-family: 'Bodoni Moda', serif;
    font-size: 2.2rem;
    font-style: italic;
}

.bodoni_2{
    font-family: 'Bodoni Moda', serif;
    font-size: 2rem;
    line-height: 13.3rem;
    letter-spacing: 2px;
    position: relative;
    font-style: italic;
    }

.bodoni_2::after{
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 20px;
    display: inline-block;
    width: 215px;
    border-bottom: 1px solid #333;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}

h1{
    font-size: 0.2rem; 
}
h2{
    font-size: 2.4rem; /* 24px */
}
h3{
    letter-spacing: -0.8px;
    font-size: 2.5rem; /* 25px */
    }	
h4{
    color: #198A0A;
    font-size: 2.2rem;
    position: relative;
    height: 100px;
}
h4::after{
    content: "";
    position: absolute;
    width:  75px;
    border: solid 1px #198A0A;
    bottom: 56%;
    left: 0;
}

p{
    font-size: 1.5rem; /* 15px */
    line-height:2;
    letter-spacing: 0.15em;
}
a {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.font_space{
    letter-spacing: 0.3em;
    font-size: 1.4rem;
}

body{
	-webkit-text-size-adjust:none;
}

/* #container{
	background:#ffe5e5;
} */

.row{
	width:1180px;
	max-width:1180px;
	margin:0 auto;
    overflow: hidden;
}
.row_2{
    width:1180px;
    max-width:1180px;
    margin:0 auto;
    }

.row_f{
    width:1180px;
    max-width:1180px;
    margin:0 auto;
}

.flex {
    display: flex;
    justify-content: space-around;
    padding-bottom: 200px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.flex:last-of-type {
    flex-direction: row-reverse;
}


.flex-c{
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    padding: 28px 0 15px;
    width: 100%;
}

.flex-p {
    width: 1180px;
    display: flex;
    justify-content: left;
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 auto;
    align-items: flex-start;
}

.flexbox01{
    width: 50%;
    padding-bottom: 50px;
}

.flexbox03{
    width: 50%;
    padding-bottom: 70px;
}

.flexbox02{
    width: 50%;
}

.fleximg01{
    width: 460px;
}

.fleximg02{
    width: 516px;
}

.top_header{
    background-color: #1A1A1A;
    color:#fff;
    text-align: center;
    padding: 17px 0;
    width: 100%;
}

.logo{
    width: 77px;
    margin-right: 10px;
}

.logo_f{
    width: 77px;
    margin-right: 10px;
}

.c-name{
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 2.2px;
}

/* Nav ----------- */
.nav{
    margin-bottom: 14px;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #2fa0f6;
    min-width: 120px;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-align: center;
}

.button svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.button span {
    display: none;
}

@media (min-width: 600px) {
    .button span {
    display: initial;
    }
}

.button--icon {
    min-width: initial;
    padding: 0.5rem;
}

.site-header {
    position: relative;
}

.site-header__wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 600px) {
    .site-header__wrapper {
        text-align: center; } }
@media (min-width: 600px) {
    .nav__wrapper {
    display: inline-flex; } }

@media (max-width: 599px) {
    .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
        z-index: 100;
        visibility: visible;
        opacity: 1;
        transform: translateY(0); } }

.nav__item a {
    display: block;
    padding: 10px 20px; }

.nav__toggle {
    display: none; }
    @media (max-width: 599px) {
    .nav__toggle {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem; } }


/* Mainvisual ----------- */
.mainvisual {
    margin-bottom: 80px;
    padding-top: 195px;
}

.mainvisual img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.section-h{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 140px;
    margin-top: 170px;
}

.section-t{
    font-weight: 800;
    letter-spacing: 0.4em;
    position: relative; 
    text-align: center;
    margin-bottom: 60px;
}

.section-t::after{
    content: "";
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: -30px;
    display: inline-block;
    width: 285px;
    height: 1px;
    transform: translate(-50%);
    border-bottom: 1px solid #333;
}

.subtitle{
    position: relative; 
    text-align: left;
    height: 200px;
    font-weight: 800;
    letter-spacing: 0.3em;
}

.subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 60px;
    display: inline-block;
    width: 285px;
    height: 1px;
    border-bottom: 1px solid #333;
}

.sec-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
    position: absolute;
    top: 40%;
}

.sec-title::after{
    content: "";
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: -10px;
    display: inline-block;
    width: 230px;
    height: 1px;
    transform: translate(-50%);
    border-bottom: 1px solid #fff;
}

.page-title {
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 2.2rem;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
    position: absolute;
    top: 33%;
    letter-spacing: 0.2em;
}

.page-title::after{
    content: "";
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: 0;
    display: inline-block;
    width: 215px;
    height: 1px;
    transform: translate(-50%);
    border-bottom: 1px solid #333;
}

.page-subtitle{
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 2rem;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
    position: absolute;
    top: 45%;
}

.text-box__c{
    width: 590px;
    text-align: left;
    margin: 0 auto;
}

.text-box{
    width: 475px;
    text-align: left;
}

.fssc{
    width: 475px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}

.s-heading{
    letter-spacing: 0.15em;
}

#about{
    margin-bottom: 220px;
    overflow: hidden;
}

#about .about-img {
    background-image: url(../images/about_bg.jpg);
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 240px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-title {
    width: 265px;
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.aboutimg{
    width: 290px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.btn{
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #333;
}

.btn span{
    margin-left: 10px;
    font-size: 2rem;
}


/* footer ----------- */
#footer{
    background-color: black;
    color: #fff;
    padding: 0 0 60px;
}

.footer_flex{
    padding: 20px 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.footer_cn{
    font-size: 2.2rem;
}

.footer_cn a {
	color:#FFF;
}

.address{
    margin-bottom: 40px;
    margin-left: 40px;
}

.space{
    margin: 0 15px;
}

.space_tel{
    margin: 0 17px;
}

.contact{
    width: 363px;
    color: #fff;
    padding: 10px 10px 10px 110px;
    border: 1px solid #fff;
    margin-bottom: 40px;
}

.contact a{
    color: #fff;
    text-align: center;
}

.contact span{
    margin-left: 56px;
    font-size: 2rem;
}

#footer .nav{
    margin-bottom: 40px;
}

#footer .nav a{
    color: #fff;
    padding-right: 20px;
}

.nav__fitem{
    display: block;
    padding: 5px 0 5px 20px;
    border-right: 1px solid #fff;
    letter-spacing: 0.3em;
}

.nav__fitem:first-of-type{
    padding-left: 10px;
}

.nav__fitem:last-of-type{
    border-right: none;
}

.copyright{
    text-align: left;
}

small{
    font-size: 1.6rem;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*アニメーション要素のスタイル*/
.animation2{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateX(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active2{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*アニメーション要素のスタイル*/
.animation3{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateX(-50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active3{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header_position{
    position: relative;
}
.header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 100;
}
.header_title{
    background: #000;
    text-align: center;
}
.header_logo{
    background: #fff;
    text-align: center;
}