@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, table, th, td { margin:0px; padding:0px; }
body {
font-size: 100%;
color: #232323;
font-family: "Noto Sans JP", sans-serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 1.5px;
}
a {
	color: #232323;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    opacity: 0.9;
}
ol > li {
    margin-left: 20px;
}
ul > li {
    list-style-type: none;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: clip;
}
table{
    border-collapse:collapse;
    width: 100%;
}
tr:first-child {
    border-top: 1px solid #cbcbcb;
}
tr {
    border-bottom: 1px solid #cbcbcb;
}
th, td {
    display: block;
    text-align: left;
}
th {
    font-weight: bold;
    color: #219ec1;
    padding: 30px 0 0;
    vertical-align: baseline;
}
td {
    padding: 10px 0 30px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                    padding: 40px 30px;
                }
                th {
                    width: 25%;
                }
                td {
                    width: 75%;
                }
            }
            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                th {
                    width: 20%;
                }
                td {
                    width: 80%;
                }
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
    max-width: 1200px;
}
.inner01 {
    max-width: 1000px;
    margin: 0 auto;
}
.cassette {
	padding: 60px 0;
}
.cassette_in:not(:last-of-type) {
    margin-bottom: 60px;
    padding-bottom: 90px;
    position: relative;
}
.cassette_in:not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #b7b7b7;
    max-width: 1000px;
}
#pankuzu {
	padding: 10px 0;
}
.flex {
    display: flex;
    flex-direction: column;
    gap: 40px 4%;
}
.link_area {
    padding-top: 68px;
    margin-top: -68px;
}
.link_area:not(:last-of-type) {
    margin-bottom: 60px;
}
.link_txt {
    color: #219ec1;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.link_txt::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    transition: all 0.3s;
}
.link_txt:hover::after {
    right: 0;
}
.disc_li > li {
    list-style-type: disc;
    margin-left: 20px;
}
.circle_li > li {
    position: relative;
    padding-left: 20px;
}
.circle_li > li::before {
    position: absolute;
    content: "◯";
    top: 0;
    left: 0;
}
.txtRed {
    color: #d92323;
}
.t_bold {
    font-weight: bold;
}
.un_link span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.un_link span::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #3bc0e5;
    bottom: 5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.un_link:hover span::after {
    transform: scale(1, 1);
}
.un_link:hover {
    color: #3bc0e5;
    opacity: 1;
}
.btn, .btn02 {
    display: block;
    width: calc(100% - 40px);
    max-width: 280px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #3bc0e5;
    background-color: #fff;
    color: #3bc0e5;
    padding: 20px;
    margin: 0 auto;
}
.btn02 {
    background-color: #3bc0e5;
    color: #fff;
}
.btn:hover, .btn02:hover {
    opacity: 1;
    background-color: #3bc0e5;
    color: #fff;
}
.btn02:hover {
    background-color: #219ec1;
    border-color: #219ec1;
}
.btn::after, .btn02::after {
    position: absolute;
    content: "→";
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.btn:hover::after, .btn02:hover::after {
    right: 10px;
}
.en {
    font-family: "Shippori Mincho", serif;
    display: block;
}
.en02 {
    font-family: "Lato", sans-serif;
    display: block;
}
.g_bg {
    background: url("../img/common_bg03.png");
    position: relative;
    overflow: clip;
}

.g_bg::after {
    position: absolute;
    content: "";
    z-index: 0;
    background: url("../img/common_bg04.png")no-repeat left top/cover;
    width: 815px;
    height: 1880px;
    right: -60px;
    top: -20px;
}
.g_bg .inner {
    position: relative;
    z-index: 1;
}
.w_box {
    background-color: #fff;
    padding: 60px 0;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    overflow: clip;
}
.w_box .inner {
    width: 85%;
    max-width: 1000px;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .cassette {
                padding: 100px 0;
            }
            .cassette_in:not(:last-of-type) {
                margin-bottom: 80px;
                padding-bottom: 110px;
            }
            .flex {
                flex-direction: row;
                justify-content: space-between;
            }
            .flex.rev {
                flex-direction: row-reverse;
            }
            .flex.wrap {
                flex-wrap: wrap;
                justify-content: flex-start;
            }
            .flex_box01{
                width: calc(96% / 2);
            }
            .flex_box02{
                width: calc(92% / 3);
            }
            .flex_box03{
                width: calc(88% / 4);
            }
            .tel {
                pointer-events: none;
            }
            .w_box {
                padding: 140px 0;
                border-radius: 30px;
            }
            .link_area {
                padding-top: 83px;
                margin-top: -83px;
            }
            .link_area:not(:last-of-type) {
                margin-bottom: 80px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .g_bg {
                padding: 160px 0;
            }
            .g_bg::after {
                width: 815px;
                height: 1880px;
                right: 0;
                top: -70px;
            }
            .link_area {
                padding-top: 100px;
                margin-top: -100px;
            }
        }


 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none;}
.sp, .tabSp { display: block;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none;}
                .tab, .pcTab, .tabSp { display: block;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none;}
                .pcTab, .pc { display: block;}
            }


/* header
------------------------------------*/
#header .rec_h_icon, #header .rec_h_btn {
    display: none;
}
.recruitLayout #header .rec_h_btn {
    display: inline-block;
}
.recruitLayout #header .rec_h_icon {
    display: block;
}
.recruitLayout #header .common_h_btn {
    display: none;
}
#header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8)
}
#header h1 {
    width: 50%;
}
#header h1 a {
    display: block;
    max-width: 250px;
}
#header .menu .btn {
    margin-top: 20px;
    color: #fff;
    border: none;
    font-size: 1.1rem;
}
#header .menu .h_sp01 {
    background-color: #3bc0e5;
}
#header .menu .h_sp02 {
    background-color: #94e142;
}
#header .menu .btn span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
#header .menu .btn span::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header .menu .h_sp01 span::before {
    background-image: url("../img/h_icon02.png");
    width: 28px;
    height: 18px;
}
#header .menu .h_sp02 span::before {
    background-image: url("../img/h_icon01.png");
    width: 31px;
    height: 31px;
}
#header .menu .index_menu {
    margin-bottom: 40px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #header ul > li {
                    font-size: 0.9rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                #header {
                    padding: 0;
                }
                #header .flex {
                    align-items: center;
                    justify-content: flex-end;
                }
                #header .inner {
                    max-width: 100%;
                    width: 100%;
                }
                #header h1 {
                    width: calc(30% - 20px);
                    margin-left: 20px;
                }
                #header #gNavi {
                    width: 70%;
                }
                #header .h_btn {
                    display: flex;
                    color: #fff;
                    min-height: 100px;
                    flex-direction: column;
                    justify-content: center;
                    width: 120px;
                    text-align: center;
                }
                #header .h01 {
                    background-color: #94e142;
                }
                #header .h02 {
                    background-color: #3bc0e5;
                }
                #header .h_btn .img {
                    min-height: 40px;
                    display: flex;
                    align-items: center;
                    margin-bottom: 5px;
                }
                #header ul > li {
                    margin-left: 40px;
                }
                #header ul > .common_contact {
                    margin-left: 0;
                }
                #header ul {
                    gap: 0;
                }
            }
            @media screen and (min-width: 1400px) {
                #header ul > li {
                    font-size: 1rem;
                }
            }
            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 1450px) {
                #header h1 {
                    width: calc(38% - 20px);
                }
                #header #gNavi {
                    width: 62%;
                }
            }


/* header 採用
------------------------------------*/
.recruitLayout #header .rec_h_icon {
    background-color: #222;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 0.5rem;
    border-radius: 50px;
    padding: 5px 10px;
    margin-top: 5px
}
.recruitLayout #header h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.recruitLayout #header .entry_btn {
    min-width: 185px;
}
.recruitLayout #header .entry_btn a {
    position: relative;
	display: block;
    text-align: center;
	border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.recruitLayout #header .entry_btn a:hover {
    opacity: 1;
    border-color:transparent;
}
.recruitLayout #header .entry_btn a span {
    position: relative;
	z-index: 2;
	display: block;
    padding: 10px 30px;
	background: #ef8252;
	border-radius: 25px;
	color: #222;
    transition: all 0.3s ease;
    border: solid 2px #222;
}
.recruitLayout #header .entry_btn a::before {
    content:"";
    position: absolute;
	z-index: -1;
    top:4px;
    left:0;
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #222;
}
.recruitLayout #header .entry_btn a:hover span {
    background-color: #222;
	color: #fff;
	transform: translateY(4px);
}
.recruitLayout #header .un_link:hover {
    color: #ee6f37;
}
.recruitLayout #header .un_link span::after {
    background-color: #ee6f37;
}
.recruitLayout #header #gNavi {
    margin-right: 20px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitLayout #header .rec_h_icon {
                    font-size: 0.75rem;
                }
                .recruitLayout #header #gNavi {
                    width: calc(90% - 20px);
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .recruitLayout #header {
                    padding: 20px 0;
                }
            }
            @media screen and (min-width: 1600px) {
                .recruitLayout #header #gNavi {
                    margin-right: 40px;
                }
            }


/* footer
------------------------------------*/
.f_rec_wrap {
    display: none;
}
.recruitLayout .f_rec_wrap {
    display: block;
}
.recruitLayout #f_bnr_box, .recruitLayout #f_wrap, .recruitIndexLayout .f_rec_wrap {
    display: none;
}
.f_rec_wrap a:hover {
    opacity: 1;
}
#footer {
    padding: 30px 0;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}
#pagetop.scrolled {
	z-index: 9999;
    opacity: 1;
}
#pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    position: relative;
}
#pagetop a:hover {
    opacity: 1;
}
#pagetop a::before {
    position: absolute;
    content: "↑";
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#pagetop a:hover::before {
    top: 5px;
    transform: translateX(-50%);
}
#footer .copyright {
    font-size: 80%;
    margin-top: 10px;
}
#f_wrap .f_ttl {
    font-weight: bold;
    text-align: center
}
#f_wrap .f_ttl .en02 {
    font-weight: 500;
}
#f_wrap a {
    display: block;
    padding: 50px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#f_wrap a:first-child {
    background-image: url("../img/f_bnrBg01.png");
}
#f_wrap a:last-child {
    background-image: url("../img/f_bnrBg02.png");
}
#f_wrap .f_ttl {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #fff;
}
#f_wrap .f_ttl .en02 {
    font-size: 1.1rem;
    margin-bottom: 7px;
}
#f_wrap a .btn {
    max-width: 420px;
    font-weight: bold;
    border: none;
    color: #219ec1;
    transition: all 0.3s;
}
#f_wrap a:hover .btn {
    color: #fff;
    background-color: #219ec1;
}
#f_wrap a:hover .btn::after {
    right: 10px;
}
#f_wrap a:last-child .btn {
    color: #82c23d;
}
#f_wrap a:last-child:hover .btn {
    color: #fff;
    background-color: #82c23d;
}
#f_bnr_box {
    padding: 30px 0;
}
#f_bnr_box .inner {
    max-width: 1350px;
}
#f_bnr_box .flex {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 4%;
}
#f_bnr_box li:nth-child(1), #f_bnr_box li:nth-child(3), #f_bnr_box li:nth-child(4) {
    width: 20%;
}
#f_bnr_box li:nth-child(2) {
    width: 76%;
}
#f_bnr_box li:nth-child(5) {
    width: 52%;
}
#footer .f_btn {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    max-width: 95px;
    width: calc(100% - 10px);
    color: #fff;
    border-radius: 50px;
    background-color: #3bc0e5;
    font-size: 0.75rem;
    text-align: center;
}
#footer p > span {
    display: block;
    font-weight: bold;
}
#footer ul {
    gap: 0 4%;
    margin-top: 10px;
}
#footer ul > li {
    font-size: 1.1rem;
    font-weight: bold;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #pagetop a {
                    width: 54px;
                    height: 54px;
                }
                #f_wrap {
                    display: flex;
                    justify-content: space-between;
                }
                #f_wrap a {
                    padding: 60px 20px;
                    width: calc(50% - 40px);
                }
                #f_wrap .f_ttl {
                    font-size: 2.25rem;
                }
                #f_wrap .f_ttl .en02 {
                    font-size: 1.8rem;
                }
                #f_wrap a .btn {
                    font-size: 1.1rem;
                }
                #f_bnr_box {
                    padding: 50px 0;
                }
                #f_bnr_box .flex {
                    flex-wrap: nowrap;
                }
                #f_bnr_box li:nth-child(1), #f_bnr_box li:nth-child(3), #f_bnr_box li:nth-child(4),
                #f_bnr_box li:nth-child(2), #f_bnr_box li:nth-child(5) {
                    width: auto;
                }
                #footer .inner > .flex > .flex_box01:first-child {
                    width: 40%;
                }
                #footer .inner > .flex > .flex_box01:last-child {
                    width: 56%;
                }
                #footer ul {
                    justify-content: flex-start;
                    margin-top: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* footer 採用情報
------------------------------------*/
.rec_f_btn {
    display: none;
}
.recruitLayout .rec_f_btn {
    display: block;
    margin-top: 10px;
}
.recruitLayout .rec_f_btn span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.recruitLayout .rec_f_btn span::before, .recruitLayout .rec_f_btn span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.recruitLayout .rec_f_btn span::before {
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    background-color: #ee6f37;
    border-radius: 50%;
}
.recruitLayout .rec_f_btn span::after {
    content: "→";
    right: 3px;
    color: #fff;
    font-size: 0.7rem;
    transition: all 0.3s;
}
.recruitLayout .rec_f_btn:hover span::after {
    right: 1px;
}
.recruitLayout .f_rec_wrap {
    position: relative;
    padding-top: 60px;
    background-image: linear-gradient(90deg, rgba(239, 130, 82, 1), rgba(231, 97, 38, 1));
}
.recruitLayout .f_rec_wrap .bnr_chara {
    padding-top: 40px;
    width: 75%;
    max-width: 666px;
    margin: 0 auto;
}
#footer .rec_h_icon {
    display: none;
}
.recruitLayout #footer .rec_h_icon {
    display: block;
    text-align: center;
    max-width: 150px;
    border-radius: 50px;
    padding: 5px 0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #222;
    margin: 10px auto 0;
    font-size: 0.5rem;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitLayout .f_rec_wrap {
                    height: 190px;
                    padding-top: 0;
                }
                .recruitLayout .f_rec_wrap a > p {
                    position: absolute;
                    z-index: 10;
                }
                .recruitLayout .f_rec_wrap .bnr_chara {
                    padding-top: 0;
                    width: 40%;
                    margin: 0;
                    bottom: 0;
                    left: 40px;
                }
                .recruitLayout .f_rec_wrap .arrow {
                    top: 50%;
                    transform: translateY(-50%);
                    transition: all 0.3s;
                    right: 40px;
                    width: 40%;
                    max-width: 703px;
                }
                .recruitLayout .f_rec_wrap:hover .arrow {
                    right: 20px;
                }
                .recruitLayout #footer .rec_h_icon {
                    font-size: 0.75rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .recruitLayout .f_rec_wrap {
                    height: 350px;
                }
                .recruitLayout .f_rec_wrap .bnr_chara {
                    left: 60px;
                }
                .recruitLayout .f_rec_wrap .arrow {
                    right: 60px;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .recruitLayout .rec_f_btn {
                    display: inline-block;
                    margin-top: 0;
                    margin-left: 40px;
                }
            }

/* 見出し
------------------------------------*/
h1 img {
    margin-left: 0;
}
#f_wrap .f_ttl, .title01 {
    font-family: "Shippori Mincho", serif;
}
#f_wrap .f_ttl span, .title01 span {
    display: block;
}
#f_wrap .f_ttl .en02, .title01 .jp {
    padding-left: 40px;
    position: relative;
    display: inline-block;
}
#f_wrap .f_ttl .en02::before, .title01 .jp::before, #f_wrap .f_ttl .en02::after, .title01 .jp::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 48%;
    transform: translateY(-52%);
}
#f_wrap .f_ttl .en02::before, .title01 .jp::before {
    background-color: #3bc0e5;
    left: 0;
}
#f_wrap .f_ttl .en02::after, .title01 .jp::after {
    background-color: #94e142;
    left: 10px;
}
.title01 .en {
    font-size: 2.5rem;
    font-weight: 500;
    color: #219ec1;
}
.title01 .jp {
    font-size: 0.9rem;
    font-weight: normal;
}
.title02 {
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    color: #219ec1;
    text-align: center;
    margin-bottom: 20px;
}
.title02 span {
    display: block;
    font-weight: 600;
    font-size: 0.8rem;
}
.title03 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-align: center;
}
.title04 {
    padding-left: 40px;
    font-family: "Shippori Mincho", serif;
    position: relative;
    color: #219ec1;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.title04::before, .title04::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 48%;
    transform: translateY(-52%);
}
.title04::before {
    background-color: #3bc0e5;
    left: 0;
}
.title04::after {
    background-color: #94e142;
    left: 10px;
}
.title05 {
    padding: 10px 0 10px 50px;
    position: relative;
    color: #219ec1;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 40px;
    font-size: 1.15rem;
}
.title05::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #219ec1;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .title01 .en {
                    font-size: 3.5rem;
                }
                .title01 .jp {
                    font-size: 1.1rem;
                }
                .title02 {
                    font-size: 2.8rem;
                    margin-bottom: 50px;
                }
                .title02 span {
                    font-size: 1rem;
                }
                .title03 {
                    font-size: 1.5rem;
                    margin-bottom: 40px;
                }
                .title04 {
                    font-size: 1.3rem;
                    margin-bottom: 50px;
                }
                .title05 {
                    margin-bottom: 50px;
                    font-size: 1.2rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .title01 .en {
                    font-size: 5rem;
                }
                .title01 .jp {
                    font-size: 1.25rem;
                }
                .title02 {
                    font-size: 3.4rem;
                }
                .title02 span {
                    font-size: 1.25rem;
                }
                .title03 {
                    font-size: 1.8rem;
                }
                .title04 {
                    font-size: 1.5rem;
                }
            }


/* commonLayout
------------------------------------*/
.commonLayout .h2_wrap, .commonLayout .h2_wrap h2 {
  position: relative
}
.commonLayout .h2_wrap h2 {
    z-index: 1;
}
.commonLayout .h2_wrap .h2_img {
    width: 98%;
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    height: 184px;
    margin-top: 20px;
}
.commonLayout #c01 {
    position: relative;
    overflow: clip;
}
.commonLayout #c01::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../img/common_bg01.png")no-repeat left top/cover;
    width: 730px;
    height: 214px;
    left: 40%;
    bottom: -40px;
    transform: translateX(-60%);
}
.business_link {
    counter-reset: b_num;
    margin-top: 40px;
    gap: 40px 3%;
}
.business_link > .flex_box03 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    padding: 40px 20px;
    position: relative;
    margin-top: 18px;
    counter-increment: b_num;
    text-align: left;
}
.business_link > .flex_box03::before, .business_link > .flex_box03::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.business_link > .flex_box03::before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: -18px;
}
.business_link > .flex_box03::after {
    content: counter(b_num, decimal-leading-zero);
    top: -8px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
}
.business_link > .flex_box03:nth-child(1)::before, .business_link > .flex_box03:nth-child(1) li::before {
    background-color: #58c9a3;
}
.business_link > .flex_box03:nth-child(2)::before, .business_link > .flex_box03:nth-child(2) li::before {
    background-color: #4dbfcc;
}
.business_link > .flex_box03:nth-child(3)::before, .business_link > .flex_box03:nth-child(3) li::before {
    background-color: #baaf72;
}
.business_link > .flex_box03:nth-child(4)::before, .business_link > .flex_box03:nth-child(4) li::before {
    background-color: #da9f46;
}
.business_link > .flex_box03:nth-child(1) .b_ttl {
    color: #58c9a3;
}
.business_link > .flex_box03:nth-child(2) .b_ttl {
    color: #4dbfcc;
}
.business_link > .flex_box03:nth-child(3) .b_ttl {
    color: #baaf72;
}
.business_link > .flex_box03:nth-child(4) .b_ttl {
    color: #da9f46;
}
.business_link > .flex_box03 li {
    position: relative;
    padding-left: 20px;
    font-size: 0.8rem;
}
.business_link > .flex_box03 li::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
}
.business_link > .flex_box03 li:not(:last-child) {
    margin-bottom: 10px;
}
.business_link > .flex_box03 .b_ttl {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.375rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .commonLayout .h2_wrap {
                    padding: 50px 0;
                }
                .commonLayout .h2_wrap .h2_img {
                    position: absolute;
                    content: "";
                    top: 0;
                    right: 0;
                    width: 70%;
                    max-width: 1260px;
                    height: 100%;
                    margin-left: 0;
                    margin-top: 0;
                }
                .commonLayout #c01::before {
                    width: 998px;
                    height: 484px;
                    transform: none;
                    left: auto;
                    right: 0;
                    bottom: -240px;
                }
                .business_link {
                    margin-top: 60px;
                }
                .business_link > .flex_box03 {
                    padding: 60px 20px;
                    width: calc(97% / 2 - 40px);
                    margin-top: 25px;
                }
                .business_link > .flex_box03::before {
                    width: 50px;
                    height: 50px;
                    top: -25px;
                }
                .business_link > .flex_box03 .b_ttl {
                    font-size: 1.5rem;
                }
                .business_link > .flex_box03::after {
                    font-size: 1.125rem;
                    top: -11px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .commonLayout .h2_wrap {
                    padding: 130px 0;
                }
                .commonLayout .h2_wrap .h2_img {
                    width: 65%;
                }
                .commonLayout #c01::before {
                    width: 1508px;
                    height: 584px;
                    bottom: -290px;
                }
                .commonLayout #c01 {
                    padding-bottom: 160px;
                }
                .business_link > .flex_box03 {
                    width: calc(91% / 4 - 40px);
                }
            }


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.drawer-btn {
	position: absolute;
	z-index: 9999;
	top: 21px;
    right: 20px;
}
.openbtn{
	position: relative;
	cursor: pointer;
    width: 35px;
    height:25px;
	border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
	background-color: #4aa9c4;
  	width: 100%;
}
.recruitLayout .openbtn span {
	background-color: #222;
}
.openbtn span:nth-of-type(1) {
	top: 0;
}
.openbtn span:nth-of-type(2) {
	top: 12px;
}
.openbtn span:nth-of-type(3) {
	top: 25px;
}
.openbtn.active span:nth-of-type(1) {
    top: 6px;
    transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 18px;
    transform: translateX(-50%) translateY(-6px) rotate(45deg);
}
.pull-down-list {
	display: block;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.9);
}
.pull-down-list > div {
    padding-top: 10px;
    padding-bottom: 40px;
}
.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}
.pull-down-list li a, .pull-down-list.menu .accordion span {
	display: block;
	width: 100%;
	position: relative;
	padding: 5px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #232323;
	line-height: 2em;
}
.pull-down-list li {
    border-bottom: 1px solid #eee;
}





            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #spNavi {
                    top: 0;
                }
                .drawer-btn {
                    top: 37px;
                }
            }
            @media only screen and (min-width: 1200px) {
                #gNavi {
                    display: block;
                }
                #spNavi {
                    display: none;
                }
            }



/* navigation
------------------------------------*/
.navigation .wp-paginate {
    display: flex;
    justify-content: center;
    gap: 10px 2%;
    flex-wrap: wrap;
    margin-top: 80px;
}
.navigation .wp-paginate > li {
    margin-left: 0;
}
.navigation .wp-paginate > li a, .navigation .wp-paginate > li span {
    display: block;
    line-height: 1;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #222;
    margin-right: 0;
} 
.navigation .wp-paginate > li a {
    color: #fff;
    background-color: #222;
}
.navigation .wp-paginate > li span {
    color: #222;
    background-color: #fff;
}





            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .navigation .wp-paginate {
                    margin-top: 100px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */