@charset "UTF-8";
/* ================================================================ */
/*  style info : リセット及びフォントサイズ							*/
/* ================================================================ */
/*
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com
	Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    list-style: none;
}


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

blockquote, q {
    quotes: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

em {
    font-style: normal;
}

section {
    padding: 0 0 0 0;
    margin: auto;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

dir {
    display: initial;
    list-style-type: initial;
    margin-block-start: initial;
    margin-block-end: initial;
    padding-inline-start: initial;
}

/* border-box */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

/*++++++++++++++++++++++++++
	Link : Text
++++++++++++++++++++++++++*/
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



/* ================================================ */
/* Base*/
/* ================================================ */

html {
    overflow-y: auto;
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    color: #000000;
    padding: 0;
    text-align: left;
    height: auto;
    font-size: 16px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

    background-color: #E8ECCA;
}


/*++++++++++++++++++++++++++
	font
++++++++++++++++++++++++++*/

/*
.gothic {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

.mincho {
    font-family: 'Noto Serif JP', serif;
}

.gothic {
    font-family: "Noto Sans JP";
}

.marugo {
    font-family: "M PLUS Rounded 1c";
}


/*++++++++++++++++++++++++++
	切り替え
++++++++++++++++++++++++++*/
@media screen and (min-width: 800px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

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

    .sp {
        display: block;
    }
}

/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/

/* ===== レイアウト全体 ===== */
.layout {
    display: flex;
    height: 100vh;
}

/* 左右サイド */
.side {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.side.left {
    position: fixed;
    left: 0;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.left .lefttitle {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
}

/* 右サイドメニューエリア */

.side.right {
    position: fixed;
    right: 0;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
    padding-left: 15px;
}

.right .menutitle {
    color: #004429;
    letter-spacing: 0.03em;
    font-size: clamp(20px, 2.5vw, 30px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    margin: 15% auto 30px;
}

.right a.manu_button {
    display: block;
    color: #fff;
    font-size: clamp(20px, 2.5vw, 25px);
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto 15px;
    border-radius: 100vh;
    background-color: #80BB2E;
    max-width: 370px;
    width: 100%;
}

.right .right_character {
    position: absolute;
    max-width: 400px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.right .right_character img {
    display: block;
}

/* 中央 */
.center {
    width: clamp(450px, 50vw, 450px);
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    height: 100vh;
    position: relative;
}

.center .bk_white {
    background-color: #fff;
}

.center .mainvisual {
    width: 100%;
    height: 730px;
    background-image: url(../images/mainvisual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center .main_title {
    margin: 0 auto 0 auto;
    width: 90%;
    text-align: center;
}

.center .center_wrap {
    margin: 0 auto;
    padding: 15px 5% 15px ;
    width: 100%;
}


.center .shiharai {
    margin: 0 auto 10px auto;
    text-align: center;
    color: #004D2D;
    background-color: #E2F0E0;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}

.center .translation_g {
    margin: 0 auto 10px;
    text-align: left;
    font-size: 14px;
    color: #004D2D;
    font-weight: bold;
}
.center .translation {
    margin: 0 auto 30px;
    text-align: left;
    font-size: 14px;
}

.center .translation_center {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
}

.center .price {
    margin: 0 auto 10px auto;
}

.center .txt_green {
    margin: 0 auto 10px auto;
    color: #004D2D;
    font-size: 20px;
    font-weight: 600;
}


.center .center_title {
    color: #004429;
    letter-spacing: 0.03em;
    font-size: clamp(30px, 7vw, 35px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    margin: 0 auto 10px;
    text-align: center;
}

.center .center_title2 {
    color: #004429;
    letter-spacing: 0.03em;
    font-size: clamp(25px, 7vw, 30px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    margin: 0 auto 10px;
    text-align: center;
}

.center .photo {
    margin: 50px auto 10px;
    width: 90%;
}

.center .photo:first-child {
    margin: 0px auto 10px;
    width: 90%;
}

.center .photo_title {
    color: #004429;
    font-size: clamp(15px, 7vw, 20px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    margin: 0 auto 10px;
    text-align: center;
}

.center .link_title {
    display: block;
    color: #fff;
    font-size: clamp(20px, 2.5vw, 25px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto 30px;
    border-radius: 100vh;
    background-color: #80BB2E;
    max-width: 370px;
    width: 100%;
}

.center .footer_title {
    display: block;
    color: #004D2D;
    font-size: clamp(20px, 2.5vw, 25px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto 50px;
    border-radius: 100vh;
    background-color: #ffffff;
    max-width: 370px;
    width: 100%;
}


/*seido*/

.center ul.seido_wrap {
    border-bottom: 1px solid #707070;
    padding: 20px 0 10px;
    margin: 0px 0 15px;
}

.center ul.seido_wrap:last-child {
    border-bottom: 0px solid #707070;
    padding: 20px 0 10px;
    margin: 0px 0 15px;
}



.center .seido_wrap li {
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 800;
    color: #004429;
    margin: 0 0 5px;
}

.center .seido_wrap li::before {
    content: "●";
    font-size: clamp(14px, 2.5vw, 14px);
    color: #004429;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.center .seido_wrap ol {
    font-size: clamp(15px, 2.5vw, 16px);
    margin: 0 0 10px 0;
}



/*tool*/

.center .tool_txt {
    font-size: clamp(15px, 2.5vw, 16px);
    margin: 0 0 20px 0;
}

.center .tool_link_wrap {
    padding: 0 0 30px;
}

.center a.tool_link {
    color: #004429;
    font-size: clamp(18px, 2.5vw, 18px);
    border-bottom: 1px solid #004429;
    padding: 0 0 5px;
    display: inline-block;
}

/*taxation*/

.center .taxation_txt {
    font-size: clamp(15px, 2.5vw, 16px);
    margin: 0 0 10px 0;
}

.center .taxation_link {
    display: block;
    color: #004D2D;
    font-size: clamp(18px, 2.5vw, 18px);
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto 20px;
    border-radius: 100vh;
    background-color: #ffffff;
    border: solid 1px #90C31E;
    max-width: 320px;
    width: 100%;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: 22px 22px;
}

.center .taxation_link span {
    font-size: clamp(15px, 2.5vw, 15px);
    font-weight: normal;
    display: block;
}

.center .taxation_link em {
    font-size: clamp(12px, 2.5vw, 12px);
    font-weight: normal;
}


@media screen and (max-width: 450px) {
    .center {
        width: 100%;
    }
}

@media screen and (max-height: 750px) {
    .right .right_character {
        display: none;
    }
}



@media screen and (max-width: 850px){
    .side.left {
        display: none;
    }
    .side.right {
        display: none;
    }
}

/*--------------------------------------
    footer
---------------------------------------*/
footer {
    background-color: #90C31E;
    width: 100%;
    padding: 50px 10px;
    text-align: center;

}
footer .footer_txt1 {
    font-size: clamp(15px, 2.5vw, 16px);
    margin: 0 auto 5px;
}

footer .footer_txt2 {
    font-size: clamp(20px, 2.5vw, 20px);
    font-family: "Noto Sans JP";
    font-weight: 800;
    margin: 0 auto 5px;
}

footer .footer_tel {
    font-size: clamp(20px, 2.5vw, 20px);
    margin: 0 auto 5px;
}

footer .footer_mail {
    font-size: clamp(20px, 2.5vw, 20px);
    margin: 0 auto 5px;
}

footer .footer_copyright {
    font-size: clamp(14px, 2.5vw, 14px);
    margin: 20px auto 0;
}

footer .footer_line {
    border-bottom: 1px solid #707070;
    padding: 0 0 10px;
    margin: 0 auto 15px;
    width: 90%;
}

/*--------------------------------------
    フワッと表示
---------------------------------------*/
.scroll_up,
.center_wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1s;
}

.scroll_up.is-show,
.center_wrap.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.timing1 {
    transition-delay: 0.2s;
}

.timing2 {
    transition-delay: 0.4s;
}

.timing3 {
    transition-delay: 0.6s;
}

.timing4 {
    transition-delay: 0.8s;
}


