@charset "utf-8";

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

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, main, summary, address {
    display: block;
}

h1, h2, h3, h4, h5, h6, strong, em, b, i {
    font-style: normal;
    font-weight: bold;
}

div, p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ol, ul {
    list-style: none;
}

li {
    list-style: inherit;
}

blockquote, q {
    quotes: none;
}

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

img {
    vertical-align: bottom;
}

table {
    border-spacing: 0;
    border-collapse: separate;
    word-break: break-all;
    empty-cells: show;
}

caption, th {
    text-align: left;
}

input, button, textarea, select {
    margin: 0;
    font: inherit;
}

input, textarea {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html>* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------------------------------------------------*/
/* base style */
/* ---------------------------------------------------------------------------------------------------*/
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	position: relative;
}

.gridWrap {
    padding: 40px 0;
    background: url("../images/common/bg_border.png") 50% 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 560px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 560px) 0 repeat-y,
        url("../images/common/bg_border.png") 0 100% repeat-x;
    background-size: 1px 1px;
}
.gridWrapBottom {
    padding: 40px 0 80px;
    background: url("../images/common/bg_border.png") 50% 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 560px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 560px) 0 repeat-y,
        url("../images/common/bg_border.png") 0 calc(100% - 40px) repeat-x,
        url("../images/common/bg_border.png") 0 100% repeat-x;
    background-size: 1px 1px;
}
.gridWrapFull {
    padding: 80px 0;
    background: url("../images/common/bg_border.png") 50% 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 560px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 560px) 0 repeat-y,
        url("../images/common/bg_border.png") 0 calc(100% - 40px) repeat-x,
        url("../images/common/bg_border.png") 0 100% repeat-x,
        url("../images/common/bg_border.png") 0 40px repeat-x;
    background-size: 1px 1px;
}

.josefin {
    font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, table, tr, th, td, ul, ol, li, i, dl, dd, dt {
    font-size: 16px;
    line-height: 1.8em;
    color: #222;
}

a {
    color: #0377ee;
    text-decoration: none;
}

a:hover,
a.hover {
    color: #15a6bc;
    text-decoration: underline;
}

p {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 1.8em;
    text-align: justify;
}

.caution {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

#wrapper {
    flex-grow: 1;
    width: 100%;
    min-width: 1120px;
}

.inner {
    margin: 0 auto;
    width: 1120px;
    position: relative;
}

.thumbImage {
    overflow: hidden;
    line-height: 0;
}

.thumbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}

.pc_hide {
    display: none !important;
}

.sp_hide {
    display: block !important;
}

/* ---------------------------------------------------------------------------------------------------*/
/* header */
/* ---------------------------------------------------------------------------------------------------*/
#campaignHeader {
    width: 100%;
    min-width: 1120px;
	height: auto;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

#campaignHeader p:nth-of-type(1) a{
    margin-right: 8px;
    font-weight: 700;
    font-size: 18px;
}

#campaignHeader p:nth-of-type(2) a{
    margin-right: 8px;
    background: linear-gradient(transparent 50%, #fff669 50%);
}

#campaignHeader i {
    margin-right: 16px;
    font-size: 24px;
    color: #f6ab00;
}

#campaignHeader a img {
    width: auto;
    height: 32px;
    transition: all 0.3s ease-out;
}

#campaignHeader a:hover img,
#campaignHeader a.hover img {
    opacity: .6;
}

/* ---------------------------------------------------------------------------------------------------*/
header {
    padding: 0 0 0 40px;
    width: 100%;
    height: 88px;
    min-width: 1120px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #126;
}

header a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}

header .logo img {
    height: 36px;
}

header .logo img:hover,
header .logo img.hover {
    opacity: 0.6;
}

header .nav {
    margin-left: auto;
    display: flex;
}

header .nav a {
    padding: 0 32px;
    color: #FFF;
}

header .nav a:last-child {
    padding: 0 48px;
    background: #0377ee;
}

header .nav a span {
    display: block;
    line-height: 88px;
    position: relative;
}

header .nav a span::after {
    content: "";
    display: block;
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 2px;
    left: 50%;
    background: #19CBC9;
    transition: all 0.3s ease-out;
}

header .nav a:hover,
header .nav a.hover {
    text-decoration: none;
}

header .nav a:hover span::after,
header .nav a.hover span::after {
    width: 100%;
    left: 0;
}

header .spNav {
    display: none;
}

.spMenu {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------*/
/* backTopButton */
/* ---------------------------------------------------------------------------------------------------*/
.backTopButton {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9997;
}

.backTopButton a {
    display: block;
    width: 80px;
    height: 80px;
    background: #0377ee;
    border: 2px solid #0377ee;
    transition: all 0.2s ease-out;
}

.backTopButton a i {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #FFF;
    line-height: 76px;
    transition: all 0.2s ease-out;
}

.backTopButton a:hover,
.backTopButton a.hover {
    background: #006688;
    text-decoration: none;
    box-shadow: 0 0 0 2px #FFF inset;
}

.backTopButton a:hover i {
    line-height: 60px;
}

/* ---------------------------------------------------------------------------------------------------*/
/* footer */
/* ---------------------------------------------------------------------------------------------------*/
footer {
    background: #126;
}

footer .inner {
    padding: 40px;
    flex-direction: column;
}

footer p.caution {
    font-size: 13px;
    line-height: 1.6em;
    color: #CCC;
}

footer .copy {
    font-size: 13px;
    color: #CCC;
    line-height: 40px;
    text-align: center;
    background: #0b122b;
}

/* ---------------------------------------------------------------------------------------------------*/
/* loading */
/* ---------------------------------------------------------------------------------------------------*/
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    width: 100%;
    height: 120vh;
    background: #126;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

#loader.loaded {
    animation: fadeOut 1s forwards;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 40%;
}

.cube1, .cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* ---------------------------------------------------------------------------------------------------*/
/* blockButton */
/* ---------------------------------------------------------------------------------------------------*/
.blockButton {
	margin: 0 auto;
	display: block;
	width: 320px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #0377ee;
	box-shadow: 0 -4px 0 0 #006688 inset;
	position: relative;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.blockButton::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 24px;
	top: calc(50% - 0.5em);
	font-size: 24px;
	line-height: 1em;
	transition: all 0.2s ease-out;
}
.blockButton:hover,
.blockButton.hover {
	color: #FFF;
    background: #006688;
	text-decoration: none;
}
.blockButton:hover::after,
.blockButton.hover::after {
    right: 16px;
}

/* ---------------------------------------------------------------------------------------------------*/
/* 下層ページテンプレート */
/* ---------------------------------------------------------------------------------------------------*/
.pageHead {
	border-bottom: 1px solid #EBEBEB;
}
.singleColumn{
	padding-top: 88px;
}
.singleColumn .inner {
	padding: 0 80px;
}
/* 404 */
.big404{
	font-size: 80px;
	color: #0377ee;
	text-align: center;
}
.page2Column{
	padding-top: 88px;
	background:
        url("../images/common/bg_border.png") calc(50% - 560px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% - 520px) 0 repeat-y,
		url("../images/common/bg_border.png") calc(50% + 180px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 520px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 560px) 0 repeat-y,
        url("../images/common/bg_border.png") calc(50% + 220px) 0 repeat-y,
		url("../images/common/bg_border.png") 0 calc(100% - 40px) repeat-x,
		url("../images/common/bg_border.png") 0 186px repeat-x,
        url("../images/common/bg_border.png") 0 100% repeat-x;
    background-size: 1px 1px;
}
.columnBody{
	margin: 0 auto;
	width: 1120px;
	display: flex;
	height: auto;
	min-height: calc(100% - 58px);
}
.columnBody .mainContent{
	padding: 80px 0 80px 40px;
	flex: 1;
}
.columnBody .sideContent{
	padding: 80px 40px;
	width: 380px;
}
/* ---------------------------------------------------------------------------------------------------*/
/* breadlist */
/* ---------------------------------------------------------------------------------------------------*/
.breadlist {
    background: rgba(0,0,0,.06);
    margin: 0 auto;
    padding: 16px calc(50% - 520px);
    width: 100%;
    min-width: 1120px;
}
.breadlist ol{
    margin-left: -12px;
    display: flex;
}
.breadlist li {
    padding-left: 12px;
}
.breadlist li,
.breadlist li i,
.breadlist li a {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}
.breadlist li a {
	text-decoration: underline;
}
.breadlist li a:hover,
.breadlist li a.hover{
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------------*/
/* contact */
/* ---------------------------------------------------------------------------------------------------*/
#contact h1{
	font-size: 32px;
	line-height: 1.4em;
	text-align: center;
}
#contact h1 + p{
	margin-top: 24px;
	text-align: center;
}
#contact .thanksMessage{
	margin-top: 24px;
}
#contact .thanksMessage p{
	margin-top: 1em;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------------*/
/* form */
/* ---------------------------------------------------------------------------------------------------*/
.form {
	padding: 24px 40px;
	border: 8px solid #f5f5f5;
}
.singleColumn #contact .form{
	margin-top: 32px;
	background: #FFF;
}
.form .form_row{
	padding: 16px 0;
	display: flex;
	width: 100%;
	border-top: 1px solid #DDD;
}
.form .form_row:nth-of-type(1){
	border-top: none;
}
.form .form_row > p{
	display: none;
}
.form .form_row > label{
	padding-right: 24px;
	width: 350px;
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
}
.form .form_row > label span{
	order: 2;
    margin-top: 4px;
    width: 3.6em;
    font-size: 12px;
    color: #FFF;
	line-height: 24px;
    text-align: center;
    padding: 0 4px;
    border-radius: 4px;
	background: #d9534f;
}
.form .form_row > label span.any {
    background: #CCC;
}
.form .form_row > div{
	flex: 1;
}

.form input[type="text"],
.form input[type="email"]{
	width: 100%;
    max-width: 100%;
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
    outline: none;
	line-height: 26px;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #FFF;
}
.form input[type="radio"] {
  margin-right: 16px;
  margin-top: 16px;
  outline: none;
}
.form textarea {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding: 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}
.form .mwform-tel-field{
	display: flex;
	align-items: center;
}
.form input[type="text"]#age{
	margin: 0 8px 0 0;
	width: 6em;
}
.form input[type="text"].tellcell{
	margin: 0 8px;
	width: 4.2em;
}
.form input[type="text"].tellcell:nth-of-type(1){
	margin: 0 8px 0 0;
}
.form input[type="radio"]{
	margin-right: 8px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 40px;
}
.form .error{
	padding-top: 4px;
}
.form input[type="submit"] {
	margin: 16px auto 0;
	width: 300px;
	height: 80px;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 76px;
	background: #0377ee;
	box-shadow: 0 -4px 0 0 #006688 inset;
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
input[type="submit"][name="submitBack"]{
	color: #888;
    border: 2px solid #CCC;
    background: #F1F1F1;
	box-shadow: none;
}
.form input[type="submit"]:hover,
.form input[type="submit"].hover{
	background: #006688;
}
.form input[type="submit"][name="submitBack"]:hover,
.form input[type="submit"][name="submitBack"].hover{
	color: #FFF;
	background: #BBB;
}
/* ---------------------------------------------------------------------------------------------------*/
/* トレーナー一覧ページ */
/* ---------------------------------------------------------------------------------------------------*/
.trainerCard{
	margin-top: 16px;
	padding: 16px;
	display: flex;
	border: 8px solid #EEE;
}
.trainerCard .trainerThumb{
	margin-right: 24px;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.trainerCard .trainerThumb img{
	width: 100%;
	transition: all 0.2s ease-out;
}
.trainerCard .trainerThumb a:hover img,
.trainerCard .trainerThumb a.hover img{
	opacity: 0.6;
	transform: scale(1.2, 1.2);
}
.trainerCard .trainerInfo{
	flex: 1;
}
.trainerCard .trainerName{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}
.trainerCard .titleList{
	margin-top: 4px;
}
/* ---------------------------------------------------------------------------------------------------*/
.pageTitle{
	padding: 16px;
    font-size: 24px;
    line-height: 1.4em;
    border-left: 6px solid #0377ee;
	background: #F4F4F4;
}
.titleList{
	display: flex;
	flex-wrap: wrap;
}
.titleList li{
	margin: 4px 4px 0 0;
	padding: 0 12px;
	line-height: 24px;
	color: #FFF;
	font-size: 13px;
	background: #03bbdd;
}
.trainerArchive{
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
}
.trainerArchive dt{
	margin-right: 8px;
	padding: 0 1em;
	background: #DDD;
}
/* ---------------------------------------------------------------------------------------------------*/
/* 記事ページ */
/* ---------------------------------------------------------------------------------------------------*/
.templateSingle .trainerCard{
	margin-top: 0;
	padding: 0;
	border: none;
}
.templateSingle dl.trainerArchive{
	margin-top: 24px;
}
.templateSingle .trainerCard .trainerThumb{
	margin-right: 32px;
	width: 180px;
	height: 180px;	
}
.templateSingle dl.trainerArchive dt{
	margin-right: 0;
	margin-bottom: 4px;
}
.templateSingle dl.trainerArchive dd{
	width: 100%;
}
.templateSingle .mainContent h1{
	font-size: 22px;
	font-weight: bold;
}
.templateSingle .mainContent h2{
	margin-top: 40px;
	padding: 16px;
    font-size: 24px;
    line-height: 1.4em;
    border-left: 6px solid #0377ee;
	background: #F4F4F4;
}
.templateSingle .mainContent h3{
	margin-top: 32px;
	padding: 8px 16px;
	font-size: 24px;
	line-height: 1.4em;
	border-left: 6px solid #0377ee;
}
.templateSingle .mainContent h4{
	margin-top: 32px;
	font-size: 22px;
	line-height: 1.4em;
}
.templateSingle .mainContent p{
	margin: 1em 0;
}
.wp-block-image {
    text-align: center;
}
.wp-block-image figcaption{
	font-size: 14px;
	color: #888;
}
/* ----------------------------------------------------------------------------- */
/* サイドバー */
/* ----------------------------------------------------------------------------- */
.sideContent .campaignBanner img{
	width: 100%;
}
.sideContent .campaignBanner a:hover img,
.sideContent .campaignBanner a.hover img{
	opacity: 0.6;
}
.sideContent h3 {
	margin-top: 24px;
	position: relative;
	overflow: hidden;
	padding: 12px 16px 12px 72px;
	border: 2px solid #126;
	font-size: 18px;
	color: #126;
}
.sideContent h3:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 100%;
	content: '';
	background: #126;
}
.sideContent h3 i{
  font-size: 22px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5em);
  left: 0;
	width: 56px;
	text-align: center;
	display: block;
	color: #fff;
}
.sideContent .trainerTotal{
	margin-top: 16px;
	border-top: 4px solid #126;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.sideContent .trainerList{
	
}
.sideContent .trainerList li{
	border-bottom: 1px solid #CCC;
	position: relative;
}
.sideContent .trainerTotal a,
.sideContent .trainerList li a{
	padding: 20px;
	padding-right: 64px;
	font-weight: bold;
	color: #222;
	display: block;
	font-weight: bold;
}
.sideContent .trainerTotal a:hover,
.sideContent .trainerTotal a.hover,
.sideContent .trainerList li a:hover,
.sideContent .trainerList li a.hover{
	text-decoration: none;
	background: #EEE;
}
.sideContent .trainerTotal span,
.sideContent .trainerList li span{
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	line-height: 28px;
	width: 32px;
	display: block;
	background: #126;
	position: absolute;
	top: calc(50% - 16px);
	right: 20px;
	pointer-events: none;
}
.sideContent .trainerTotal span{
	top: calc(50% - 14px);
}
.sideContent .trainerCard{
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}
.sideContent .trainerCard li{
	display: flex;
	border-bottom: 1px solid #CCC;
}
.sideContent .trainerCard .trainerThumb{
	margin-right: 16px;
	width: 80px;
	height: 80px;
}
.sideContent .trainerCard a{
	padding: 20px;
	display: flex;
	width: 100%;
}
.sideContent .trainerCard a:hover,
.sideContent .trainerCard a.hover{
	text-decoration: none;
	background: #EEE;
}
.sideContent .trainerCard a:hover img,
.sideContent .trainerCard a.hover img{
	opacity: 0.6;
}
.sideContent .trainerCard .trainerName{
	font-size: 16px;
}
.sideContent .trainerCard .titleList li{
	padding: 0 12px;
	border-bottom: none;
}