﻿@charset "UTF-8";
/*
Theme Name: matchingsupport
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "NotoSansJP", sans-serif;
    --font_eng: "Montserrat", sans-serif;
    --m_color: #239b12;
    --a_color: #337f50;
    --t_color: #e1f0df;
    --y_color: #FF9D26;
    --radius_10: 10px;
    --radius_20: 20px;
    --shadow:0 4px 10px rgba(0,0,0,0.1);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1.8;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-weight: normal;
    font-family: var(--font_ja);
    font-size: 16px;
    font-weight: 500;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 2;
    word-wrap: break-word;
    font-size: 16px;
    counter-reset: wpp-ranking;
    color: #333;
    position: relative;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
    height: 100%;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    box-sizing: border-box;
}
strong {
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.t_center{
    text-align: center !important;
}
.t_left{
    text-align: left !important;
}
.t_right{
    text-align: right !important;
}
.radius_10{
    border-radius: var(--radius_10);
}
.radius_20{
    border-radius: var(--radius_20);
}
.bg_gradation {
    background: -moz-linear-gradient(45deg, #26c9f2 0%, #2678f2 29%, #26c9f2 66%, #9e60fa 100%);
    background: -webkit-linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background: linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	position: relative;
    border-radius: 30px;
}
.bg_gradation::before,
.bg_gradation::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	/*animation: morph 15s linear infinite alternate, spin 20s linear infinite;*/
	z-index: 1;
	/*will-change: border-radius, transform;*/
    border-radius: 100%;
	transform-origin: 55% 55%;
	pointer-events: none;
    z-index: 1;
}
.bg_gradation::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    /*animation: morph 5s linear infinite alternate, spin 26s linear infinite reverse;*/
    transform-origin: 20% 20%;
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.bg_dotted{
    background-image: radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px), radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
    background-repeat: repeat;
}
.zindex2{
    z-index: 2;
}
.br0{
    border-radius: 0;
}
/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/* その場で */
.fadeIn {
    opacity : 0;
    transition : all 1.5s;
}
.fadeIn.active{
    opacity : 1;
}
/*フェードアップアニメーション*/
.fadeUp {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.fadeUp:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*フェードアップ（下向き）アニメーション*/
.fadeDown {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
.fadeDown:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeDown-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*左方向から右へフェードイン*/
.slide_left_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
.slide_left_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_left_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_left_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*右方向から左へフェードイン*/
.slide_right_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}
.slide_right_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_right_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_right_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
/*コンテンツタイトル*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.header{
    position: relative;
}
body .wrap .header .other_h {
    background: none;
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
body:not(.home):not(.page-template-career-support) h1 {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    text-align: right;
    color: var(--m_color);
    font-size: 20px;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    width: calc(100% - 40px);
    letter-spacing: 0.05em;
}
body:not(.home):not(.page-template-career-support) h1:before {
    content: attr(data-text);
    display: block;
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 0;
    font-family: var(--font_eng);
}
body:not(.home) .img_area {
    width: 50%;
    width: 100%;
    height: 100%;
    position: relative;
}
body:not(.home) .img_area:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/other_mv.jpg);
    background-position: center 28%;
    background-repeat: no-repeat;
    background-size: cover;
}
body:not(.home) .img_area .cat{
    position: absolute;
    z-index: 2;
    top: calc(50% + 70px);
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    max-width: 160px;
    margin: 0 auto;
    color: #64b54f;
    display: inline-block;
    padding: 4px 0;
    border-radius: 4px;
}
body.error404 h1 {
    position: static;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    transform: none;
    margin-bottom: 30px;
    color:#333;
}
body.error404 h1 span{
    font-size: 100px;
    line-height: 1;
    display: block;
    padding: 0;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
h3 {
    font-weight: bold;
    margin: 0 0 50px;
    font-size: 25px;
    position: relative;
    padding: 0 0 0 30px;
}
.full{
    width: 100% !important;
}
.flex {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_reverce .flex_img{
    order: 2;
}
.flexwrap{
    flex-wrap: wrap;
}
.between{
    justify-content: space-between;
}
.inner,
.inner_m,
.inner_s,
.inner_l{
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.inner_s{
    max-width: 800px;
}
.inner_m{
    max-width: 1200px;
}
.inner_l{
    max-width: 1600px;
}
.m0auto {
    margin:0 auto;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.pt0 {
    padding-top: 0px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.px20{
    padding-right:20px;
    padding-left: 20px;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.fw3{
    font-weight: 300;
}
.fw4{
    font-weight: 400;
}
.fw6{
    font-weight: 600;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs24{
    font-size: 24px;
}
.line_2{
    line-height: 2.5;
}
.c_white{
    color:#fff !important;
}
.c_gray{
    color: #7b7b7b !important;
}
.c_gray_thin{
    color: #eeeeee !important;
}
.c_red{
    color: var(--m_color) !important;
}
.bg_white{
    background-color: #fff;
}
.bg_black{
    background-color: #000;
}
.bg_green{
    background-color: var(--m_color);
}
.bg_thin{
    background-color: var(--t_color);
}
.bg_gray{
    background-color: #eee;
}
.i_block{
    display: inline-block;
}
.ds_block{
    display:block;
}
br.sp{
    display: none;
}
.height_full{
    height: 100%;
}
.eng{
    font-family: var(--font_eng);
}
.bx_shadow{
    box-shadow: var(--shadow);
}
/*-------------------------------------
共通追加
-------------------------------------*/
.btn{
    width: 200px;
    position: relative;
    margin: 60px 0 0 0;
}
.btn a{
    height: 100%;
    display: block;
    transition: .2s ease-in-out;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 14px 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    letter-spacing: 0.1em;
    color: #543a2e;
    border: 1px solid;
    font-family: "JosefinSans","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn:hover a{
    opacity: 1;
}
.btn a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #543a2e;
    border-right: 1px solid #543a2e;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 20px;
    transition: .2s ease-in-out;
}
.btn a.c_white:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn a:hover{
    color:#f6f4f2;
    background-color: #543a2e;
}
.btn a.c_white:hover{
    border:1px solid #543a2e;
}
.btn a:hover:before{
    border-top: 1px solid #f6f4f2;
    border-right: 1px solid #f6f4f2;
}
.sec_h2{
    font-size: 16px;
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative !important;
    z-index: 2;
    padding-bottom: 0;
}
.sec_h2 .sec_h2_small{
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 10px;
    position: relative;
    display: block;
}
.sec_h2.t_left .sec_h2_small{
    padding: 0 20px 10px 0;
}
.sec_h2 .sec_h2_small.no_square{
    padding: 0;
}
.sec_h2 .sec_h2_small.no_square:after{
    display: none;
}
h3.sec_h2 .sec_h2_small{
    font-size: 40px;
}
.sec_h2_small{
    font-family: "JosefinSans";
}
.sec_h2_small span{
    font-size: 60px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W6",sans-serif;
    font-weight: bold;
    margin-top: 18px;
}
h3 {
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 14px 0;
}
h4{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0;
}
.sec_h4 {
    font-size: 16px;
}
.flex_txt{
    width: calc(50% - 160px);
    margin: 0 100px;
    position: relative;
    z-index: 2;
}
.flex .img_container{
    height: 500px;
    background-image: url(img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flex_img{
    width: calc(100% - 550px);
    position: relative;
    z-index: 2;
}
.flex_img img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.flex_reverse .flex_txt{
    order: 2;
    margin:0 0 0 60px;
}
.flex_reverse .flex_img{
    order: 1;
    margin:0;
}
.box2,
.box1,
.box4,
.txt_solid_bl,
.txt_solid_rd,
.txt_dot_bk,
.txt_dot_gr,
.txt_dot_pk {
	display: inline-block;
}
.box5 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffdd40;
}
.box6 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box6:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdd40;
}
.text_anime01 {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.object-fit-img{
    display: block;
    position: relative;
}
.object-fit-img:before{
    content:'';
    display: block;
    padding-top: 60%;
    pointer-events: none;
}
.object-fit-img img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}
/*-------------------------------------
header
-------------------------------------*/
body.home .header {
    position: relative;
    background-size: cover;
}
.header_nav_container {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    max-height: 102px;
    position: fixed;
    transition: .2s;
    height: 80px;
    align-items: center;
}
.header_nav_container{
    transition: .2s;
}
.header_nav_container.shadow{
    box-shadow: var(--shadow);
    background-color: #fff;
}
.header_nav_container.shadow .pc_header_nav ul{
    border: none;
}
.header_nav_container .pc_header_nav a,
.header_nav_container .pc_header_nav span{
    text-shadow: none;
    font-weight: 600;
}

/*body:not(.home) .header_nav_container .pc_header_nav a,
body:not(.home) .header_nav_container .pc_header_nav span,
.header_nav_container.shadow .pc_header_nav a,
.header_nav_container.shadow .pc_header_nav span{
    color: #000;
}*/
.header_nav_container .pc_header_nav a i,
.header_nav_container .pc_header_nav span i{
    font-size: 12px;
    margin-left: 6px;
}
.header_nav_container .pc_header_nav span.header_eng{
    display: block;
    font-weight: 600;
    text-align: center;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.header_nav_container .pc_header_nav .header_contact a{
    background: linear-gradient(135deg, #3ba7fa 0%, #66e7f6 100%);
    background: -webkit-linear-gradient(-45deg, #3ba7fa 0%, #66e7f6 100%);
    color: #fff !important;
    padding: 12px 30px;
}
.header_nav_container .pc_header_nav .header_contact a span.header_eng{
    color: #fff !important;
}
/* サイトタイトル */
.site_title {
    z-index: 11;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 15px;
    left: 20px;
    transition: .3s;
}
.site_title a{
    position: relative;
    z-index: 2;
    height: 100%;
}
.site_title img{
    transition: .3s;
    width: 100%;
    height: 100%;
}
/*ナビ*/
.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}
.header_nav {
    margin: 0 0 0 auto;
    height: 100%;
    padding: 0 20px;
}
.header_nav nav {
    height: 100%;
}
.sp_trigger_nav{
    display: none;
}
.pc_header_nav {
    height: 100%;
}
.pc_header_nav ul ul{
    display: none;
}
.pc_header_nav li ,
.pc_header_nav li.join_btn.schedule_btn{
    margin: 0 clamp(10px,2vw,42px) 0 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pc_header_nav li:last-child {
    margin: 0;
}
.pc_header_nav li.header_btn{
    margin: 0;
}
.pc_header_nav li.header_btn a{
    background-color: var(--a_color);
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px 0 0 5px;
    letter-spacing: 0.05em;
}
.pc_header_nav li.header_btn.header_btn_cotnact{
}
.pc_header_nav li.header_btn.header_btn_cotnact a{
    background-color: var(--m_color);
    border-radius: 0 5px 5px 0;
}
.page-template-career-support .pc_header_nav li.header_btn.header_btn_cotnact a{
    border-radius: 5px;
}
.pc_header_nav a,
.pc_header_nav span {
    text-decoration: none;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: auto;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav > ul > li.join_btn{
    margin: 0;
    cursor: pointer;
}
.pc_header_nav > ul > li.join_btn a,
.pc_header_nav > ul > li.login_btn a,
.pc_header_nav > ul > li.join_btn span{
    color: #000;
    padding: 12px;
    text-shadow: none;
}
.pc_header_nav > ul > li.join_btn .join_list{
    position: absolute;
    width: 100%;
    min-width: 200px;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pc_header_nav > ul > li.join_btn .join_list li{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    height: auto;
}
.pc_header_nav > ul > li.join_btn .join_list li + li{
    border-top: 1px dotted var(--m_color);
}
.pc_header_nav > ul > li.join_btn .join_list li a{
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 100%;
}
.pc_header_nav > ul > li.join_btn .join_list li:last-child a{
    background-color: transparent;
}
.header_img_container {
    position: relative;
    opacity: 1;
    transition: .2s;
}
.header_img_container.mv_hidden{
    opacity: 0;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.img-wrap:before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-wrap {
    100% {
        transform: translateX(100%);
    }
}
body:not(.home):not(.page-template-career-support) .header_img_container > div:not(.header_img_inner_img) {
    background-position: center;
    height: 500px;
    margin: 80px 0 0 0;
    position: relative;
    overflow: hidden;
}
body:not(.home):not(.page-template-career-support) .header_img_container > div:not(.header_img_inner_img):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(0,0,0,0.3),transparent);
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}
body.home .header_img_container {
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100svh;
}
.slick-slider div{
    height: 100%;
}
.slick{
    height: 100%;
}
.slick .mv_sp{
    display: none;
}
.slick_container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.mv_img{
    background-image: url(img/mv_2.jpg);
    background-position: 67% center;
    height: 100%;
    position: relative;
    background-size: cover;
    pointer-events: none;
}
.mv_img_2{
    background-image: url(img/mv_1.jpg);
    background-position: 30% center;
}
.mv_img_3{
    background-image: url(img/mv_3.jpg);
    background-position: center;
}
.mv_img{
    height: 100%;
    position: relative;
    background-size: cover;
}
/*.mv_img:before,
.mv_img:after{
    content: '';
    width: calc((100% - 60px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    background-image: url(img/mv_1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: var(--radius_20);
}
.mv_img:after{
    background-image: url(img/mv_2.jpg);
    left: auto;
    right: 20px;
}*/
.mv_txt{
    position: absolute;
    left: 5%;
    bottom: 6%;
    z-index: 2;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.mv_txt:before,
.mv_txt:after{
    content: '';
    background: radial-gradient(at 50%, rgba(18, 96, 4, 0.2) 0%, rgba(18, 96, 4, 0) 60%);
    position: absolute;
    aspect-ratio: 1 / 1;
    width: clamp(200px, 22vw, 400px);
    top: -4vw;
    right: 0;
    z-index: 2;
}
.mv_txt:after{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: clamp(150px, 16vw, 300px);
}
.mv_txt_container{
    color: #fff;
    font-weight: 600;
    font-size: clamp(32px, 3vw, 52px);
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    line-height: 1.5;
}
.mv_txt_container_small{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 4;
}
/*-------------------------------------
トップ
-------------------------------------*/
.header_img_inner_img{
    height: 100%;
    background-image: url('img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 auto;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.header_img_inner_img img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.header_img_inner_img .slick img {
    max-height: 100%;
    position:absolute;
    top:0;
    bottom:auto;
    left:auto;
    right:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-width: 100%;
    object-position: 0 0;
    object-position: 50% 50%;
}
.header_img_inner_img .slick img.sp{
    display: none;
}
.header_img_inner_img .slide_txt{
    position: absolute;
    width: 600px;
    bottom: 20%;
    left: 3%;
    max-width: 70%;
}
.header_img_inner_img .slide_txt img{
    display: block;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255,0.7));
    width: 100%;
}
.header_img_inner_img .slide_txt p{
    font-size:20px;
    font-weight: 600;
    margin-left: 115px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
/* メインビジュアル */
.sec_space_1{
    padding: 200px 0;
}
.sec_space_2{
    padding: 140px 0;
}
.sec_space_3{
    padding: 80px 0;
}
.sec_space_4{
    padding: 40px 0;
}
.large_txt{
    font-size: 22px;
    line-height: 2.5;
}
.large_txt span{
    font-size: 18px;
}
.sec_ttl{
    font-size: 60px;
    margin-bottom: 80px;
}
.sec_ttl_eng {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.sec_ttl_1{
    font-size: clamp(40px, 7vw, 60px);
    align-items: flex-end;
    line-height: 1;
    text-align: left;
}
.sec_ttl_1_small{
    font-weight: 600;
    font-size: 20px;
    margin-left: 20px;
}
.sec_ttl_1_column .sec_ttl_1_small{
    display: block;
    margin: 10px auto 0 auto;
}
.sec_ttl_2{
    font-size: clamp(24px, 7vw, 40px);
    margin-bottom: 60px;
    line-height: 1.5;
}
.sec_ttl_2_small{
    display: block;
    line-height: 1;
    font-size: 20px;
    letter-spacing: 0;
}
.sec_ttl_2_nam{
    font-size: 28px;
}
.sec_ttl_3{
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 600;
}
.sec_ttl_3_small{
    font-size: 18px;
    max-width: 200px;
    color: #fff;
    background-color: var(--m_color);
    margin: 0 auto 20px auto;
    border-radius: 5px;
    position: relative;
}
.sec_ttl_4{
    font-size: 32px;
}
.sec_ttl_5{
    display: block;
    font-size: 28px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sec_ttl_5:before,
.sec_ttl_5:after{
    content: '';
    width: 30px;
    height: 1px;
    background-color: var(--m_color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec_ttl_5:after{
    width: 60px;
    bottom: 8px;
}
.news{
    position: relative;
    z-index: 2;
}
.bg_logo{
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(200px, 80vw, 1000px);
    transform: translateY(140%);
    z-index: 1;
}
.news > .flex{
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.news .sec_ttl_1{
    width: 272px;
}
.news .news_meta{
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 10px 0;
    display: block;
}
.top_news_txt{
    padding-right: 50px;
}
.news_meta time{
    margin-right: 20px;
    font-size: 14px;
    display: inline-block;
}
.news_titlearea{
    padding: 10px 0 20px 0;
}
.news_titlearea span{
    background-color: var(--m_color);
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
}
.news_txt{
    padding: 0 0 20px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.news_txt a{
    color: var(--m_color);
    text-decoration: underline;
}
.news_txt a:hover{
    text-decoration: none;
}
.news_arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid var(--m_color);
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.news_arrow::before{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--m_color);
    border-right: 1px solid var(--m_color);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(2px, -50%) rotate(45deg);
}
.news_img img{
    width: 100%;
}
.news_txt_words{
    width: calc(100% - 300px);
    font-size: 14px;
    letter-spacing: 0.05em;
}
.news_txt_words a{
    text-decoration: underline;
    transition: .3s;
}
.news_txt_words a:hover{
    text-decoration: none;
}
.logo_bg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    width: 30vw;
    z-index: 1;
}
.logo_bg_2{
    left: auto;
    right: 0;
    transform: translate(50%,-50%);
}
/*トップコンテンツ*/
.top_company{
    position: relative;
    z-index: 3;
}
.top_company_ttl {
    justify-content: space-between;
    align-items: flex-end;
}
.top_company_ttl .sec_ttl_1{

}
.btn_container{
    max-width: 220px;
    width: 100%;
    margin: 40px 0 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.btn_container a{
    display: block;
    background-color: var(--m_color);
    padding: 24px 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: var(--shadow);
}
.btn_container a:after{
    content: '\f063';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    color: #fff;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.btn_container a:hover{
    opacity: 1;
}
.btn_txt{
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 4;
}
.btn_container_white a{
    background-color: #fff;
}
.btn_container_white .btn_txt{
    color: var(--m_color);
}
.btn_container_white a:after{
    color: var(--m_color);
}
.su_button_circle{
    background-color: var(--m_color);
    border-radius: 1000px;
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    z-index: 3;
    /*animation-timing-function: ease-in-out; */
}
.button_su_inner{
    display: inline-block;
    background: var(--m_color);
    font-size: 16px;
    font-weight: normal;
    width: 340px;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    z-index: 2;
    color: #fff;
    max-width: 100%;
}
.button_su_inner:after{
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.button_su_inner:hover{
    opacity: 1;
}
.explode-circle {
    animation: explode 0.85s forwards;
}
.desplode-circle{
    animation: desplode 0.85s forwards;
}
@keyframes explode {
    0% {
      width: 0px;
      height: 0px;
      margin-left: 0px;
      margin-top: 0px;
      background-color: rgba(255, 255, 255,0.5);
    }
    100% {
      width: 1000px;
      height: 1000px;
      margin-left: -600px;
      margin-top: -600px;
      background-color: rgba(50, 168, 82,0.8);
    }
}
@keyframes desplode {
    0% {
        width: 1000px;
        height: 1000px;
        margin-left: -600px;
        margin-top: -600px;
        background-color: rgba(50, 168, 82,0.8);
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(255, 255, 255,0.5);
    }
}
.top_company_ttl .btn_container{
    margin: 0;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.img_btn{
    border-radius: var(--radius_10);
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid #ddd;
    transition: .3s;
}
.img_btn a{
    height: 100%;
    background-color: #fff;
    width: 100%;
    align-items: stretch;
}
.img_btn a p{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.img_btn a p span{
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    transition: .3s;
}
.img_btn a p span:before{
    content: '\f063';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 2px;
    transform: rotate(-90deg);
    font-size: 18px;
    right: 10px;
}
.img_btn a p span:after{
    content: '詳しく見る';
    display: block;
    font-size: 14px;
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}
.img_btn_img {
    width: 50%;
    height: 100%;
}
.img_btn:hover{
    transform: translateY(-10px);
    box-shadow: 0 14px 20px rgba(0, 0, 0,0.2);
}
.img_btn:hover a{
    opacity: 1;
}
.img_btn:hover a p span{
    color: var(--m_color);
}
.grid .img_btn{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    aspect-ratio: 3.5 / 1;
}
.grid .img_btn:nth-of-type(2){
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.grid .img_btn:nth-of-type(3){
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.img_btn_vertical{
}
/*.img_btn_vertical a{
    flex-direction: column;
}
.img_btn_vertical a .img_btn_img,
.img_btn_vertical a p{
    width: 100%;
    height: 50%;
}*/
.top_service{
}
.top_service .flex:not(.sec_ttl_1){
    justify-content: space-between;
    align-items: center;
}
.top_service_left{
    width: 325px;
}
.top_service_right{
    max-width: 910px;
    width: calc(100% - 425px);
}
.top_service_right .img_btn + .img_btn{
    margin-top: 20px;
}
.top_support .sec_ttl_1{
    flex-direction: column;
    align-items: flex-start;
}
.top_support .sec_ttl_1_small{
    margin: 20px 0 0 0;
}
.top_support .flex:not(.sec_ttl_1){
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #ddd;
}
.top_support_left{
    width: 592px;
    position: relative;
    z-index: 3;
    padding-left: 60px;
    padding-right: 60px;
}
.top_support_right{
    background-image: url(img/top_support_1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    width: calc(100% - 592px);
}
.cta{
    padding: 0 20px 20px 20px;
}
.cta .flex{
    gap: 20px;
}
.btn_container_cta{
    width: calc((100% - 40px) / 3);
}
.btn_container_cta a{
    display: block;
    aspect-ratio: 2 / 1;
    background-color: var(--m_color);
    color: #fff;
    border-radius: var(--radius_10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: var(--shadow);
    position: relative;
    padding: 40px 0;
}
.btn_container_cta a:hover{
    transform: translateY(-10px);
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.btn_container_cta a span{
    display: block;
    font-size: clamp(24px, 3vw, 42px);
    color: #fff;
    text-align: center;
}
.btn_container_cta a span i{
    color: #fff;
    font-size: clamp(24px, 2vw, 28px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.btn_container_cta a:after{
    content: '\f063';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: 1px solid #fff;
    font-size: clamp(18px, 3vw, 32px);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: rotate(-90deg);
    margin-top: 20px;
}
/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    width: 100%;
}
.breadcrumbs {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    background: none;
    position: relative;
    color: #fff;
    padding: 0 0 60px 0;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color:#fff;
}
.breadcrumbs:before {
    content: "\f015";
    font: 100% "Font Awesome 5 free";
    font-weight: bold;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}
/*-------------------------------------
トップ お知らせ
-------------------------------------*/
.news{
    position: relative;
    z-index: 2;
}
.news .top_news_list{
    width: calc(100% - 372px);
    max-width: 900px;
}
.news .top_news_list li{
    padding: 0 20px;
    box-shadow: var(--shadow);
    border-radius: var(--radius_10);
    background-color: #fff;
}
.news .top_news_list li + li{
    margin-top: 20px;
}
.news .news_meta{
    padding: 24px 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.news_meta:after{
    content: '\f063';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 0px;
    top: -2px;
    left: auto;
    bottom: auto;
    transform: translateY(25px);
    font-size: 18px;
    color: var(--m_color);
}
.news .news_meta time{
    margin-right: 20px;
    font-size: 16px;
    background-color: var(--m_color);
    font-family: var(--font_eng);
    color: #fff;
    display: inline-block;
    padding: 2px 20px 0 20px;
    border-radius: 20px;
    line-height: 1.5;
}
.news .news_meta .cat{
    display: inline-block;
    background-color: #264990;
    color: #fff;
    font-weight: 400;
    padding: 3px 18px 0 18px;
    font-size: 12px;
    margin-right: 14px;
}
.news .news_meta p{
    display: inline-block;
    font-size: 16px;
}
.news .news_txt{
    padding: 0 20px 20px 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
/*-------------------------------------
事業内容
-------------------------------------*/
.recruit_support{
}
.recruit_support .bg_green + .bg_green{
    margin-top: 20px;
}
.recruit_support dl{
    padding-right: 40px;
    padding-left: 40px;
}
.recruit_support dl dt{
    font-size: 32px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    margin-bottom: 40px;
}
.rs_nam {
    font-size: 40px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}
.recruit_support dl .support_container_1{
    align-items: stretch;
}
.recruit_support dl .support_container_1 .support_1_left{
    width: calc(50% - 60px);
}
.recruit_support dl .support_container_1 .support_1_left p{
    font-size: 18px;
    margin-top: 10px;
}
.recruit_support dl .support_container_1 .support_1_left ul{
}
.recruit_support dl .support_container_1 .support_1_left ul li{
    font-size: 20px;
    border: 2px solid #fff;
    padding: 16px 20px 16px 71px;
    border-radius: var(--radius_10);
    text-indent: -51px;
}
.recruit_support dl .support_container_1 .support_1_left ul li + li{
    margin-top: 10px;
}
.recruit_support dl .support_container_1 .support_1_left ul li i{
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-indent: 0;
}
.recruit_support dl .support_container_1 .support_1_right{
    width: 50%;
    margin-left: 60px;
    background-image: url(img/recruit_support_1.jpg);
    border-radius: var(--radius_10);
    min-height: 280px;
    aspect-ratio: 2/1.25;
    background-size: cover;
    background-position: center;
}
.recruit_support .bg_green:last-of-type dl .support_container_1 .support_1_right{
    background-image: url(img/recruit_support_2.jpg);
}
.support_container_2 {
    gap: 10px;
    justify-content: space-between;
    align-items: stretch;
}
.support_2_box{
    border: 2px solid #fff;
    border-radius: var(--radius_10);
    width: calc((100% - 30px) / 4);
    padding: 20px 10px;
}
.support_2_box i{
    color: var(--m_color);
    font-size: 52px;
    background-color: #fff;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}
.support_2_box .support_2_ttl{
        font-size: 20px;
}
.support_2_box .support_2_txt{
}
.carrer_support .top_support_right{
    background-image: url(img/recruit_support_3.jpg);
    background-position: 60% center;
}
/*-------------------------------------
転職支援LP
-------------------------------------*/
.cs_mv{
    overflow: hidden;
}
.cs_mv_main{
    justify-content: center;
    margin-top: 80px;
    align-items: center;
    /*height: calc(100svh - 80px - 170px);*/
    position: relative;
    z-index: 3;
}
.cs_mv_main:before,
.cs_mv_main:after{
    content: '';
    width: 30vw;
    /*height: calc(100svh - 80px - 170px);*/
    height: 100%;
    background-image: url(img/cs_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    top: 50%;
    left: -15vw;
    transform: translateY(-50%);
}
.cs_mv_main:after{
    left: auto;
    right: -15vw;
    transform: translateY(-50%) scale(-1, 1);
}
.cs_mv_left{
    max-width: 470px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 60px 0;
}
.cs_mv_left > div{
    width: 100%;
}
.cs_mv_top{
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 600;
    border-top: 2px solid var(--m_color);
    border-bottom: 2px solid var(--m_color);
    padding: 10px 0;
    margin-bottom: 20px;
}
.cs_mv_left img{
}
.cs_underlogo{
    color: var(--m_color);
    font-weight: 600;
    margin: 20px 0;
}
.cs_mv_list{
}
.cs_mv_list li{
    background-color: #fff;
    position: relative;
    padding: 10px 10px 10px 70px;
    border-radius: 60px;
    font-size: clamp(14px,1vw,18px);
    font-weight: 600;
    box-shadow: var(--shadow);
}
.cs_mv_list li + li{
    margin-top: 10px;
}
.cs_mv_list li i{
    color: var(--m_color);
    font-weight: 600;
    font-size: 40px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid var(--m_color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 4;
}
.cs_mv_right{
    width: calc(53% - 80px);
    margin-left: 80px;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}
.cs_mv_btn {
    padding: 20px;
    position: relative;
    z-index: 5;
}
.cs_mv_btn .bubble{
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    max-width: 520px;
}
.cs_mv_btn .bubble:after{
    background: #fff;
    height: calc(tan(60deg) * 10px / 2);
    width: 28px;
}
.cs_mv_btn .bubble p{
    font-size: 16px;
    font-weight: 600;
}
.cs_mv_btn .sc_btn_container a{
    margin-top: 0;
}
.cs_mv_btn .sc_btn_container span{
    display: none;
}
.worries{
}
.worries .sec_ttl_2 + img{
    max-width: 700px;
    margin: 0 auto;
}
.bubble{
    background-color: var(--m_color);
    border-radius: var(--radius_10) var(--radius_10) 0 0;
    position: relative;
    padding: 20px;
    max-width: 650px;
    margin: 0 auto;
}
.bubble:after{
    content: '';
    background: var(--m_color);
    height: calc(tan(60deg) * 20px / 2);
    width: 45px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    margin: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -2px) rotate(180deg);
    left: 50%;
}
.bubble p{
    font-size: 28px;
}
.worries_list{
    background-color: #fff;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 0 0 var(--radius_10) var(--radius_10);
    padding: 40px;
}
.worries_list ul{
}
.worries_list ul li{
    font-size: 20px;
    border-bottom: 2px dashed #ddd;
    padding: 10px;
}
.worries_list ul li span{
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(transparent 60%, var(--t_color) 60%);
    font-weight: 600;
    padding: 0 4px;
}
.worries_list ul li i{
    color: var(--y_color);
    font-size: 36px;
    margin-right: 20px;
    vertical-align: text-top;
}
.arrow{
    max-width: 100px;
    margin: 20px auto;
}
.result {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
.reason{
    position: relative;
}
.sec_ttl_3_nam{
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    transform: translateY(-5px);
}
.sec_ttl_3 img{
    max-width: 300px;
    margin: 0 auto 10px auto;
}
.reason_container{
    align-items: center;
}
.reason_container + .reason_container{
    margin-top: 80px;
}
.reason_txt{
    width: calc(50% - 60px);
    padding: 40px 0;
    margin-right: 60px;
}
.reason_nam{
    color: var(--m_color);
    font-size: 18px;
    margin-bottom: 10px;
}
.reason_nam span{
    color: var(--m_color);
    font-size: 66px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    line-height: 1;
}
.reason_ttl{
    padding: 0;
    margin-bottom: 20px;
}
.reason_ttl span{
    font-size: clamp(20px,3vw,32px);
    background-color: var(--m_color);
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.reason_txt_main,
.reason_txt_main .i_block{
    font-size: 18px;
}
.reason_img{
    width: 50%;
    background-color: var(--t_color);
    border-radius: var(--radius_10);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason_img img{
    max-width: calc(100% - 4vw);
    width: 450px;
    max-height: calc(100% - 4vw);
}
.flex_reverse .reason_txt{
    order: 2;
    margin-right: 0;
    margin-left: 60px;
}
.flex_reverse .reason_img{
    order: 1;
}
.flow{
    counter-reset: number 0;
}
.flow .flex{
    gap: 20px;
    align-items: stretch;
}
.flow_container{
    background-color: #fff;
    border-radius: var(--radius_10);
    width: calc((100% - 40px) / 3);
    padding: 20px clamp(20px,2.1vw,40px) 40px clamp(20px,2.1vw,40px);
    position: relative;
    margin-top: 30px;
    z-index: 8;
}
.flow_container:nth-of-type(2){
    z-index: 7;
}
.flow_container:nth-of-type(3){
    z-index: 6;
}
.flow_container:nth-of-type(4){
    z-index: 5;
}
.flow_container:nth-of-type(5){
    z-index: 4;
}
.flow_container:nth-of-type(6){
    z-index: 3;
}
.flow_container:after,
.flow_container:nth-of-type(4):before{
    content: '';
    width: 36px;
    height: 30px;
    background-image: url(img/flow_arrow.svg);
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(50%, -50%);
    z-index: 3;
    background-repeat: no-repeat;
}
.flow_container:nth-of-type(4):before{
    right: auto;
    left: -10px;
    transform: translate(-50%, -50%);
}
.flow_container:nth-of-type(3n):after{
    display: none;
}
.flow_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.flow_img img{
    max-height: 110px;
    max-width: 140px;
    height: 100%;
    width: 100%;
}
.flow_container:nth-of-type(3) .flow_img img{
    max-width: 100px;
}
.flow_img:before{
    counter-increment: number 1;
    content: '0' counter(number);
    position: absolute;
    left: 50%;
    font-family: var(--font_eng);
    color: var(--m_color);
    font-weight: 600;
    font-size: 46px;
    line-height: 1;
    top: 0;
    transform: translate(-50%, -50%);
}
.flow_container dl{
    position: relative;
}
.flow_container dl dt{
    text-align: center;
    color: var(--m_color);
    font-weight: 600;
    font-size: 24px;
}
.flow_container dl dd{
    text-align: center;
}
.flow_container dl dd .sc_btn_container span{
    display: none;
}
.flow_container dl dd .sc_btn_container a{
    font-size: 16px;
    padding: 20px;
    width: 100%;
}
.flow_container dl dd .sc_btn_container a.cs_line{
    display: none;
}
.flow_container dl dd .sc_btn_container a:after{
    width: 30px;
    height: 30px;
    right: 14px;
}
.achievements{
    background: url(img/bg_grid.svg);
}
.achievements_flex{
    gap: 60px 40px;
    align-items: flex-end;
}
.achievements_bg {
    margin-bottom: 60px;
    padding-bottom: 120px;
}
.achievements_container{
    width: calc((100% - 40px) / 2);
}
.achievements_container:nth-of-type(2n){
    position: relative;
    top: 40px;
}
.achievements_profile{
    align-items: center;
    gap: 20px;
}
.achievements_img{
    width: 80px;
}
.achievements_img img{
}
.achievements_info{
}
.achievements_info p{
    font-size: 20px;
    font-weight: 600;
}
.achievements_txt{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 20px 20px 20px 0;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
}
.achievements_txt:before,
.achievements_txt:after{
    content: '"';
    font-family: var(--font_eng);
    position: absolute;
    color: var(--m_color);
    font-weight: 600;
    font-size: 60px;
    height: 30px;
    line-height: 1;
    left: 20px;
    top: -16px;
}
.achievements_txt:after{
    left: auto;
    right: 20px;
    top: auto;
    bottom: -14px;
}
.achievements_txt p{
}
.faq_section{
    border: 4px solid var(--m_color);
}
.faq_section section {
    display: none;
}
.faq_section section.active {
    display: block;
}
.faq_wrap .btn_flex .btn_container a i.fa-arrow-right{
    transform: translateY(-50%) rotate(90deg);
}
.faq_list li + li{
    margin-top: 20px;
}
.faq_list .faq_toggle{
    font-size: 22px;
    padding: 20px 66px 20px 20px;
    margin: 0 auto;
    background: var(--m_color);
    text-align: left;
    display: flex;
    border-radius: var(--radius_10);
    position: relative;
}
.faq_list .faq_toggle:before,
.faq_list .faq_txt:before{
    content: 'Q';
    font-size: 34px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    font-family: var(--font_eng);
    color: var(--m_color);
    border-radius: var(--radius_10);
    font-weight: 600;
}
.faq_list .faq_toggle span.i_block{
    width: calc(100% - 76px);
    font-size: 22px;
    font-weight: 600;
    vertical-align: text-top;
    color: #fff;
    line-height: 1;
    padding-top: 12px;
}
.faq_toggle{
    cursor: pointer;
    transition: .2s;
}
.faq_toggle:hover{
    opacity: .8;
}
/*アイコン*/
.faq_list .faq_toggle .icon{
    position: absolute;
    top: 40px;
    right: 50px;
}
.faq_list .icon:before,
.faq_list .icon:after{
    content: '';
    width: 30px;
    height: 4px;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    transition: .5s;
}
.faq_list .faq_toggle .icon:after{
    transform: rotate(90deg);
}
.faq_list .opened .icon:before{
    transform: rotate(-90deg);
    opacity: 0;
}
.faq_list .opened .icon:after{
    transform: rotate(0deg);
}
.faq_list .faq_txt{
    padding: 10px 20px 20px 20px;
    display: none;
}
.faq_list .faq_txt:before{
    content: 'A.';
    background: transparent;
}
.faq_list .faq_txt .faq_txt_inner{
    width: calc(100% - 74px);
    vertical-align: text-top;
    padding-top: 6px;
}
.faq_list .faq_txt .faq_txt_inner p{
    font-size: 18px;
}
.faq_btn{
    padding: 14px 20px;
    display: inline-block;
    border: 1px solid #333;
    width: 150px;
    transition: .3s;
}
.faq_btn i{
    margin-left: 20px;
    font-size: 14px;
    transition: .3s;
}
.faq_btn:hover{
    background-color: rgba(255,255,255,0.4);
}
.faq_txt_inner ul li + li{
    margin-top: 0;
}
.bg_list {
    padding: 20px;
}
.reason .support_cta{
    position: absolute;
    width: calc(100% - 40px);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.sc_btn_container{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    gap: 20px;
}
.sc_btn_container span{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}
.sc_btn_container a{
    position: relative;
    border: 4px solid #fff;
    font-size: 24px;
    background: linear-gradient(180deg, #ff9d26, #ea7206);
    display: block;
    max-width: 530px;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    border-radius: 70px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(255, 157, 38, 0.5);
    margin: 0;
    transition: .3s;
    width: calc(50% - 10px);
}
.sc_btn_container a.cs_line{
    background: linear-gradient(180deg, #07b53b, #008a29);
    box-shadow: 0 5px 20px rgba(7, 181, 59, 0.5);
}
.sc_btn_container a:after{
    content: '\f063';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(0deg);
    font-size: 18px;
    color: #fff;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.sc_btn_container a.cs_line:after{    
    transform: translateY(-50%) rotate(-90deg);
}
.sc_btn_container a:hover{
    opacity: 1;
    transform: translateY(5px);
    box-shadow: 0 0 10px rgba(255, 157, 38, 0.5);
}
.sc_btn_container a.cs_line:hover{
    box-shadow: 0 0 10px rgba(7, 181, 59, 0.5);
}
.support_contact .sc_btn_container a.cs_mail,
.support_contact .sc_btn_container span{
    display: none;
}
.page-template-career-support .footer{
    padding: 80px 0 !important;
}
.page-template-career-support .footer_flex{
    justify-content: center;
    border: none;
    padding: 0;
    margin: 0;
}
.page-template-career-support .footer .site_title{
    margin: 0;
}
/*-------------------------------------
会社概要
-------------------------------------*/
.philosophy_container{
}
.philosophy_container + .philosophy_container{
    margin-top: 60px;
}
.philosophy_container .inner_m{
    border-top: 2px solid var(--m_color);
    padding-top: 60px;
}
.philosophy_container:last-of-type .inner_m{
    border-bottom: 2px solid var(--m_color);
    padding-bottom: 60px;
}
.philosophy_left{
    width: 50%;
}
.philosophy_container .philosophy_right{
    width: calc(50% - 60px);
    margin-left: 60px;
    background-image: url(img/philosophy_1.jpg);
    background-size: cover;
    background-position: center;
    aspect-ratio: 2 / 1.5;
    border-radius: var(--radius_10);
}
.philosophy_container:nth-of-type(2) .philosophy_right{
    background-image: url(img/philosophy_2.jpg);
}
.philosophy_container:nth-of-type(3) .philosophy_right{
    background-image: url(img/philosophy_3.jpg);
}
.philosophy_left p + p{
    margin-top: 20px;
}
.philosophy_left ul{
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.philosophy_left ul li{
    padding-left: 20px;
    position: relative;
}
.philosophy_left ul li:before{
    content: '・';
    position: absolute;
    top: -1px;
    left: 0;
}
.philosophy_left dl{
}
.philosophy_left dl + dl{
    margin-top: 40px;
}
.philosophy_left dl dt{
    font-size: 20px;
    font-weight: 600;
    text-indent: -51px;
    padding-left: 51px;
    line-height: 1.25;
}
.philosophy_left dl dt .philosophy_nam{
    font-family: var(--font_eng);
    color: var(--m_color);
    font-weight: 600;
    font-size: 32px;
    text-indent: 0;
    line-height: 1.5;
    vertical-align: middle;
    margin-right: 10px;
}
.philosophy_left dl dd{
}
.greeting{
    position: relative;
}
.greeting:after{
    content: '';
    height: 100%;
    aspect-ratio: 1 / 1;
    background-image: url(img/logo_w.svg);
    background-position: right top;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: .1;
    transform: rotate(90deg);
}
.greeting_left{
    width: calc(50% - 60px);
    margin-right: 60px;
}
.greeting_right{
    width: 50%;
}
table.data{
    width: 100%;
}
table.data th,
table.data td{
    text-align: left;
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-top;
    position: relative;
}
table.data th{
    width: 250px;
}
table.data td a{
    text-decoration: underline;
}
table.data td a:hover{
    text-decoration: none;
}
table.data td ol li{
    list-style: none;
    padding-left: 19px;
    text-indent: -19px;
}
table.data td ul li{
    list-style: disc;
    list-style-position: inside;
}
table.data td .location{
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.map{
    height: 500px;
    margin-top: 10px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
/*-------------------------------------
お問い合わせ
-------------------------------------*/
.other_tel{
    padding: 60px 10px;
    margin-bottom: 60px;
}
.other_tel_a_container{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 800px;
    margin: 0 auto 20px auto;
}
.other_tel a{
    font-size: 46px;
    letter-spacing: 0.05em;
    transition: .2s;
    display: block;
    padding: 50px 0;
}
.other_tel a:hover{
    opacity: .8;
}
.other_tel a i{
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 100%;
    padding: 0 0 0 4px;
    margin-right: 26px;
    vertical-align: middle;
}
.page_contact_cta{
    margin: 0 auto 100px auto;
}
.cta.page_contact_cta .top_business_btn{
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 700px;
    border-radius: 100px;
    padding: 30px 10px;
    background: linear-gradient(135deg, #0d3c80 0%, #5779AB 100%);
    background: -webkit-linear-gradient(-45deg, #0d3c80 0%, #5779AB 100%);
    transition: .3s;
}
.cta.page_contact_cta .top_business_btn:hover{
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 15px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
    opacity: 1;
}
.other_contact{
    justify-content: space-between;
}
.other_contact .btn_container{
    margin: 20px auto 40px auto;
    max-width: 250px;
}
.cta.page_contact_cta .cta_ttl{
    letter-spacing: 0.1em;
    font-size: 40px;
}
/*お問い合わせフォーム内*/
.wpcf7  form{
    position: relative;
    z-index: 7;
}
.wpcf7-list-item-label {
	margin-left: 5px;
}
.wpcf7-form_form {
	border-top: 1px solid #ddd;
}
.wpcf7-form_form table {
	table-layout: fixed;
	width: 100%;
}
.wpcf7-form_form .flex{
    align-items: stretch;
}
.wpcf7_left {
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: normal;
	list-style: none;
	padding: 25px 15px;
	text-align: left;
	width: 28%;
}
.wpcf7_left span{
    font-weight: 600;
}
form.wpcf7-form .required:after {
	background: #e74c3c;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
form.wpcf7-form .required2:after {
	background: #3f51b5;
	color: #fff;
	content: "任意";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
.wpcf7_right {
	align-items: center;
	border-bottom: 1px solid #ddd;
	border-left: none;
	padding: 25px 15px;
	width: 72%;
}
.wpcf7_checkbox_title {
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-bottom: none;
	max-width: 200px;
	width: 100%;
}
span.wpcf7-list-item {
	display: block !important;
}
.wpcf7-list-item_first_input input {
	width: auto !important;
}
span.wpcf7-list-item input {
	width: auto !important;
}
.wpcf7-form_form input::placeholder,
.wpcf7-form_form textarea::placeholder{
    font-weight: 400;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	border: 2px solid #e94e43 !important;
	color: #e94e43;
	font-size: 14px;
	margin: 30px 0;
}
@media all and (-ms-high-contrast: none) {
	span.wpcf7-list-item input {
		margin: 0 5px 0 0;
	}
}
.form_privacy span.wpcf7-list-item input {
	margin: 0 5px 4px 0;
}
.wpcf7_container #info2 {
	margin: 10px 0 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 100%;
	outline: none;

/* border-radius: 3px; */
	padding: 8px;
	width: 100%;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
	cursor: pointer;
}
.form_privacy {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.wpcf7c-elm-step2 {
	text-align: center;
}
.wpcf7_container {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-x"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 .width_min {
	width: 400px;
}
.wpcf7 .width_min2 {
	max-width: 500px;
	width: 100%;
}
.wpcf7 select[name="menu-860"],
.wpcf7 select[name="menu-861"],
.wpcf7 select[name="menu-862"],
.wpcf7 select[name="menu-863"]{
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}
.wpcf7 .m-r03,
.wpcf7 .m-r02,
.wpcf7 .m-r01 {
	align-items: center;
	display: flex;
}
.wpcf7 .m-r01 span:nth-child(1) {
	width: 105px;
}
.wpcf7 .m-r02 span:nth-child(1) {
	width: 60px;
}
.wpcf7 .m-r03 span:nth-child(1) {
	width: 80px;
}
.wpcf7-form-control-wrap input[readonly] {
	background: #f3f3f3;
	cursor: not-allowed;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #e94e43;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e94e43;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    background-color: var(--m_color);
    border-radius: 100px;
}
.wpcf7c_submit:after{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    color: #222;
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 24px 0;
    font-size: 14px;
    letter-spacing: 0.18em;
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    transition: .3s;
    font-size: 20px;
    color: #fff;
    max-width: 100%;
    padding: 16px 10px;
    font-weight: 600;
    background-color: transparent;
    font-family: var(--font_ja);
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 4px solid #ddd;
    color: #222;
    border-radius: 20px;
    border-radius: clamp(16px, 3vw, 20px);
}
/*プライバシーポリシー*/
.readme {
    width: 78%;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    border: 1px solid #dadada;
    font-size: 0.8125rem;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0px 0px 15px;
}
.readme ol li {
    margin: 0 0 0 40px;
    list-style: decimal;
}
/*確認画面*/
.wpcf7_left.required:after{
    content: '必須';
    width: auto;
    display: inline-block;
    background: #e74c3c;
    padding: 0px 5px 0px 5px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
#wpcf7cpcnf{
    position: absolute !important;
    background: rgba(255, 255, 255, 0.95) !important;
    min-height: 100vh!important;
    z-index: 999!important;
}
#wpcf7cpcnf table{
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}
#wpcf7cpcnf table td,
#wpcf7cpcnf table th{
    width: 250px;
    padding: 25px 15px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
#wpcf7cpcnf table td{
    width: calc(100% - 200px);
    min-height: 78px;
}
#wpcf7cpcnf table td p{
    background-color: #eee;
    padding: 3px 8px;
    min-height: 33px;
}
div.wpcf7cp-btns{
    text-align: center;
    margin-top: 4em !important;
}
button.wpcf7cp-cfm-edit-btn,
button.wpcf7cp-cfm-submit-btn{
    width: 300px;
    appearance: none;
    padding: 20px 0;
    cursor: pointer;
    transition: .2s;
    font-size: 16px;
    font-family: 'ShipporiMinchoB1-Regular','serif';
    font-weight: 500;
}
button.wpcf7cp-cfm-submit-btn{
    background-color: var(--m_color);
    color: #fff;
}
button.wpcf7cp-cfm-edit-btn:hover,
button.wpcf7cp-cfm-submit-btn:hover{
    opacity: .8;
}
/*-------------------------------------
フッター
-------------------------------------*/
.footer {
}
.footer_flex{
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer .site_title{
    width: 300px;
    position: static;
    height: auto;
    margin-bottom: 20px;
}
.footer .site_title a{
    width: 100%;
}
.footer_flex *{
    color: #fff !important;
}
.address_container p{
    font-size: 14px;
}
.footer_sns{
    margin-top: 20px;
}
.footer_sns a i{
    font-size: 28px;
}
.footer_nav_container {
}
.footer_nav{
    display: flex;
    gap: 40px;
}
.footer_nav_container li{
    position: relative;
}
.footer_nav_container li + li:before{
    content: '/';
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: -22px;
}
.footer_nav_container li a{
    font-size: 18px;
}
.footer_bottom{
    align-items: flex-end;
    justify-content: space-between;
}
.copyright {
}
/* topに戻る */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9999;
}
#page-top a {
    display: block;
    position: relative;
    padding: 10px 12px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-color: var(--m_color);
}
#page-top a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}
.grecaptcha-badge{
    bottom: 90px !important;
    z-index: 1001;
}

@media only screen and (max-width: 1024px) {
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 0;
    }
    .pc_header_nav{
        display: none;
    }
    .sp_trigger_nav_container{
        display: inline-block;
        position: relative;
        z-index: 12;
        pointer-events: all;
    }
    .header_nav_container {
        display: flex !important;
        background-color: #fff;
        height: 70px;
    }
    .header_nav_container:before {
        content: none;
    }
    .header_img_inner_img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-position: 47% center;
    }
    .site_title{
        height: 40px;
        max-width: 102px;
    }
    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 58px;
        height: 58px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        z-index: 13;
        margin-top: 4px;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 14px;
        width: 30px;
        height: 2px;
        background-color: #333;
        transition: all 0.5s;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
        background-color: #000;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 29px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 38px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
        background-color: #000;
    }
    .sp_trigger_nav {
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        transform: translate(100%);
        transition: all 0.5s;
        overflow-y: auto;
        display: block;
        height: 100vh !important;
        width: 100vw;
    }
    .sp_trigger_nav.open {
        transform: translateZ(0);
    }
    .sp_trigger_nav ul {
        height: auto;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li {
        margin: 0 20px;
        border-bottom: 1px solid #000;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: #000;
        padding: 10px;
        font-weight: 600;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a:after{
        content: "\f054";
        color:#000;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .sp_trigger_nav .sp_trigger_nav_inner a span{
        color: #000;
        font-size: 30px;
        padding-right: 20px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a i{
        margin-left: 6px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner {
        border-bottom: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a {
        padding: 10px 0 10px 60px;
        color: #666;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: #000;
    }
    .sp_trigger_nav li:last-child {
        border: none;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    /*-------------------------------------
    トップ 1024~
    -------------------------------------*/
    .header .flex_center_center{
        display: flex;
        justify-content: flex-start;
    }
    .header_nav{
        background-color: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        display: flex !important;
        margin: 0 0 0 auto;
        position: fixed;
        top:0;
        right:0;
        pointer-events: none;
        padding: 0;
    }
    .slick_container{
        display: block;
    }
    .mv_txt:before{
        top: -9vw;
        right: 16vw;
    }
    .top_company{
        padding-bottom: 140px;
    }
    .img_btn a p{
        padding: 0 20px;
    }
    .grid .img_btn:nth-of-type(2){
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .grid .img_btn:nth-of-type(3){
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }
    .top_service > .flex{
        display: block;
    }
    .top_service_left{
        width: 100%;
    }
    .top_service_left p{
        margin-bottom: 0 !important;
    }
    .top_service_left p br{
        display: none;
    }
    .top_service_right{
        margin-top: 40px;
        width: 100%;
    }
    .top_support .flex:not(.sec_ttl_1){
        flex-direction: column;
    }
    .top_support_left{
        width: 100%;
        padding: 80px 20px 40px 20px;
    }
    .top_support_right{
        aspect-ratio: 2 / 1;
        width: 100%;
    }
    /*-------------------------------------
    転職支援LP 1024~
    -------------------------------------*/
    .cs_mv_list li{
        padding-left: 50px;
    }
    .cs_mv_list li i{
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
    .reason .support_cta{
        bottom: -7vw;
    }
    .flow_container{
        width: calc(50% - 10px);
    }
    .flow_container:after, .flow_container:nth-of-type(4):before{
        display: none;
    }
    .page-template-career-support .footer .site_title{
        margin: 0 auto;
        width: 200px;
        max-width: 100%;
    }
    /*-------------------------------------
    お問い合わせ 1024~
    -------------------------------------*/
    .page-template-contact .footer {
        padding: 150px 0 20px 0;
    }
    .cta.page_contact_cta .cta_ttl{
        margin-right: 0;
        text-align: center;
    }
    .cta.page_contact_cta .top_business_btn{
        max-width: 350px;
    }
    /*-------------------------------------
    フッター 1024~
    -------------------------------------*/
    footer .site_title{
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    footer .site_title img{
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body.home .header {
        height: auto;
        background-position: 57% 50%;
    }
    .pc_header_nav li,
    .pc_header_nav li.join_btn.schedule_btn{
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none !important;
    }
    .flex,
    .flex_center_center{
        display: block;
    }
    .flex_txt,
    .flex_img,
    .flex_reverse .flex_img{
        width: 100%;
        padding: 0;
        margin:0 auto;
    }
    .flex_img img{
        margin: 0;
    }
    .flex_txt,
    .flex_reverse .flex_txt{
        margin: 0 0 40px 0;
        max-width: none;
    }
    .flex_img img{
        margin: 0 auto;
        display: block;
        max-width: 640px;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;

        opacity: 1;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    body:not(.home):not(.page-template-career-support) .header_img_container > div:not(.header_img_inner_img){
        height: 350px;
    }
    .sec_ttl_2{
        font-size: 54px;
    }
    .top_service_ttl_main h3 {
        font-size: 24px;
    }
    /*-------------------------------------
    トップ　768~
    -------------------------------------*/
    body.home .header_img_container{
        height: calc(100svh - 70px);
        margin-top: 70px;
    }
    .mv_img:before, .mv_img:after{
        height: calc(50% - 5px);
        width: calc(100% - 20px);
        left: 10px;
    }
    .mv_img:after{
        top: auto;
        bottom: 0;
        left: auto;
        right: 10px;
    }
    .sc_btn_container a{
        width: 100%;
        margin: 0 auto;
    }
    .sc_btn_container a.cs_line{
        margin-top: 10px;
    }
    .news .sec_ttl_1{
        width: 100%;
    }
    .news .top_news_list{
        max-width: none;
        width: 100%;
    }
    .sec_ttl_1_small{
        display: block;
        margin: 10px auto 0 auto;
    }
    .btn_container,
    .top_company_ttl .btn_container{
        margin: 40px auto 0 auto;
    }
    .img_btn a{
        display: flex;
    }
    .top_support .sec_ttl_1 + p{
        margin-bottom: 0 !important;
    }
    .btn_container_cta{
        width: 100%;
    }
    .btn_container_cta a{
        aspect-ratio: auto;
    }
    .btn_container_cta + .btn_container_cta{
        margin-top: 20px;
    }
    .footer_flex{
        display: block;
    }
    .footer_nav_container{
        margin-top: 40px;
    }
    .footer_nav{
        justify-content: center;
    }
    .address_container p{
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright p{
        text-align: center !important;
    }
    /*-------------------------------------
    事業内容 768~
    -------------------------------------*/
    .recruit_support dl .support_container_1 .support_1_left{
        width: 100%;
    }
    .recruit_support dl .support_container_1 .support_1_right{
        width: 100%;
        margin: 40px auto 0 auto;
    }
    /*-------------------------------------
    転職支援 768~
    -------------------------------------*/
    .cs_mv_main{
        height: auto;
        margin-top: 70px;
        padding: 20px 0;
    }
    .cs_mv_main:before, 
    .cs_mv_main:after{
        left: -10vw;
        transform: translateY(-50%);
        background-repeat: repeat-y;
    }
    .cs_mv_main:after{
        left: auto;
        right: -10vw;
    }
    .cs_mv_left{
        width: 100%;
        max-width: 410px;
        margin: 0 auto 20px auto;
        text-align: center;
        height: auto;
        position: relative;
        padding: 0;
        z-index: 4;
    }
    .cs_mv_left img {
        max-width: 320px;
        margin: 0 auto;
    }
    .cs_mv_list {
        max-width: 360px;
        margin: 0 auto;
    }
    .cs_mv_list li{
        text-align: left;
    }
    .cs_mv_list li i{
        font-size: 20px;
    }
    .cs_mv_right{
        width: 100%;
        max-width: 340px;
        margin: -5vw auto 18px auto;
        position: relative;
        z-index: 3;
    }
    .reason .inner_m{
        padding-bottom: 40px;
    }
    .reason_txt,
    .flex_reverse .reason_txt{
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px 0;
        max-width: 450px;
    }
    .reason_img{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .reason .support_cta {
        position: static;
        transform: none;
        width: 100%;
    }
    .flow .flex{
        display: flex;
    }
    .achievements_bg{
        padding-bottom: 80px;
    }
    .achievements_container{
        width: 100%;
    }
    .achievements_container:nth-of-type(2n){
        top: 0;
    }
    .achievements_container + .achievements_container{
        margin-top: 40px;
    }
    .achievements_profile{
        display: flex;
    }
    /*-------------------------------------
    会社概要 768~
    -------------------------------------*/
    .philosophy_left{
        width: 100%;
        margin-bottom: 40px;
    }
    .philosophy_container .philosophy_right{
        width: 100%;
        margin: 0;
    }
    table.data th{
        width: 200px;
        font-weight: 600;
    }
    .support_container_2{
        display: flex;
        flex-wrap: wrap;
    }
    .support_2_box{
        padding: 20px 10px;
        width: calc((100% - 10px) / 2);
    }
    /*-------------------------------------
    お問い合わせ　768~
    -------------------------------------*/
    .wpcf7_left{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 0;
    }
    .wpcf7_right{
        width: 100%;
        display: block;
        padding: 0 0 20px 0px;
    }
    .wpcf7-form-control-wrap,
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[type="tel"],
    .wpcf7 .width_min{
        width: 100%;
    }
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-x"],
    .wpcf7 input[name="your-company"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7 input[type="tel"]{
        width: 100%;
    }
    /*-------------------------------------
    フッター 768~
    -------------------------------------*/
    .footer{
        padding-bottom: 120px !important;
    }
    .copy{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    br.sp{
        display: block;
    }
    h2:before {
        font-size: 45px;
        top: -70px;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 5vw;
    }
    h2.sec_h2::after{
        width: 26px;
        height: 26px;
    }
    #page-top{
        right: 6px;
    }
    .copy {
        padding-bottom: 140px;
    }
    body.page-template-default .main_inner {
        padding: 10vw 20px 15vw;
    }
    .header_img_inner_text > div:nth-of-type(1) {
        font-size: 23px;
        margin-bottom: 10px;
    }
    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap{
        font-size: 0.875rem;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    .site_title a {
        color: #fff;
    }
    /*下層ページ*/
    body:not(.home):not(.page-template-career-support) .header_img_container > div:not(.header_img_inner_img) {
        background-size: cover;
        height: 75vw;
        background-position: 55% center;
    }
    .sec_space_1,
    .sec_space_2,
    .sec_space_3{
        padding:80px 0;
    }
    .sp_p0{
        padding:0;
    }
    body:not(.home):not(.page-template-career-support) h1:before{
        font-size: 40px;
    }
    .sec_ttl_2{
        font-size: 42px;
        margin-bottom: 40px;
    }
    .sec_ttl_2_nam {
        font-size: 24px;
    }
    body:not(.home):not(.page-template-career-support) h1{
        font-size: 18px;
    }
    /*-------------------------------------
    トップページ　550~
    -------------------------------------*/
    body.home .header_img_container{
        aspect-ratio: 1 / 1.1;
        height: auto;
    }
    .mv_img:after{
        background-position: left;
    }
    .news {
        padding:80px 0 !important;
    }
    .sec_ttl_3{
        font-size: 28px;
    }
    .news .top_news_list li{
        padding: 0;
    }
    .news_meta:after{
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mv_txt_container_small{
        font-size: 16px;
    }
    .grid .img_btn{
        aspect-ratio: auto;
    }
    .img_btn a{
        display: block;
    }
    .img_btn_img{
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }
    .img_btn a p{
        width: 100%;
        padding: 20px;
    }
    .top_support_left{
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }
    .top_support_right{
        aspect-ratio: 1 / 1;
        background-position: 72% center;
    }
    .footer_nav{
        display: block;
    }
    .footer_nav_container li + li{
        margin-top: 10px;
    }
    .footer_nav_container li + li:before{
        display: none;
    }
    /*-------------------------------------
    お知らせ 550~
    -------------------------------------*/
    body.tax-news-cat h1,
    body.post-type-archive-news h1{
        margin-bottom: 60px;
    }
    .single_pagenavi{
        display: flex;
    }
    .news .news_meta{
        padding: 20px 10px;
    }
    .news_wrap .details{
        display: flex;
    }
    .news_list{
        display: block;
    }
    .news_list li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .news_list li + li{
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .news_list li section{
        border: none;
        padding: 0;
    }
    .news_wrap .news_text{
        display: flex;
        border: none;
        padding: 0;
        flex-direction: column;
    }
    .news_thum {
        width: 100%;
    }
    .news_wrap .news_text a.news_thum{
        width: 100%;
        padding-left: 20px;
    }
    /*-------------------------------------
    事業内容 550~
    -------------------------------------*/
    .recruit_support dl{
        padding-right: 20px;
        padding-left: 20px;
    }
    .support_2_box{
        width: 100%;
    }
    .recruit_support dl dt{
        font-size: 26px;
    }
    .rs_nam{
        font-size: 30px;
    }
    /*-------------------------------------
    転職支援 550~
    -------------------------------------*/
    .cs_mv_left{
        margin-bottom: 10px;
    }
    .cs_mv_left img{
        max-width: 200px;
    }
    .cs_underlogo{
        margin: 10px 0 0 0;
    }
    .cs_mv_list{
        display: none;
    }
    .cs_mv_right{
        max-width: 214px;
        margin-top: 0;
    }
    .cs_mv_btn{
        padding: 10px 0;
        margin-top: 32px;
    }
    .cs_mv_btn .bubble{
        width: calc(100% - 20px);
    }
    .sc_btn_container a{
        font-size: 18px;
        padding: 20px;
    }
    .sc_btn_container a:after{
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .cs_mv_btn .bubble p{
        font-size: 14px;
    }
    .bubble p{
        font-size: 16px;
    }
    .worries_list{
        padding: 40px 20px;
    }
    .worries_list ul li,
    .worries_list ul li span{
        font-size: 16px;
    }
    .worries_list ul li{
        text-indent: -28px;
        padding-left: 28px;
    }
    .worries_list ul li i{
        font-size: 20px;
        margin-right: 10px;
        text-indent: 0;
        padding-top: 3px;
    }
    .worries_list ul li span{
        text-indent: 0;
        padding: 0;
    }
    .result{
        font-size: 20px;
    }
    .sec_ttl_3 img{
        max-width: 200px;
    }
    .reason_nam span{
        font-size: 40px;
    }
    .reason_txt_main, .reason_txt_main .i_block{
        font-size: 16px;
    }
    .reason_img{
        aspect-ratio: auto;
        padding: 20px;
    }
    .reason_img img{
        max-width: calc(100% - 40px);
    }
    .support_cta{
        padding: 0 20px;
    }
    .flow .flex{
        display: block;
    }
    .flow_container{
        width: 100%;
        max-width: 400px;
        padding: 20px;
        margin: 0 auto;
    }
    .flow_container + .flow_container{
        margin-top: 40px;
    }
    .flow_container .support_cta{
        padding: 0;
    }
    .flow_img{
        height: auto;
        padding: 20px 0;
    }
    .fs18{
        font-size: 16px;
    }
    .achievements_txt{
        padding: 20px;
    }
    .achievements_info p{
        font-size: 16px;
    }
    .achievements .support_cta{
        padding: 0;
    }
    .faq_list .faq_toggle{
        padding: 20px 46px 20px 20px;
        align-items: center;
    }
    .faq_list .faq_toggle span.i_block{
        font-size: 16px;
        line-height: 1.5;
        padding-top: 0;
    }
    .faq_list .icon:before, .faq_list .icon:after{
        width: 20px;
        height: 2px;
    }
    .faq_list .faq_toggle:before, .faq_list .faq_txt:before{
        font-size: 28px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .faq_list .faq_toggle .icon{
        right: 34px;
    }
    .faq_list .faq_txt{
        padding: 10px 0 20px 0;
    }
    .faq_list .faq_txt .faq_txt_inner p{
        font-size: 16px;
    }
    /*-------------------------------------
    会社概要 550~
    -------------------------------------*/
    .philosophy_left dl dt{
        margin-bottom: 20px;
    }
    table.data,
    table.data tbody,
    table.data tr,
    table.data th,
    table.data td{
        display: block;
    }
    table.data th{
        width: 100%;
        border: none;
        padding: 20px 0 0 0;
    }
    table.data td{
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    table.data td .location{
        font-size: 14px;
    }
    /*-------------------------------------
    お問い合わせ 550~
    -------------------------------------*/
    .other_tel a{
        font-size: 25px;
        padding: 30px 0;
    }
    .other_tel a i{
        margin-right: 16px;
    }
    .cta.page_contact_cta .cta_ttl{
        font-size: 26px;
    }
    ul.contact_att{
        padding:10px 15px;
    }
    .contact_att li{
        text-indent: -14px;
        padding-left: 14px;
    }
    .wpcf7 {
        margin: 0 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .readme {
        width: 100%;
        margin: 30px 0 10px;
        height: 150px;
    }
    .contact_tel {
        margin: 0;
    }
    /*確認画面 550~*/
    #wpcf7cpcnf table td,
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 15px 0;
    }
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }
    #wpcf7cpcnf table td{
        min-height: auto;
    }
    button.wpcf7cp-cfm-edit-btn,
    button.wpcf7cp-cfm-submit-btn{
        margin: 0 5px !important;
        font-size: 16px;
        padding: 16px 10px;
        display: block;
        width: 100%;
    }
    button.wpcf7cp-cfm-submit-btn{
        margin-top: 10px !important;
    }
    .wpcf7c_submit input[type="submit"]{
        font-size: 16px;
    }
}
