@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&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: 62.5%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

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

コンテンツ

===================================================*/
html{
    font-size: 62.5%;
}
body{
	font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color:#484848;
	overflow-x: hidden;
}
a{
    text-decoration: none;
    cursor: pointer;
	transition: 0.3s;
    color: #484848;
}
a:hover{
    opacity: 0.7;
}
.font{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.pc{
    display:block;
}
.sp{
    display:none;
}
.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.mv{
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    background-image: url("../img/mv.png");
    background-size: cover;
    height: 509px;
    margin-top: 40px;
    position: relative;
}
.mv .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
    color: #fff;
    text-align: center;
    width: 100%;
}
.mv .small{
    position: relative;
    display: inline-block;
}
.mv .small .hana1{
    position: absolute;
    top: -30px;
    left: -127px;
}
.mv .small .hana2{
    position: absolute;
    top: -30px;
    right: -127px;
}
.mv .small p{
    font-size: 4rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6);
    font-weight: 600;
}
.mv h1{
    font-size: 5rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin-top: -22px;
}
.mv h1 strong{
    font-size: 6rem;
}
.mv .ribon {
    position: relative;
    display: inline-flex;
    height: 61px;
    line-height: 4px;
    padding: 0px 1rem 5px;
    background-color: #ffffffd4;
    color: #353535;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    top: 0px;
}
.mv .ribon:before, .mv .ribon:after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #ffffffd4  transparent;
    border-style: solid;
    content: '';
}
.mv .ribon:before {
    left: -15px;
    border-width: 33px 0px 33px 15px;
}
.mv .ribon:after {
    right: -15px;
    border-width: 33px 15px 33px 0px;
}
.mv .ribon p{
    width: 688px;
    background: #ffffff03;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4F331B;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
}
.mv .ribon .ribbon_ds{
    opacity: 0.9;
}
.mv .ribon .ribbon_left {
    position: relative;
    left: 1px;    
}
.mv .ribon p span{
    font-size: 2.4rem;
    position: relative;
    top: 6px;
}
.mv .ribon p span.mr{
    margin-right: 20px;    
}
.sec{
    margin-top: 60px;
    position: relative;
}
.yuki{
    position: absolute;
}
.yuki1{
    top: 220px;    
}
.yuki2{
    bottom: 70px;
    right: 120px;   
}
.yuki3{
    bottom: 0;
    left: 50px;    
}
.yuki4{
    right: -30px;
    top: 140px;    
}
.sec1 .read{
    font-size: 2.5rem;
    text-align: center;
}
.sec1 .read.mt{
    margin-top: 40px;
}
.page_link{
    justify-content: space-between;
    display: flex;
    margin-top: 60px;
}
.page_link a{
    background: #3C5B4A;
    font-size: 1.6rem;
    color: #fff;
    width: 49.5%;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.page_link a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../img/arrow_shita.svg");
    width: 21px;
    height: 11px;
    content: "";   
}
.sec2{
    background: #F7F5EF;
    padding: 60px 0;
}
.sec2 .hana{
    display: block;
    margin: 0 auto;    
}
.sec2 .koushi{
    background: #fff;
    padding: 50px;
    box-sizing: border-box;   
}
.sec2 .koushi .flex{
    align-items: center;
    margin-top: 24px;
}
.sec2 .koushi .flex .txt{
    flex: 1;
    margin-left: 40px;
}
.sec2 .koushi .date{
    text-align: center;
    margin-top: -57px;
}
.sec2 .koushi .date p{
    font-size: 2rem;
    text-align: center;
    display: inline;
    margin: 0 auto;
    background: #F7F5EF;
    border-radius: 15px;
    padding: 10px 25px;
}
.sec2 .koushi .name_box {
    margin-bottom: 20px;
}
.sec2 .koushi .name_box .work{
    font-size: 1.8rem;
}
.sec2 .koushi .name_box .name{
    font-size: 3.5rem;
    margin-top: -7px;
}
.sec2 .koushi .name_box .name span{
    font-size: 1.4rem;
    margin-left: 15px;
}
.sec2 .koushi .txt p{
    font-size: 1.6rem;
    line-height: 2;
}
.sec2 h2{
    font-size: 3rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 38px;   
}
.sec3 .flex{
    flex-wrap: nowrap;
    align-items: center;
}
.sec3 .flex.row{
    flex-direction: row-reverse;
    margin-top: 40px;
}
.sec3 .flex p{
    flex: 1;
    margin-left: 35px;
}
.sec3 .flex.row p{
    margin-left: 0;
    margin-right: 35px;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
}
.sec4{
    background: #F7F5EF;
    padding: 60px 0;
    margin-top: 100px;
}
.sec4 h2{
    text-align: center;
    font-size: 3rem;
    margin-top: -90px;    
}
main .moushikomi{
    width: 630px;
    display: block;
    background: #851514;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    padding: 40px 0;
    box-sizing: border-box;
    margin: 50px auto 30px;  
    position: relative;
}
main .moushikomi:after{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../img/arrow_right.svg");
    width: 19px;
    height: 36px;
    content: "";   
}
main .sec4 .kome{
    width: 540px;
    margin: 0 auto;    
}
main .sec4 .kiyaku{
    margin-top: 50px;
}
main .sec4 .kiyaku .ttl{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
main .sec4 .kiyaku .scroll{
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    background: #fff;
    padding: 40px;    
}
main .sec4 .kiyaku .scroll p{
    margin-bottom: 30px;
}
main .sec4 .kiyaku .scroll p.last{
    margin-bottom: 0px;
}
main .sec5{
    margin-bottom: 60px;
}
main .for_top{
    background: #3C5B4A;
    font-size: 1.6rem;
    color: #fff;
    width: 320px;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
main .for_top:after{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../img/arrow_left.svg");
    width: 11px;
    height: 21px;
    content: "";   
}
@media screen and (max-width:768px) {
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
    .flex{
        display: block;
    }
    .yuki{
        z-index: 1;
    }
    .yuki1 {
        top: 30px;
        left: -10px;
        width: 70px;
    }
    .yuki2 {
        bottom: 0;
        right: 0;
    }
    .yuki3 {
        bottom: 0;
        left: 0;
    }
    .yuki4 {
        right: 0;
        top: 190px;
    }
    .inner{
        width: 90%;
        max-width: 90%;
        z-index: 2;
        position: relative;
    }
    .mv{
        width: 90%;
        max-width: 90%;
        height: 189px;
        overflow: hidden;
    }
    .mv .txt{
        transform: none;
        position: static;
        margin-top: 17px;
    }
    .mv .small .hana1{
        left: -50px;
        width: 40px;
        top: 0px;
    }
    .mv .small .hana2{
        right: -50px;
        top: 0px;
        width: 40px;
    }
    .mv .small p{
        font-size: 1.6rem;
    }
    .mv h1{
        font-size: 2rem;
        line-height: 1.4;
        margin-top: -5px;
    }
    .mv h1 strong{
        font-size: 3rem;
    }
    .mv .ribon{
        width: 85%;
        margin-top: 5%;
        height: 34px;
        background: #fff;
    }
    .mv .ribon:before {
        left: -14px;
        border-width: 19px 0px 20px 15px;
        border-color: #fff transparent;
    }
    .mv .ribon:after {
        right: -14px;
        border-width: 19px 15px 20px 0px;
         border-color: #fff transparent;
    }
    .mv .ribon p{
        width: 100%;
        font-size: 2rem;
        padding: 11px 0px 6px;
        background: #fff;
    }
    .mv .ribon .ribbon_ds{
        display: none;
    }
    .mv .ribon p span{
        font-size: 1.5rem;
        position: relative;
        top: 0;
    }
    .mv .ribon p span.mr{
        margin-right: 20px;    
    }
    .sec{
        margin-top: 30px;
    }
    .sec1 .read{
        font-size: 1.6rem;
    }
    .sec1 .read.mt{
        margin-top: 10px;
    }
    .page_link{
        display: block;
        margin-top: 30px;
    }
    .page_link a{
        width: 100%;
        margin-bottom: 10px;
    }
    .sec2{
        padding: 30px 0;
    }
    .sec2 .ttl_small{
        width: 100%;
        margin-top: 24px;
        margin-bottom: 21px;
    }
    .sec2 .hana{
        display: block;
        margin: 0 auto;    
    }
    .sec2 .koushi{
        padding: 8%;
    }
    .sec2 .koushi .flex{
        align-items: center;
        margin-top: 24px;
    }
    .sec2 .koushi .flex .txt{
        margin-left: 0;
    }
    .sec2 .koushi .date{
        margin-top: -40px;
    }
    .sec2 .koushi .date p{
        font-size: 1.6rem;
        display: block;
    }
    .sec2 .koushi img{
        width: 70%;
        margin: 40px auto 20px;
        display: block;
    }
    .sec2 .koushi .name_box {
        margin-bottom: 9px;
    }
    .sec2 .koushi .name_box .work{
        font-size: 1.5rem;
    }
    .sec2 .koushi .name_box .name{
        font-size: 2.8rem;
    }
    .sec2 .koushi .name_box .name span{
        font-size: 1.4rem;
        margin-left: 15px;
    }
    .sec2 .koushi .txt p{
        font-size: 1.5rem;
        line-height: 2;
    }
    .sec2 h2{
        font-size: 2rem;
        margin-top: 5%;
        line-height: 1.6; 
    }
    .sec3 .flex{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8%;
    }
    .sec3 .flex img{
        width: 100%;
    }
    .sec3 .flex.row{
        flex-direction: row-reverse;
        margin-top: 0;
    }
    .sec3 .flex p{
        margin-left: 0;
        top: 0;
        font-size: 1.5rem;
    }
    .sec3 .flex.row p{
        margin-right: 0;
        top: 0;
        font-size: 1.5rem;
    }
    .sec4{
        padding: 60px 0 30px;
        margin-top: 53px;
    }
    .sec4 h2{
        font-size: 2rem;
        line-height: 1.7;
        margin-top: -93px;  
    }
    main .moushikomi{
        width: 100%;
        font-size: 2rem;
        padding: 6% 0;
        margin: 7% auto 5%;
    }
    main .moushikomi:after{
        right: 10px;
    }
    main .sec4 .kome{
        width: 100%;
        margin: 0 auto;
        font-size: 1.4rem;    
    }
    main .sec4 .kiyaku{
        margin-top:30px;
    }
    main .sec4 .kiyaku .ttl{
        font-size: 1.6rem;
        margin-bottom: 10px;
        letter-spacing: -0.01em;
    }
    main .sec4 .kiyaku .scroll{
        box-sizing: border-box;
        padding: 7%;
    }
    main .sec4 .kiyaku .scroll p{
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
    main .sec4 .kiyaku .scroll p.last{
        margin-bottom: 0px;
    }
    main .sec5{
        margin-bottom: 60px;
    }
    main .for_top{
        background: #3C5B4A;
        font-size: 1.6rem;
        color: #fff;
        width: 320px;
        display: block;
        text-align: center;
        line-height: 1;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
    }
    main .for_top:after{
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(0%, -50%);
        background-image: url("../img/arrow_left.svg");
        width: 11px;
        height: 21px;
        content: "";   
    }
}/*SP用設定ここまで*/



/* <html>要素でページのスクロールを制御するよう設定（推奨） */
html {
    overflow-y: scroll; /* 常に垂直スクロールバーを表示させる */
}

/* <body>要素でスクロールを発生させない */
body {
    height: 100%; /* これ自体は問題ないが、内部要素の高さに注意 */
}