﻿html {
	scroll-behavior: smooth;
}
/* 見出し */
.heading-01,.heading-01-center {
	font-size: 40px;
	padding-bottom: 48px;
	line-height: 1.2;
}
.heading-01-center {
	text-align: center;
	line-height: 1.2;
}
.heading-01-en {
	color: #F47600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.heading-01 span {
	display: flex;
	align-items: center;
	color: #F47600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.heading-01-center span {
	margin-bottom: 12px;
	align-items: center;
	color: #F47600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

/* header */
.header_logo {
	width: 20vw;
}
.l-header {
	display: block;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px 0;
  }
  .c-hamburger {
	position: relative;
	width: inherit;
	height: inherit;
	margin: 0;
	border: transparent;
	background-color: transparent;
	cursor: pointer;
  }
  .c-hamburger span {
	display: block;
	position: relative;
	left: 50%;
	width: 24px;
	height: 2px;
	transform: translateX(-50%);
	background: black;
	transition: all 0.4s;
  }
  .c-hamburger span:nth-of-type(1) {
	top: -4px;
  }
  
  .c-hamburger span:nth-of-type(2) {
	top: 1px;
  
	transform: translateX(-0.45deg);
  }
  
  .c-hamburger span:nth-of-type(3) {
	top: 6px;
	transform: translateX(-0.45deg);
  }
  .c-hamburger.is-active span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(225deg);
  }
  
  .c-hamburger.is-active span:nth-of-type(2) {
	opacity: 0;
  }
  
  .c-hamburger.is-active span:nth-of-type(3) {
	top: -4px;
	transform: translateX(-50%) rotate(-225deg);
  }
  .p-header__nav {
	display: flex;
	z-index: 10;
	position: absolute;
	top: 0;
	right: -100%;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: transparent;
	opacity: 0;
	transition: top 0.6s, right 0.6s, opacity 0.6s;
  }
  
  .p-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
	padding: 0 20px;
  
  }
  
  .p-header__hamburger {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 100%;
  }
  
  .p-header__nav.is-active {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 1;
	background-color: #FFF8F1;
  }  
  .p-nav__list {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	align-items: center;
  }
  .p-nav__link {
	text-align: center;
	display: block;
	padding: 20px 16px;
	white-space: nowrap;
  }
  @media screen and (min-width: 1320px) {
  
	.p-header__hamburger {
	  display: none;
	}
  
	.p-nav__inner {
	text-align: center;
	  margin-right: auto;
	  margin-left: auto;
	  max-width: initial;
	  width: 100%;
	}
  
	.p-header__nav {
		text-align: center;
	  position: static;
	  opacity: 1;
	  height: inherit;
	  width: initial;
	}
  
	.p-nav__list {
	  padding-right: 0;
	  padding-left: 0;
	  display: flex;
	  text-align: center;
	}
  }
  /* headerここまで */
/* アニメーション */
.p-nav__link {
	position: relative;
  }
.p-nav__link::after {
	  position: absolute;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #F15E2C;
	  bottom: 0;
	  transform: scale(0, 1);
	  transform-origin: left top;
	  transition: transform 0.3s;
  }
.p-nav__link:hover::after {
	  transform: scale(1, 1);
  }
/* アニメーション */

.concept-01 {
	width: 47.22vw; /* 1920pxの画面幅で900pxになる */
	max-width: 900px; /* 最大幅900px */
	height: auto;
}

.top-concept {
	padding: 120px 0;
	display: flex;
	align-items: center;
    gap: 64px;
}
.top-concept-text {
	max-width: 700px;
	padding-right: 20px;
}

.top-concept-text-p-small {
	font-size: 12px;
	padding-top: 10px;
	font-weight: 400;
}

.concept-02 {
	width: 70%;
	padding-top: 32px;
}
/* これまでのEAPサービスの課題 */
.top-worries {
	padding: 120px 0 70px 0;
}
.worries-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}
.issue_list {
	justify-content: space-between;
	gap: 20px;
}
.issue_listItem {
	width: 32%;
}
.worries-box {
	align-items: center;
    height: 180px;
    padding: 26px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.top-assignment {
	background-color: #F6F4F2;
	padding: 120px 0;
}
.assignment_heading {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 24px;
}
.assignment_heading::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../images/icon-check.png) no-repeat;
	background-size: contain;
	margin-right: 8px;
}
/* 共通 */
.display-flex {
	display: flex;
	justify-content: space-between;
}
.h1-common {
	font-size: 40px;
    color: #005350;
    line-height: 1.6;
	text-align: center;
	padding-bottom: 64px;
}
.h1-common-border {
	border-bottom: dotted 4px #005350;
    display: inline-block;
}
/* メインビジュアル */
.main-visual {
	width: 100%;
    background: url(../images/catch_hero_pc.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
	padding: 0;
	margin-top: 87px;
}

/* 解決セクション */
.display-flex-solution {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top-solution {
	padding: 32px 0 82px 0;
	background-color: #fff;
}

.top-solution-box {
	background-color: #FFF8F1;
	padding: 16px 30px;
	width: 50%;
	display: flex;
    align-items: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}
.solution-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}
.solution-inner-arrow {
	width: 60px;
	margin: 0 auto;
}
.top-solution-box img {
	width: 130px;
	height: 130px;
	padding-right: 30px;
}
.top-solution-box-all {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	
}
.top-solution-h1 {
	font-size: 40px;
	color: #F47600;
	text-align: center;
	padding: 40px 0;
	line-height: 1.6;
}
.top-solution-h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 64px;
}
.solution_box-all {
	max-width: 320px;
	padding: 0 20px;
}
.solution_box-all img {
	width: 100%;
}
.solution_box {
	padding: 24px 20px 32px;
    border-radius: 0 0 16px 16px;
    background: #fff;
}
.solution_box_heading {
	font-size: 24px;
	color: #009893;
	margin-bottom: 12px;
	text-align: center;
	line-height: 1.3;
}
/* CTAエリア */
.top-cta {
	background-color: #FFECD8;
	padding: 72px 0 ;
	text-align: center;
}
.top-cta-text {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 32px;
}

/* service */
.top-service {
	padding: 120px 0;
	background-color: #FFF8F1;
}
.top-service img {
	width: 160px;
	height: 160px;
	padding-right: 24px;
}
.top-service-inner {
	padding-bottom: 80px;
}
.top-service-inner p {
	text-align: center;
}
.top-service-box-flex {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.top-service-box {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 40px 30px;
	width: 50%;
}
.top-service-box-text {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 18px;
}
.top-service-box-text span {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 18px;
}

/* メニュー */
.price-inner {
	max-width: 818px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}
.top-price {
	padding: 120px 0;
}
.top-price-inner {
	text-align: center;
	margin-bottom: 64px;
}
.top-price-inner__01 {
	color: #fff;
	background-color: #F47600;
	font-size: 24px;
	padding: 20px;
}
.top-price-inner__02 {
	background-color: #FFF4E8;
	padding: 50px 0 60px 0;
}

.top-price-inner__02 img {
	border-bottom: 1px solid #F47600;
	padding-bottom: 12px;
}
.top-price-inner__02 p {
	padding-top: 12px;
}

.top-price-inner__02 img {
	width: 577px;
	margin: 0 auto;
}

/* コンセプト */
.top-concept-inner {
	display: flex;
	align-items: center;
	gap: 56px;
	padding-bottom: 64px;
}
.top-concept-inner img {
	width: 50%;
}
/* 4つの特徴 */
.top-features {
	padding: 120px 0;
	background-color: #FFF8F1;
}
.top-features-inner {
	display: flex;
	align-items: center;
	gap: 56px;
	padding-bottom: 64px;
}
/* 交互にする */
.top-features-inner:nth-child(odd) {
	flex-direction: row-reverse;
}

.top-features-inner img {
	width: 50%;
}

.top-features-inner-text-name {
	font-size: 32px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.top-features-number {
	width: 40px!important;
}
/* 私たちにできること */ 
.top-what {
	padding: 120px 0;
}
.top-what-heading {
	font-size: 26px;
	color: #F47600;
	font-weight: 600;
	padding-bottom: 24px;
	line-height: 1.4;
}
.top-what-heading span {
	font-size: 14px;
	color: #000;
	font-weight: 200;
}
  .flow05 {
	padding-left: 0;
  }
  .flow05 > li {
	list-style-type: none;
	display: flex;
	gap: 50px;
	align-items: center;
  }
  
  .flow05 > li:not(:last-child) {
	padding-bottom: 64px;
  }
  
  .flow05 > li .icon05 {
	width: 220px;
	height: 220px;
	display: inline-block;
  }
/* 受講者の声 */
.top-voice-inner {
	display: flex;
  	overflow-x: auto;
	scroll-snap-type: x mandatory;
}
.top-voice-inner_item {
	margin-right: 32px;
	padding: 24px 26px;
	background-color: #fff;
	scroll-snap-align: start;
}
.top-voice-inner_item img {
	width: 116px;
	margin: 0px auto 20px auto;
}
.top-voice-inner_img {
	width: 274px;
	margin: 0 auto;
}
.voice-info {
	padding-top: 24px;
	text-align: right;
    font-size: 14px;
    line-height: 1.4;
}

/* UPDATEロゴ */ 
.top-update {
	padding-bottom: 48px;
}
.top-update img {
	width: 230px;
	margin: 0 auto;
}
.top-update p {
	text-align: center;
	padding: 16px 20px 0px 20px;
}
/* 背景色 */
.top-voice {
	padding: 120px 0 70px 0;
	background-color: #FFF8F1;
}
.top-bg-wh {
	padding: 120px 0 70px 0;
}
/* 共通項目 */
main {
	min-height: 100vh;
}
.mainSection {
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 120px;
}
/* メインビジュアルへの設定 */
.catch_text_medal {
	display: flex;
	gap:24px;
	padding-bottom: 20px;
}
.catch_text_medal img {
	width: 183px !important;
	padding: 0 !important;
}
.mv-text-all {
	display: flex;
	align-items: center;
	max-width: 1240px;
    margin: 0 auto;
}

.p-top-mv_catch {
	width: 54%;
	height: 530px;
	line-height: 1.4;
	margin-top: 130px;
	padding-left: 20px;
	text-shadow: 1px 1px 2px #fff;
}
.catch_text_01 img {
	width: 72%!important;
	padding: 24px 0!important;
}
.catch_text_02 {
	padding-bottom: 32px;
}
.catch_text_03 {
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 600;
}
.catch_text_04 {
	font-size: 13px;
	font-weight: 400;
}
.catch_phone {
	width: 190px;
	height: auto;
}

.p-top-mv_catch img {
	width: 50%;
	padding: 60px 0 50px 64px;
	
}
.mv_btn_pc {
	width: 414px;
	margin: 0 20px;
}
.mv_btn_pc:hover {
	opacity: 0.7;
    transition: 0.3s;
    transition-property: opacity, color;
}
.mv_catch_s {
	font-size: 22px;
	background-color: #07ADA8;
	display: inline-block;
	padding: 8px 16px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.4;
}
.mv_catch_g {
	font-size: 32px;
	color: #015360;
	margin-bottom: 32px;
}
.mv_catch_m {
	font-size: 18px;
	margin-bottom: 30px;
	border-left: 4px solid #07ADA8;
	padding-left: 16px;
}
.mv_catch_a {
	font-weight: 700;
	font-size: 50px;
	border-bottom: 1px solid #333;
	display: inline-block;
	line-height: 1.5;
}
.mv_catch_b {
	font-weight: 700;
	font-size: 50px;
	border-bottom: 1px solid #333;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 24px;
}
.header-btn {
	width: 100px;
		display: inline-block;
		background: #F15E2C;
		color: #fff; /* 文字色 */
		padding: 16px 40px; /* 上下の余白、左右の余白 */
		text-decoration: none; /* デフォルトで入るリンクの下線を消す */
		border-radius: 30px; /* 角を丸くする */
		border: #F15E2C 1px solid;
		margin-left: 16px;
	  }
.header-btn:hover {
	background: #fff;
	color: #F15E2C;
	transition: .3s;
}
.menu {
	max-width: 90rem;
	height: 70px;
	margin: 0 auto;
	padding: 24px 40px 8px 40px;
}
.navInner {
	height: 83px;
	margin: 0 auto;
}
.navInner ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.menu ul li {
	line-height: 1.1em;
}
.gnav {
	margin-top: 17px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	position: relative;/*ホバーの設定*/
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.gnav span {
	font-size: 12px;
}
.icon_list {
	max-width: 960px;
	margin: 0 auto;
}
.icon_list ul {
	width: 100%;
}
/* プルダウンメニューへの設定 */
.init_bottom {
	cursor: pointer;
}

/* Ｇナビホバー下線緑ラインの設定 */
.gnav::after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 8px;
	left: 0;
	content: '';
	background: #07ADA8;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.gnav:hover::after {
	transform: scale(1, 1);
}
.sns:hover {
	opacity: 0.7;
}
/* ハンバーガーメニュー非表示 */
#app {
	display: none;
}
/* アイキャッチ画像 */

/* キャッチコピーの文字中央寄せ設定 */

/* 共通フッター */
.copyLight {
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #015360;
}

/* トップへ戻るボタン */
html body main #page-top {
	position: fixed;
	font-size: 0;
	right: 20px;
	bottom: 60px;
	z-index: 100;
	opacity: 0;
}
html body main #page-top:hover {
	cursor: pointer;
}
  html body main #page-top.fade-in {
	color: #000;
	font-size: 60px;
	opacity: 0.6;
	text-decoration: none;
	transition: opacity 1s;
}
.br-sp {
	display: none;
  }


/* footer */  
  .flex {
	display: flex;
  }
  .footer {
	max-width: 1240px;
	margin: 0 auto;
	border-top:1px solid #D9D9D9;
	padding: 2rem;
	font-size: 15px;
	color: #999;
	background: #fff;
  }
  
  .footer__navi {
	flex-wrap: wrap;
	margin-bottom: 2rem;
  }
  
  .footer__navi li {
	display: inline-block;
  }
  
  .footer__navi li:not(:last-child) {
	margin-right: 16px;
  }
  
  .footer__logo {
	display: inline-block;
	margin-bottom: 1rem;
  }
  .copyright {
	text-align: right;
  }
  @media (min-width: 768px) {
	.md-flex {
	  display: flex;
	}
  
	.md-justify-between {
	  justify-content: space-between;
	  gap: 32px;
	}
  
	.copyright {
	  text-align: right;
	}
	.md-justify-between {
	  justify-content: space-between;
	}
  
	.grid {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}
  }


  /* お問い合わせ */
  .underline {
	border-bottom: 1px solid #F47600;
	color: #F47600;
  }
  .btn {
    margin: 0;
    border-radius: 100px;
    display:inline-block;
	  padding: 15px 30px;
    box-sizing: border-box;
    background: #0050bc;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    color: #fff;
    border: none;
    cursor: pointer;
}
.btn_gray {
	background: #c4c4c4;
  }
  .contact-btn {
	margin: 0;
	font-size: 15px;
	border-radius: 100px;
	  display:inline-block;
		padding: 20px 60px;
	  box-sizing: border-box;
	  background: #F15E2C;
	  text-decoration: none;
	  text-align: center;
	  margin: 10px;
	  transition: .3s;
	  color: #fff !important;
	  border: none;
	  cursor: pointer;
  }
  .contact-btn a {
	color: #fff;
  }

  .offset__btn {
	margin-top: 20px;
  }
  .privacypolicy {
	border-bottom: 1px solid;
  }
  .privacypolicy__inner {
	margin: 50px 0 32px;
  }
  .privacypolicy__heading {
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 8px;
  }
.service-about-inner {
	margin: 0 32px;
  }
  .container {
	max-width: 1520px;
	margin: 0 auto;
	padding: 80px 0;
  }
  .contact_intro {
	text-align: center;
  }
  .contact_intro__text {
	line-height: 1.6;
  }
  .contact_intro:nth-child(odd) {
	margin-bottom: 40px;
  }
  .contact_intro:nth-child(even) {
	margin-bottom: 80px;
  }
  .h3_heading {
	margin-bottom: 16px;
  }
  .h3_heading_en {
	font-size: 16px;
	color: #0050BC;
  }
  .h3_heading_jp,.h3_heading_service,.service-reason__heading {
	font-size: 32px;
  }
  .service-reason__heading {
	font-size: 32px;
  }
  .thanks__h3 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 16px;
  }
  .contact-form__inner {
	background-color: #F6F4F2;
	padding: 50px 72px;
	margin-bottom: 40px;
  }
  .col-2 {
	display: flex;
	align-items: baseline;
	padding-bottom: 8px;
  }
  label {
	padding-top: 7px;
  }
  
  .form-list__input {
	width: 100%;
	border: 1px solid #C4C4C4;
	height: 40px;
	padding: 0 12px;
	border-radius: 5px;
	box-sizing: border-box;
  }
  .form-list__textarea {
	width: 100%;
	border: 1px solid #C4C4C4;
	height: 240px;
	padding: 0 12px;
	border-radius: 5px;
	box-sizing: border-box;
  }
  .row {
	margin-bottom: 24px;
  }
  .agreement__inner {
	margin-bottom: 24px;
	text-align: center;
  }
  .agreement__text {
	font-size: 20px;
  }
  
  .offset__btn {
	margin-top: 20px;
  }
  
  /* contact.html */
  .require_item {
	font-size: 12px;
	background-color: #CD3131;
	color: #fff;
	text-align: center;
	padding: 1px 6px;
	border-radius: 5px;
	margin-left: 8px;
  }
  
  .error_msg {
	font-size: 14px;
	color: #ff0000;
	height: 14px;
  }
  
  /* confirm.html */
  .display_item {
	padding: 7px 0;
	margin-bottom: 30px;
  }
  /* thanks.html */
  .section_bgwh {
	padding: 160px 0;
  }
  .thanks_msg {
	text-align: center;
	background-color: #FFF8F1;
	padding:50px 20px;
	margin-bottom: 40px;
  }
  
  .contact_intro__text {
	line-height: 1.6;
  }
  .contact_intro:nth-child(odd) {
	margin-bottom: 40px;
  }
  .contact_intro:nth-child(even) {
	margin-bottom: 80px;
  }


/* プライバシーポリシー */
.privacypolicy_in{
	width: 800px;
	margin: 0 auto;
}
.privacypolicy_in .sub_center_ttl{
	font-size: 26px;
	line-height: 42px;
	font-weight: 500;
	margin-bottom: 48px;
	text-align: center;
}
.privacypolicy_in .policy_ttl{
	font-size: 20px;
	margin: 48px 0 24px;
}
.privacypolicy_in p{ margin-bottom: 12px;}
.privacypolicy_in ul{margin: 0 0 12px 24px;}
.privacypolicy_in ul li{list-style: disc;}