@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;
}

/* ================================================= */
/* header */
/* ================================================= */
.tu__header {
    position: relative;
    z-index: 300;
}
/* ================================================= */
/* footer */
/* ================================================= */
.tu__footer {
    position: relative;
    z-index: 300;
}

/* ===================== */
/* wrapper
/* ===================== */

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

#tu__wrapper .__bg {
    background: url(bg.jpg) center left no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#tu__wrapper .__container {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#tu__wrapper .__mainvisual {
    width: 100%;
}

#tu__wrapper .__mainvisual .__mainvisual__inner {
    width: 100%;
    position: relative;
}
#tu__wrapper .__mainvisual .__mainvisual__inner figure {
    width: 100%;
}
#tu__wrapper .__mainvisual .__mainvisual__inner .__subtitle {
    width: 100%;
    position: absolute;
    right: 0;
    top: -4%;
}

#tu__wrapper .__mainvisual .__mainvisual__title {
    width: 100%;
    position: relative;
}
#tu__wrapper .__mainvisual .__mainvisual__title h1 {
    width: 69.2%;
    margin-top: -5%;
}
#tu__wrapper .__mainvisual .__mainvisual__title .__read {
    width: 69.2%;
    padding: 2% 4% 0;
}
#tu__wrapper .__mainvisual .__mainvisual__title .__read .__read__body {
    border-top: #df2e36 solid 4px;
    border-bottom: #df2e36 solid 4px;
    width: 100%;
    padding: 20px 30px;
}
#tu__wrapper .__mainvisual .__mainvisual__title .__read .__read__body p {
    font-size: 19px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2;
}
#tu__wrapper .__mainvisual .__mainvisual__title .__item {
    width: 24%;
    position: absolute;
    left: 71%;
    bottom: 0;
}

#tu__wrapper .__mainvisual .__mainvisual__notes {
    width: 100%;
    padding-right: 6%;
}
#tu__wrapper .__mainvisual .__mainvisual__notes p {
    padding: 15px 0 60px;
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
    font-feature-settings: "palt";
}


#tu__wrapper .__contents {
    width: 100%;
    padding: 0 40px 60px;
}

#tu__wrapper .__contents .__body {
    max-width: 840px;
    margin: 0 auto;
    padding: 50px 0;
}

#tu__wrapper .__contents .__body .__text {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#tu__wrapper .__contents .__body .__text span.__name1 {
    color: #565656;
}
#tu__wrapper .__contents .__body .__text span.__name2 {
    color: #df2e36;
}
#tu__wrapper .__contents .__body .__text span.__notes {
    font-weight: normal;
    font-size: 60%;
    display: block;
}

#tu__wrapper .__contents .__body .__ph {
    width: 600px;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrapper .__contents .__body .__ph figure {
    display: block;
}

#tu__wrapper .__contents .__column {
    background-color: #f4f4f4;
    border: #df2e36 solid 5px;
    border-radius: 10px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px;
}
#tu__wrapper .__contents .__column .__column__title {
    width: 100%;
    margin-bottom: 40px;
}

#tu__wrapper .__contents .__column .__column__body {
    max-width: 840px;
    margin: 0 auto;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__title1 {
    max-width: 550px;
    margin: 0 auto 20px;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__title2 {
    background-color: #df2e36;
    width: 100%;
    margin: 0 auto 30px;
    padding: 12px 20px;
    text-align: center;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__title2 img {
    max-width: 550px;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__title3 {
    max-width: 550px;
    margin: 0 auto 20px;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__text.__nomargin {
    margin-bottom: 0;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__ph {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__ph .__item1 {
    width: 59.3%;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__ph .__item2 {
    width: 39.7%;
}
#tu__wrapper .__contents .__column .__column__body .__column__body__fig {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}
#tu__wrapper .__contents .__column .__column__body .__notes1 {
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
}
#tu__wrapper .__contents .__column .__column__body .__notes2 {
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.4;
}



#tu__wrapper .__link {
    width: 500px;
    margin: 0 auto;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
#tu__wrapper .__link .__link__body {
    width: 300px;
}
#tu__wrapper .__link .__link__body .__logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#tu__wrapper .__link .__link__body .__btn {
    display: block;
    width: 100%;
}
#tu__wrapper .__link .__link__body .__btn a {
    background-color: #df2e36;
    border: #fff solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    transition: all ease .3s;
}
#tu__wrapper .__link .__btn a:hover {
    background-color: #f3020d;
}
#tu__wrapper .__link .__link__body .__btn a span {
    display: table;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#tu__wrapper .__link .__link__img {
    width: 92px;
}

#tu__wrapper .__contents .__matome {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
#tu__wrapper .__contents .__matome .__matome__title {
    width: 540px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
}
#tu__wrapper .__contents .__matome .__matome__body {
    background-color: #f3f3f3;
    width: 100%;
    padding: 90px 50px 40px;
}
#tu__wrapper .__contents .__matome .__matome__body p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}



@media only screen and (max-width: 768px) {
    
    #tu__wrapper {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        padding: 5vw 4vw 0;
        position: relative;
        overflow: hidden;
    }

    #tu__wrapper .__bg {
        background: url(bg.jpg) center left no-repeat;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #tu__wrapper .__container {
        background-color: #fff;
        max-width: inherit;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }

    #tu__wrapper .__mainvisual {
        width: 100%;
    }

    #tu__wrapper .__mainvisual .__mainvisual__inner {
        width: 100%;
        position: relative;
    }
    #tu__wrapper .__mainvisual .__mainvisual__inner figure {
        width: 100%;
    }
    #tu__wrapper .__mainvisual .__mainvisual__inner .__subtitle {
        width: 100%;
        position: absolute;
        right: 0;
        top: -4vw;
    }

    #tu__wrapper .__mainvisual .__mainvisual__title {
        width: 100%;
        position: relative;
    }
    #tu__wrapper .__mainvisual .__mainvisual__title h1 {
        width: 100%;
        margin-top: 0;
    }
    #tu__wrapper .__mainvisual .__mainvisual__title .__read {
        width: 60%;
        padding: 4vw 4vw 0;
    }
    #tu__wrapper .__mainvisual .__mainvisual__title .__read .__read__body {
        border-top: #df2e36 solid 3px;
        border-bottom: #df2e36 solid 3px;
        width: 100%;
        padding: 2vw 0;
    }
    #tu__wrapper .__mainvisual .__mainvisual__title .__read .__read__body p {
        font-size: 3.6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.8;
        text-align: justify;
    }
    #tu__wrapper .__mainvisual .__mainvisual__title .__item {
        width: 40%;
        position: absolute;
        left: auto;
        right: 1vw;
        bottom: 0;
    }

    #tu__wrapper .__mainvisual .__mainvisual__notes {
        width: 100%;
        padding-right: 0;
        padding: 0 4vw;
    }
    #tu__wrapper .__mainvisual .__mainvisual__notes p {
        padding: 8px 0 8vw;
        font-size: 10px;
        line-height: 1.4;
        text-align: left;
        font-feature-settings: "palt";
    }


    #tu__wrapper .__contents {
        width: 100%;
        padding: 0 4vw 4vw;
    }

    #tu__wrapper .__contents .__body {
        max-width: inherit;
        margin: 0 auto;
        padding: 5vw 0;
    }

    #tu__wrapper .__contents .__body .__text {
        margin-bottom: 1.5em;
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
    }
    #tu__wrapper .__contents .__body .__text span.__notes {
        font-weight: normal;
        font-size: 60%;
        display: block;
    }

    #tu__wrapper .__contents .__body .__ph {
        width: 100%;
        margin: 0 auto 1.5em;
        position: relative;
    }
    #tu__wrapper .__contents .__body .__ph figure {
        display: block;
    }

    #tu__wrapper .__contents .__column {
        background-color: #f4f4f4;
        border: #df2e36 solid 4px;
        border-radius: 10px;
        max-width: inherit;
        margin: 0 auto;
        padding: 4vw;
    }
    #tu__wrapper .__contents .__column .__column__title {
        width: 100%;
        margin-bottom: 4vw;
    }

    #tu__wrapper .__contents .__column .__column__body {
        max-width: inherit;
        margin: 0 auto;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__title1 {
        max-width: inherit;
        margin: 0 auto 3vw;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__title2 {
        background-color: #df2e36;
        width: 100%;
        margin: 0 auto 4vw;
        padding: 2vw 0;
        text-align: center;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__title2 img {
        max-width: inherit;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__title3 {
        max-width: inherit;
        margin: 0 auto 3vw;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__text {
        margin-bottom: 4vw;
        font-size: 14px;
        line-height: 2;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__text.__nomargin {
        margin-bottom: 0;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__ph {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__ph .__item1 {
        width: 100%;
        margin: 0 auto 4vw;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__ph .__item2 {
        width: 90%;
        margin: 0 auto;
    }
    #tu__wrapper .__contents .__column .__column__body .__column__body__fig {
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
        margin: 0 auto;
    }
    #tu__wrapper .__contents .__column .__column__body .__notes1 {
        padding-top: 5px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
    }
    #tu__wrapper .__contents .__column .__column__body .__notes2 {
        padding-top: 5px;
        font-size: 10px;
        line-height: 1.4;
    }



    #tu__wrapper .__link {
        width: 90vw;
        margin: 0 auto;
        padding: 10vw 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 10;
    }
    #tu__wrapper .__link .__link__body {
        width: 70%;
    }
    #tu__wrapper .__link .__link__body .__logo {
        display: block;
        width: 100%;
        margin-bottom: 4vw;
    }
    #tu__wrapper .__link .__link__body .__btn {
        display: block;
        width: 100%;
    }
    #tu__wrapper .__link .__link__body .__btn a {
        background-color: #df2e36;
        border: #fff solid 1px;
        border-radius: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 20vw;
        transition: all ease .3s;
    }
    #tu__wrapper .__link .__btn a:hover {
        background-color: #f3020d;
    }
    #tu__wrapper .__link .__link__body .__btn a span {
        display: table;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #tu__wrapper .__link .__link__img {
        width: 26%;
    }

    #tu__wrapper .__contents .__matome {
        max-width: inherit;
        width: 100%;
        margin: 5vw auto 0;
        padding-top: 0;
        position: relative;
    }
    #tu__wrapper .__contents .__matome .__matome__title {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%) translateY(-50%);
        z-index: 10;
    }
    #tu__wrapper .__contents .__matome .__matome__body {
        background-color: #f3f3f3;
        width: 100%;
        padding: 11vw 4vw 2vw;
    }
    #tu__wrapper .__contents .__matome .__matome__body p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.8;
    }
}
