@charset "UTF-8";

/*
Theme Name： Mytheme
Author: AGEKKE GROUP CORP.
Author URI: https://www.agekke.co.jp/
Description: Original wordpress theme for Sports Science Inc.
version: 1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.top-5 {
    margin-top: 5%;
}

.top-10 {
    margin-top: 10%;
}


.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

img {
    max-width: 100%;
}

a {
    transition: .3s all;
}

a:hover {
    opacity: .7;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

body {
    line-height: 1.8;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    min-width: 1000px;
}

.head_list {
    background: url(images/bg.png) repeat-x 0 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.sp {
    display: none !important;
}

@media (max-width: 670px) {
    body {
        overflow-x: hidden;
        min-width: 100%;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none;
    }

    .header-log-header img.w {
        display: none !important;
    }

    .active .header-log-header img.w {
        display: block !important;
    }

    .active .header-log-header img.b {
        display: none !important;
    }

    #top .header-log-header img.w {
        display: block !important;
    }

    #top .header-log-header img.b {
        display: none !important;
    }

}

/* ----- 改行 -----*/
.p_br {
    display: block;
}

.m_br {
    display: inline;
}

.pad_br {
    display: inline;
}

@media screen and (max-width: 1023px) {
    .pad_br {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .p_br {
        display: inline;
    }

    .m_br {
        display: block;
    }
}

.exlarge-container {
    width: 100%;
}

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

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1150px;
}

.contents-wrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}

.menu-btn {
    display: none;
}

#header-nav-menu br {
    display: none;
}

#header-nav-menu p {
    display: none;
}

.header-sp-log-link-symbol {
    display: none;
}

.header {
    position: fixed;
    z-index: 9999;
    top: 0;
    min-width: 1000px;
    width: 100%;
    height: 93px;
    padding: 0 45px;
    transition: all 300ms 0s ease;
}

.header.active {
    background-color: #025fbd;
}

.header-log-header {
    width: 178px;
    height: 32px;
}

.header-log-header {
    width: 178px;
    height: 32px;
    position: relative;
    margin: 34px 0 0 0;
    z-index: 100;
}

.header-log-header img {
    position: absolute;
    top: 0;
    left: 0;
}

.header-log-header img.w {
    display: none;
}

.active .header-log-header img.w {
    display: block;
}

.active .header-log-header img.b {
    display: none;
}

#top .header-log-header img.w {
    display: block;
}

#top .header-log-header img.b {
    display: none;
}

.header h1 {
    width: 178px;
    height: 32px;
    line-height: 7;
}

.header-nav {
    width: 100%;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 15px;
    text-align: right;
}

.header-nav a {
    display: inline-block;
    color: #ffffff;
    height: 94px;
    padding: 30px 1% 0 1%;
    position: relative;
}

.header-nav a span.n {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    transition: .3s all;
}

.header-nav a:hover {
    opacity: 1;
}

.header-nav a:hover span.n {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}


.header-nav li {
    display: inline;
}

.header-nav-menu {
    font-size: 14px;
}

.header-nav-menu-entry {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    background: black;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #ffffff;
    position: relative;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 0 15px;
}

.header-nav-menu-entry span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    padding: 5px 26px 7px 26px;
    position: relative;
    background: url(images/ar.png) no-repeat right 50%;
}

.header-nav-menu-entry:hover {
    background: linear-gradient(90deg, #006bd7, #00a0d4);
    opacity: 1;
}

@media (max-width: 670px) {
    .header {
        padding: 0 15px;
    }

    .header-nav {
        padding: 40px 0 0 0;
    }

    .header-nav a {
        height: auto;
        padding: 10px 1% 0 1%;
        position: relative;
    }

    #header-nav-menu {
        padding: 0 15%;
        height: 100%;
    }

    #header-nav-menu br {
        display: block;
    }

    #header-nav-menu .footer-entry-explain br {
        display: inline;
    }

    #header-nav-menu span {
        display: block;
        font-size: 10px;
    }

    #header-nav-menu .header-nav-menu-entry::after {
        right: -40%;
    }

    .menu li a {
        font-size: 70px;
    }

    .menu-btn {
        display: block;
        position: fixed;
        top: 18px;
        right: 17px;
        width: 27px;
        height: 26px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        z-index: 100;
    }

    .menu-btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: all .4s;
    }

    .menu-btn span:nth-of-type(1) {
        top: 0;
    }

    .menu-btn span:nth-of-type(2) {
        top: 12px;
        width: 80%;
        margin-left: 20%;
    }

    .menu-btn span:nth-of-type(3) {
        bottom: 0;
    }

    body.open .menu-btn span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #ffffff;
        top: 12px;
    }

    body.open .menu-btn span:nth-of-type(2) {
        opacity: 0;
    }

    body.open .menu-btn span:nth-of-type(3) {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
        background-color: #ffffff;
        bottom: 12px;
    }

    .menu {
        position: fixed;
        display: table;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.93);
    }

    .menu ul {
        vertical-align: middle;
    }

    .menu li {
        width: 300px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        text-align: center;
    }

    .menu li a {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
        display: block;
        color: #fff;
        margin: 3%;
    }

    .menu li a span.n {
        display: none !important;
    }

    .menu li a p {
        font-size: 26px;
        font-style: italic;
        font-family: 'EB Garamond', serif;
    }

    .menu li a:hover {
        color: #999;
    }

    .header-nav-menu-entry {
        margin: 25px 0 0 0 !important;
    }

    .header-nav-menu-entry span {
        display: inline-block;
        font-size: 16px !important;
        padding: 15px 26px 17px 26px;
    }

    .header-log-header {
        margin: 17px 0 0 0;
    }

    .header {
        position: fixed;
        height: 64px;
    }

    .header .header-log-header {
        line-height: 7;
        width: 143px;
        height: auto;
    }

    .header h1 {
        width: 71px;
    }

    -nav {
        width: 100%;
        margin: auto 0;
        float: right;
        text-align: right;
    }

    -nav a {
        color: #ffffff;
        margin: 1%;
    }

    -nav li {
        display: inline;
    }

    -nav-menu {
        font-size: 14px;
    }

    -nav-menu-home a {
        font-size: 14px;
    }

    #header-nav-menu {
        font-size: 70px;
    }

    #header-nav-menu p {
        display: block;
        display: inline;
        width: 100%;
    }

    .header-nav-menu-entry {
        padding: 5% 3%;
    }

    .header-log-header-link img {
        width: 100%;
    }
}

.top-bg {
    background: url("images/top/backgruound.jpg") no-repeat center top;
    width: 100%;
    height: 883px;
    position: relative;
}

.top-fly-link img {
    width: 2%;
    height: 2%;
    padding: 0;
    margin: 0 48%;
    position: relative;
    right: 0;
    top: -90px;
}

.top-interview {
    position: relative;
}

.top-interview-header-title-en {
    display: inline-block;
    width: 100%;
    font-size: 70px;
    line-height: 1.3;
    font-style: italic;
    font-family: 'EB Garamond', serif;
    color: #025fbd;
}

.top-interview-header-title-jp {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #000113;
}

.sliderset-botton-left {
    position: relative;
    float: left;
}

.sliderset-botton-left a {
    display: block;
    width: 30px;
    height: 30px;
    background: blueviolet;
}

.sliderset-botton-left a::before {
    content: "<";
    position: absolute;
    color: black;
    left: 0;
}

.sliderset {
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 0 0 0;
    position: relative;
}

.sliderset-number {
    display: none;
}

.sliderset-contents {
    position: relative;
}

.sliderset-contents a:hover {
    opacity: 1;
}

.sliderset-contents-info {
    display: block;
    width: 210px;
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 10%;
}

.sliderset-contents-info-years,
.sliderset-contents-info-name,
.sliderset-contents-info-dep,
.sliderset-contents-info-role {
    color: #000113;
    font-size: 14px;
    line-height: 1.5;
}

.sliderset-contents-info-name {
    font-size: 34px;
    line-height: 1.3;
    padding: 0 0 5px 0;
    font-weight: bold;
}

.sliderset-contents-info-role {
    position: relative;
    width: 250px;
}

.sliderset-contents-info-role img {
    position: relative;
    top: -3px;
    left: 0;
    display: inline-block !important;
}

.sliderset-contents-info-arrow {
    display: none;
}

.top {
    width: 1000px;
    margin: 50px auto 0 auto;
}

.top .top-box {
    width: 500px;
    float: left;
}

.top p {
    width: 100%;
}

.top h2 {
    display: inline;
    color: #025fbd;
    font-size: 55px;
}

.top h2 span {
    color: #000113;
    font-size: 18px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    display: block;
}

.top-works-link p {
    position: relative;
}

.top-works-link h2 {
    position: absolute;
}

.top-works-link-title-en {
    line-height: 1.3;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}

.top .top-works {
    position: relative;
}

.top .top-works a {
    display: block;
}

.top .top-works a:hover {
    opacity: 0.7;
}

.top .top-works h2 {
    position: absolute;
    top: 26%;
    left: 10%;
}

.top-company-link-title-en {
    line-height: 1.3;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}

.top-company {
    position: relative;
}

.top .top-company a {
    display: block;
}

.top .top-company a:hover {
    opacity: 0.7;
}

.top-company h2 {
    position: absolute;
    top: 26%;
    left: 10%;
}

.top-cloud {
    width: 100%;
    height: 440px;
    margin: 54px 0 20px 0;
    text-indent: -9999px;
    background: url(images/top/cloud.jpg) no-repeat center top;
}

@media (max-width: 670px) {
    .contents-wrap-top {
        padding: 0 5%;
    }

    .top-bg {
        text-indent: 0;
        width: 100%;
        position: relative;
        height: auto;
        background-size: 100% auto;
        height: auto;
        z-index: 1;
    }

    .top-bg img {
        width: 100%;

    }

    .top-fly {
        display: none;
    }

    .top-fly-link img {
        display: none;
    }

    .top-interview {
        margin: 0 0 50% 0;
    }

    .top-interview-header-title {
        margin: 5% 0 0;
        margin-left: 5%;
    }

    .top-interview-header-title-en {
        display: inline-block;
        font-family: 'EB Garamond', serif;
        font-size: 30px;
    }

    .top-interview-header-title-jp {
        font-size: 15px;
        font-weight: bolder;
    }

    .sliderset-botton-left {
        position: relative;
        float: left;
    }

    .sliderset-botton-left a {
        display: block;
        width: 30px;
        height: 30px;
        background: blueviolet;
    }

    .sliderset-botton-left a::before {
        content: "<";
        position: absolute;
        color: black;
        left: 0;
    }

    .sliderset-number {
        display: block;
        position: absolute;
        bottom: -133px;
        left: 83px;
        font-size: 13px;
        font-family: 'EB Garamond', serif;
        font-style: normal;
    }

    .sliderset-number-current {
        font-size: 16px;
        color: #025fbd;
        font-weight: bold;
    }

    .sliderset-contents {
        position: relative;
    }

    .sliderset-contents-info {
        display: block;
        position: absolute;
        text-align: right;
        bottom: -25%;
        right: 5%;
    }

    .sliderset-contents-info-years,
    .sliderset-contents-info-name,
    .sliderset-contents-info-dep,
    .sliderset-contents-info-role {
        font-size: 11px;
        font-weight: border;
        text-align: left;
    }

    .sliderset-contents-info-years {
        font-weight: bolder;
    }

    .sliderset-contents-info-name {
        font-size: 14px;
        font-weight: bolder;
    }

    .sliderset-contents-info-role {
        font-size: 11px;
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
    }

    .sliderset-contents-info-role img {
        width: 13px;
    }

    .top {
        width: auto;
        margin: 25px 12px 0 12px;
    }

    .top img {
        width: 100%;
    }

    .top .top-box {
        width: 90%;
        float: none;
        margin: 0 5%;
    }

    .top h2 {
        display: inline;
        font-size: 28px;
    }

    .top h2 span {
        font-size: 16px;
    }

    .top-works-link p {
        position: relative;
    }

    .top-works-link h2 {
        position: absolute;
    }

    .top-works-link-title-en {
        font-family: 'EB Garamond', serif;
        height: 5%;
    }

    .top-works-link-title-jp {
        font-family: sans-serif;
        font-size: 35px;
    }

    .top .top-works {
        position: relative;
    }

    .top .top-works h2 {
        position: absolute;
        top: 25%;
        left: 10%;
    }

    .top-company-link-title-en {
        font-family: 'EB Garamond', serif;
    }

    .top-company-link-title-jp {
        font-family: sans-serif;
    }

    .top-company {
        position: relative;
    }

    .top-company h2 {
        position: absolute;
        top: 25%;
        left: 10%;
    }

    .top-cloud {
        height: auto;
        margin: 0;
        width: auto;
        text-indent: 0;
        background: none;
        overflow: hidden;
    }

    .top-cloud img {
        height: 220px;
        animation: move 15s linear 0s infinite alternate;
        position: relative;
        top: 0;
        left: 0;
    }

    @keyframes move {
        0% {
            left: 0;
        }

        100% {
            left: -300px;
        }
    }
}

.recruit-rec-header .recruit-rec-title {
    margin: 0 auto;
    padding-top: 15%;
}

.recruit-rec-header .recruit-rec-title-en {
    font-family: 'EB Garamond', serif;
    font-size: 70px;
    color: #000113;
    text-align: left;
}

.recruit-rec-header .recruit-rec-title-jp {
    font-size: 18px;
    color: #000113;
}

.recruit-rec-header .recruit-breadcrumbs {
    font-size: 12px;
    margin: 0;
}

.recruit-rec-header .recruit-breadcrumbs a {
    position: relative;
}

.recruit table {
    margin-bottom: 75px;
}

.recruit table .rerecruit-space-under {
    margin-bottom: 10px;
}

.recruit table .recruit-space {
    margin-right: 10px;
}

.recruit table .rerecruit-space-under {
    margin-bottom: 10px;
    font-size: 16px;
}

.recruit table .recruit-space {
    margin-right: 15px;
}

.recruit table .sikaku::before {
    content: "";
    border: 1px blue solid;
    background: blue;
    position: absolute;
}

.recruit h3 {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 0 0 20px 0;
}

.recruit-explain {
    width: 100%;
    padding: 3% 3% 0 3%;
    margin-bottom: 6%;
    text-align: center;
}

.recruit-explain .recruit-explain-top {
    font-size: 18px;
    line-height: 2.5;
}

.recruit-newgraduates-table {
    border-collapse: collapse;
    background-color: #fff;
}

.recruit-newgraduates-table-sub {
    background: #f2f2f2;
    width: 18%;
    font-weight: 500;
    vertical-align: middle;
}

.recruit-newgraduates-table-explain {
    text-align: left;
    padding: 2%;
}

.recruit-newgraduates-table tr {
    border: 1px solid #c0c0c0;
}


.recruit-newgraduates-table-blue {
    color: #025fbd;
}

.recruit-recruitment-table {
    border-collapse: collapse;
}

.recruit-recruitment-table-sub {
    background: #f2f2f2;
    width: 18%;
    vertical-align: middle;
    font-weight: 500;
}

.recruit-recruitment-table-explain {
    text-align: left;
    padding: 2%;
}

.recruit-recruitment-table-explain div.pd {
    padding: 0 0 0 20px;
}

.recruit-recruitment-table tr {
    border: 1px solid #c0c0c0;
}

.recruit-recruitment-table tr th {
    height: 40px;
    position: relative;
}

.recruit-recruitment-table tr b {
    background: #f2f2f2;
    text-align: center;
    width: 100%;
}

.recruit-recruitment-table tr .sikaku1::before {
    content: "";
    background: #025fbd;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 32%;
    left: 3%;
}

.recruit-recruitment-table tr .sikaku2::before {
    content: "";
    background: #025fbd;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 60%;
    left: 3%;
}

@media (max-width: 670px) {
    .recruit-explain {
        padding: 0;
    }

    .recruit-explain .recruit-explain-top {
        font-size: 16px;
        line-height: 1.7;
    }

    .sikaku2 {
        display: none;
    }

    .sikaku1 {
        display: none;
    }

    .large-container {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .recruit-rec-header .recruit-rec-title {
        margin: 0 auto;
        padding-top: 10%;
    }

    .recruit-rec-header .recruit-rec-title-en {
        width: 80%;
        margin-right: 40%;
        font-family: 'EB Garamond', serif;
        font-size: 50px;
        color: #000113;
        line-height: 4;
    }

    .recruit-rec-header .recruit-rec-title-jp {
        font-size: 14px;
        line-height: 10%;
    }

    .recruit-rec-header .recruit-breadcrumbs {
        display: none;
    }

    .recruit-rec-header span {
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: 0px;
        padding: 5px 0 0 0;
    }

    .recruit-newgraduates {

        margin-top: 0;
    }

    .recruit {
        margin-top: 0px;
        width: 100%;
    }

    .recruit-explaiin P {
        text-align: left;
        width: 100%;
    }

    .recruit table {
        border: 0px;
        margin-bottom: 10%;
    }

    .recruit table th {
        display: block;
        width: 100%;
        border: 0px;
    }

    .recruit table th b {
        display: block;
        width: 100%;
        border: 0px;
    }

    .recruit table td {
        display: block;
        border: 0px;
    }

    .recruit h3 {
        text-align: center;
        font-size: 20px;
    }

    .recruit-explain-top {
        text-align: left;
        font-size: 14px;
    }

    .recruit-explain-top br {
        display: none;
    }

    .recruit-newgraduates .recruit-space {
        margin-right: 1px;
    }

    .recruit-newgraduates-table tr {
        display: block;
        width: 100%;
    }

    .recruit-newgraduates-table tr th {
        height: 100%;
        padding: 10px;
    }

    .recruit-newgraduates-table tr th.recruit-newgraduates-table-sub {
        padding: 6px 10px;
    }

    .recruit-newgraduates-table tr th.recruit-newgraduates-table-explain {
        padding: 12px 10px;
    }

    .recruit-newgraduates-table tr b {
        text-align: left;
        display: block;
    }

    .recruit-recruitment-table-sub {
        width: 100%;
    }

    .recruit-recruitment-table-explain {
        text-align: left;
    }

    .recruit-recruitment-table tr {
        border: none;
    }

    .recruit-recruitment-table tr th {
        height: 100%;
    }

    .recruit-recruitment-table tr th.recruit-recruitment-table-sub {
        padding: 6px 10px;
    }

    .recruit-recruitment-table tr th.recruit-recruitment-table-explain {
        padding: 12px 10px;
    }

    .recruit-recruitment-table tr b {
        display: block;
        padding: 0 3%;
        text-align: left;
    }

    .recruit-newgraduates-table tbody {
        border: 1px solid #f2f2f2;
    }

    .recruit-recruitment-table tbody {
        border: 1px solid #f2f2f2;
    }

    .recruit-newgraduates-table tr {
        border: none;
    }

    .recruit {
        margin-top: 30px;
    }
}

a {
    transition: .3s all;
}

a:hover {
    opacity: .7;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

body {
    line-height: 1.8;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media (max-width: 670px) {
    body {
        overflow-x: hidden;
    }
}

.exlarge-container {
    width: 100%;
    overflow: hidden;
}

.large-container {
    width: 100%;
    margin: 0 auto;
    background: url('images/bg_header.jpg') no-repeat right top;
    overflow: hidden;
}

.large-container.nobg {
    background: none;
}

.page-company .container {
    background: url('images/company/bg01.jpg') no-repeat center 1400px;
}

@media (max-width: 670px) {
    .page-company .container {
        background: none;
    }
}

@media (max-width: 670px) {
    .contents-wrap {
        width: auto;
        padding: 0 13px 50px 13px;
        overflow: hidden;
        background: none;
        height: auto;
    }

    .contents-wrap-zero {
        padding: 0 0 50px 0;
    }
}

.bg {
    width: 100%;
    position: absolute;
    z-index: -999;
    text-align: right;
}


.nav-replace {
    height: 73px;
}

.about-title-en {
    font-family: 'EB Garamond';
    font-size: 70px;
    font-style: italic;
    line-height: 1;
    padding-top: 10%;
}

.about-title-jp {
    font-size: 17px;
    margin-left: 15px;
}

.about-greeting {
    margin-top: 40px;
    margin-bottom: 80px;
}

.about-greeting-images {
    width: 37%;
    float: left;
    position: relative;
}

.about-greeting-images-image1 {
    position: relative;
    top: 0;
    left: -40px;
}

.about-greeting-images-image2 {
    width: 50%;
    position: absolute;
    bottom: -55%;
    left: 47%;
    z-index: 4;
}

.about-greeting-images-image3 {
    width: 90%;
    position: absolute;
    bottom: -345px;
    left: -100px;
    z-index: 2;
}

.about-greeting-des {
    width: 60%;
    float: right;
}

.about-greeting-des-catch {
    width: 60%;
    position: relative;
    left: -30px;
}

.about-greeting-des-position {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-align: right;
    width: 57%;
}

.about-greeting-des-name {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 134px;
}

.about-greeting-des-des {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 30px;
}

.about-greeting-des-sp-images-image2 {
    display: none;
}

.about-greeting-des-sp-images-image3 {
    display: none;
}

.about-gym {
    width: 100%;
    top: 507px;
    left: 0;
    position: absolute;
}

.about-gym-des {
    width: 1000px;
    margin: 0 auto;
}

.about-gym-des h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.about-gym-des-title-en {
    font-size: 50px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.about-gym-des-title-jp {
    font-size: 16px;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.about-gym-des-des {
    width: 553px;
    font-size: 16px;
    margin-top: 15px;
}

.abtn {
    position: relative;
    width: 200px;
    margin: 20px 0 40px 0;
}

.abtn_r {
    margin: 20px 0 40px 537px;
}

.abtn a {
    border: solid 1px #000113;
    text-align: center;
    padding: 10px 20px;
    display: block;
    color: #000113;
    background-color: #fff;
    box-sizing: border-box;
    transition: 0s all;
}

.abtn a::before {
    content: "";
    width: 20px;
    height: 11px;
    background: url(images/ar01.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.abtn a:hover {
    background: linear-gradient(to right, #006bd7, #00a0d4);
    color: #fff;
    opacity: 1;
    border: none;
    padding: 11px 21px;
}

.abtn a:hover:before {
    -webkit-mask: url(images/ar01.png) no-repeat center right / contain;
    mask-image: url(images/ar01.png);
    mask-repeat: no-repeat;
    mask-position: center right;
    mask-size: contain;
    background-image: none;
    background-color: #fff;
}


.about-gym-images {
    float: right;
    width: 45%;
    display: none;
}

.about-gym-images-image1 {
    width: 93%;
    position: relative;
    left: 6%;
    min-width: 416px;
}

.about-lab {
    width: 100%;
    top: 1276px;
    left: 0;
    position: absolute;
}

.about-lab-images {
    position: absolute;
    top: 0;
    left: -180px;
    display: none;
}

.about-lab-images-image1 {}

.about-lab-des {
    width: 1000px;
    margin: 0 auto;
}

.about-lab-des h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0 537px;
}

.about-lab-des-title-en {
    font-size: 50px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    padding: 0 0 0 537px;
}

.about-lab-des-title-jp {
    font-size: 16px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.about-lab-des-des {
    padding: 0 0 0 537px;
    font-size: 16px;
    margin-top: 15px;
}

.about-jpta {
    width: 100%;
    top: 2110px;
    left: 0;
    position: absolute;
}

.about-jpta-des {
    width: 1000px;
    margin: 0 auto;
}

.about-jpta-des h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.about-jpta-des-title-en {
    font-size: 44px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.about-jpta-des-title-jp {
    font-size: 16px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.about-jpta-des-des {
    width: 553px;
    font-size: 16px;
    margin-top: 15px;
}

.about-jpta-images {
    float: right;
    width: 45%;
    display: none;
}

.about-jpta-images-image1 {
    width: 93%;
    position: relative;
    left: 6%;
    min-width: 416px;
}

.header-damy {
    height: 93px;
    width: 100%;
    background: black;
    z-index: 999;
}

.company-title-en {
    font-family: 'EB Garamond';
    font-size: 70px;
    font-style: italic;
    line-height: 1;
    padding-top: 10%;
}

.company-title-jp {
    font-family: sans-serif;
    font-size: 17px;
    margin-left: 15px;
}

.pankuzu-area {
    margin-top: 10px;
}

.pankuzu {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.pankuzu li:nth-child(n+2)::before {
    content: ">";
    margin: 0 5px;
}

.company-usp {
    text-align: center;
    background: url(images/company/star.jpg) no-repeat center center/cover;
}

.company-usp-logo {
    margin: 100px auto 0;
    text-align: center;
}

.company-usp-misson {
    margin-top: 55px;
}

.company-usp-misson-title {
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    font-family: serif;
}

.company-usp-misson-des {
    font-size: 30px;
    margin-top: 5px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-kakeru {
    width: 3%;
    margin: 30px auto 0;
}

.company-usp-vision-title {
    margin-top: 30px;
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    font-family: serif;
}

.company-usp-vision-des {
    font-size: 30px;
    margin-top: 5px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-vision-des .sp {
    display: none;
}

.company-usp-principle-title {
    margin-top: 30px;
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    font-family: serif;
}

.company-usp-principle-principle1-title {
    font-size: 30px;
    margin-top: 5px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle1-des {
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle2-title {
    font-size: 30px;
    margin-top: 25px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle2-des {
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle3-title {
    font-size: 30px;
    margin-top: 25px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle3-des {
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle4-title {
    font-size: 30px;
    margin-top: 25px;
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle4-des {
    font-family: serif;
    font-weight: bold;
}

.company-usp-principle-principle4-des .sp {
    display: none;
}

.company-profile-sp-title-en {
    display: none;
}

.company-profile-sp-title-jp {
    display: none;
}

.spimg {
    display: none;
}

.company-profile {
    margin-bottom: 100px;
}

.company-profile-des {
    float: left;
    width: 58%;
    position: relative;
}

.company-profile-des {
    float: left;
    width: 58%;
    position: relative;
}

.company-profile-des-title-en {
    font-size: 50px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    margin-top: 80px;
}

.company-profile-des-title-jp {
    font-size: 16px;
    color: #000113;
    margin-left: 15px;
    font-style: normal;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.company-profile-des-name {
    font-weight: bold;
    margin-top: 40px;
    font-size: 22px;
}

.company-profile-des-position-item {
    font-size: 14px;
}

.company-profile-des-des {
    font-size: 16px;
    margin-top: 40px;
}

.company-profile-des-sign {
    position: absolute;
    width: 20%;
    bottom: -4%;
    right: 7%;
    max-width: 140px;
}

.company-profile-images {
    float: right;
    width: 35%;
    position: relative;
    margin-right: 5%;
}

.company-profile-images-image2 {
    position: absolute;
    width: 102%;
    top: -10%;
    left: 10%;
    z-index: -1;
}

.company-profile-images-image3 {
    width: 60%;
    position: absolute;
    top: 98%;
    left: 50%;
    z-index: 2;
}

.company-profile-images-image4 {
    position: absolute;
    width: 55%;
    top: 135%;
    left: 13%;
    z-index: 2;
}

.company-profile-images-image5 {
    position: absolute;
    width: 40%;
    top: 148%;
    left: 82%;
}

.company-profile-images-image6 {
    position: absolute;
    top: 118%;
    left: 30%;
    z-index: -2;
}

.company-outline-title-en {
    font-size: 50px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    margin-top: 680px;
    margin-bottom: 10px;
}

.company-outline-title-jp {
    font-size: 16px;
    font-style: normal;
    color: #000113;
    margin-left: 15px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.company-outline-table {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

.company-outline-table-head {
    border-bottom: 1px solid #c0c0c0;
    background: #f2f2f2;
    font-weight: 500;
    font-size: 16px;
    width: 20%;
}

.company-outline-table-des {
    border-bottom: 1px solid #c0c0c0;
    padding: 17px 0 17px 20px;
    font-size: 16px;
}

.company-history-title-en {
    font-size: 50px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
    margin-top: 60px;
}

.company-history-title-jp {
    font-size: 16px;
    color: #000113;
    font-style: normal;
    margin-left: 15px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.company-history-table {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

.company-history-table-year {
    border: 1px solid #c0c0c0;
    border-right: none;
    background: #f2f2f2;
    font-size: 16px;
    width: 20%;
    font-weight: bold;
    vertical-align: middle;
    /*  text-align: left;
  padding: 0 2% 0 6%;*/
}

.company-history-table-month {
    float: right;
    display: inline-block;
}

.company-history-table-des {
    border-bottom: 1px solid #c0c0c0;
    font-size: 16px;
    padding: 17px 0 17px 20px;
}

.entry-title-en {
    font-family: 'EB Garamond';
    font-size: 70px;
    font-style: italic;
    line-height: 1;
    padding-top: 10%;
}

.entry-title-jp {
    font-family: sans-serif;
    font-size: 17px;
    margin-left: 15px;
}

.entry-form table {
    margin-top: 30px;
}

.entry-form input {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    width: 100%;
    font-size: 16px;
    padding: 5px;
}

.entry-form .entry-form-table-address {
    position: relative;
}

.entry-form .entry-form-table-address button {
    background: #fff;
    border: 1px solid #000113;
    position: absolute;
    top: 15px;
    right: 41.5%;
}

.entry-form .entry-form-table-address-post {
    width: 40%;
    margin-left: 10px;
}

.entry-form .entry-form-table-address-detail {
    width: 100%;
    margin-top: 5px;
}

.entry-form textarea {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    vertical-align: middle;
    width: 100%;
    height: 350px;
    font-size: 16px;
    padding: 5px;
}

.entry-form .button {
    background: #fff;
    border: 1px solid #000113;
    cursor: pointer;
}

.entry-form td {
    background: #fff;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 30px;
}

.entry-form-des {
    font-size: 16px;
    margin-top: 60px;
}

.entry-form-des br {
    display: none;
}

.entry-form-des2 {
    font-size: 16px;
    margin-top: 60px;
}

.entry-form-des2 span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
}

.entry-form-table {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.entry-form-table-title {
    border-bottom: 1px solid #c0c0c0;
    background: #f2f2f2;
    font-weight: bold;
    vertical-align: middle;
    width: 215px;
    padding: 15px 0;
}

.entry-form-table-title .required {
    color: #e35b5b;
}

.entry-form-table-name input {
    width: 70%;
}

.entry-form-table-address button {
    margin-left: 10px;
    padding: 5px 10px;
}

.submit_area {
    text-align: center;
}

.entry-form-submit {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 30px auto 0;
}

.entry-form-submit p.txts {
    margin: 30px 0 -20px;
}

.entry-form-submit::before {
    background: url(images/entry/botton_r.png) no-repeat 0 0;
    content: "";
    width: 9px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 5;
}

.entry-form-submit:hover::before {
    -webkit-mask: url(images/entry/botton_r.png) no-repeat center right / contain;
    mask-image: url(images/entry/botton_r.png);
    mask-repeat: no-repeat;
    mask-position: center right;
    mask-size: contain;
    background-image: none;
    background-color: #fff;
}

.entry-form-submit .button {
    font-size: 22px;
    font-weight: bold;
    width: 300px;
    padding: 17px 0;
}

.entry-form-submit .button:hover {
    background: linear-gradient(90deg, #006bd7, #00a0d4);
    color: #FFFFFF;
}

.entry-form-submit .btn_back button:hover {
    background: linear-gradient(90deg, #b2a174, #b8ad91);
}

.entry-form-submit .btn_back button::before {
    background: url(images/entry/botton_l.png) no-repeat 0 0;
    right: 0;
    left: 10px;
}


.entry-form-submit ul {
    width: 620px;
    margin: 0 auto;
}

.entry-form-submit ul li {
    float: left;
}

.entry-form-submit ul li.btn_send {
    float: right;
}

.entry-form-submit span.wpcf7-spinner {
    display: none;
}

/* 確認画面 */
div#wpcf7cpcnf table {
    border: 1px solid #c0c0c0;
    vertical-align: middle;
    width: 100%;
    margin: 10px auto;
}

div#wpcf7cpcnf th {
    border-bottom: 1px solid #c0c0c0;
    background: #f2f2f2;
    font-weight: bold;
    vertical-align: middle;
    width: 215px;
    padding: 15px 0;
}

div#wpcf7cpcnf td {
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 30px;
}

div.wpcf7cp-btns {
    text-align: center;
}

div.wpcf7cp-btns button {
    background: #fff;
    border: 1px solid #000113;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    width: 300px;
    padding: 17px 0;
    position: relative;
}

div.wpcf7cp-btns button::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 18px;
    background: url(images/entry/botton_r.png) no-repeat 0 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

div.wpcf7cp-btns button:hover::before {
    -webkit-mask: url(images/entry/botton_r.png) no-repeat center right / contain;
    mask-image: url(images/entry/botton_r.png);
    mask-repeat: no-repeat;
    mask-position: center right;
    mask-size: contain;
    background-image: none;
    background-color: #fff;
}

div.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::before {
    background: url(images/entry/botton_l.png) no-repeat 0 0;
    right: 0;
    left: 10px;
}

div.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
    background: linear-gradient(90deg, #b2a174, #b8ad91);
    color: #FFFFFF;
}

div.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover::before {
    -webkit-mask: url(images/entry/botton_l.png) no-repeat center right / contain;
    mask-image: url(images/entry/botton_l.png);
    mask-repeat: no-repeat;
    mask-position: center right;
    mask-size: contain;
    background-image: none;
    background-color: #fff;
}

div.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
    background: linear-gradient(90deg, #006bd7, #00a0d4);
    color: #FFFFFF;
}

/* サンクスページ */
.entry-form .abtn {
    margin: 40px auto;
}

.voice-title-en {
    font-family: 'EB Garamond';
    font-size: 70px;
    font-style: italic;
    line-height: 1;
    padding-top: 10%;
}

.voice-title-en br {
    display: none;
}

.voice-title-jp {
    font-family: sans-serif;
    font-size: 17px;
    margin-left: 15px;
}

.voice-person {
    margin-top: 50px;
}

.voice-person-des {
    position: relative;
    float: left;
    width: 63%;
}

.voice-person-des-catch-sp-image {
    display: none;
}

.voice-person-des-catch-image {
    width: 115%;
    margin-top: 60px;
    max-width: 714px;
    position: relative;
    z-index: 2;
}

.voice-person-des-catch-image-mizo {
    margin-top: 102px;
}

.voice-person-des-catch-bg {
    position: absolute;
    top: 5%;
    left: -70%;
    width: 200%;
    height: 217px;
    background: url(images/voice/bg_catch.png) repeat-x left top;
}

.voice-person-des-name-jp {
    font-size: 30px;
    font-weight: bold;
    margin-top: 70px;
}

.voice-person-des-name-en {
    font-size: 14px;
    color: #025fbd;
    margin-left: 15px;
    font-weight: normal;
    font-family: serif;
}

.voice-person-des-position {
    font-weight: bold;
}

.voice-person-des-des {
    font-size: 16px;
    margin-top: 20px;
}

.voice-person-images {
    float: right;
    width: 34%;
    position: relative;
    z-index: 2;
}

.voice-person-images-image1 {
    position: relative;
    top: -60px;
    left: 0%;
    max-width: 338px;
}

.voice-person-images-image2 {
    position: absolute;
    top: 60%;
    left: 44%;
    width: 55%;
    z-index: -2;
}

.voice-person-images-image3 {
    position: absolute;
    width: 60%;
    top: 85%;
    left: 30%;
}

.voice-person-sp-name-jp {
    display: none;
}

.voice-person-sp-name-en {
    display: none;
}

.voice-person-sp-position {
    display: none;
}

.voice-works {
    margin-top: 80px;
}

.voice-works-images {
    width: 40%;
    position: relative;
    height: 358px;
}

.voice-works-images-image1 {
    width: 360px;
    position: absolute;
    right: 55%;
}

.voice-works-images-image1-sp {
    display: none;
}

.voice-works-des {
    float: right;
    width: 60%;
    font-size: 16px;
}

.voice-works-des-title-en {
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.voice-works-des-title-jp {
    font-size: 14px;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.voice-works-des-title-jp2 {
    font-size: 20px;
    color: #025fbd;
    font-weight: bold;
}


.int_tit {
    font-size: 20px;
    color: #000113;
    font-weight: bold;
}

.int_tit span {
    font-size: 14px;
    color: #000113;
    font-weight: normal;
}



.voice-works-des-des {
    margin-top: 15px;
}

.voice-voices {
    background: url(images/voice/bg.jpg) no-repeat center center/cover;
    padding: 50px 0;
    margin-top: 60px;
}

.voice-voices-catch {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    letter-spacing: .2em;
    margin-bottom: 40px;
}

.voice-voices-voice {
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.85);
}

.voice-voices-voice-title-en {
    font-size: 35px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.voice-voices-voice-title-jp {
    font-size: 14px;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.voice-voices-voice-des {
    font-size: 16px;
    margin-top: 15px;
}

.voice-voices-voice-des strong {
    font-size: 20px;
    font-weight: bold;
}

.voice-voices-voice+.voice-voices-voice {
    margin-top: 15px;
}

.voice-dream {
    margin-top: 60px;
}

.voice-dream-des {
    float: left;
    width: 63%;
}

.voice-dream-des-title-en {
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.voice-dream-des-title-en-span {
    font-family: serif;
    font-size: 25px;
}

.voice-dream-des-title-jp {
    font-size: 14px;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.voice-dream-des-des {
    font-size: 16px;
    margin-top: 15px;
}

.voice-dream-des-des strong {
    font-size: 18px;
    font-weight: bold;
}

.voice-dream-images {
    float: right;
    width: 37%;
    position: relative;
}

.voice-dream-images-image1 {
    width: 241px;
    position: relative;
    left: 5%;
}

.voice-dream-images-image1-sp {
    display: none;
}

.voice-dream-images-image2 {
    width: 44%;
    min-width: 153px;
    position: absolute;
    top: 69%;
    left: 56%;
}

.voice-message {
    margin-top: 80px;
}

.voice-message-ito {
    min-height: 317px;
}

.voice-message-images {
    float: left;
    width: 37%;
    position: relative;
    height: 1px;
}

.voice-message-images-image1 {
    width: 144%;
    position: absolute;
    right: 10%;
    max-width: 700px;
}

.voice-message-images-image1-sp {
    display: none;
}

.voice-message-des {
    float: right;
    width: 63%;
}

.voice-message-des-title-en {
    font-size: 40px;
    font-family: 'EB Garamond';
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.voice-message-des-title-jp {
    font-size: 14px;
    color: #000113;
    margin-left: 15px;
    font-weight: bold;
}

.voice-message-des-des {
    font-size: 16px;
    margin-top: 15px;
}

.voice-message-des-des strong {
    font-size: 18px;
    font-weight: bold;
}

.voice-memberlist-item+.voice-memberlist-item {
    margin-left: 2%;
}

.voice-memberlist {
    margin-top: 70px;
}

.head_list .voice-memberlist {
    margin-top: 147px;
    padding: 0 5% 5% 5%;
}


.voice-memberlist-item {
    position: relative;
    width: 32%;
    float: left;
}

.voice-memberlist-item a {
    border: solid 1px #000113;
    text-align: center;
    padding: 10px 20px;
    display: block;
    color: #000113;
    box-sizing: border-box;
    transition: 0s all;
}

.voice-memberlist-item a::before {
    content: "";
    width: 20px;
    height: 11px;
    background: url(images/ar01.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.voice-memberlist-item a:hover {
    background: linear-gradient(to right, #006bd7, #00a0d4);
    color: #fff;
    opacity: 1;
    border: none;
    padding: 11px 21px;
}

.voice-memberlist-item a:hover::before {
    -webkit-mask: url(images/ar01.png) no-repeat center right / contain;
    mask-image: url(images/ar01.png);
    mask-repeat: no-repeat;
    mask-position: center right;
    mask-size: contain;
    background-image: none;
    background-color: #fff;
}

.head_list .voice-memberlist-item a {
    border: solid 1px #ffffff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    color: #ffffff;
}

.head_list .voice-memberlist-item a::before {
    content: "";
    width: 20px;
    height: 11px;
    background: url(images/ar03.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.voice-memberlist-item a:hover::before {
    color: #fff;
}

.voice-memberlist-item:nth-child(3n + 1) {
    margin-left: 0;
    clear: both;
}

.voice-memberlist-item:nth-child(n + 4) {
    margin-top: 22px;
}

.voice-memberlist-item-name {
    font-size: 24px;
    font-weight: bold;
}

.voice-memberlist-item-position {
    font-size: 15px;
}

.voice-memberlist-item.listactive a {
    color: #fff;
    padding: 11px 21px;
    border: none;
    background: linear-gradient(to right, #006bd7, #00a0d4);
}

.voice-memberlist-item.listactive a::before {
    content: "";
    background: none;
}

@media (max-width: 670px) {
    .bg {
        display: none;
    }

    .bg-sp {
        background: url(images/bg_sp.jpg) no-repeat right top;
        background-size: 350px 188px;
        position: static;
        display: block;
    }

    .bgswitcher {
        z-index: -1 !important;
        position: absolute !important;
    }

    .about-title-en {
        font-family: 'EB Garamond';
        font-size: 50px;
        margin-top: 0px;
        padding: 0 0 0 15px;
    }

    .about-title-jp {
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: 0px;
        padding: 5px 0 0 0;
    }

    .pankuzu-area {
        display: none;
    }

    .about-greeting {
        margin-top: 45px;
    }

    .about-greeting .img img {
        width: 100%;
    }

    .about-greeting-images {
        width: 100%;
        float: none;
        position: relative;
    }

    .about-greeting-images-image1 {
        width: 45%;
    }

    .about-greeting-images-image2 {
        display: none;
        float: right;
        width: 41.5%;
        position: static;
    }

    .about-greeting-des {
        width: 100%;
        float: none;
        position: relative;
    }

    .about-greeting-des-catch {
        width: 63%;
        position: absolute;
        top: -215px;
        left: 32%;
    }

    .about-greeting-des-position {
        display: none;
    }

    .about-greeting-des-name {
        display: none;
    }

    .about-greeting-des-des {
        font-size: 14px;
        margin-top: 10px;
        font-size: 16px;
    }

    .about-greeting-des-des span {
        display: none;
    }

    .about-greeting-des-sp-images {
        margin-top: 20px;
    }

    .about-greeting-des-sp-images-image2 {
        display: none;
    }

    .about-greeting-des-sp-images-image3 {
        display: none;
    }

    .about-greeting-des-sp-images img {
        width: 100%;
    }

    .about-gym {
        margin-top: 0px;
        position: static;
    }

    .about-gym-des {
        margin-top: 40px;
        float: none;
        width: 100%;
    }

    .about-gym-des-title-en {
        font-size: 40px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .about-gym-des-title-jp {
        display: block;
        font-size: 14px;
        color: #000113;
        margin-left: 0;
    }

    .about-gym-des-des {
        font-size: 16px;
        margin-top: 15px;
        width: 100%;
    }

    .about-gym-images {
        display: none;
    }

    .about-gym-images .flex-control-nav {
        bottom: auto;
    }

    .about-gym-images .flex-control-paging li a {
        background: rgba(0, 0, 0, 0.3);
    }

    .about-gym-images .flex-control-paging li a.flex-active {
        background: rgba(14, 95, 187, 1);
        cursor: default;
    }

    .about-gym-images-image1 {
        position: static;
        width: 100%;
        min-width: auto;
    }

    .about-gym-images-image1 img {
        width: 100%;
    }

    .about-lab {
        margin-top: 40px;
        position: static;
    }

    .about-lab-images {
        display: none;
    }

    .about-lab-images .flex-control-nav {
        bottom: auto;
    }

    .about-lab-images .flex-control-paging li a {
        background: rgba(0, 0, 0, 0.3);
    }

    .about-lab-images .flex-control-paging li a.flex-active {
        background: rgba(14, 95, 187, 1);
        cursor: default;
    }

    .about-lab-images img {
        width: 100%;
    }

    .about-lab-images-image1 {
        position: static;
        width: 100%;
        min-width: auto;
    }

    .about-lab-des {
        margin-top: 40px;
        float: none;
        width: 100%;
        padding: 0;
    }

    .about-lab-des h4 {
        padding: 15px 0 0 0;
    }

    .abtn_r {
        margin: 20px 0 40px 0;
    }

    .about-lab-des-title-en {
        font-size: 40px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
        padding: 0;
    }

    .about-lab-des-title-jp {
        display: block;
        font-size: 14px;
        color: #000113;
        margin-left: 0;
    }

    .about-lab-des-des {
        font-size: 16px;
        margin-top: 15px;
        padding: 0;
    }

    .about-jpta {
        margin-top: 40px;
        position: static;
    }

    .about-jpta-des {
        margin-top: 40px;
        float: none;
        width: 100%;
    }

    .about-jpta-des-title-en {
        font-size: 40px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .about-jpta-des-title-jp {
        display: block;
        font-size: 14px;
        color: #000113;
        margin-left: 0;
    }

    .about-jpta-des-des {
        font-size: 16px;
        margin-top: 15px;
        width: 100%;
    }

    .about-jpta-images {
        margin-top: 20px;
        float: none;
        width: 100%;
        display: block;
    }

    .about-jpta-images .flex-control-nav {
        bottom: auto;
    }

    .about-jpta-images .flex-control-paging li a {
        background: rgba(0, 0, 0, 0.3);
    }

    .about-jpta-images .flex-control-paging li a.flex-active {
        background: rgba(14, 95, 187, 1);
        cursor: default;
    }

    .about-jpta-images-image1 {
        position: static;
        width: 100%;
        min-width: auto;
    }

    .about-jpta-images-image1 img {
        position: static;
        width: 100%;
    }
}

@media (max-width: 670px) {
    .company-title-en {
        font-family: 'EB Garamond';
        font-size: 50px;
        margin-top: 0px;
        padding-top: 0;
    }

    .company-title-jp {
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: 0px;
    }

    .company-usp {
        text-align: center;
        background: url(images/company/star.jpg) no-repeat center center/cover;
        margin-top: 0px;
    }

    .company-usp-logo {
        margin: 40px auto 0;
        width: 70%;
    }

    .company-usp-logo img {
        width: 100%;
    }

    .company-usp-misson-title {
        font-size: 25px;
    }

    .company-usp-misson-des {
        font-size: 20px;
    }

    .company-usp-kakeru {
        width: 5%;
        margin: 15px auto 0;
    }

    .company-usp-vision-title {
        font-size: 25px;
    }

    .company-usp-vision-des {
        font-size: 20px;
    }

    .company-usp-vision-des .sp {
        display: inline;
    }

    .company-usp-principle-title {
        font-size: 25px;
    }

    .company-usp-principle-principle1-title {
        font-size: 18px;
    }

    .company-usp-principle-principle1-des {
        font-size: 14px;
        letter-spacing: .15em;
    }

    .company-usp-principle-principle2-title {
        font-size: 18px;
    }

    .company-usp-principle-principle2-des {
        font-size: 14px;
        letter-spacing: .15em;
    }

    .company-usp-principle-principle3-title {
        font-size: 18px;
    }

    .company-usp-principle-principle3-des {
        font-size: 14px;
        letter-spacing: .15em;
    }

    .company-usp-principle-principle4-title {
        font-size: 18px;
    }

    .company-usp-principle-principle4-des {
        font-size: 14px;
        letter-spacing: .15em;
    }

    .company-usp-principle-principle4-des .sp {
        display: inline;
    }

    .spimg {
        display: block;
        position: relative;
        top: 40px;
        left: 0;
    }

    .spimg img {
        width: 100%;
    }

    .company-profile {
        margin-top: 80px;
    }

    .company-profile-des {
        float: none;
        width: 100%;
        position: relative;
    }

    .company-profile-des-title-en {
        display: none;
        font-size: 50px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
        margin-top: 40px;
    }

    .company-profile-des-title-jp {
        display: none;
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .company-profile-images .img {
        margin: 0 -14px;
    }

    .company-profile-images .img img {
        width: 100%;
    }

    .company-profile-des-name {
        font-weight: bold;
        font-size: 25px;
        margin: 0;
    }

    .company-profile-des-des {
        margin-top: 20px;
    }

    .company-profile-des-sign {
        position: absolute;
        width: 25%;
        bottom: -5%;
        right: 0;
    }

    .company-profile-des-sign img {
        width: 100%;
    }

    .company-profile-images {
        float: none;
        width: 100%;
        position: relative;
    }

    .company-profile-images-image1 {
        width: 50%;
        position: relative;
        left: 50%;
        top: 30px;
    }

    .company-profile-images-image2 {
        position: absolute;
        width: 70%;
        top: 100px;
        left: 10%;
        z-index: -3;
    }

    .company-profile-images-image3 {
        width: 120px;
        position: absolute;
        top: 120px;
        left: 15%;
        z-index: -1;
    }

    .company-profile-images-image4 {
        position: absolute;
        width: 120px;
        top: 170px;
        left: 5%;
        z-index: -1;
    }

    .company-profile-images-image5 {
        position: absolute;
        width: 30%;
        top: 140px;
        left: 5%;
        display: none;
    }

    .company-profile-images-image6 {
        position: absolute;
        top: 118%;
        left: 30%;
        z-index: -2;
        display: none;
    }

    .company-profile-sp-title-en {
        display: block;
        font-size: 40px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
        margin-top: 40px;
    }

    .company-profile-sp-title-jp {
        display: inline;
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .company-outline-title-en {
        font-size: 40px;
        margin-top: 80px;
    }

    .company-outline-title-jp {
        font-size: 14px;
    }

    .company-outline-table-head {
        border: none;
        padding: 10px 12px 10px 12px;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: left;
    }

    .company-outline-table-des {
        border: none;
        padding: 17px 20px 17px 20px;
        display: block;
    }

    .company-history-title-en {
        font-size: 40px;
    }

    .company-history-title-jp {
        font-size: 14px;
    }

    .company-history-table {
        border: 1px solid #c0c0c0;
        border-collapse: collapse;
        width: 100%;
        margin-top: 15px;
    }

    .company-history-table-year {
        font-size: 14px;
        width: 103px;
    }

    .company-history-table-des {
        padding: 17px 20px 17px 20px;
    }
}

@media (max-width: 670px) {
    .voice-title-en {
        font-family: 'EB Garamond';
        font-size: 50px;
        margin-top: 0px;
        padding-top: 0;
        margin-left: 15px;
    }

    .voice-title-jp {
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: 0px;
    }

    .voice-person {
        margin-top: 44px;
    }

    .voice-person img {
        width: 100%;
    }

    .voice-person-des {
        position: relative;
        float: none;
        width: 100%;
    }

    .voice-person-des-catch-sp-image {
        width: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
    }

    .voice-person-des-catch-image {
        display: none;
    }

    .voice-person-des-catch-bg {
        display: none;
    }

    .voice-person-des-name-jp {
        display: none;
    }

    .voice-person-des-name-en {
        display: none;
    }

    .voice-person-des-position {
        display: none;
    }

    .voice-person-des-des {
        font-size: 14px;
        margin-top: 20px;
    }

    .voice-person-images {
        margin-top: 50px;
        float: none;
        width: auto;
        position: relative;
        margin: 0 -13px;
        padding-left: 15px;
    }

    .voice-person-images-image1 {
        display: none;
    }

    .voice-person-images-image2 {
        display: none;
    }

    .voice-person-images-image3 {
        position: relative;
        width: 45%;
        top: 0;
        left: 0;
        margin-top: 4%;
    }

    .voice-person-sp-name-jp {
        display: block;
        font-size: 30px;
        font-weight: bold;
        margin-top: 0;
        padding-top: 40%;
        line-height: 1.3;
    }

    .voice-person-sp-name-en {
        display: block;
        font-size: 16px;
        color: #025fbd;
        margin-left: 0px;
        font-weight: normal;
        font-family: 'EB Garamond', serif;
        font-style: italic;
    }

    .voice-person-sp-position {
        display: block;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 10px;
    }

    .voice-works {
        margin-top: 40px;
    }

    .voice-works img {
        width: 100%;
    }

    .voice-works-images {
        float: none;
        width: 100%;
        position: relative;
        height: auto;
    }

    .voice-works-images-image1 {
        display: none;
        width: 100%;
        position: static;
    }

    .voice-works-images-image1-sp {
        display: block;
        margin-top: 20px;
    }

    .voice-works-des {
        float: none;
        width: 100%;
        font-size: 14px;
    }

    .voice-works-des-title-en {
        font-size: 30px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .voice-works-des-title-jp {
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .voice-works-des-des {
        margin-top: 17px;
    }

    .voice-voices {
        background: url(images/voice/bg.jpg) no-repeat center center/cover;
        padding: 50px 0;
        margin-top: 0;
    }

    .voice-voices-catch {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        letter-spacing: .2em;
        margin-bottom: 40px;
    }

    .voice-voices-voice {
        padding: 30px 40px;
        background: rgba(255, 255, 255, 0.85);
    }

    .voice-voices-voice-title-en {
        font-size: 30px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .voice-voices-voice-title-jp {
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .voice-voices-voice-des {
        font-size: 14px;
    }

    .voice-voices-voice+.voice-voices-voice {
        margin-top: 15px;
    }

    .voice-dream {
        margin-top: 60px;
    }

    .voice-dream img {
        width: 100%;
    }

    .voice-dream-des {
        float: none;
        width: 100%;
    }

    .voice-dream-des-title-en {
        font-size: 30px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .voice-dream-des-title-en-span {
        font-family: serif;
        font-size: 25px;
    }

    .voice-dream-des-title-jp {
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .voice-dream-des-des {
        font-size: 14px;
        margin-top: 15px;
    }

    .voice-dream-images {
        float: none;
        width: 100%;
        position: relative;
    }

    .voice-dream-images-image1 {
        display: none;
    }

    .voice-dream-images-image1-sp {
        display: block;
        width: 60%;
        margin-top: 20px;
    }

    .voice-dream-images-image2 {
        width: 45%;
        position: absolute;
        top: 35%;
        left: 55%;
    }

    .voice-message {
        margin-top: 80px;
    }

    .voice-message img {
        width: 100%;
    }

    .voice-message-images {
        float: none;
        width: 100%;
        position: static;
        height: 100%;
    }

    .voice-message-images-image1 {
        display: none;
        width: 100%;
        position: static;
        right: 49%;
    }

    .voice-message-images-image1-sp {
        margin-top: 20px;
        display: block;
    }

    .voice-message-des {
        float: none;
        width: 100%;
    }

    .voice-message-des-title-en {
        font-size: 30px;
        font-family: 'EB Garamond';
        line-height: 1;
        color: #025fbd;
        font-style: italic;
    }

    .voice-message-des-title-jp {
        font-size: 14px;
        color: #000113;
        margin-left: 15px;
    }

    .voice-message-des-des {
        font-size: 14px;
        margin-top: 15px;
    }

    .voice-memberlist-item+.voice-memberlist-item {
        margin-left: 2%;
    }

    .voice-memberlist {
        margin-top: 70px;
    }

    .voice-memberlist-item {
        position: relative;
        width: 49%;
        float: left;
    }

    .voice-memberlist-item a {
        border: solid 1px #000113;
        text-align: center;
        padding: 10px 20px;
        display: block;
    }

    .voice-memberlist-item a::before {
        right: -3%;
    }

    .voice-memberlist-item a:hover {
        background: linear-gradient(to right, #006bd7, #00a0d4);
        color: #fff;
    }

    .voice-memberlist-item a:hover::before {
        color: #fff;
    }

    .voice-memberlist-item:nth-child(3n + 1) {
        margin-left: 2%;
        clear: none;
    }

    .voice-memberlist-item:nth-child(n + 4) {
        margin-top: 0px;
    }

    .voice-memberlist-item:nth-child(2n + 1) {
        margin-left: 0%;
        clear: both;
    }

    .voice-memberlist-item:nth-child(n + 3) {
        margin-top: 15px;
    }

    .voice-memberlist-item-name {
        font-size: 14px;
    }

    .voice-memberlist-item-position {
        font-size: 11px;
    }

    .voice-memberlist-item.listactive {
        background: linear-gradient(to right, #006bd7, #00a0d4);
    }

    .voice-memberlist-item.listactive a {
        color: #fff;
    }

    .voice-memberlist-item.listactive a::before {
        content: "";
    }
}

@media (max-width: 670px) {
    .entry-title-en {
        font-family: 'EB Garamond';
        font-size: 50px;
        margin-top: 0px;
        padding-top: 0;
    }

    .entry-title-jp {
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: 0px;
    }

    .entry-form input {
        padding: 7px 0;
    }

    .entry-form-table-name input {
        width: 100%;
    }

    .entry-form .entry-form-table-address button {
        top: 0.5em;
        right: 5%;
        max-width: 115px;
    }

    .entry-form .entry-form-table-address-post {
        width: 50%;
        margin-left: 10px;
    }

    .entry-form .entry-form-table-address-detail {
        width: 100%;
        margin-top: 5px;
    }

    .entry-form textarea {
        height: 200px;
    }

    .entry-form td {
        background: #fff;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        padding: 15px;
        display: block;
    }

    .entry-form-des {
        font-size: 14px;
        margin-top: 40px;
    }

    .entry-form-des br {
        display: inline;
    }

    .entry-form-des2 {
        font-size: 14px;
        margin-top: 40px;
    }

    .entry-form-table {
        border: none;
    }

    .entry-form-table-title {
        font-size: 14px;
        border: none;
        background: #fff;
        text-align: left;
        vertical-align: baseline;
        display: block;
        padding: 0 15px;
        margin-top: 15px;
        line-height: 1;
        width: auto;
    }

    .entry-form-table-address button {
        width: 36%;
        margin-left: 10px;
        padding: 10px 10px;
    }

    .entry-form-submit {
        text-align: center;
    }

    .entry-form-submit .button {
        font-size: 16px;
        width: 245px;
        padding: 16px 20px;
        position: relative;
    }

    .entry-form-submit .button:hover {
        border: none;
        background: linear-gradient(90deg, #006bd7, #00a0d4);
    }

    .entry-form-submit .button::before {
        background: url(images/entry/botton_r.png) no-repeat 0 0;
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
    }

    .entry-form-submit .btn_back button::before {
        background: url(images/entry/botton_l.png) no-repeat 0 0;
        background-size: 8px 15px;
    }

    .entry-form-submit .button:hover::before {
        background: none;
    }

    .entry-form-submit ul {
        width: 245px;
    }

    /* 確認画面 */
    div#wpcf7cpcnf table {
        border: none;
        vertical-align: baseline;
    }

    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
        display: block;
    }

    div#wpcf7cpcnf th {
        background-color: #fff;
        border: none;
        font-size: 14px;
        margin-top: 15px;
        line-height: 1;
        padding: 0 15px;
        text-align: left;
        width: auto;
    }

    div#wpcf7cpcnf td {
        padding: 15px;
    }

    div.wpcf7cp-btns button {
        margin: 30px auto 0;
        width: 245px;
    }
}

.footer-bg {
    margin: 50px 0 0 0;
    width: 100%;
    padding: 5% 0;
    background: url("images/bg_common.jpg") no-repeat center top;
    background-size: cover;
}

.ly_footer {
	max-width: 1200px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin: 0 auto;
}

.footer-bg .footer-entry {
    width: 100%;
    padding: 5%;
    background: url("images/bg_common02.png") repeat center top;
    background-size: 100% auto;
    margin: 0 auto;
}

.footer-bg .footer-entry .footer-rec,
.footer-bg .footer-entry .footer-ent {
    position: relative;
}

.footer-bg .footer-entry .footer-rec a::after,
.footer-bg .footer-entry .footer-ent a::after {
    content: url(images/botton.png);
    width: 100%;
    position: absolute;
    right: -40%;
}

.footer-bg .footer-entry-title {
    font-family: 'EB Garamond', serif;
    text-align: center;
    font-size: 70px;
    font-style: italic;
    line-height: 1;
    color: #025fbd;
	margin: 0 0 10px;
}

.footer-bg .footer-entry-explain {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #000113;
    margin-bottom: 5%;
}

.ly_footer_box {
	padding: 0 30px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: center;
}

.footer-contact .footer-ent {
	text-align: center;
	max-width: 220px;
	margin: 0 auto;
}

.footer-bg .footer-entry a {
    display: block;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
}

.footer-bg .footer-entry a:hover {
    opacity: 1;
}

.footer-bg .footer-entry .footer-rec {
    background: linear-gradient(90deg, #b2a174, #b8ad91);
    position: relative;
}

.footer-bg .footer-entry .footer-rec:hover {
    background: #0287b2;
}

.footer-bg .footer-entry .footer-ent {
    background: linear-gradient(90deg, #006bd7, #00a0d4);
    position: relative;
}

.footer-bg .footer-entry .footer-ent:hover {
    background: #b90467;
}

.footer-entry-botton {
    width: 2%;
    position: absolute;
    right: 20px;
    bottom: 24px;
}

.footer-under-part {
    background: #000000;
    padding: 56px 40px 47px 40px;
    padding-right: 11%;
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-under-part .footer-pageup {
    position: fixed;
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.footer-under-part .footer-pageup-link {
    display: block;
    width: 45px;
    height: 45px;
    color: white;
    border: 1px solid #FFFFFF;
    text-indent: -9999px;
    background: #000000;
    box-sizing: border-box;
}

.footer-under-part .footer-pageup-link span {
    display: block;
    width: 45px;
    height: 45px;
    background: url(images/pagetop.png) no-repeat center center;
}

.footer-under-part .footer-pageup-link:hover {
    background: #025fbd;
    opacity: 1;
}

.footer-under-part .footer-log {
    line-height: 200%;
}

.footer-under-part .footer-log-link {
    width: 100%;
}

.footer-under-part .footer-log-link p {
    width: 100%;
    color: #ffffff;
}

.footer-under-part .footer-log-link p img {}

.footer-under-part .fbn img.pcbn {
    padding: 15px 0 0 0;
}

.footer-under-part .fbn img.spbn {
    display: none;
}

@media (max-width: 670px) {
    .footer-under-part .fbn img.pcbn {
        display: none;
    }

    .footer-under-part .fbn img.spbn {
        padding: 15px 0 0 0;
        text-align: center;
        display: block;
        width: 236px;
        margin: 0 auto;
    }

    .footer-under-part .fbn img.spbn img {}
	
	.ly_footer,
	.ly_footer_box {
		display: block;
	}
	
	 .footer-bg .footer-entry.footer-contact {
		margin: 20px 0 0;
	}
	
	.footer-contact .footer-ent {
		max-width: 100%;
	}
}

.footer-under-part .footer-nav {
    width: 560px;
    position: absolute;
    top: 50px;
    right: 40px;
}

.footer-under-part .footer-under {
    margin: 80px 0 0 0;
    margin-bottom: 0;
}

.footer-under-part .footer-under .footer-copyright {
    float: none;
    padding: 0 auto;
    text-align: right;
}

.footer-under-part .footer-under .footer-copyright-detail {
    width: 100%;
}

.footer-under-part .footer-under .footer-copyright-detail small {
    width: 100%;
    font-size: 12px;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
}

.footer-under-part .footer-copyright-detail {
    color: #666666;
}

.footer-under-part .fbn {
    width: 30%;
    margin-top: 3%;
}

.footer-under-part .fbn img {
    width: 100%;
}


.footer-under-part .logo_wrap2 {
    width: 560px;
    position: absolute;
    top: 200px;
    right: 40px;
}

.footer-under-part .logo_wrap2 li img {
    max-width: 250px;
    margin-left: -8px;
}

.footer-under-part .logo_wrap2 li:last-child img {
    max-width: 400px;
    margin-left: 0;
}


@media (max-width: 670px) {
    .footer-under-part .fbn {
        width: 100%;
    }

    .footer-under-part .logo_wrap2 {
        position: unset;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .footer-under-part .logo_wrap2 li img {
        max-width: 200px;
    }

    .footer-under-part .logo_wrap2 li:last-child img {
        max-width: 300px;
    }
}



#dropmenu {
    padding: 0;
    position: relative;
    left: 0;
}

#dropmenu li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

#dropmenu li.l {
    color: #ffffff;
    margin: 0 100px 0 0;
}

#dropmenu li a {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

#dropmenu li a:hover {
    text-decoration: underline;
}

#dropmenu li ul {
    width: 190px;
    position: absolute;
    top: 30px;
    left: 0;
}

#dropmenu li ul li {
    float: none;
}

#dropmenu li ul li a {
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
}

#dropmenu li:hover ul li:first-child {
    border-top: 0;
}

#dropmenu li:hover ul li:last-child {
    border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

.footer-link {
    position: absolute;
    bottom: 10%;
    left: 10;
    margin-top: 5%;
}

.footer-link td {
    color: white;
    width: 30px;
}

.footer-link img {
    width: 22px;
    height: auto;
}

.footer-link-title {
    width: 10%;
    color: white;
    font-size: 12px;
    vertical-align: middle;
    width: 100px;
}

.footer-link-youtube {
    margin: 0;
}

.footer-link .footer-link-title {
    width: 100px;
}

.footer-media-ent {
    display: none;
}

@media (max-width: 670px) {
    .footer-bg {
        margin: 25px 0 0 0;
        background: url("images/bg_common_sp.jpg") no-repeat center top;
        background-size: cover;
    }

    .footer-bg {
        width: auto;
        padding: 5%;
    }

    .footer-bg .footer-entry {
        padding: 6%;
        margin: 0 auto;
        overflow: hidden;
        background: url("images/bg_common02_sp.png") repeat center top;
        background-size: 100% auto;
    }

    .footer-bg .footer-entry-title {
        font-family: 'EB Garamond', serif;
        text-align: center;
        font-size: 40px;
    }

    .footer-bg .footer-entry-explain {
        text-align: left;
        font-size: 16px;
        line-height: 1.6;
        color: #000113;
        margin-bottom: 5%;
    }

    .footer-bg .footer-entry div {
        width: 100%;
        height: 100%;
        padding: 0;
        float: none;
        font-size: 12px;
        text-align: center;
        margin-bottom: 2%;
    }

    .footer-bg .footer-entry a {
        display: block;
        height: 60px;
        line-height: 380%;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-style: oblique;
    }

    .footer-bg .footer-entry .footer-rec {
        margin: 0 0 10px;
    }

    .footer-bg .footer-entry .footer-ent {
        margin-left: 0%;
        margin-right: 0%;
    }

    .footer-under-part {
        padding: 5%;
        height: 100%;
        position: relative;
    }

    .footer-under-part .footer-pageup {
        display: none;
    }

    .footer-under-part .footer-log-link p {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .footer-under-part .footer-log-link p img {
        width: 60%;
        padding: 0 10%;
        margin-bottom: 0;
    }

    .footer-under-part .footer-nav {
        display: none;
    }

    .footer-under-part .footer-under .footer-copyright-detail {
        width: 100%;
        height: 20px;
        position: static;
        bottom: 10%;
        margin: 0 auto;
    }

    .footer-under-part .footer-copyright-detail {
        color: #666666;
        font-size: 8px;
    }

    .footer-link {
        position: static;
        margin: 10%;
        width: 80%;
    }

    .footer-link td {
        color: white;
    }

    .footer-link img {
        width: 80%;
        margin: 0 10%;
    }

    .footer-link-title {
        text-align: center;
        width: 5%;
        color: white;
        font-size: 15px;
        vertical-align: middle;
    }

    .footer-link-title a {
        width: 100%;
    }

    .footer-link-youtube {
        width: 22px;
        height: 20px;
    }

    .footer-link-facebook {
        width: 3%;
    }

    .footer-link-insta {
        width: 3%;
    }

    .footer-media-ent {
        display: block;
        padding: 5% 0;
        background: linear-gradient(90deg, #006bd7, #00a0d4);
        width: 100%;
        position: relative;
    }

    .footer-media-ent a {
        display: block;
        height: 100%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .footer-media-ent::after {
        content: ">";
        position: absolute;
        color: #ffffff;
        right: 10%;
        top: 37%;
    }

    .footer-media-ent:hover {
        background: #b90467;
    }

    .footer-under {
        margin: 7% 0 !important;
        margin-bottom: 0;
    }

    .footer-under .footer-copyright {
        float: none;
        padding: 0 auto;
        text-align: center;
    }

    .footer-under .footer-copyright-detail {
        width: 100%;
        text-align: center;
    }

    .footer-under .footer-copyright-detail small {
        width: 100%;
    }


    footer .footer-ent2 {
        background: linear-gradient(90deg, #006bd7, #00a0d4);
    }

    footer .footer-ent2 a {
        display: block;
        line-height: 380%;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-style: oblique;
        text-align: center;
        background: url(images/botton.png) no-repeat right 15px top 50%;
    }

    .sliderset-contents-images img {
        width: 80%;
    }

    .footer-under-part .footer-under .footer-copyright-detail small {
        font-size: 10px;
    }
}



/*SNS　写真ずらずら*/
.loop-wrap {
    padding-top: 5%;
    padding-bottom: 3%;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.loop-wrap .sns-loop {
    display: -ms-grid;
    overflow: hidden;
}

/*----------------------------*/
.loop-wrap .sns-loop__wrap {
    display: flex;
    overflow: hidden;
}

.loop-wrap .sns-loop__list {
    display: flex;
    list-style: none;
}

.loop-wrap .sns-loop__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.loop-wrap .sns-loop__item {
    width: calc(100vw / 5);
}

.loop-wrap .sns-loop__item>img {
    width: 100%;
    border-radius: 25px;
}

.loop-wrap .sns-loop__list li {
    margin: 0 1.5%;
}

.loop-wrap .follow {
    margin-bottom: 15%;
    margin-top: 8%;
}

.loop-wrap .follow ul {
    margin-top: 5%;
}

.loop-wrap .follow ul li {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin-right: 3%;
    text-align: center;
}

.loop-wrap .follow ul li:last-child {
    margin-right: 0%;
}

.loop-wrap .follow ul li .inner {
    display: flex;
    align-items: start;
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width:750px) {
    .loop-wrap .follow ul li {
        display: block;
        width: 100%;
        margin-bottom: 10%;
    }

    .loop-wrap .sns-loop__item {
        width: calc(100vw / 3);
    }
}


/*トップページ　事業内容追加20241101*/
.top-text {
    text-align: center;
    margin-top: 5%;
}

.top-text .font-b {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2%;
}

@media screen and (max-width:750px) {
    .top-text {
        margin-top: 8%;
    }
}

@media screen and (min-width:641px) {
    .about_top_sp {
        display: none
    }
}

@media screen and (max-width:640px) {
    .about_top_sp {
        display: block;
    }
}

.about_top_sp img {
    width: 100%;
}


/* トップページ */
.contents-wrap-wide {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

@media (max-width:1200px) {
    .contents-wrap-wide {
        padding: 0 5%;
    }
}

.contents-title {
    text-align: center;
}

.contents-title-en {
    font-family: 'EB Garamond';
    font-size: 50px;
    font-style: italic;
    line-height: 1;
    color: #025fbd;
}

.contents-title-jp {
    display: block;
}

@media screen and (max-width: 1200px) {
    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .contents-title-en {
        font-size: 38px;
    }
}

/* TOP トピックス */
.top-topics {
    padding: 92px 0 113px;
    position: relative;
}
.top-topics .contents-wrap-wide {
    max-width: 1030px;
}

.topics-list {
    margin-top: 37px;
}

.topics-list-item {
    background-color: #f2f4f4;
    border-radius: 20px;
    margin-bottom: 10px;
}

.topics-list-item a {
    color: #000113;
    display: flex;
    padding: 23px 32px;
}
.topics-list-item a:hover {
    color: #025fbd;
}

.topics-list-date {
    font-size: 14px;
}
.topics-list-cat {
    border: 1px solid #025fbd;
    border-radius: 30px;
    color: #025fbd;
    font-size: 14px;
    margin: 0 30px;
    padding: 1px 12px;
    width: 6em;
    text-align: center;
}
.topics-list-title {
    font-size: 16px;
    font-weight: bold;
}

.topics-list-btn {
    text-align: right;
    margin-top: 45px;
}
.topics-list-btn a {
    color: #000113;
    font-size: 16px;
    padding-right: 63px;
    position: relative;
}
.topics-list-btn a::after {
    background: url(images/btn_arrow.png) no-repeat right center /contain;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}

@media screen and (max-width: 640px) {
    .top-topics {
        padding: 40px 0 60px;
    }
    .topics-list-item a {
        flex-wrap: wrap;
        padding: 16px 24px;
    }
    .topics-list-cat {
        font-size: 12px;
        padding: 0 1em;
        width: auto;
    }
    .topics-list-title {
        font-size: 14px;
        margin-top: 5px;
    }
}


/* 背景画像 */
.top-topics::before,
.top-topics::after,
#sec-franchise::before,
#sec-contents::before,
#sec-contents::after,
#sec-csr::before,
#sec-experiment::before {
    background: url(images/top/bg_01.png) no-repeat top left /contain;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}

.top-topics::before {
    background-image: url(images/top/bg_02.png);
    width: 1402px;
    height: 782px;
    top: -25%;
    left: -20%;
}
.top-topics::after {
    width: 1200px;
    height: 649px;
    bottom: -35%;
    right: -20%;
    transform: rotate(17deg);
}

#sec-franchise::before {
    width: 1450px;
    height: 785px;
    transform: scaleX(-1) rotate(-13deg);
    top: 11%;
    left: -3%;
}
#sec-contents::before {
    width: 1200px;
    height: 649px;
    transform: rotate(17deg);
    top: -3%;
    right: -20%;
}
#sec-contents::after {
    width: 1450px;
    height: 785px;
    transform: scaleX(-1) rotate(17deg);
    top: 40%;
    left: -5%;
}

#sec-csr::before {
    width: 1450px;
    height: 785px;
    transform: rotate(-13deg);
    top: -85%;
    right: -25%;
}

#sec-experiment::before {
    background-image: url(images/top/bg_02.png);
    width: 1402px;
    height: 782px;
    bottom: -35%;
    left: -24%;
}

@media screen and (max-width: 640px) {
    .top-topics::before,
    .top-topics::after,
    #sec-franchise::before,
    #sec-contents::before,
    #sec-contents::after,
    #sec-csr::before,
    #sec-experiment::before {
        width: 100%;
        height: 300px;
    }
    .top-topics::before {
        top: -8%;
        left: -18%;
    }

    .top-topics::after {
        bottom: -17%;
        right: -20%;
    }
}

/*
    TOP 事業紹介
*/

/* 事業紹介:ナビゲーション */
.service-nav {
    background: url(images/top/bg_service.jpg) no-repeat top left /cover;
    padding: 80px 0 115px;
}

.service-nav .contents-title-en,
.service-nav .contents-title-jp {
    color: #fff;
}

.service-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.service-nav-item {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 35px;
    width: calc(calc(100% - 60px) / 3);
    position: relative;
}
.service-nav-item a {
    color: #000113;
    display: block;
    padding: 35px 37px;
}
.service-nav-item a:hover {
    box-shadow: 0 0 10px #fff;;
}

.service-nav-item a::after {
    content: "";
    border-right: 2px solid #025fbd;
    border-bottom: 2px solid #025fbd;
    display: block;
    width: 42px;
    height: 18px;
    transform: skew(45deg);
    position: absolute;
    right: 25px;
    bottom: 22px;
    transition: .3s all;
}

.service-nav-item a:hover::after {
    right: 16px;
}

.service-nav-item .item-num {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: -1em;
    right: 22px;
    z-index: 5;
}

.service-nav-item .item-text {
    font-size: 20px;
}

.service-nav-item .item-text-en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1200px) {
    .service-nav {
        display: block;
        width: 100%;
        margin-bottom: 10%;
    }
    .service-nav-item a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 640px) {
    .service-nav {
        padding: 50px 0;
    }
    .service-nav-item {
        margin-top: 28px;
        width: 100%;
    }
    .service-nav-item a {
        padding: 16px;
    }
    .service-nav-item a::after {
        width: 28px;
        height: 10px;
    }
    .service-nav-item .item-text {
        font-size: 16px;
    }
}

/* 事業紹介:コンテンツ全般 */
.service-detail {
    position: relative;
}
.service-detail + .service-detail {
    margin-top: 84px;
}
.service-detail img {
    vertical-align: bottom;
}
.service-detail-wrap {
    margin: 68px auto 175px;
}
.service-detail-title {
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    width: 100%;
    margin-bottom: 73px;
}
.service-detail-title::before {
    background-color: #dddddd;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.service-detail-title-num {
    color: #dddddd;
    font-size: 101px;
    font-weight: 600;
}
.service-detail-title-text {
    font-size: 30px;
    font-weight: 600;
    margin-left: 12px;
}
.service-detail-title-text .em {
    color: #025fbd;
}
.service-detail-title-text-en {
    color: #dddddd5e;
    font-size: 101px;
    font-weight: 600;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .service-detail-wrap {
        margin-bottom: 100px;
    }
    .service-detail-title-text-en {
        font-size: 86px;
    }
}

@media screen and (max-width: 640px) {
    .service-detail-wrap {
        margin-bottom: 30px;
    }
    .service-detail + .service-detail {
        margin-top: 60px;
    }
    .service-detail-title {
        display: block;
    }
    .service-detail-title::before {
        bottom: -5px;
    }
    .service-detail-title-num {
        font-size: 60px;
        z-index: -1;
    }
    .service-detail-title-text {
        font-size: 24px;
        margin-top: -20px;
        margin-left: 0;
        line-height: 1.2;
    }
    .service-detail-title-text-en {
        font-size: 32px;
        bottom: -1em;
    }
}

/* 事業紹介:01 トレーニング塾運営、02 フィジカル検診センター運営 */
#sec-training .service-detail-image {
    margin-left: -85px;
}
#sec-physical .service-detail-image {
    margin-right: -95px;
}

.service-detail-content {
    position: relative;
}

#sec-training .service-detail-desc {
    max-width: 533px;
    position: absolute;
    bottom: 0;
    left: 5%;
}
#sec-physical .service-detail-desc {
    max-width: 463px;
    position: absolute;
    bottom: 30px;
    right: 10%;
}

.service-detail-desc-title {
    font-family: 'EB Garamond';
    font-size: 50px;
    font-style: italic;
    line-height: 1;
    color: #025fbd;
    font-style: italic;
}

.service-detail-desc-title-jp {
    color: #000113;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-left: 15px;
}

.service-detail-desc-catch {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.service-detail-desc-text {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    #sec-training .service-detail-desc {
        bottom: -50px;
        left: 0;
    }
    #sec-physical .service-detail-desc {
        bottom: -30px;
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    #sec-training .service-detail-image,
    #sec-physical .service-detail-image {
        margin: 0 0 30px;
    }
    #sec-training .service-detail-desc,
    #sec-physical .service-detail-desc {
        position: static;
    }

    .service-detail-desc-title {
        font-size: 40px;
    }
    .service-detail-desc-title-jp {
        font-size: 14px;
        display: block;
        margin-left: 0;
    }
}

/* 事業紹介:03 フランチャイズ展開、04 コンテンツ販売 */
.service-detail-box-row {
    display: flex;
}
.service-detail-box-row:nth-of-type(odd) { background-color: #f5f5f5; }
.service-detail-box-row:nth-of-type(even) { background-color: #ecf5ff; }

.service-detail-box-col {
    width: 50%;
    position: relative;
    max-height: 690px;
}
.service-detail-box-row:nth-of-type(even) .service-detail-box-col:nth-of-type(1) { order: 2; }
.service-detail-box-row:nth-of-type(even) .service-detail-box-col:nth-of-type(2) { order: 1; }

.service-detail-box-col:nth-of-type(2) {
    padding: 40px 47px 6% 6%;
}
.service-detail-box-col:nth-of-type(2) .col-inner {
    height: 100%;
    position: relative;
}
.service-detail-box-header {
    color: #dddddd;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
.service-detail-box-title {
    font-size: 42px;
    font-weight: 700;
    margin: 40px 0 30px;
}
.service-detail-box-title-catch {
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.service-detail-box-text {
    font-size: clamp(16px, 1.33vw, 20px);
    margin-right: 50px;
    line-height: 1.65;
}
.service-detail-box .abtn {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1200px) {
    .service-detail-box-title {
        font-size: 38px;
        margin: 10px 0;
    }
    .service-detail-box-text {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .service-detail-box-row {
        display: block;
        margin-top: 20px;
    }
    .service-detail-box-col {
        width: auto;
    }
    .service-detail-box-col:nth-of-type(2) {
        padding: 16px 24px 30px;
    }
    .service-detail-box-header {
        font-size: 16px;
    }
    .service-detail-box-title {
        font-size: 26px;
        margin: 10px 0 16px;
    }
    .service-detail-box-title-catch {
        font-size: 14px;
    }
    .service-detail-box .abtn {
        margin-top: 20px;
        position: relative;
    }
}


/* 事業紹介:05 CSR・PR活動 */
#sec-csr {
    margin-bottom: 180px;
}
.service-detail-card-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 163px;
}
.service-detail-card {
    align-items: stretch;
    width: calc(calc(100% - 120px) / 3);
    padding: 100px 30px 46px;
}
.service-detail-card:nth-child(odd) {background-color: #f5f5f5; }
.service-detail-card:nth-child(even) {background-color: #ecf5ff; }

.service-detail-card:nth-child(3n+2) { margin: 50px 0 -50px; }
.service-detail-card:nth-child(3n+3) { margin: 100px 0 -100px; }

.service-detail-card .card-image {
    margin-top: -60%;
}
.service-detail-card .card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 23px;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .service-detail-card {
        width: calc(calc(100% - 60px) / 3);
    }
    .service-detail-card .card-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    #sec-csr {
        margin-bottom: 0;
    }
    .service-detail-card-wrap {
        display: block;
        margin-top: 140px;
    }
    .service-detail-card {
        padding: 100px 24px 24px;
        width: auto;
    }
    .service-detail-card:nth-child(n+2) {
        margin: 100px 0 0;
    }
}


/* 事業紹介:06 実証実験・共同研究 */
#sec-experiment .service-detail-content {
    display: flex;
    padding-bottom: 171px;
    position: relative;
}
.experiment-image {
    flex-shrink: 0;
}
.experiment-textbox {
    margin: 30px 270px 0 100px;
}
.experiment-logo {
    max-width: 400px;
}
.experiment-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 19px;
    margin-bottom: 23px;
}
.experiment-imglist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0;
    max-width: 600px;
    position: absolute;
    right: 0;
    bottom: -60px;
}
.experiment-imglist li:nth-child(1) {
    grid-column: 3; /* 1行目・右端 */
    grid-row: 1;
}
.experiment-imglist li:nth-child(2) {
    grid-column: 1; /* 2行目・左 */
    grid-row: 2;
}
.experiment-imglist li:nth-child(3) {
    grid-column: 2; /* 2行目・中 */
    grid-row: 2;
}
.experiment-imglist li:nth-child(4) {
    grid-column: 3; /* 2行目・右 */
    grid-row: 2;
}
.experiment-imglist img {
    display: block;
}

@media screen and (max-width: 1200px) {
    #sec-experiment .service-detail-content {
        padding: 0;
    }
    .experiment-textbox {
        margin: 30px 0 0 40px;
    }
    .experiment-imglist {
        display: flex;
        margin-top: 50px;
        max-width: 100%;
        position: static;
    }
}

@media screen and (max-width: 640px) {
    #sec-experiment .service-detail-content {
        display: block;
    }
    .experiment-image {
        margin: 0 auto;
        width: 80%;
    }
    .experiment-textbox {
        margin: 20px;
    }
    .experiment-logo {
        width: 80%;
        margin: 0 auto;
    }
    .experiment-title {
        line-height: 1.5;
    }
    .experiment-imglist {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .experiment-imglist li {
        width: 50%;
    }
}


/* TOPICS 一覧ページ */
.post-type-topics .topics-list {
    margin-top: 10%;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.page-numbers {
    color: #000113;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 30px;
}
.page-numbers:not(.prev, .next) {
    width: 50px;
    height: 50px;
}
.page-numbers.current {
    background-color: #025fbd;
    color: #fff;
}
.page-numbers:hover:not(.current, .prev, .next) {
    background-color: #ddd;
}

.page-numbers.prev::before,
.page-numbers.next::after {
    content: "";
    border: 1px solid transparent;
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 0 5px 5px;
    transition: .3s all;
}
.page-numbers.prev::before {
    border-color: transparent transparent #000113 #000113;
    transform: skew(-45deg);
}
.page-numbers.next::after {
    border-color: transparent #000113 #000113 transparent;
    transform: skew(45deg);
}
.page-numbers.prev:hover::before {
    margin-left: -10px;
    margin-right: 20px;
}
.page-numbers.next:hover::after {
    margin-left: 20px;
    margin-right: -10px;
}

/* TOPICS 個別ページ */
.topics-head {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;
}
.topics-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
}
.topics-cat {
    border: 1px solid #025fbd;
    border-radius: 30px;
    color: #025fbd;
    font-size: 12px;
    margin-left: 20px;
    padding: 1px 12px;
    text-align: center;
}
.topics-body {
    margin-top: 50px;
}
.topics-body > p {
    margin-bottom: 1em;
}
.topics-body img {
    display: block;
    margin: 30px auto;
}

.topics-navigation-wrap {
    margin-top: 70px;
}
.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-navigation li {
    width: 200px;
}
.page-navigation li a {
    color: #000113;
    position: relative;
}
.page-navigation .link-prev,
.page-navigation .link-next {
    display: flex;
    width: 30%;
}
.page-navigation .link-next {
    justify-content: flex-end;
}

.page-navigation .link-prev a::before,
.page-navigation .link-next a::after {
    content: "";
    border: 1px solid transparent;
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 0 5px 5px;
    transition: .3s all;
}
.page-navigation .link-prev a::before {
    border-color: transparent transparent #000113 #000113;
    transform: skew(-45deg);
}
.page-navigation .link-next a::after {
    border-color: transparent #000113 #000113 transparent;
    transform: skew(45deg);
}
.page-navigation .link-prev a:hover::before {
    margin-left: -10px;
    margin-right: 20px;
}
.page-navigation .link-next a:hover::after {
    margin-left: 20px;
    margin-right: -10px;
}
.page-navigation .link-all {
    margin: 0;
}

@media screen and (max-width: 640px) {
    .topics-title{
        font-size: 20px;
    }
    .page-navigation li {
        font-size: 14px;
        width: auto;
    }
    .page-navigation .link-all {
        margin: 0 10px;
        width: 130px;
    }
    .page-navigation .link-all a::before {
        right: 0;
    }
    .page-navigation .link-prev a::before,
    .page-navigation .link-next a::after {
        width: 20px;
        height: 8px;
    }
}

/*============================
リキャプチャ
============================*/
.grecaptcha-badge { visibility: hidden; }

.bl_recaptcha {
	text-align: center;
	font-size: .875rem;
	margin: 20px 0 0;
}

.bl_recaptcha span {
	display: block;
}

.bl_recaptcha a {
	margin: 0 5px;
	border-bottom: 1px solid #00a1e9;
	color: #00a1e9;
	padding-bottom: 2px;
}

.bl_recaptcha a:hover {
	border-bottom: 1px solid #005bac;
	color: #005bac;
}

@media screen and (max-width: 767px) {
	.bl_recaptcha {
		text-align: left;
	}
}

/*============================
アニメーション
============================*/
.slide_l {
	opacity : 0;
	transform: translateX(-30px);
	transition: all 1s;
}
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}
.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }
  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}
.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}
.fadeup-box {
	opacity: 0;
}
