@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: 'Noto Serif JP', serif;
}

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

.keycolor1 {
    color: #901d22;
}

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

#tu__wrap .tu_footer {
	background:#fff;
    width: 100%;
}

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

#tu__wrap {
    background: #ffffff url(bg.jpg) center 540px no-repeat;
    background-size: 1280px auto;
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#tu__wrap > .tu__header {
    width: 100%;
    height: 770px;
    margin: 0 auto;
    position: relative;
}
#tu__wrap > .tu__header .ad {
    border: #3499c2 solid 1px;
    padding: 2px 4px 4px 4px;
    font-size: 13px;
    line-height: 1;
    color: #3499c2;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
#tu__wrap > .tu__header h1 {
    max-width: 930px;
    margin: 0 auto 50px;
    padding-top: 20px;
}
#tu__wrap > .tu__header .himg1 {
    width: 380px;
    position: absolute;
    right: 50%;
    top: 445px;
    transform: translateX(-30px);
}
#tu__wrap > .tu__header .himg1 .himg1_new {
    width: 24%;
    position: absolute;
    left: -12%;
    top: -12%;
}
#tu__wrap > .tu__header .himg2 {
    width: 380px;
    position: absolute;
    left: 50%;
    top: 480px;
    transform: translateX(30px);
}


#tu__wrap > .tu__read {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
#tu__wrap > .tu__read p {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
    text-align: center;
    position: relative;
    z-index: 10;
}
#tu__wrap > .tu__read .__prof {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 660px;
    margin: 0 auto;
}
#tu__wrap > .tu__read .__prof .__prof__img {
    width: 35%;
}
#tu__wrap > .tu__read .__prof .__prof__body {
    width: 63%;
}
#tu__wrap > .tu__read .__prof .__prof__body .__prof__text1 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
}
#tu__wrap > .tu__read .__prof .__prof__body .__prof__text1 span {
    font-size: 60%;
}
#tu__wrap > .tu__read .__prof .__prof__body .__prof__text2 {
    margin-bottom: 6px;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1;
    font-weight: bold;
    text-align: left;
}
#tu__wrap > .tu__read .__prof .__prof__body .__prof__text3 {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
}

#tu__wrap > .tu__contents {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 40px;
}

#tu__wrap > .tu__contents .contents__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 40px;
    position: relative;
}
#tu__wrap > .tu__contents .contents__title::before {
    content: "";
    display: block;
    border-bottom: #000000 solid 3px;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#tu__wrap > .tu__contents .contents__title h2 {
    background-color: #ffffff;
    display: block;
    max-width: 640px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

#tu__wrap > .tu__contents .contents__body {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
#tu__wrap > .tu__contents .contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#tu__wrap > .tu__contents .contents__body .__text2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu__contents .contents__body .__notes {
    display: block;
    font-size: 11px;
    text-indent: 0;
}
#tu__wrap > .tu__contents .contents__body .__img1 {
    width: 500px;
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img2 {
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img2 figure {
    width: 400px;
    margin: 0 auto 10px;
}
#tu__wrap > .tu__contents .contents__body .__img2 p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#tu__wrap > .tu__contents .__point {
    border-top: #01b4ed solid 8px;
    border-bottom: #01b4ed solid 8px;
    width: 100%;
    margin-bottom: 2em;
    padding: 2em 1em 1.5em;
}
#tu__wrap > .tu__contents .__point .__point__title {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1;
}
#tu__wrap > .tu__contents .__point .__point__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #01b4ed;
}

#tu__wrap > .tu__contents .contents__flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .contents__flex .__flex__text {
    width: calc(100% - 320px);
}
#tu__wrap > .tu__contents .contents__flex .__flex__img {
    max-width: 280px;
}

#tu__wrap > .tu__contact {
    width: 100%;
}
#tu__wrap > .tu__contact .__linkbnr {
    max-width: 660px;
    margin: 0 auto 40px;
}
#tu__wrap > .tu__contact .__linkbnr a {
    display: block;
    transition: all ease .3s;
}
#tu__wrap > .tu__contact .__linkbnr a:hover {
    filter: brightness(1.1);
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
    width: 100%;
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text {
    background-color: #007eac;
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text span {
    display: block;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 20px;
    font-feature-settings: "palt";
}

#tu__wrap > .tu__contact .__linkbtn {
    max-width: 360px;
    margin: 0 auto 40px;
}
#tu__wrap > .tu__contact .__linkbtn a {
    display: block;
    background-color: #000000;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    transition: all ease .3s;
}
#tu__wrap > .tu__contact .__linkbtn a:hover {
    display: block;
    background-color: #444444;
}
#tu__wrap > .tu__contact .__linkbtn a span {
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    color: #fff;
    text-align: center;
}

#tu__wrap > .tu__contact .__stoptext {
    width: 500px;
    margin: 0 auto 50px;
}


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

    #tu__wrap {
        background: #ffffff url(bg.jpg) center 60vw no-repeat;
        background-size: 100% auto;
        width: 100%;
    }

    #tu__wrap > .tu__header {
        width: 100%;
        height: 80vw;
        margin: 0 auto;
        position: relative;
    }
    #tu__wrap > .tu__header h1 {
        max-width: 93vw;
        margin: 0 auto;
        padding-top: 2vw;
    }
    #tu__wrap > .tu__header .himg1 {
        width: 42vw;
        position: absolute;
        right: 53%;
        top: 44.5vw;
        transform: translateX(0);
    }
    #tu__wrap > .tu__header .himg2 {
        width: 42vw;
        position: absolute;
        left: 53%;
        top: 48vw;
        transform: translateX(0);
    }
}


@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 0;
    }
    #tu__wrap > .tu__header .ad {
        background-color: #3499c2;
        border: none;
        padding: 2px 4px 4px 4px;
        font-size: 10px;
        line-height: 1;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }


    #tu__wrap > .tu__read {
        margin: 0 auto 2em;
        padding: 0 5vw;
    }
    #tu__wrap > .tu__read p {
        margin-bottom: 1em;
        font-size: 15px;
        line-height: 2;
        text-align: left;
    }
    #tu__wrap > .tu__read .__prof {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #tu__wrap > .tu__read .__prof .__prof__img {
        width: 60%;
        margin: 0 auto 10px;
    }
    #tu__wrap > .tu__read .__prof .__prof__body {
        width: 100%;
    }
    #tu__wrap > .tu__read .__prof .__prof__body .__prof__text1 {
        margin-bottom: 5px;
        font-size: 16px;
        text-align: center;
    }
    #tu__wrap > .tu__read .__prof .__prof__body .__prof__text1 span {
        font-size: 60%;
    }
    #tu__wrap > .tu__read .__prof .__prof__body .__prof__text2 {
        margin-bottom: 5px;
        font-size: 10px;
        text-align: center;
    }
    #tu__wrap > .tu__read .__prof .__prof__body .__prof__text3 {
        margin: 0;
        font-size: 10px;
        font-feature-settings: "palt";
    }

    #tu__wrap > .tu__contents {
        width: 100%;
        margin: 0 auto 5vw;
        padding-top: 5vw;
    }

    #tu__wrap > .tu__contents .contents__title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto 30px;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__title::before {
        content: "";
        display: block;
        border-bottom: #000000 solid 2px;
    }
    #tu__wrap > .tu__contents .contents__title h2 {
        background-color: #ffffff;
        display: block;
        width: 90vw;
        padding: 0 2vw;
        position: relative;
        z-index: 2;
    }

    #tu__wrap > .tu__contents .contents__body {
        padding: 0 5vw;
    }
    #tu__wrap > .tu__contents .contents__body .__text1 {
        font-size: 15px;
    }
    #tu__wrap > .tu__contents .contents__body .__text2 {
        font-size: 15px;
    }
    #tu__wrap > .tu__contents .contents__body .__notes {
        font-size: 10px;
    }
    #tu__wrap > .tu__contents .contents__body .__img1 {
        width: 100%;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 {
    }
    #tu__wrap > .tu__contents .contents__body .__img2 figure {
        width: 90%;
        margin: 0 auto 10px;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 p {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }

    #tu__wrap > .tu__contents .__point {
        border: #01b4ed solid 6px;
        width: 100%;
        margin-bottom: 2em;
        padding: 4vw;
    }
    #tu__wrap > .tu__contents .__point .__point__title {
        margin-bottom: 4vw;
    }
    #tu__wrap > .tu__contents .__point .__point__text {
        font-size: 15px;
        text-align: justify;
        line-height: 1.8;
    }

    #tu__wrap > .tu__contents .contents__flex {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #tu__wrap > .tu__contents .contents__flex .__flex__text {
        order: 2;
        width: 100%;
    }
    #tu__wrap > .tu__contents .contents__flex .__flex__img {
        order: 1;
        max-width: 280px;
        width: 60%;
        margin: 0 auto 2em;
    }
    
    
    #tu__wrap > .tu__contact {
        width: 100%;
    }
    #tu__wrap > .tu__contact .__linkbnr {
        max-width: 600px;
        width: 90vw;
        margin: 0 auto 30px;
    }
    #tu__wrap > .tu__contact .__linkbnr a {
        display: block;
        transition: all ease .3s;
    }
    #tu__wrap > .tu__contact .__linkbnr a:hover {
        filter: brightness(1.1);
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
        width: 100%;
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text {
        border-radius: 0 0 8px 8px;
        width: 100%;
        padding: 10px;
        font-size: 12px;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text span {
        display: block;
        margin: 0 auto;
        padding-top: 2px;
        font-size: 16px;
        font-weight: bold;
    }

    #tu__wrap > .tu__contact .__linkbtn {
        max-width: 240px;
        margin: 0 auto 30px;
    }
    #tu__wrap > .tu__contact .__linkbtn a span {
        display: block;
        padding: 14px;
        font-size: 14px;
    }
    
    #tu__wrap > .tu__contact .__stoptext {
        width: 90vw;
        max-width: 500px;
        margin: 0 auto 50px;
    }
}
