/*
Theme Name: f-corporate
*/
@charset "utf-8";

/******************************************************************
基本設定
******************************************************************/

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

* {
  font-family: 'Shippori Mincho', serif;
}


audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: blue;
  text-decoration: none;
  background: transparent;
}

a:hover {
  color: rgba(48, 48, 48, 0.4);
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

a img {
  backface-visibility: hidden;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

p {
  -epub-hyphens: auto;
  hyphens: auto;
}

pre, code, kbd, samp {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

code, kbd, samp {
  font-size: 0.9em;
  padding: 0.05em 0.4em;
  border-radius: 3px;
  background: #F6F6F6;
  color: #444;
}

pre {
  white-space: pre-wrap;
  margin: 0;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small, .small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0 0 1em;
}

dd {
  margin: 0;
}

.gallery {
  margin: 0.5em auto 2em !important;
}

.gallery dl {
  margin: 0 !important;
}

.gallery dl img {
  margin-bottom: 0;
  border: none !important;
  padding: 1px;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  padding: 10px 2%;
  color: #666;
  background-color: #FFFFFF;
  width: 60%;
  margin-bottom: 20px;
  border:none;
  box-shadow: 0 0 1px gray
}

textarea {
  width: 100%;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  appearance: none;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select {
  line-height: 1.2;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  font-size: 0.95em;
  padding: 8px 20px;
  background: #666666;
  color: #fff;
  border: 0;
  border-radius: 5px;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
}

.back-yellow {
  background-color: yellow;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

mark {
  background: linear-gradient(transparent 32%, #ff6 100%);
  background-color: white!important;
  font-size: 1.13em;
  padding: 2px 6px;
  border-radius: 0.2em;
}

.wp-block-group {
    box-sizing: border-box;
    padding: 12px 24px;
    border-radius: 0.4em;
    box-shadow: 0 0 4px grey;
    max-width: 800px;
    margin: 40px auto 20px;
    background-color: rgb(224, 224, 224);
}

.wp-block-button__link {
    font-size: 1.6em!important;
    background-color: gray!important;
}

/******************************************************************
フォントサイズ設定
******************************************************************/

html {
    /* ベースのフォントサイズを10pxとする */
    font-size: 62.5%;
}
h2 {
    font-size: 2.6rem;/* calcサポート外をフォールバック */
    font-size: calc(2.4rem + ((1vw - 0.48rem) * 0.5556));/* viewportが480px以上1200px以下可変 */
    min-height: 0vw;/* Safari用バグフィックス */
    line-height: 1.3;
}
h3 {
    font-size: 2.2rem;/* calcサポート外をフォールバック */
    font-size: calc(2.0rem + ((1vw - 0.48rem) * 0.5556));/* viewportが480px以上1200px以下可変 */
    min-height: 0vw;/* Safari用バグフィックス */
    line-height: 1.3;
}
p {
    font-size: 1.6rem;/* calcサポート外をフォールバック */
    font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.5556));/* viewportが480px以上1200px以下可変 */
    min-height: 0vw;/* Safari用バグフィックス */
    line-height: 1.7;
}

/*------ メディアクエリ --------*/
@media screen and (min-width: 1200px) {
  h2 {
      font-size: 2.8rem;
  }
  h3 {
      font-size: 2.4rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  p {
    font-size: 1.4rem;
  }
}

/******************************************************************
全ページ共通設定
******************************************************************/

body {
    min-height: 100%;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    font-family: Helvetica, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    background: #ffffff;
}

.contents {
    margin: 0 auto;
    background-color: rgba(224, 224, 224, 0.4);
}

.title h2 {
  margin: 0 auto;
  color: gray;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
}

.title h2::after {
  content:"";
  width: 104%;
  display: block;
  height: 8px;
  background-color: rgba(128, 128, 128, 0.4);
  position:absolute;
  bottom: 4px;
  left:-4%;
  right: 0;
}

.title p {
  margin-top: 0;
  font-weight: bold;
  color:rgba(128, 128, 128, 0.8);
}

.section {
  margin-top: 0;
  text-align: center;
  padding: 60px 6%;
}



/******************************************************************
ヘッダー設定
******************************************************************/

header {
  width: 100%;
  background-color: white;
  z-index:100000;
  position:fixed;
  top:0;
}

.logo {
  height: 80px;
  margin: 0 auto;
  display: block;
}

#h-nav{
  position:fixed;
	z-index: 999;
  right: -120%;
	width:100%;
  height: 100%;
	background: white;
	transition: all 0.6s;
  max-width: 600px;
}

#h-nav.panelactive{
	right: 0;
}

#h-nav ul {
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  #h-nav ul {
    margin-top:20px;
  }
}

#h-nav li{
	list-style: none;
  width: 36%;
}

@media screen and (max-width: 680px) {
  #h-nav li{
    width: 50%;
  }
}

#h-nav li a{
	color: gray;;
  font-size: 2em;
	text-decoration: none;
	padding:12px;
	display: inline-block;
	letter-spacing: 0.2em;
	font-weight: bold;
  text-align: left;
}

.nav-p {
  margin: 0;
}

.nav-p {
  font-size: 1.6em;
  color: rgba(128, 128, 128, 0.2);
  letter-spacing: 0px;
}

.nav-p+p {
  margin-top: -18px;
}

.openbtn{
	position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
  width: 50px;
  height:50px;
}
		
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
	background-color: gray;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span {
  background-color: gray;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}




/******************************************************************
メイン設定
******************************************************************/

.first-view {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 600px;
}

.container {
  position: relative;
	z-index:2;
  background-color: white;
}

.slider {
  width: 100%;
  height: 600px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin-top: 20px;
  margin: 0 auto;
  position:fixed!important;
	z-index:1;
}

@media screen and (max-width: 768px) {
  .logo {
    height: 64px;
  }
  .first-view {
    margin-top: 64px;
  }
}



@media screen and (max-width: 680px) {
  .slider {
    width: 100%;
  }
}

.slider div {
  width: 100%!important;
}

@media screen and (max-width: 960px) {
  .slider {
    height: 50vh;
  }
  .first-view {
    height: 50vh;
  }
}

.concept-head {
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
}

.concept {
  background-color: #cccccc14;
}

.concept-dis {
  font-weight: bold;
  letter-spacing: 0.2em;
}

.concept-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 2em;
}

.concept-title span{
  color: #F4D98E;
  font-size: 1.6em;
}

#concept.title {
  text-align:left;
}

.concept-section {
  padding: 6% 0;
}

.concept-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.concept-p {
  text-align: left;
}

.concept-inner img, .concept-p {
  width: 48%;
}

@media screen and (max-width: 680px){
  .concept-inner img,.concept-p {
    width: 100%;
  }
  .concept-section {
    margin-top: -20px;
    padding-top: 20px;
  }
  .concept-sub {
    width: 80%;
    margin: 0 auto;
  }
}

#about.title {
  margin-bottom: 40px;
}

.parts p {
  margin: 0;
}

.eigo {
  color: gray;
  font-weight: bold;
  font-size: 1.9em;
}

.eigo+p {
  margin-left: 80px;
}

.concept-image {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.concept-image h2 {
  writing-mode: vertical-rl;
  color: gray;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.4em;
}

.concept-image img {
  border-radius: 20px 0 0 20px;
  width: 80%;
  z-index: -4;
}



.flex-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flex-inner {
  width: 48%;
}

@media screen and (max-width: 768px){
  .flex-content {
    flex-direction: column;
  }
  .flex-inner {
    width: 100%;
    margin: 0 auto;
  }
}

.cp-img {
  border-radius: 0.8em;
}

.feature {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 6%;
  padding-right: 6%;
}

.feature-inner {
  width: 31%;
  text-align: left;
}

.feature-inner img {
  border-radius: 0.8em;
}

.feature-inner h3 {
  font-size: 1.8rem;
}


@media screen and (max-width: 768px){
  .feature-inner {
    width: 48%;
  }
}

@media screen and (max-width: 680px){
  .feature-inner {
    width: 96%;
  }
}

.price {
  background-color: white;
  padding-top: 60px;
  text-align: center;
}


.price {
  background-color:#f8f5f0;
}

.price-list {
  text-align: right;
  margin: 0 auto;
  max-width: 600px;
}

.price-list h3,.price-list p {
  margin: 0;
  line-height: 1;
  justify-content: space-between;
}

.price-head {
  text-align: left;
  margin-bottom: 0;
}

.price-list p {
  margin-top: 0;
}

.price-list span {
  font-size: 2em;
  font-weight: bold;
  margin-right: 8px;
}

.price-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.price-sub {
  margin-bottom: 28px;
}

#tudo.price-inner,
#kaisu.price-inner {
  border-top: 1px solid rgb(228, 228, 228);
}

.price-mid {
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.kaisu {
  margin-right: 20px!important;
}

.kigen {
  margin-top:12px!important;
}

.cta {
  margin: 0 auto;
  text-align:center;
}

.cta p {
  color: white;
  padding: 20px;
  background-color: rgb(0, 200, 112);
  border-radius: 0.4em;
  box-shadow: 0 0 2px green;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.trainer {
  background-color: rgb(250, 250, 250);
}

.trainer-content {
  margin-top: 40px;
}

.trainer-content img {
  border-radius: 12px 0px 12px 0px; 
}

.name {
  margin-top: 20px;
  text-align: center;
}

.name p{
  margin: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 1.8em!important;
}

.name p+p {
  margin-top: -8px;
  color: gray;
}

.coments ,.prof{
  text-align: left;
}

.prof p{
  font-size: 0.9rem;
}

.trainer-content {
  /* max-width: 600px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prof {
  width: 40%;
}

.prof-x {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .prof,.prof-x {
    width: 100%;
  }
}

.profile {
  text-align: left;
}

.profile h3,.coment h3 {
  border-bottom: 2px solid rgba(128, 128, 128, 0.4);
}

.coment {
  margin-top:12px;
  text-align: left;
}

#second.trainer-content {
  margin-top: 40px;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  padding-top: 60px;
}


.voice {
  background-color: #f8f5f0;
}

.voice-box {
  background-color: white;
  padding: 4px 12px;
  border-radius: 0.8em;
  
  text-align: left;
  max-width: 780px;
  width:100%;
  margin: 20px auto 0;
}

.personal {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: right;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.copyright-div {
  margin: 0 auto;
  background-color: white;
  text-align:center;
}

.copyright {
  margin:0;
  padding: 20px;
}

.garary {
  max-width: 780px;
  display: flex;
  margin:0 auto;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0 6%;
}

.garary img {
  width: 30%;
  border-radius: 0.8em;
}

#flow-cta {
  text-align:center;
  width: 90%;
  background-color: rgb(0, 200, 112);
  padding: 10px;
  border-radius: 0.4em;
  box-shadow: 0 0 2px green;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: none;
}

#flow-cta.fixed {
  display: block;
  transition: 2s;
}

#flow-cta p {
  color: white;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin:0;
}

#flow-cta p+p {
  font-size: 1.8em;
}



.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:40px auto 0;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area div {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title-q {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title-q::before,
.title-q::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.title-q::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title-q::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title-q.close::before{
transform: rotate(45deg);
}

.title-q.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 3%;
}


.sns-icon {
  width: 10%;
  margin: 0 auto;
  text-align: center;
}