@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
    font-size: .16em;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.keycolor1 {
    color: #00c4d2;
}
.keycolor2 {
    color: #04ba73;
}
.bgcolor1 {
    background-color: #00c4d2;
}
.bgcolor2 {
    background-color: #04ba73;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.is-hide {
	display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

@media only screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #f0f0f0;
}

/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
	background:#fff;
	padding-top:20px !important;
	line-height: 150%;
}

#bpGlobalFooter {
	background:#fff;
	padding-top:10px;
	padding-bottom: 30px !important;
}
/* ===================== */
/* wrapper
/* ===================== */

#tu__wrapper {
    background-color: #fff;
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#tu__wrapper > .__mainvisual {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner {
    background: url(bg1.jpg) center center no-repeat;
    background-size: cover;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner img {
    width: 100%;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    opacity: 0;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1 div,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2 div,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3 div,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide4 div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1.active {
    animation: slidefadeIn1 5s ease 1s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2.active {
    animation: slidefadeIn2 3s ease 2.5s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3.active {
    animation: slidefadeIn1 5s ease 5s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide4.active {
    animation: slidefadeIn1 5s ease 9s 1 forwards;
}
@keyframes slidefadeIn1 {
    0% {opacity: 0; transform: scale(1.1)}
    15% {opacity: 1; transform: scale(1)}
    85% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(1)}
}
@keyframes slidefadeIn2 {
    0% {opacity: 0;}
    20% {opacity: 1;}
    80% {opacity: 1;}
    100% {opacity: 0;}
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__img {
    width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    z-index: 200;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__img div {
    display: block;
    width: 100%;
    opacity: 0;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__img.active div {
    width: 100%;
    opacity: 1;
    transition: opacity ease 1s 14s;
}


#tu__wrapper > .__h1 {
    background-color: #ffffff;
    width: 100%;
    padding: 30px 20px 0;
}
#tu__wrapper > .__h1 h1 {
    display: block;
    max-width: 770px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
}
#tu__wrapper > .__h1 h1.active {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: all ease 1s 14.5s;
}


#tu__wrapper > .__read {
    width: 100%;
    padding: 50px 0;
}
#tu__wrapper > .__read .readtext {
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 2.2;
    text-align: center;
    color: #004832;
}
#tu__wrapper > .__read .readtext_notes {
    margin-bottom: .5em;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
}



#tu__wrapper > .__contents {
    background-color: #fff;
    width: 100%;
}

#tu__wrapper > .__contents .__title {
    background-color: #004832;
    width: 100%;
    margin: 0 auto 40px;
    padding: 4px 0;
    position: relative;
    z-index: 20;
}
#tu__wrapper > .__contents .__title .__title__inner {
    background: linear-gradient(90deg,rgba(164, 120, 43, 1) 0%, rgba(92, 54, 12, 1) 100%);
    border-top:  #d6ad5c solid 1px;
    border-bottom:  #d6ad5c solid 1px;
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu__wrapper > .__contents .__title .__title__inner h2 {
    text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
}

#tu__wrapper > .__contents .__contents__body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px 30px;
    position: relative;
    z-index: 20;
}
#tu__wrapper > .__contents .__contents__body .__flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu__wrapper > .__contents .__contents__body .__flex .__flex__text {
    width: calc(100% - 220px);
}
#tu__wrapper > .__contents .__contents__body .__flex .__flex__img {
    width: 190px;
    margin-bottom: 2em;
}
#tu__wrapper > .__contents .__contents__body .__flex .__flex__img figure {
    width: 100%;
    margin-bottom: 10px;
}
#tu__wrapper > .__contents .__contents__body .__flex .__flex__img .__img__cap {
    font-size: 13px;
    line-height: 1.5;
    color: #004832;
}

#tu__wrapper > .__contents .__contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrapper > .__contents .__contents__body .__text1 span {
    font-weight: bold;
}
#tu__wrapper > .__contents .__contents__body .__text1 span.notes {
    font-weight: normal;
    font-size: 60%;
    display: block;
}

#tu__wrapper > .__contents .__contents__body .__ph1 {
    max-width: 600px;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrapper > .__contents .__contents__body .__ph1 figure {
    width: 100%;
    margin-bottom: 10px;
}
#tu__wrapper > .__contents .__contents__body .__ph1 .__profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu__wrapper > .__contents .__contents__body .__ph1 .__profile1 {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu__wrapper > .__contents .__contents__body .__ph1 .__profile1 span {
    display: table;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #004832;
}
#tu__wrapper > .__contents .__contents__body .__ph1 .__profile2 {
    border-left: #004832 solid 2px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu__wrapper > .__contents .__contents__body .__ph1 .__profile2 span {
    display: table;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    color: #004832;
}

#tu__wrapper > .__contents .__contents__body .__fig {
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrapper > .__contents .__contents__body .__fig figure {
    max-width: 400px;
    margin: 0 auto 10px;
}
#tu__wrapper > .__contents .__contents__body .__fig .__fig__cap {
    font-size: 13px;
    line-height: 1.5;
    color: #004832;
    text-align: center;
}

#tu__wrapper > .__contents .__contents__body .__notes {
    margin-bottom: 1em;
    font-size: 11px;
    line-height: 1.5;
}



#tu__contact {
    width: 100%;
    padding: 40px 0 30px;
    position: relative;
    z-index: 100;
}
#tu__contact .__bnr {
    max-width: 650px;
    margin: 0 auto 15px;
}
#tu__contact .__bnr a {
    width: 100%;
    opacity: 1;
    transition: opacity ease .3s;
}
#tu__contact .__bnr a:hover {
    opacity: .75;
}
#tu__contact .__btn {
    max-width: 450px;
    margin: 0 auto 20px;
}
#tu__contact .__btn a {
    display: block;
    background: linear-gradient(90deg,rgba(0, 72, 50, 1) 0%, rgba(0, 104, 72, 1) 100%);
    border-radius: 24px;
    padding: 1em;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: opacity ease .3s;
}
#tu__contact .__btn a:hover {
    opacity: .75;
}


@media only screen and (max-width: 768px) {

    #tu__wrapper {
        background-color: #fff;
        width: 100%;
        max-width: inherit;
    }

    #tu__wrapper > .__mainvisual .__mainvisual__inner {
        background: url(bg1.jpg) center center no-repeat;
        background-size: cover;
        height: 70vw;
        margin: 0 auto;
        position: relative;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner img {
        width: 100%;
    }

    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide4 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 10vw;
        z-index: 100;
        opacity: 0;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1 div,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2 div,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3 div,
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__slide4 div {
        width: 90vw;
        max-width: inherit;
        margin: 0 auto;
        overflow: hidden;
    }

    #tu__wrapper > .__mainvisual .__mainvisual__inner .__img {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        z-index: 200;
    }


    #tu__wrapper > .__h1 {
        background-color: #ffffff;
        width: 100%;
        padding: 4vw;
    }
    #tu__wrapper > .__h1 h1 {
        display: block;
        max-width: inherit;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(20px);
    }
    #tu__wrapper > .__h1 h1.active {
        width: 100%;
        opacity: 1;
        transform: translateY(0);
        transition: all ease 1s 14.5s;
    }


    #tu__wrapper > .__read {
        width: 100%;
        padding: 5vw;
    }
    #tu__wrapper > .__read .readtext {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: 0.03em;
        line-height: 2;
        text-align: justify;
    }



    #tu__wrapper > .__contents {
        background-color: #fff;
        width: 100%;
    }

    #tu__wrapper > .__contents .__title {
        background-color: #004832;
        width: 100%;
        margin: 0 auto 30px;
        padding: 4px 0;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper > .__contents .__title .__title__inner {
        width: 100%;
        height: 30vw;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu__wrapper > .__contents .__title .__title__inner h2 {
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        font-size: 6vw;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        text-align: center;
        color: #ffffff;
    }

    #tu__wrapper > .__contents .__contents__body {
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw 5vw;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper > .__contents .__contents__body .__flex {
        width: 100%;
        display: block;
    }
    #tu__wrapper > .__contents .__contents__body .__flex .__flex__text {
        width: 100%;
    }
    #tu__wrapper > .__contents .__contents__body .__flex .__flex__img {
        width: 200px;
        margin: 0 auto 2em;
    }
    #tu__wrapper > .__contents .__contents__body .__flex .__flex__img figure {
        width: 100%;
        margin-bottom: 10px;
    }
    #tu__wrapper > .__contents .__contents__body .__flex .__flex__img .__img__cap {
        font-size: 12px;
        font-feature-settings: "palt";
        line-height: 1.5;
        color: #004832;
    }

    #tu__wrapper > .__contents .__contents__body .__text1 {
        font-size: 15px;
    }

    #tu__wrapper > .__contents .__contents__body .__ph1 {
        max-width: inherit;
        margin: 0 auto 2em;
        position: relative;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 figure {
        width: 100%;
        margin-bottom: 10px;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 .__profile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 .__profile1 {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 .__profile1 span {
        display: table;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        color: #004832;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 .__profile2 {
        border-left: #004832 solid 2px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu__wrapper > .__contents .__contents__body .__ph1 .__profile2 span {
        display: table;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.5;
        color: #004832;
    }

    #tu__wrapper > .__contents .__contents__body .__fig {
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
    }
    #tu__wrapper > .__contents .__contents__body .__fig figure {
        max-width: 400px;
        margin: 0 auto 10px;
    }
    #tu__wrapper > .__contents .__contents__body .__fig .__fig__cap {
        font-size: 12px;
        font-feature-settings: "palt";
    }

    #tu__wrapper > .__contents .__contents__body .__notes {
        margin-bottom: 1em;
        font-size: 11px;
        line-height: 1.5;
    }



    #tu__contact {
        width: 100%;
        padding: 0 0 30px;
        position: relative;
        z-index: 100;
    }
    #tu__contact .__bnr {
        max-width: 650px;
        margin: 0 auto 15px;
    }
    #tu__contact .__bnr a {
        width: 100%;
        opacity: 1;
        transition: opacity ease .3s;
    }
    #tu__contact .__bnr a:hover {
        opacity: .75;
    }
    #tu__contact .__btn {
        width: 94%;
        max-width: 450px;
        margin: 0 auto 15px;
    }
    #tu__contact .__btn a {
        display: block;
        background: linear-gradient(90deg,rgba(0, 72, 50, 1) 0%, rgba(0, 104, 72, 1) 100%);
        border-radius: 21px;
        padding: 1em;
        font-size: 13px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
        color: #fff;
        transition: opacity ease .3s;
    }
    #tu__contact .__btn a:hover {
        opacity: .75;
    }
}
