@charset "utf-8";
@media screen and (min-width: 751px) {
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        min-width: 1200px;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #222;
        font-size: 12pt;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .switch {
        visibility: hidden;
    }
    a:hover img {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    .nav-wrap {
        display: none;
    }
    #wrap {
        overflow: hidden;
    }
    #m-menu {
        display: none;
    }
    #ind #main {}
    .sec main {
        margin: 80px auto 100px;
        width: 1200px;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
    .content_wrap {
        width: 1200px;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .table_basic th {
        background: #f3f3f3;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_basic td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
    }
    .table_basic td input.input {
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .h img {
        display: block;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
    header .inner {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 60px 30px;
    }
    header .h_menu {
        display: flex;
        align-items: center;
    }
    header .h_menu p {
        display: block;
        font-size: 10.5pt;
        margin-right: 30px;
    }
    header .h_menu p:after {
        font-family: 'LigatureSymbols';
        content: "\E046";
        line-height: 1;
        margin-left: 5px;
        font-weight: normal;
        font-size: 16pt;
        margin-top: 1px;
        color: #666;
    }
    header .h_menu p a {
        color: #222;
    }
    header .h_menu .h_btn1 a {
        background: #e97cce;
        color: #fff;
        line-height: 1;
        border-radius: 6px 0 0 6px;
        padding: 16px 36px;
        margin-right: 1px;
        display: flex;
        align-items: center;
    }
    header .h_menu .h_btn2 a {
        background: #b98fed;
        color: #fff;
        line-height: 1;
        border-radius: 0 6px 6px 0;
        padding: 16px 36px;
        display: flex;
        align-items: center;
    }
    header .h_menu .h_btn1 a:before {
        font-family: 'LigatureSymbols';
        content: "\E048";
        line-height: 1;
        margin-right: 5px;
        font-weight: normal;
        font-size: 19pt;
    }
    header .h_menu .h_btn2 a:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        line-height: 1;
        margin-right: 5px;
        font-weight: normal;
        font-size: 19pt;
    }
    header .h_tel {
        text-align: right;
        padding-left: 5px;
        padding-right: 25px;
    }
    header .h_tel span {
        color: #cdb81e;
        font-size: 19pt;
        line-height: 1;
        display: block;
        letter-spacing: 1px;
        font-weight: 800;
        white-space: nowrap;
        color: #f7b70a;
    }
    header .h_tel a {
        color: #f7b70a;
    }
    header .h_tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    .sp_nav {
        display: none;
    }
    /*----------------------------------------Ｇナビ----------------------------------------*/
    .gnav-wrapper {
        position: relative;
        text-align: center;
        width: 1200px;
        margin: 0px auto 33px;
    }
    .gnav-wrapper .gnav {
        display: flex;
    }
    .gnav-wrapper .gnav li {
        width: calc(100% / 5);
    }
    .gnav li + li {
        border-left: 1px solid #d8d8d8;
    }
    .gnav li a {
        display: block;
        padding: 10px 0px;
        color: #222;
        font-size: 12.5pt;
    }
    .gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    .megamenu {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 56px;
	left: -13px;
	transition: all .5s ease-in;
	z-index: 999;
	background: #fff;
	border-radius: 10px;
    }
    .megamenu-inner {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        padding: 15px 10px 1px;
        display: flex;
        flex-wrap: wrap;
    }
    .megamenu-inner li {
        flex: 1;
        padding: 0;
        margin: 0 10px 15px;
    }
    .megamenu-inner li + li {
        border-left: none;
    }
    .megamenu-inner li a {
        border-radius: 3px;
        color: #dd60be;
        text-align: center;
        border: none;
        display: block;
        padding: 15px 10px;
        background-color: rgba(255, 255, 255, 1.0);
        transition: 0.4s;
        border: 1px solid #ffccf2;
    }
    .megamenu-inner li a:hover {
        text-decoration: none;
        background: rgb(255, 245, 235);
        background: linear-gradient(90deg, rgba(255, 245, 235, 1) 0%, rgba(255, 235, 250, 1) 100%);
        border: 1px solid #ffccf2;
        color: #dd60be;
    }
    /*----------ナビ追従設定-------------------------*/


.fixed {
	position: fixed;
	top: 0;
	left: 0;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	box-shadow: 0px 0px 4px #CCC;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	opacity:1;
	background-image:url(../img/orange_sya.jpg)
}

.fixed a{
	/*font-family: "BirchStd";*/
	color: #000;
	font-size: 100%;
	opacity:1}
	
.fixed li{}

    /*----------------------------------------フッタ----------------------------------------*/
    footer {}
    .sec footer {
        border-top: 1px solid #ddd;
    }
    footer .inner {
        width: 1200px;
        margin: 70px auto 60px;
    }
    footer .inner .box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    footer .inner .box .logo img {
        width: 223px;
        display: block;
        margin-right: 15px;
    }
    footer .inner .box .tel {
        margin-left: 15px;
    }
    footer .inner .box .tel span {
        font-size: 23pt;
        line-height: 1;
        display: block;
        letter-spacing: 1.8pt;
        font-weight: 400;
        white-space: nowrap;
        color: #e581cc;
    }
    footer .inner .box .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 2px;
        font-weight: 300;
    }
    footer .inner .box .tel p {
        display: block;
        font-size: 10pt;
        padding-top: 5px;
    }
    footer .inner #footer_nav {
        display: flex;
    }
    footer .inner #footer_nav ol {
        flex: 1;
        padding: 15px 0;
    }
    footer .inner #footer_nav ol + ol {
        border-left: 1px solid #d8d8d8;
    }
    footer .inner #footer_nav ol li {
        padding-left: 25px;
    }
    footer .inner #footer_nav ol li a {
        color: #222;
        font-size: 10.5pt;
        display: block;
        padding: 5px 0;
    }
    footer .inner #footer_nav ol li.sub a:before {
        content: "├";
        display: inline-block;
        margin-right: .4em;
        font-size: 9pt;
    }
    footer .inner #footer_nav ol li.sub_end a:before {
        content: "└";
        display: inline-block;
        margin-right: .4em;
        font-size: 9pt;
    }
    footer .g_link {
        background: #f3f3f3;
        padding: 30px 0;
    }
    footer .g_link ol {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .g_link ol li a {
        min-width: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 20px;
        text-align: center;
        border: 1px solid #cfcfcf;
        margin: 0 10px;
    }
    footer .g_link ol li a:before {
        font-family: 'LigatureSymbols';
        content: "\E096";
        line-height: 1;
        margin-right: 6px;
        font-weight: 300;
        font-size: 9pt;
    }
    footer .g_link ol li a:hover {
        background: rgb(255, 245, 235);
        background: linear-gradient(90deg, rgba(255, 245, 235, 1) 0%, rgba(255, 235, 250, 1) 100%);
        border: 1px solid #ffccf2;
    }
    footer .copy {
        font-size: 10pt;
        text-align: center;
        padding: 35px;
    }
    #topcontrol {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: rgb(99, 201, 227);
        background: linear-gradient(90deg, rgba(99, 201, 227, 1) 0%, rgba(118, 207, 163, 1) 100%);
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .tuijyu {
        position: fixed;
        right: 0px;
        top: 250px;
        z-index: 99999;
    }
    #viewerbox {
        padding: 0 60px;
    }
    .viewer {
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        height: 670px !important;
        box-sizing: border-box;
        border-radius: 50px;
        border: 10px solid #fff;
    }
    .viewer .txt {
        position: absolute;
        left: 8%;
        bottom: 0px;
        z-index: 3;
    }
    .viewer ul {
        width: 100%;
        overflow: hidden;
        position: relative;
        background: #fff;
        z-index: 2;
    }
    .viewer ul li {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .viewer ul li img {
        position: absolute;
        left: 50%;
        width: 1920px;
        margin-left: -960px;
    }
    #slides {
        display: none;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        margin: -80px 0 0;
        padding: 160px 0 120px;
        background: rgb(243, 214, 243);
        background: linear-gradient(137deg, rgba(243, 214, 243, 1) 0%, rgba(211, 189, 226, 1) 100%);
        text-align: center;
    }
    #index01 h2 {
        font-size: 29pt;
        line-height: 1;
        font-weight: 400;
        margin: 0;
        padding: 0;
        color: #865cba;
        letter-spacing: 4pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index01 .h2_st {
        display: block;
        padding: 15px 0 50px;
        font-size: 12pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index01 ol {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 60px;
    }
    #index01 ol li {
        width: calc((100% - 60px)/3);
    }
    #index01 img {
        border: 3px solid #fff;
    }
    #index01 .btn a {
        display: inline-block;
        color: #fff;
        background: rgb(154, 179, 225);
        background: linear-gradient(90deg, rgba(154, 179, 225, 1) 0%, rgba(214, 165, 228, 1) 100%);
        border: 2px solid #fff;
        border-radius: 100px;
        padding: 12px 60px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index02 {
        background: #fff;
        margin: -50px 60px 0;
        border-radius: 30px;
        z-index: 10;
        padding: 80px;
    }
    #index02 .txt {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    #index02 .txt .tit {
        color: #e581cc;
        width: 40%;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index02 .txt .tit span {
        display: block;
        font-size: 40pt;
        line-height: 40pt;
        letter-spacing: 4pt;
    }
    #index02 .txt .tit p {
        display: block;
        font-size: 26pt;
        line-height: 1.6;
        letter-spacing: 4pt;
        padding-left: 30px;
        padding-top: 15px;
    }
    #index02 .txt .comment {
        width: 59%;
        line-height: 2.4;
    }
    #index02 ol {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    #index02 ol li {
        margin-bottom: 30px;
        width: calc(100% / 3 - 6px);
        margin: 0 3px;
        min-height: 345px;
        text-align: center;
        position: relative;
    }
    #index02 ol li.p1 {
        background: url("../img/index03_p1.png")no-repeat center top / cover;
    }
    #index02 ol li.p2 {
        background: url("../img/index03_p2.png")no-repeat center top / cover;
    }
    #index02 ol li.p3 {
        background: url("../img/index03_p3.png")no-repeat center top / cover;
    }
    #index02 ol li a {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 270px;
        display: inline-block;
        color: #fff;
        background: rgb(233, 161, 118);
        background: linear-gradient(90deg, rgba(233, 161, 118, 1) 0%, rgba(224, 153, 205, 1) 100%);
        border: 2px solid #fff;
        border-radius: 100px;
        padding: 12px 0px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index03 {
        text-align: center;
        padding: 80px 80px 120px;
        position: relative;
    }
    #index03::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 400px;
        background: rgb(172, 238, 255);
        background: linear-gradient(90deg, rgba(172, 238, 255, 1) 0%, rgba(133, 225, 207, 1) 100%);
        z-index: -1;
    }
    #index03 h2 {
        color: #0e9fd5;
        font-weight: 300;
        font-size: 20pt;
        letter-spacing: 2pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index03 h2 span {
        display: block;
        font-size: 38pt;
        line-height: 38pt;
        letter-spacing: 3pt;
        padding-top: 5px;
    }
    #index03 p.comment {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #index03 ol {
        display: flex;
        justify-content: center;
    }
    #index03 ol li {
        flex: 1;
    }
    #index03 ol li span {
        display: block;
        color: #0e9fd5;
        font-weight: 300;
        font-size: 19pt;
        letter-spacing: 2pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        padding-top: 10px;
    }
    #index03 ol li p {
        display: block;
        padding: 8px 80px 24px;
    }
    #index03 a {
        display: inline-block;
        color: #fff;
        background: rgb(99, 201, 227);
        background: linear-gradient(90deg, rgba(99, 201, 227, 1) 0%, rgba(118, 207, 163, 1) 100%);
        border: 2px solid #fff;
        border-radius: 100px;
        padding: 12px 60px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index04 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 90px;
    }
    #index04 div {
        width: 50%;
    }
    #index04 div.txt {
        width: 46%;
    }
    #index04 h2 {
        color: #d5880e;
        font-weight: 400;
        font-size: 20pt;
        letter-spacing: 2pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        padding-bottom: 50px;
    }
    #index04 h2 span {
        display: block;
        font-size: 38pt;
        line-height: 38pt;
        letter-spacing: 2pt;
        font-weight: 400;
    }
    #index04 p {
        padding-bottom: 50px;
    }
    #index04 a {
        display: inline-block;
        color: #fff;
        background: rgb(232, 161, 129);
        background: linear-gradient(90deg, rgba(232, 161, 129, 1) 0%, rgba(230, 170, 75, 1) 100%);
        border: 2px solid #fff;
        border-radius: 100px;
        padding: 12px 60px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index05 {
        background: url("../img/index05_bg.png")no-repeat center top/cover;
        text-align: center;
        padding: 80px;
    }
    #index05 .inner {
        display: flex;
        justify-content: space-between;
    }
    #index05 .inner .box {
        background: #fff;
        width: 48%;
        padding: 40px 60px;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 6%);
    }
    #index05 .inner .box h2 {
        font-weight: 400;
        font-size: 19pt;
        letter-spacing: 2pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #index05 .inner .box .h2_st {
        font-weight: 400;
        font-size: 10pt;
        letter-spacing: 2pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        margin-bottom: 30px;
        color: #a373df;
    }
    #index05 .inner .box:nth-child(2) .h2_st {
        color: #dd60be;
    }
    #index05 .inner .box ol li + li {
        margin-top: 20px;
    }
    #index05 .inner .box ol li a {
        width: 100%;
        display: inline-block;
        color: #a373df;
        background: rgb(200, 244, 255);
        background: linear-gradient(90deg, rgba(200, 244, 255, 1) 0%, rgba(244, 233, 254, 1) 100%);
        border: 1px solid #f2d6f2;
        border-radius: 100px;
        padding: 15px 60px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        font-size: 16pt;
    }
    #index05 .inner .box:nth-child(2) ol li a {
        color: #dd60be;
        background: rgb(255, 245, 235);
        background: linear-gradient(90deg, rgba(255, 245, 235, 1) 0%, rgba(255, 235, 250, 1) 100%);
        border: 1px solid #ffccf2;
    }
    /*----------------------------------------セカンド共通----------------------------------------*/
    #kv_sec {
        background: url("../img/kv_sec.png")no-repeat center top / 1800px 320px;
    }
	#kv_sec,#kv_sec1,#kv_sec2,#kv_sec3,#kv_sec4,#kv_sec5,#kv_sec6,#kv_sec7,#kv_sec8,#kv_sec9,#kv_sec10,#kv_sec11,#kv_sec12,#kv_sec13{
        /*position: relative;*/
		border-radius: 30px;
		width: 1260px;
	    height: 420px;
        text-align: center;
        margin: 0 auto;
	}
    #kv_sec1 {background: url("../img/kv_img/kv_sec1.png")no-repeat center top / 1260px 420px;}
    #kv_sec2 {background: url("../img/kv_img/kv_sec2.png")no-repeat center top / 1260px 420px;}
    #kv_sec3 {background: url("../img/kv_img/kv_sec3.png")no-repeat center top / 1260px 420px;}
    #kv_sec4 {background: url("../img/kv_img/kv_sec4.png")no-repeat center top / 1260px 420px;}
    #kv_sec5 {background: url("../img/kv_img/kv_sec5.png")no-repeat center top / 1260px 420px;}
    #kv_sec6 {background: url("../img/kv_img/kv_sec6.png")no-repeat center top / 1260px 420px;}
    #kv_sec7 {background: url("../img/kv_img/kv_sec7.png")no-repeat center top / 1260px 420px;}
    #kv_sec8 {background: url("../img/kv_img/kv_sec8.png")no-repeat center top / 1260px 420px;}
    #kv_sec9 {background: url("../img/kv_img/kv_sec9.png")no-repeat center top / 1260px 420px;}
    #kv_sec10 {background: url("../img/kv_img/kv_sec10.png")no-repeat center top / 1260px 420px;}
    #kv_sec11 {background: url("../img/kv_img/kv_sec11.png")no-repeat center top / 1260px 420px;}	
    #kv_sec12 {background: url("../img/kv_img/kv_sec12.png")no-repeat center top / 1260px 420px;}
    #kv_sec13 {background: url("../img/kv_img/kv_sec13.png")no-repeat center top / 1260px 420px;}

    .sec h2 {
        color: #e581cc;
        font-size: 25pt;
        font-weight: 400;
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        margin-bottom: 30px;
        letter-spacing: 3pt;
        padding-top: 15px;
        padding-bottom: 30px;
        background: url("../img/h2_bg.svg")no-repeat center top / 100px;
    }
    .sec h3 {
        color: #e581cc;
        font-size: 18pt;
        font-weight: bold;
        padding: 8px 14px;
        margin: 0 0px 35px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        border-bottom: 1px solid #e581cc;
    }
    .sec h4 {
        font-size: 14pt;
        font-weight: bold;
        padding: 4px 12px;
        margin: 0 0px 15px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        border-left: 10px solid #e581cc;
    }
    .in-txt {
        padding: 0 20px;
    }
    .mbss {
        margin-bottom: 10px;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 40px;
    }
    .mbl {
        margin-bottom: 70px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    ol.sec_nav {
        background: #f3f3f3;
        padding: 20px 10px 1px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    ol.sec_nav li {
        width: calc(100% / 5 - 20px);
        margin: 0 10px 20px;
    }
    ol.sec_nav li a {
        background: #fff;
        color: #dd60be;
        display: block;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
        border: 1px solid #ffccf2;
        transition: 0.5s;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        font-size: 13pt;
        font-weight: 300;
    }
    ol.sec_nav li a:hover {
        background: rgb(255, 245, 235);
        background: linear-gradient(90deg, rgba(255, 245, 235, 1) 0%, rgba(255, 235, 250, 1) 100%);
        border: 1px solid #ffccf2;
        transition: 0.5s;
    }
	
	

    /*-----------------------------------------kango---------------------------------------*/
    #kango .rinen {
        background: #f6f6f6;
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        font-weight: 500;
        padding: 30px 0 40px;
        margin-bottom: 60px;
        border-radius: 30px;
    }
    #kango .rinen span {
        display: block;
        font-size: 45px;
        letter-spacing: 4pt;
        font-weight: 500;
    }
    #kango .rinen p {
        display: block;
        font-size: 26px;
        letter-spacing: 3pt;
    }
    #kango ol.section_img {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    #kango ol.section_img li {
        width: calc((100% - 60px)/3);
    }
    #kango .nintei_ravel {
        text-align: center;
        margin-bottom: 40px;
    }
    .kango_nintei ol.sec_nav li {
        width: calc(100% / 3 - 20px) !important;
        margin: 0 10px 20px;
    }
    #kango .mov_box {
        text-align: center;
        margin-bottom: 40px;
        background: #f3f3f3;
        padding: 60px;
    }
    #kango .mov_box iframe {
        width: 750px;
        height: 420px;
    }
    .flowBox{
        background: #fdf7fb;
        padding:20px 30px 30px;
        border-radius: 10px;
    }
    .flowBox table th {
        border:1px solid #dd60be;
        background: #fff;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        color: #dd60be;
        width: 25%;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    .flowBox table th.cf {
        background: none;
        color: #999;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        border: none;
    }
    .flowBox table td {
        text-align: left;
        vertical-align: middle;
        padding: 10px 10px 10px 20px;
    }
    /*-----------------------------------------skillup_saiyou---------------------------------------*/
    .skillup_saiyou table td:nth-child(odd) {
        text-align: center;
        width: 300px;
    }
    #skillup .key_list {
        display: flex;
        margin-bottom: 25px;
    }
    #skillup .key_list li {
        margin-right: 15px;
    }
    #skillup .key_list li span {
        display: inline-block;
        margin-right: 3px;
    }
    #skillup .key_list li span.key1 {
        color: #ccdc4c;
    }
    #skillup .key_list li span.key2 {
        color: #fae769;
    }
    #skillup .key_list li span.key3 {
        color: #f4b155;
    }
    #skillup .key_list li span.key4 {
        color: #f4b4db;
    }
    #skillup .key_list li span.key5 {
        color: #9fd8e6;
    }
    #skillup .key_list li span.key6 {
        color: #76c1e7;
    }
    #skillup .key_list li span.key7 {
        color: #ccc8e2;
    }
    #skillup .key_list li span.key8 {
        color: #f59396;
    }
    .table_keizoku {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ccc;
        border-style: none;
        width: 100%;
    }
    .table_keizoku td {
        background: #FFF;
        padding: 10px 20px;
        text-align: left;
    }
    .table_keizoku td.c {
        text-align: center;
        width: 20%;
    }
    .table_keizoku td.style1 {
        background: #ccdc4c;
    }
    .table_keizoku td.style2 {
        background: #fae769;
    }
    .table_keizoku td.style3 {
        background: #f4b155;
    }
    .table_keizoku td.style4 {
        background: #f4b4db;
    }
    .table_keizoku td.style5 {
        background: #9fd8e6;
    }
    .table_keizoku td.style6 {
        background: #76c1e7;
    }
    .table_keizoku td.style7 {
        background: #ccc8e2;
    }
    .table_keizoku td.style8 {
        background: #f59396;
    }
    /*-----------------------------------faq---------------------------------------------*/
    #faq div {
        border-bottom: 2px solid #eee;
        padding: 30px 20px 10px;
        text-align: left;
    }
    #faq div p {
        display: block;
        display: flex;
        padding-bottom: 20px;
    }
    #faq div:last-child {
        border-bottom: none;
    }
    #faq div p:first-child {
        font-size: 14pt;
        margin-bottom: 5px;
        color: #dd60be;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        font-weight: 400;
    }
    #faq div p u {
        display: block;
        text-decoration: none;
        width: calc(100% - 140px);
    }
    #faq div p u.intit {
        padding-top: 5px;
    }
    #faq div p span.q {
        font-size: 18pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 22pt;
        background: #dd60be;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        padding-bottom: 5px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    #faq div p span.a {
        font-size: 18pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 22pt;
        background: #b98fed;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        padding-bottom: 5px;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    /*-----------------------------------------recruit---------------------------------------*/
    #recruit ol.sec_nav li {
        width: calc(100% / 4 - 20px) !important;
        margin: 0 10px 20px;
    }
    .message .in-txt {
        position: relative;
    }
    .message .in-txt .icon {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .message .in-txt ol {
        width: 86%;
    }
    .message .in-txt ol li {
        /*background: url("../img/messa_list.png")no-repeat left top / 70px;
        padding-left: 90px;*/
        padding-bottom: 40px;
    }
    .message .in-txt ul {
        padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    .message .in-txt ul li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
        background: none;
    }
    .message .in-txt ul li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    .message .in-txt ol li span {
        color: #dd60be;
        display: block;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        font-size: 13pt;
        font-weight: 300;
        padding-bottom: 5px;
    }
    .message .time_table {
        padding: 40px;
        background: #f7f7f7;
    }
    /*-----------------------------------------form共通---------------------------------------*/
    .btn_form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn_form a {
        margin: 0 15px;
        text-align: center;
        width: 300px;
        display: block;
        color: #fff;
        background: rgb(233, 161, 118);
        background: linear-gradient(90deg, rgba(233, 161, 118, 1) 0%, rgba(224, 153, 205, 1) 100%);
        border-radius: 100px;
        padding: 18px 0px;
        font-size: 13pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    .btn_form a.c_blue {
        background: rgb(99, 201, 227);
        background: linear-gradient(90deg, rgba(99, 201, 227, 1) 0%, rgba(118, 207, 163, 1) 100%);
    }
    .btn_form a:hover {
        color: #fff;
    }
	.btn_form input[type="submit"] {
        margin: 0 15px;
        text-align: center;
        width: 300px;
        display: block;
        color: #fff;
        background: rgb(233, 161, 118);
        background: linear-gradient(90deg, rgba(233, 161, 118, 1) 0%, rgba(224, 153, 205, 1) 100%);
        border-radius: 100px;
		border: #fff;
        padding: 18px 0px;
        font-size: 13pt;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
    }
    .btn_form input[type="submit"]:hover {
        color: #fff;
    }

    /*-----------------------------------------policy---------------------------------------*/
    #policy p {
        padding: 0 20px 30px;
    }
    #policy p:last-child {
        padding: 0 20px 0px;
    }
    #policy ol {
        margin-bottom: 30px;
    }
    /*-----------------------------------------sitemap---------------------------------------*/
    #sitemap .box {
        display: flex;
        justify-content: space-between;
    }
    #sitemap ol {
        width: 48%;
        border-top: 1px solid #ddd;
    }
    #sitemap ol li {
        padding-left: 25px;
        border-bottom: 1px solid #ddd;
    }
    #sitemap ol li.no, #sitemap ol li.sub {
        border-bottom: 1px solid #fff;
    }
    #sitemap ol li.no a {
        padding: 12px 0 0;
    }
    #sitemap ol li a {
        color: #222;
        display: block;
        padding: 12px 0;
    }
    #sitemap ol li.sub a:before {
        content: "├";
        display: inline-block;
        margin-right: .6em;
    }
    #sitemap ol li.sub_end a:before {
        content: "└";
        display: inline-block;
        margin-right: .6em;
    }
    #sitemap ol li.sub_end a {
        padding-bottom: 12px;
    }
    /*-----------------------------------------anker link---------------------------------------*/
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12,#al13,#al14,#al15,#al16,#al17
	{margin-top: 60px;padding-top:60px;}
	
	.pcn{ display: block !important;}
	.spn{ display: none !important;}


/*-----------------------------------------スライド調整---------------------------------------*/	
	
	.slt {margin-top:-80px; padding-top:80px;}
	

/*-----------------------------------------部署紹介写真---------------------------------------*/
    .eggBox01{ text-align:center;}		
	.eggBox01 img{ width:33% !important;
	margin-right:20px;
	border-radius: 20px 0 20px 0;}
	.eggBox01 img.eggH01{ width:23% !important;}
	
/*-----------------------------------------新採用教育---------------------------------------*/

.eggBox02{ text-align:center}	
	
.eggBox02 img{ width:40% !important;
	margin-left:auto;
margin-right:auto;
border-radius: 20px 0 20px 0;}

/*-----------------------------------------理念追加設定---------------------------------------*/

.rinenBox01{ float:right;
margin-left:30px;
width:20% !important;}	
	
.rinenBox01 img{ width:100% !important;
	margin-left:auto;
margin-right:auto;
border-radius: 20px 0 20px 0;}


/*-----------------------------------------ピンク文字追加設定---------------------------------------*/
h2{ font-weight:bold !important;}
.in-txt span { font-weight:bold !important;}
.sec_nav li a {font-weight:bold !important;}
.m-menu li a {font-weight:bold !important;}

}
