/* CSS Document */
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* -----共通項目----- */
html {
	font-size: 62.5%;
}
body {
    color: #222;
    font-family:  游ゴシック,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3,  "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    /* font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
    overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
.link {
    color: #00A0E9;
    border-bottom: 0.5px solid #00A0E9;
    font-weight: 500;
}
.link:hover {
    opacity: 0.8;
    transition: 0.2s;
}
img {
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    max-width: 1200px;
    margin:  0 auto;
}
.uppercase {
    text-transform: uppercase;
}
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.ib {
    display: inline-block;
}
/* ----- リスト ----- */
ul {
    list-style: none;
}
.basic_list {
    list-style-type: none;
    padding-left: 1em;
}
.basic_list li {
    position: relative;
}
.basic_list li::before {
    position: absolute;
    content: "・";
    left: -1em;
    font-weight: bold;
}
.annotation_list {
    list-style-type: none;
    padding-left: 1em;
}
.annotation_list li {
    position: relative;
    padding-left: 0.1em;
}
.annotation_list li::before {
    position: absolute;
    content: "※";
    left: -1em;
}
.center {
    text-align: center;
}
.emphasis {
    /* color:#444; */
    color: #555;
    font-weight:bold;
}
.emphasis_green {
    color: #72bd01;
    font-weight: bold;
}
.emphasis_orange {
    /* color: #f78b2b; */
    color: #ff9d26;
    font-weight: bold;
}
.emphasis_blue {
    color: #2dabea;
    font-weight: bold;
}
.emphasis_turquoise {
    color: #35cab4;
    font-weight: bold;
}
.emphasis_pink {
    color: #f281b1;
    font-weight: bold;
}
.emphasis_brown {
    color: #8a6945;
    /* color: #523210; */
    /* color: #6b4217; */
    font-weight: bold;
}

/* 英語付きサブタイトル */
.subtitle {
    text-align: center;
    line-height: 1.4;
    margin: 20px auto 10px;
    color: #444;
    font-weight: 500;
    font-size: 2.4rem;
}
.subtitle_under {
    display: block;
    color: #1527ce;
    font-size: 1.4rem;
}

/* 水平線タイトル */
.horizon_title {
    position: relative;
    display: block;
    width: fit-content;
    margin: 25px auto 15px;
    /* color: #f281b1; */
    color: #ff9d26;
    font-weight: bold;
    font-size: 2rem;
}
.horizon_blue {
    color: #1527ce;
}
.horizon_title::before, .horizon_title::after {
    position: absolute;
    content: '';
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1.5px;
    /* background-color: #f281b1; */
    background-color: #ff9d26;
}
.horizon_blue::before, .horizon_blue::after {
    background-color: #1527ce;
}
.horizon_title::before {
    left: -40px;
}
.horizon_title::after {
    right: -40px;
}
.ht_turquoise {
    color: #35cab4;
}
.ht_turquoise::before,  .ht_turquoise::after {
    background-color: #35cab4;
}

/* 電話ブロック*/
.tel_block {
    position: relative;
    width: fit-content;
    margin: 0 auto 0;
    padding: 10px 25px;
    border: 1px solid #ff9d26;
    box-shadow: 2px 2px 2px #dd871e;
    background-color: #fff;
}
.tel_block:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.tb_space {
    padding: 0.5em;
}
.tb_number {
    letter-spacing: 0.2rem;
    color: #ff9d26;
    border-bottom: 2px solid #ff9d26;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.tb_number a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.tb_sentence {
    margin-top: 5px;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 1.6rem;
}

.page_index {
    margin: 0.3em 0 0.3em;
    padding-left: 0.5em;
    color: #555;
    /* color: #37a0da; */
    border-left: 4px solid #2dabea;
    line-height: 1;
    /* text-align: center; */
    font-weight: bold;
    font-size: 1.8rem;
}
.mini_index {
    color: #00A0E9;
    font-weight: bold;
    font-size: 1.6rem;
}
/* .white_wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
} */
.basic_wrapper {
    width: 90%;
    /* max-width: 1400px; */
    margin: 25px auto ;
}
.basic_sentence {
    margin: 0.5em 0;
    font-size: 1.6rem;
}
.SSW .basic_sentence {
    line-height: 2;
    font-weight: 500;
}
.basic_image {
    position: relative;
    width: 250px;
    margin: 10px auto;
    text-align: center;
}
/* .basic_image::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 8px 5px #fff;
} */
.basic_image img {
    width: 100%;
}
/* リスト olの代替 */
.basic_flex {
    display: flex;
    padding-bottom: 0.5em;
}
.bf_number {
    padding: 0 0.25em;
    /* font-size: 107%; */
}
.bf_contents {

}
/* margin-top */
.mt05 {
    margin-top: 0.5em;
}

/* letter-spacing */
.ls-01em {
    letter-spacing: -0.1em;
}
.ls-02em {
    letter-spacing: -0.2em;
}
.ls-03em {
    letter-spacing: -0.3em;
}
.ls01em {
    letter-spacing: 0.1em;
}
.ls025em {
    letter-spacing: 0.25em;
}
.ls05em {
    letter-spacing: 0.5em;
}
.ls06em {
    letter-spacing: 0.6em;
}

/* ジャンプボタン */
.jump_button {
    display: block;
    width: 250px;
    margin: 0.5em auto 0;
    color: #ff9d26;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
    line-height: 40px;
    font-weight: bold;
    font-size: 2rem;
}
.jump_button a {
    display: block;
}
.jump_button:hover {
    color: #fff;
    background-color: #ff9d26;
    transition: 0.2s;
}
.jump_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}


/* 台形インデックス */
.trapezoid_index {
    width: 100%;
    grid-column: 1 / 4;
    display: flex;
    margin:  0 auto 10px;
    /* border-bottom: 1px solid #2dabea; */
    border-bottom: 2px solid #72bd01;
    color: #fff;
    font-weight: bold;
    /* font-size: 1.4rem; */
    font-size: 1.6rem;
}
.trapezoid_text {
    display: block;
    width: fit-content;
    padding: 0.3em 0.5em 0.1em;
    /* background-color: #2dabea; */
    background-color: #72bd01;
}
.trapezoid_tri {
    width: 0;
    height: 0;
    border-right: 17px solid  transparent;
    /* border-bottom: 29px solid  #2dabea; */
    border-bottom: 34px solid  #72bd01;
}

/* ----- ページトップ 三角ナビ ----- */
.top_tri_list {
    width: 95%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: 0 auto 20px;
}
.ttl_item {
    position: relative;
    margin: -1px 0 0 -1px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #eee, 2px 2px 2px #ccc;
    text-align: center;
}
.ttl_item a {
    display: block;
    padding: 10px 5px 10px 20px;
    /* background: linear-gradient(#fff, #f8ffed); */
    /* background: linear-gradient(#fff, #f2f2f2); */
    /* color: #f281b1; */
    /* font-weight: bold; */
    font-weight: 500;
    font-size: 1.6rem;
}
.ttl_item:hover {
    background: #fffbfc;
    transition: 0.2s;
}
.ttl_item::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background: #f281b1;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 10px;
    top: 19px;
    transform: rotate(90deg);
}

/* ----- ページトップ アイコンナビ ----- */
.til_wrapper {
    width: 95%;
    max-width: 1000px;
    margin: 10px auto 20px;
    /* background-color: #dcf3ff; */
    border-radius: 20px;
}
.top_icon_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.til_item {
    color: #555;
    box-shadow: -1px -1px 2px #eee, 2px 2px 2px #ccc;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.4rem;
}
.til_item a {
    display: block;
    
}
.til_item a:hover {
    background-color:  #fbfff6;
    transition: 0.2s;
    /* background-color: #f1ffde; */
    /* color: #72bd01; */
}
.til_item_blue a:hover {
    background-color: #f7fcff;
}
.til_item_pdf a:hover {
    background-color: #fff5f5;
}
.til_block {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    padding: 10px;
}
.til_block img{
    width: 70%;
    margin: 0 auto;
}

/* fixedボタン */
.pageup_button {
    z-index: 9999;
    position: fixed;
    right: 5vw;
    bottom: 3vh;
    
}
.pageup_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.pageup_button img {
    width: 40px;
}

/* ----- 画像と文章----- */
.rotate_grid {
    display: grid;
    grid-gap: 20px;
}
.rotate_block {
    width: 95vw;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    /* border: 1px solid #ff9d26; */
}
.rb_title {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #ff9d26;
    font-size: 2rem;
}
.rb_emphasis {
    color: #ff9d26;
    font-weight: bold;
}
.rb_image {
    margin: 10px auto 15px;
}
.rb_image img {
    width: 80%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.rb_sentence_wrapper .rb_sentence:nth-child(n+2){
    margin-top: 5px;
}
.rb_sentence_wrapper .basic_list {
    width: 95%;
    margin: 0 auto;
    padding: 0.5em 0.5em 0.5em 1.5em;
    border: 1px dashed #ccc;
}
.rb_sentence_wrapper .basic_list li:nth-child(n+2) {
    margin-top: 0.5em;
}
.rb_sentence {
    padding: 0 0.5em;
    font-size: 1.4rem;
}
/* フローチャート */
.flow_wrapper {
    display: grid;
    width: 95%;
    max-width: 750px;
    margin: 15px auto;
}
.features {
    max-width: 800px;
    grid-gap: 20px;
}
.flow_block {
    position: relative;
    display: grid;
    padding: 10px;
    border: 1px solid #72bd01;
    border-radius: 10px;
}
.features .flow_block {
    border: 1px solid #1527ce;
}
.flow_index {
    display: flex;
    align-items: flex-end;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #999;
    color: #555;
    font-weight: bold;
    font-size: 1.6rem;
}
.flow_number {
    margin-right: 0.5em;
    color: #72bd01;
}
.features .flow_number {
    color: #1527ce;
}
.flow_contents {
    line-height: 2;
    font-size: 1.6rem;
}
.flow_icon {
    width: 80px;
    margin: 5px auto;
}
.flow_icon  img {
    width: 100%;
}
.flow_tri {
    display: block;
    width: fit-content;
    color: #d7ecb7;
    margin: 0.5em auto;
    transform: scale(1.5, 1);
    font-size: 1.6rem;
}

/* 説明文章 */
.explain_wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.explain_block {
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.explain_index {
    margin-bottom: 5px;
    border-bottom: 1px solid #2dabea;
    font-weight: bold;
}
.explain_contents {
    margin: 4px 0 8px;
    line-height: 1.5;
}

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

@media screen and (min-width: 600px) {
    .pc_hidden {
        display: none;
    }
    .pc_center {
        text-align: center;
    }

    .link {
        border-bottom: 1px solid #00A0E9;
    }

    /* 英語付きサブタイトル */
    .subtitle {
        line-height: 1.5;
        font-size: 3.6rem;
    }
    .subtitle_under {
        font-size: 2rem;
    }

    .horizon_title {
        margin: 40px auto 20px;
        font-size: 2.4rem;
    }
    .horizon_title::before, .horizon_title::after {
        width: 60px;
    }
    .horizon_title::before {
        left: -80px;
    }
    .horizon_title::after {
        right: -80px;
    }

    /* 電話ブロック*/
    .tel_block {
        margin-bottom: 50px;
        padding: 10px 30px;
        border: 1px solid #ff9d26;
        box-shadow: 2px 2px 2px #dd871e
    }
    .tb_space {
        padding: 0.5em;
    }
    .tb_number {
        letter-spacing: 0.2em;
        border-bottom: 2px solid #ff9d26;
        text-align: center;
        font-weight: bold;
        font-size: 3rem;
    }
    .tb_sentence {
        margin-top: 5px;
        text-align: center;
        font-size: 2rem;
    }

    .reflection_title {
        font-size: 3rem;
    }
    .page_index {
        position: relative;
        display: block;
        width: fit-content;
        margin: 1em auto;
        padding: 0;
        border: none;
        font-size: 2.4rem;
    }
    .page_index::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background-color: #2dabea;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, 0);
    }
    
    .mini_index {
        font-size: 2.2rem;
    }
    .white_wrapper {
        margin: 40px auto;
    }
    .basic_wrapper {
        margin: 100px auto ;
    }
    .basic_sentence {
        font-size: 2rem;
    }
    .basic_image {
        width: 400px;
        margin: 20px auto;
    }
    /* ジャンプボタン */
    .jump_button {
        width: 350px;
        margin: 1.5em auto 0;
        box-shadow: 3px 3px 3px #dd871e;
        border-radius: 30px;
        line-height: 50px;
        font-size: 2rem;
    }


    /* 台形インデックス */
    .trapezoid_index {
        margin:  0 auto 20px;
        grid-column: 1 / 5;
        /* font-size: 2rem; */
        font-size: 2.4rem;
    }
    .trapezoid_text {
        padding: 0.3em 0.7em 0.1em;
    }
    .trapezoid_tri {
        border-right:  24px solid transparent;
        /* border-bottom: 41px solid  #2dabea; */
        border-bottom: 48px solid #72bd01;
    }

    /* ----- ページトップ 三角ナビ ----- */
    .top_tri_list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
        border-radius: 20px;
    }
    /* ページトップナビ */
    .til_wrapper {
        margin: 20px auto 60px;
        padding: 20px 10px;
    }
    .top_icon_list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
        border-radius: 20px;
    }
    .tl4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .til_item {
        font-size: 2rem;
    }
    .tl4 .til_item {
        font-size: 1.8rem;
    }

    /* fixedボタン */
    .pageup_button img {
        width: 50px;
    }

    /* ----- 画像と文章 ----- */
    .rotate_grid {
        grid-gap: 40px;
        margin: 50px auto 50px;
        
    }
    .rotate_block {
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-gap: 20px;
        margin: 0 auto ;
        padding: 20px 10px;
    }
    .rb_title {
        grid-column: 1 / 3;
        font-size: 3rem;
    }
    .rb_image {
        margin: 6px auto;
    }
    .rb_image img {
        width:90%;
    }
    .rb_sentence_wrapper .rb_sentence:nth-child(n+2){
        margin-top: 10px;
    }
    .rb_sentence_wrapper .basic_list {
        padding: 1em 0.5em 1em 1.5em;
    }
    .rb_sentence {
        font-size: 2rem;
    }
    /* フローチャート */
    .flow_wrapper {
        margin: 30px auto;
        padding-left: 100px;
    }
    .features {
        grid-gap: 40px;
        padding-left: 130px;
    }
    .flow_block {
        padding: 10px 20px;
        border-radius: 10px;
    }
    .flow_index {
        margin-bottom: 8px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #999;
        font-size: 2rem;
    }
    .flow_contents {
        font-size: 1.6rem;
    }
    .flow_icon {
        position: absolute;
        top: 50%;
        left: -100px;
        transform: translate(0, -50%);
    }
    .features .flow_icon {
        left: -130px;
        width: 100px;
    }
    .flow_tri {
        margin: 0.5em auto;
        font-size: 2rem;
    }

    /* 説明文章 */
    .explain_wrapper {
        margin: 40px auto;
    }
    .explain_block {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-gap: 30px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #2dabea;
        font-size: 2rem;
    }
    .explain_index {
        margin: 4px 0 8px;
        border-bottom: none;
        text-align: center;
    }
    .explain_contents {
        margin: 4px 0 8px;
        line-height: 1.5;
    }
}