@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
html.sr .left01, 
html.sr .right01, 
html.sr .top01, 
html.sr .bottom01 {
    visibility: hidden;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #4b4b4b;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p, li, th, td {
    font-weight: normal;
    color: #4b4b4b;
	font-feature-settings: "pkna";
    letter-spacing: 0.01em;
}
p {
    font-size: 16px;
	line-height: 170%;
    text-align: center;
}
.sml {
    font-size: 16px;
	line-height: 170%;
    text-align: center;
}
li, th, td {
    font-size: 16px;
    line-height: 150%;
}
@media screen and (min-width: 1000px){
p {
    font-size: 17px;
	line-height: 180%;
}
li, th, td {
    font-size: 17px;
    line-height: 160%;
}
}

span.sml01 {
    font-size: 16px;
    line-height: 160%;
}
span.sml02 {
    font-size: 15px;
    line-height: 150%;
}
ul, ol {
    text-align: left;
	list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.justify {
    text-align: justify;
}
.left {
    text-align: left;
}
.inlineblock {
    display: inline-block;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #2387eb;
}
.clr_sub {
    color: #fd7f28;
}
.rectangle {
    color: #2387eb;
    display: inline-block;
    width: 16px;
    transform: scale(0.5, 1.1);
    transform-origin: top left;
    margin-right: -4px;
    vertical-align: 1px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.no_link {
    pointer-events: none;
}
@media screen and (min-width: 1000px) {
.no_tel_link {
    pointer-events: none;
}
}

.container {
	width: 100%;
	margin: 0 auto;
}


/* SPヘッダー */
.SP_header {
    height: 60px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.SP_header a img {
    height: 60px;
    padding: 7px;
}
/* PCヘッダー */
@media screen and (min-width: 1000px){
.PC_header {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.PC_header_in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.PC_header_in a img {
    max-width: 470px;
    max-height: 60px;
} 
.pc_menu ul {
    height: 70px;
    display: flex;
    align-items: center;
}
.pc_menu ul li a {
    font-size: 15px;
    line-height: 100%;
    font-weight: bold;
    color: #4b4b4b;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-feature-settings: "palt";
}
.pc_menu ul li a::after {
    background: #dfeef9;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.pc_menu ul li a:hover::after {
    transform: scale(1, 1);
}
.pc_menu ul li a.nav_now {
    position: relative;
}
.pc_menu ul li a.nav_now:before {
    content: "";
    position: absolute;
    background: #dfeef9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
}


/* トップ画像 */
.mainimg {
	width: 100%;
    height: calc(100vh - 200px);
    background-color: #fff;
    position: relative;
}
.img-box {
    width: 100%;
    height: calc(100vh - 200px);
    overflow: hidden;
    position: relative;
}
.img-box>div {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
0%{
    opacity: 0;
}
20%{
    opacity: 7;
}
80%{
    opacity: 0;
    transform: scale(1.1);
}
100%{
    z-index: 0;
    opacity: 0;
}
}
.img-box>div:first-of-type {
    background-image: url(../img/top_main01_3972_SP.avif);
}
.img-box>div:nth-of-type(2) {
    background-image: url(../img/top_main02_3644_SP.avif);
    animation-delay: 4s;
}
.img-box>div:last-of-type {
    background-image: url(../img/top_main03_4167_SP.avif);
    animation-delay: 8s;
}
@media screen and (min-width: 1000px){
.mainimg {
	width: 100%;
    height: calc(100vh - 50px);
}
.img-box {
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    position: relative;
}
.img-box>div {
    position: absolute;
    top: 0;
}
.img-box>div:first-of-type {
    background-image: url(../img/top_main01_3972_PC.avif);
}
.img-box>div:nth-of-type(2) {
    background-image: url(../img/top_main02_3644_PC.avif);
    animation-delay: 4s;
}
.img-box>div:last-of-type {
    background-image: url(../img/top_main03_4167_PC.avif);
    animation-delay: 8s;
}
}
/* トップイラスト */
.top_illust {
    width: 200px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 100px);
    z-index: 105;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}
@media screen and (min-width: 768px){
.top_illust {
    width: 250px;
    bottom: 0;
    left: 2%;
}
}
@media screen and (min-width: 1000px){
.top_illust {
    width: 280px;
    bottom: 20px;
}
}

/*===  丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2{
    position: absolute;
    top: 110px;
    left: 50%;
    z-index: 100;
}
/*Scrollテキストの描写*/
.scrolldown2 span{
    position: absolute;
    left: 10px;
    bottom: 7.5px;
    color: #2387eb;
    font-size: 11px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2387eb;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom: 45px;}
    100%{bottom: -5px;}
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
/* 線の描写 */
.scrolldown2:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50px;
    background: #2387eb;
} 


/* 各ブロック */
.box {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.greeting {
    position: relative;
    background: url(../img/bg_round_green_SP.svg) top center;
    background-size: cover;
    padding-top: 75px;
    margin-top: -75px;
}
.philosophy {
    padding: 60px 0;
}
.contents {
    background-color: #fff;
    overflow: hidden;
}
.news {
    background: url(../img/bg_block.svg) center;
}
.recruit {
    background: #fff;
    padding-bottom: 150px;
}
.s_inner, .m_inner, .l_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 20px;
}
.n_inner {
    background-color: #fff;
    margin: 0 auto;
    padding: 50px 15px 30px;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
@media screen and (min-width: 768px){
.greeting {
    padding-top: 100px;
    margin-top: -75px;
}
}
@media screen and (min-width: 1000px){
.box {
    padding: 100px 0;
}
.greeting {
    background: url(../img/bg_round_green_PC.svg) top center;
    padding-top: 150px;
    margin-top: -100px;
}
.recruit {
    padding-bottom: 200px;
}
.s_inner, .m_inner, .l_inner {
    margin: 0 50px; 
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.n_inner {
    max-width: 700px;
    padding: 60px 50px 50px;
    border-radius: 30px;
}
}


/* 見出し */
h1.top {
	font-size: 21px;
    line-height: 160%;
    font-weight: 600;
	color: #2387eb;
    margin: 0 0 20px;
}
h2.top {
	font-size: 22px;
    line-height: 100%;
    font-weight: 600;
	color: #2387eb;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}
h2.top:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
h3.top {
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
    color: #4b4b4b;
    margin: 0 0 60px;
    position: relative;
    z-index: 1;
}
h3.top:before {
    content: "";
    position: absolute;
    background: #dfeef9;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
@media screen and (min-width: 499px){
h1.top {
    font-size: 24px;
}
}
@media screen and (min-width: 1000px){
h1.top {
    font-size: 28px;
    margin: 0 0 40px;
}
h2.top {
    font-size: 26px;
    margin: 0 0 40px;
}
h2.top:before {
    width: 70px;
    height: 70px;
}
h3.top {
    font-size: 28px;
    margin: 0 0 80px;
}
h3.top:before {
    width: 80px;
    height: 80px;
}
}


/* テキスト、マージン */
p.txt01 {
    line-height: 170%;
    text-align: justify;
}
p.txt03 {
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (min-width: 1000px){
p.txt01 {
    line-height: 200%;
}
}


/* 背景固定 */
.back-img-a {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    max-height: 0;
    overflow: visible;
    z-index: -1;
}
.back-img-a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-a::after {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/top_bg01_9755.avif);
}


/* トピックス */
.topics {
    background: #fff;
    padding: 15px 10px 10px;
    border: solid 1px #2387eb;
    border-radius: 5px;
}
@media screen and (min-width: 768px){
.topics {
    padding: 15px;
}
}
@media screen and (min-width: 1000px){
.topics {
    padding: 20px;
    border-radius: 10px;
}
}


/* 理念・方針 */
.philo_box, .policy_box {
    text-align: center;
    background: #dfeef9;
    padding: 40px 20px 30px;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.philo_list {
    font-size: 18px;
    line-height: 180%;
    display: inline-block;
}
p.philo_list02 {
    font-size: 20px;
    line-height: 180%;
    display: inline-block;
}
.philo_list03 {
    font-size: 17px;
    line-height: 160%;
    font-weight: 600;
    color: #2387eb;
    margin-bottom: 50px;
}
ul.policy_rectangle {
    list-style: url(../img/ul-rectangle-maincolor.svg);
    padding-left: 15px;
    display: inline-block
}
ul.policy_rectangle li {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}
ul.policy_rectangle li:last-of-type {
    margin-bottom: 0;
}
ol.policy_num {
    padding-left: 20px;
    list-style-type: decimal;
    display: inline-block;
}
ol.policy_num li {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}
ol.policy_num li:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 768px){
.philo_box, .policy_box {
    padding: 50px 35px;
}
p.philo_list {
    font-size: 19px;
}
p.philo_list02 {
    font-size: 21px;
}
ul.policy_rectangle li {
    font-size: 17px;
    margin-bottom: 15px;
}
}
@media screen and (min-width: 1000px){
.philo_box, .policy_box {
    padding: 50px 35px;
    border-radius: 30px;
}
p.philo_list02 {
    font-size: 24px;
}
}


/* メインコンテンツ4つ */
.contentsbox {
	text-align: center;
}
.c_box1, .c_box2 {
    width: 100%;
	margin-bottom: 40px;
}
.c_box2:last-of-type {
    margin-bottom: 0;
}
.c_pic1 img, .c_pic2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.c_txt1, .c_txt2 {
    border-radius: 0 0 15px 15px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.ct1 {
    background: #ffebf5;
}
.ct2 {
    background: #e6f5ff;
}
.ct3 {
    background: #fff0e1;
}
.ct4 {
    background: #e6ffeb;
}
.ct_box {
    padding: 25px 15px;
}
h4 {
    font-size: 17px;
    line-height: 140%;
    font-weight: normal;
    color: #fff;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ct1 h4 {
    background-color: #ff50a0;
}
.ct2 h4 {
    background-color: #00beff;
}
.ct3 h4 {
    background-color: #ff8c00;
}
.ct4 h4 {
    background-color: #3cc846;
}
h5 {
    font-size: 19px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.ct1 h5 {
    color: #ff50a0;
}
.ct2 h5 {
    color: #00beff;
}
.ct3 h5 {
    color: #ff8c00;
}
.ct4 h5 {
    color: #3cc846;
}

p.ct_intro {
    text-align: justify;
    margin-bottom: 15px;
}

/* moreボタン */
a.cl1 {
    color: #ff50a0;
    border: solid 1px #ff50a0;
}
a.cl2 {
    color: #00beff;
    border: solid 1px #00beff;
}
a.cl3 {
    color: #ff8c00;
    border: solid 1px #ff8c00;
}
a.cl4 {
    color: #3cc846;
    border: solid 1px #3cc846;
}
.c_btn {
    background: #fff;
    border-radius: 60px;
    display: block;
    max-width: 160px;
    padding: 15px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition-duration: .3s;
    z-index: 2;
  }
.c_btn i {
    font-size: 13px;
    margin-left: 10px;
}
.c_btn span {
    position: relative;
}
.c_btn::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .4s, transform 0s;
    transition-delay: 0s, .3s;
}
.c_btn.cl1::after {
    background: #ff50a0;
}
.c_btn.cl2::after {
    background: #00beff;
}
.c_btn.cl3::after {
    background: #ff8c00;
}
.c_btn.cl4::after {
    background: #3cc846;
}
.c_btn.cl1:hover {
    color: #fff;
}
.c_btn.cl2:hover {
    color: #fff;
}
.c_btn.cl3:hover {
    color: #fff;
}
.c_btn.cl4:hover {
    color: #fff;
}
.c_btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .5s, transform .4s ease-in-out;
}
@media screen and (min-width: 499px){
.c_pic1 img, .c_pic2 img {
    height: 300px;
}
}

@media screen and (min-width: 768px){
.c_pic1 img, .c_pic2 img {
    height: 350px;
}
.ct_box {
    padding: 30px;
}
h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
p.ct_intro {
    margin-bottom: 25px;
}
}

@media screen and (min-width: 1000px){
.c_box1 {
    height: 450px;
	margin-bottom: 120px;
	display: flex;
}
.c_box2 {
    height: 450px;
	margin-bottom: 120px;
	display: flex;
    flex-direction: row-reverse;
}
.c_pic1 {
    width: calc(50% + 50px);
}
.c_pic2 {
    width: calc(50% + 50px);
    margin-left: -50px;
    margin-top: 50px;
}
.c_pic1 img, .c_pic2 img {
    height: 400px;
    border-radius: 30px;
}
.c_txt1 {
    width: calc(50% + 50px);
    height: 400px;
    border-radius: 30px;
    margin-left: -50px;
    margin-top: 50px;
}
.c_txt2 {
    width: calc(50% + 50px);
    height: 400px;
    border-radius: 30px;
}
.ct_box {
    padding: 35px 40px 0;
}
h4 {
    font-size: 18px;
    padding: 20px;
    border-radius: 30px 30px 0 0;
}
h5 {
    font-size: 25px;
    margin-bottom: 25px;
}
p.ct_intro {
    margin-bottom: 40px;
}
/* moreボタン */
a.ct_link:hover {
    background: #fff;
}
a.cl1:hover  {
    color: #ff50a0;
}
a.cl2:hover {
    color: #00beff;
}
a.cl3:hover {
    color: #ff8c00;
}
a.cl4:hover {
    color: #3cc846;
}
}
/* コンテンツのイラスト */
.c_illust_mes {
    width: calc(86px * 0.7);
    position: absolute;
    bottom: -5%;
    right: -2%;
}
.c_illust_wel {
    width: calc(120px * 0.7);
    position: absolute;
    bottom: -5%;
    right: -4%;
}
.c_illust_voi {
    width: calc(140px * 0.7);
    position: absolute;
    bottom: -5%;
    right: -4%;
}
.c_illust_edu {
    width: calc(105px * 0.7);
    position: absolute;
    bottom: -5%;
    right: -2%;
}
@media screen and (min-width: 399px){
.c_illust_mes {
    width: calc(86px * 0.8);
    right: 5%;
}
.c_illust_wel {
    width: calc(120px * 0.75);
    right: 1%;
}
.c_illust_voi {
    width: calc(140px * 0.75);
    right: -2%;
}
.c_illust_edu {
    width: calc(105px * 0.8);
    right: 5%;
}
}
@media screen and (min-width: 499px){
.c_illust_mes {
    right: 10%;
}
.c_illust_wel {
    width: calc(120px * 0.8);
    right: 5%;
}
.c_illust_voi {
    width: calc(140px * 0.8);
    right: 5%;
}
.c_illust_edu {
    right: 10%;
}
}
@media screen and (min-width: 768px){
.c_illust_mes {
    width: calc(86px * 0.9);
}
.c_illust_wel {
    width: calc(120px * 0.9);
    right: 8%;
}
.c_illust_voi {
    width: calc(140px * 0.9);
    right: 8%;
}
.c_illust_edu {
    width: calc(105px * 0.9);
}
}
@media screen and (min-width: 1000px){
.c_illust_mes {
    bottom: 1%;
    right: 5%;
}
.c_illust_wel {
    bottom: 1%;
    right: 3%;
}
.c_illust_voi {
    bottom: 1%;
    right: 3%;
}
.c_illust_edu {
    bottom: 1%;
    right: 5%;
}
}
@media screen and (min-width: 1200px){
.c_illust_mes {
    bottom: 2%;
    right: 10%;
}
.c_illust_wel {
    bottom: 2%;
    right: 5%;
}
.c_illust_voi {
    bottom: 2%;
    right: 5%;
}
.c_illust_edu {
    bottom: 2%;
    right: 7%;
}
}

/* おしらせ */
.table_information th {
	font-size: 15px;
    line-height: 140%;
	font-weight: bold;
	text-align: left;
    color: #2387eb;
    display: block;
	padding: 15px 15px 5px;
}
.table_information td {
	font-size: 16px;
    line-height: 160%;
    text-align: left;
    color: #4b4b4b;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 0 15px 15px;
}
.table_information tr:first-child th {
	border-top: solid 1px #ccc;
}
.table_information td a.ti_link {
    color: #2387eb;
    text-decoration: underline;
    transition: all 0.2s ease;
}
@media screen and (min-width: 1000px){
.table_information th, 
.table_information td {
	display: table-cell;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.table_information th {
	padding: 20px 10px 20px 20px;
}
.table_information td {
	padding: 20px 20px 20px 10px;
}
.table_information tr:first-child {
	border-top: solid 1px #ccc;
}
}


/* 採用情報 */
.rec_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
a.rec_boxL {
    margin: 0 auto 25px;
}
a.rec_boxR {
    margin: 0 auto;
}
.rec_box a {
    width: 100%;
    max-width: 470px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}

@media screen and (min-width: 1000px){
.rec_box {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
}
.rec_box a {
    width: calc(50% - 30px);
    margin: 0;
    transition: all 0.2s ease-in-out;
}
a.rec_boxL:hover, a.rec_boxR:hover {
    opacity: 0.8;
}
}

/* パンフPDF */
.pamphlet_btn {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}
.pamphlet_btn a {
    width: 100%;
    max-width: 470px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
    transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1000px){
.pamphlet_btn {
    max-width: 400px;
}
.pamphlet_btn a:hover {
    opacity: 0.8;
}
}

/* フッター */
.footer {
    background: url(../img/bg_round_green_foot_SP.svg) no-repeat top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: -100px;
}
.footer p {
    color: #fff;
}
.f_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.f_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.f_info a img {
    max-width: 320px;
}
.f_ad {
    line-height: 140%;
    margin-bottom: 15px;
}
.f_tel {
    font-size: 18px;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.tel_sml {
    font-size: 15px;
}
.f_link {
    font-size: 14px;
    color: #2387eb;
    background: #fff;
    padding: 10px;
    border: solid 1px #2387eb;
    border-radius: 5px;
    display: inline-block;
}
.f_link i {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: 0.5px;
}
p.copyright {
    font-size: 12px;
    line-height: 140%;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width: 768px){
.footer {
    background: url(../img/bg_round_green_foot_PC.svg) no-repeat top center;
    padding-top: 100px;
    padding-bottom: 35px;
    margin-top: -100px;
}
.f_box {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.f_info a {
    margin-bottom: 20px;
}
.f_link {
    font-size: 15px;
    padding: 12px;
    transition: all 0.2s ease-in-out;
}
.f_link:hover {
    color: #fff;
    background: #2387eb;
    border: solid 1px #fff;
}
.f_menu {
    display: flex;
}
.f_menu_L {
    margin-right: 30px;
}
.f_menu ul li a {
    font-size: 16px;
	color: #fff;
    transition: all 0.2s ease-in-out;
}
.f_menu ul li a:hover {
    color: #ff0;
}
.f_menu ul li a.fm_now {
    color: #ff0;
}
.f_menu ul li {
    margin-bottom: 12px;
}
.f_menu ul li:last-of-type {
    margin-bottom: 0;
}  
.f_menu ul li i {
    font-size: 20px;
    color: #ff0;
    margin-right: 5px;
    vertical-align: -1.5px;
}
}
@media screen and (min-width: 1000px){
.f_menu_L {
    margin-right: 80px;
}
}



/* PC固定フッター */
@media screen and (min-width: 1000px){
#page_top_PC {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.ptbox {
    display: flex;
    background: #fff;
    border-radius: 11px 0 0 0;
}
.ptbox a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
	background: linear-gradient(#2d91f5, #197de1);
    height: 55px;
	display: flex;
    align-items: center; 
    padding: 0 15px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    opacity: 0.85;
	transition: all 0.2s ease-in-out;	
}
.pt_01 a {
    border-radius: 10px 0 0 0;
    border-right: 1px solid #fff;
}   
.pt_02 a {
    border-right: 1px solid #fff;
}
a:hover {
	opacity: 1;
}
.pt_01 i {
    font-size: 18px;
    margin-right: 5px;
}
.pt_02 img {
    width: 20px;
    margin-right: 5px;
}
.pc_top i {
	font-size: 20px;
}
}


/*ページトップへGOボタン*/
.page_top_SP {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: linear-gradient(#fff, #ddd);
    border-radius: 5px;
    z-index: 100;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.page_top_SP a {
	width: 50px;
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s ease;
}
.page_top_SP i {
	font-size: 22px;
    color: #4b4b4b;
}



/* SPメニュー */
.header__trigger {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #2387eb;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
    z-index: 9999;
}
.header__trigger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}
.header__trigger span:first-child {
    top: 15px;
}
.header__trigger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.header__trigger span:last-child {
    bottom: 15px;
}
.header__trigger.active span:first-child {
    transform: translate(-50%, 10px) rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.header__trigger.active span:last-child {
    transform: translate(-50%, -8px) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../img/bg_block.svg) center;
    transition: all 0.2s ease-in-out;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 600px;
    margin: 0 auto 80px;
}
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.global-SPnav img {
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
}
.global-SPnav ul {
    margin: 0 30px;
}
.global-SPnav ul li {
    font-weight: bold;
    border-bottom: solid 1px #2387eb;
}
.global-SPnav ul li.mfirst {
    border-top: 1px solid #2387eb;
}
.global-SPnav ul li a {
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
    color: #4b4b4b;
    padding: 0 10px;
    display: block;
}  
.global-SPnav ul li a i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -1.5px;
    color: #2387eb;
}  
.r_box {
    display: flex;
    justify-content: space-between;
    margin: 30px 25px;
    padding-bottom: 150px;
}
a.r_in {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    width: calc(100% / 2 - 20px / 2);
    color: #fff;
    padding: 15px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.rL {
    background: linear-gradient(135deg,  #2d91f5, #197de1);
}
.rR {
    background: linear-gradient(135deg,  #fe8932, #fc751e);
}