@charset "UTF-8";
/* CSS Document */


img, svg{
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.u-Dispinline{
  display: inline !important;
}

.bgGray{
  background: #f5f5f5;
}
.bgPink{
  background: #FFEEEE;
}


@media all and (min-width: 1001px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 1000px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */




/*====================================================================================================
BASE SETTINGS
====================================================================================================*/
:root {
    --ffEn: "Outfit", sans-serif;
    --ffEn_02: "Oswald", sans-serif;
	--ffJa: "Noto Sans JP";
}

:root {
	/* color */
	--color-black: #3B3939;
    --color-white: #ffffff;
    --color-red: #AE2116;
    --color-red--font:#DA291C;
    --color-yellow: #ffb200;
    --color-green: #12A3B1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
	font-family:"Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", 
  Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;;
  background: linear-gradient(0deg, #fff 0%, #DCF0FB 100%);
  background-attachment: fixed; /* グラデーションをビューポートに固定 */
  background-size: cover; /* 背景をビューポート全体にフィット */
  min-height: 100vh; /* コンテンツが短い場合でもビューポートの高さを確保 */
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size:16px;
  overflow-x: hidden;
  font-weight: 500;
  color: #333;

}

.ja{
  font-family: var(--ffJa);
}

.en{
  font-family: var(--ffEn);
  font-weight: 600;
}

.en02{
  font-family: var(--ffEn_02);
}

.u-fontSizeS{
  font-size: 15px;
}
.u-fontSizeM{
  font-size: 17px;
}
.u-fontSizeL{
  font-size: 20px;
}

.u-color-red{
  color:var(--color-red--font);
  font-weight: bold;
}

.text_link {
  color: var(--color-red--font);
  transition: .3s;
  font-weight: 500;
}
.text_link:hover{
  text-decoration: underline;
}

/*====================================================================================================
 PCサイズのスタイル
====================================================================================================*/
.pcDisp{
  display: none;
}

@media screen and (min-width: 1201px) {

.pcDisp{
  z-index: 1;
  position: fixed;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns:1fr 400px 1fr;
  justify-items:center;
  gap:20px;
  align-items:flex-start;
}
.pcDisp .top{
  position: absolute;
  top:20px;
  left:30px;
  width: 240px;
}

.pcLeft {
  position: absolute;
  top:120px;
  left:30px;
  background-color:rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 30px;
}
.pcLeft_logo {
  max-width: 168px;
  margin-bottom: 20px;
}
.pcLeft_navItem {
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}
.pcLeft_navItem:before {
  position: absolute;
  background: url(../img/icon_polygon.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.pcLeft_navItem a:hover {
  color: #35A0DB;
}
.pcLeft_navItem:not(:last-child) {
  margin-bottom: 15px;
} 
.pcRight{
position: absolute;
bottom:50px;
right:30px;
}
.pcRight_img {
  max-width: 345px;
  margin: 0 0 15px auto
}
.pcRight_btn {
  max-width: 345px;
  margin: 0 0 10px auto;
  display: block;
}   
}


/*====================================================================================================
 SPサイズのスタイル
====================================================================================================*/
.box_shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
.l-main,
.box_shadow,
footer{
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 10;
}
.c-btn a{
  background: var(--color-red);
  border-radius: 50px;
  border-radius: calc(1px* infinity);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 13px;
  max-width: 320px;
  padding: 16px 20px;
  align-items: center;
  margin: 30px auto;
  text-align: center;
  transition-duration: 0.5s;
}
.c-btn a:hover{
  background: var(--color-red--font);  
}
.txtCenter{
  text-align: center;
  font-weight: bold;
}
.sns{
  background: #EDEDED url(../img/line_share.png) no-repeat;
  background-size: 100% auto;
  padding: 30px 20px 20px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;   
}
.sns p{
  justify-self: center;
  text-align: center;
  color: var(--color-green);
  font-weight: bold;
}
.txtArea{
  padding: 0 20px;
}

.txtArea p{
  margin-bottom: 20px;
}

p span.under-line{
  background: linear-gradient(transparent 60%, #FEEB9E 40%);
  padding: 0 0 4px 0;
  font-weight: bold;
  color: var(--color-red--font);
}

.txtArea .img{
    margin: 20px 0px;
}

.txtArea .hashtag{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:6px;
}

.txtArea .hashtag li{
    background:#FFEEEE;
    border-radius: 50%;
    border-radius: calc(1px * infinity);
    padding: 4px 11px;
    font-size:12px;
    color: var(--color-red--font);
    font-weight: bold;
    justify-self: center;
}

.txtArea .ttl{
    margin: 30px auto 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.txtArea .ttl::after{
    content:"";
    display: block;
    height: 20px;
    background: url(../img/line_concept.jpg) no-repeat top center;
    margin: 20px auto 20px;
    width: 80%;
    background-size: 80%;
}

.txtArea .ttl span{
    color: var(--color-red--font);
    /*background: linear-gradient(transparent 60%, #FEEB9E 40%);*/
}


footer{
  background: #fff;
  color: #333;
  text-align: center;
  padding: 46px 0 16px;
}
@media screen and (max-width: 1200px) {
footer{
  padding: 46px 0 116px;
}
}


footer p {
    font-size: 12px;
    font-weight: 400 !important;
}
@media screen and (max-width: 470px) {
  .txtArea .ttl.spFontfix{
    font-size: 5.6vw;
    letter-spacing: 0;
}
}
@media screen and (max-width: 375px) {

    
}


.u-pt00{padding-top: 0px;}
.u-pt10{padding-top: 10px;}
.u-pt20{padding-top: 20px;}
.u-pt40{padding-top: 40px;}

.u-pb00{padding-bottom: 0px;}
.u-pb10{padding-bottom: 10px;}
.u-pb20{padding-bottom: 20px;}
.u-pb40{padding-bottom: 40px;}

.u-mt20{margin-top: 20px;}
.u-mt40{margin-top: 40px;}
.u-mt80{margin-top: 80px;}
.u-mt100{margin-top: 120px;}

.u-mb00{margin-bottom: 0px !important;}
.u-mb10{margin-bottom: 10px !important;}
.u-mb20{margin-bottom: 20px;}
.u-mb40{margin-bottom: 40px;}




/*====================================================================================================
 共通のスタイル
====================================================================================================*/
#chatplusview {
  display: none;
}
.h2_wrap {
  margin-bottom: 25px;
}
.h2_en {
  text-align: center;
  font-size: 30px;
  color: #AFAFAF;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.h2_en:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #CCDCE4;
  height: 2px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.h2_en span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.h2_jp {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
.h2_img {
  max-width: 170px;
  margin: 0 auto;
}
.clr_blu {
  color: #1293DC;
}
.btn_hover:hover {
    animation: shake 0.5s 1;
    opacity:inherit !important;
}
@keyframes shake {
    0% { transform: translateY(0); }
    25% { transform: translateY(-4px); }
    75% { transform: translateY(4px); }
    100% { transform: translateY(0); }
}
@media only screen and (max-width: 375px) 
{ /* SP start */
.h2_jp {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
}








/* ----------------- Header ----------------- */

header {
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f8f8;
  position: relative;
}
header {
  display: none;
}
header h1 {
  max-width: 150px;
}
nav {
  display: none;
}
/* ハンバーガーメニュー（スマホビュー） */
@media screen and (max-width: 1200px) {
body {
  padding-top: 60px;
}
header {
  display: flex;
}
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: white;
  z-index: 1000; /* メニューよりも前面に */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 60px;
} 
header .header_donate {
  margin: 0 20px;
}

/* ナビゲーションを非表示 */
nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color:rgba(255,255,255,0.95);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100vh;
}
nav ul {
  display: block;
  padding: 20px;
}
nav ul li {
  display: block;
}
nav ul li:not(:last-child) {
  margin-bottom: 15px;
}

nav ul li a {
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-weight: 700;
}
nav ul li a:before {
  position: absolute;
  background: url(../img/icon_polygon.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.nav_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 20px 0 10px;
  padding-bottom: 0;
}
.nav_btn_item:not(:last-child) {
  margin-bottom: 0;
}
.nav_btn_item a {
  padding-left: 0;
}
.nav_btn_item a:before {
  display: none;
}
.nav_logo {
  max-width: 50%;
  margin: 10px auto 25px;
}
/* ハンバーガーボタン */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 中央配置 */
  align-items: center;
  width: 30px;
  height: 20px; /* 高さを調整 */
  cursor: pointer;
  position: relative;
}

/* ハンバーガーのライン */
.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #0099E4;
  transition: all 0.3s;
  position: absolute;
}

/* 上のライン */
.hamburger span:nth-child(1) {
  top: 0;
}

/* 下のライン */
.hamburger span:nth-child(2) {
  bottom: 0;
}

/* メニューオープン時（バツに変形） */
.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
/* ナビゲーション表示 */
nav.active {
  display: block;
  animation: slideDown 0.3s ease-in-out;
  z-index: 100;
}

/* スライドダウンアニメーション */
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
}

@media screen and (max-width: 375px) {
  nav ul li:not(:last-child) {
  margin-bottom: 12px;
}
}




/* ----------------- Time ----------------- */
.time {
  background: #F3FD82;
  color: #0F92DB;
  padding: 10px 15px;
}
.time_head {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.time_head span {
  font-size: 13px;
}
.time_count {
  display: flex;
  justify-content: center;
}
.time_count_head {
  margin-right: 5px;
}
#countTimer {
  margin: 0;
  font-size:38px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  text-align: center;
  line-height: 1;
}
#countTimer span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}

@media only screen and (max-width: 375px) 
{ /* SP start */
.time_head {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.time_head span {
  font-size: 12px;
}
.time {
  background: #F3FD82;
  color: #0F92DB;
  padding: 10px 15px;
}#countTimer {
  font-size:32px;
}
}



/* ----------------- MV ----------------- */
/* 全体のスタイル */
.l-container2 {
  position: relative;
  text-align: center;
  width: 100%; /* 幅を100%に */
  height: auto; /* 高さを自動調整 */
}
/* 画像のスタイル */
.mv2 img {
  width: 100%;
  height: auto;
  margin: 0 0 -190px;
}
@media only screen and (max-width: 430px) 
{ /* SP start */

}



/* ----------------- cv1 ----------------- */
.cv1 {
  padding: 0 0 120px;
  background: url(../img/bg_01.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.cv1_wrap {
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
}
.cv1_desc {
  margin-right: 5px;
}
.cv1_desc_head {
  max-width: 55%;
}
.cv1_copy1 {
  font-size: 24px;
  color: #E6F910;
  line-height: 1;
  margin: 10px 0 20px;
}
.cv1_copy1 .fs1{
  font-size: 65px;
  font-weight: 400;
}
.cv1_copy1 .fs2{
  font-size: 38px;
  font-weight: 400;
}
.cv1_copy2 {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.cv1_copy2 span{
  color: #fff;
  font-size: 26px
}
.cv1_img {
  max-width: 25%;
}
.cv1_btn {
  max-width: 90%;
  margin: 20px auto 0;
  display: block;
}
@media only screen and (max-width: 375px) 
{ /* SP start */
.cv1_copy2 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.cv1_copy2 span{
  color: #fff;
  font-size: 26px
}
}
@media only screen and (max-width: 340px) 
{ /* SP start */
.cv1_copy2 {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.cv1_copy2 span{
  color: #fff;
  font-size: 22px
}
}






/* ----------------- About ----------------- */
.about {
  padding:40px 0 0;
}
.about_inner {
  padding: 0 15px;
}
.about_feature_head {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  background: url(../img/ttl_feature_bg.png) center center no-repeat;
  background-size: contain;
  padding: 5px 20px;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.about_feature_ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about_feature_img01 {
  width: 70%;
  margin: 0 auto;
}
.about_slide {
  margin-bottom: 20px;
}
.about_slide_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.about_slide_txt {
  margin: 15px 20px 0;
}
.about_slide_btn {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
/*==================================
スライダーのためのcss
===================================*/
.about_slide {
  padding: 80px 0 120px;
  background: url(../img/slider01_bg.png) center center no-repeat;
  background-size: cover;
}
.slider01 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
/* スライドのli要素 */
.slider01 li {
  list-style: none; /* リストの点を非表示 */
  box-sizing: border-box;
  padding: 0 8px;
}

/* 画像のコンテナ */
.slider01 .voice_img01 {
  width: 100%;
  overflow: hidden; /* はみ出しを防止 */
}

/* 画像 */
.slider01 .voice_img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を枠にフィット */
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .slider01 .voice_img01 {
    height: ; /* モバイルでの高さ */
  }
}

@media (max-width: 426px) {
  .slider01 .voice_img01 {
    height: ; /* スマホでの高さ */
  }
}

/*ドットナビゲーションの設定*/
.slider01 .slick-dots {
  text-align:center;
}
.slider01 .slick-dots li {
  display:inline-block;
  margin:0 0;
}

/* ドットナビゲーションのボタン修正 */
.slider01 .slick-dots button {
  font-size: 0;  /* 数字を非表示 */
  color: transparent;  /* 予防的に透明に */
  outline: none;
  width: 10px;  /* ドットボタンのサイズ */
  height: 10px;  /* ドットボタンのサイズ */
  display: block;
  background: #ccc;  /* ドットボタンの色 */
  border-radius: 100px;
}
.slider01 .slick-dots .slick-active button{
  background:#189DE8;/*ドットボタンの現在地表示の色*/
  height: 10px;
}

.aboutVoice {
  margin-bottom: 60px;
}
.aboutVoice_item {
  display: flex;
  padding: 20px;
  border-radius: 5px;
  background: #FFF3F4;
}
.aboutVoice_img {
  max-width: 52px;
  flex-shrink: 0;
  margin-right: 12px;

}
.aboutVoice_desc_ttl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.aboutVoice_desc_ttl em {
  background: linear-gradient(transparent 70%, #FFB7BC 70%);
  font-style: normal;
}
.aboutVoice_desc_ttl span {
  font-weight: 700;
  color: #F28289;
}
.aboutVoice_desc_txt {
  font-size: 13px;
  text-align: right;
}
.aboutVoice_item02 {
  background: #E8FAFF;
  margin: 30px 0 ;
}
.aboutVoice_item02 .aboutVoice_desc_ttl span {
  color: #1293DC;
}
.aboutVoice_item02 .aboutVoice_desc_ttl em {
  background: linear-gradient(transparent 70%, #7DDFFB 70%);
  font-style: normal;
}
.about_copy {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.about_outro_ttl {
  font-size: 18px;
  font-weight: 700;
  color:#008DD2;
  margin: 20px 0;
}
@media only screen and (max-width: 430px) 
{ /* SP start */
.about_feature_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about_slide_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
}



/* ----------------- Recommend ----------------- */
.recommend {
  padding:40px 20px;
  background: #F6F6F6;
  position: relative;
  z-index: 0;
}
.recommend .h2_en span {
  background: #F6F6F6;
}
.recommend_item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.recommend_item:not(:last-child) {
  margin-bottom: 15px;
}
.recommend_item_head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.recommend_item_headImg {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
.recommend_item_headTtl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.recommend_item_headTtl span {
  background: linear-gradient(transparent 70%, #DFE6E9 70%);
}
.recommend_list_item {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}
.recommend_list_item:not(:last-child){
  margin-bottom: 6px;
}
.recommend_list_item:before {
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.recommend_copy {
  padding: 0 20px;
  margin: 40px 0 60px;
}
.recommend_copy_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.recommend_copy_ttl .highlight {
  background: linear-gradient(transparent 70%, #E6F910 70%)
}
.recommend_copy_ttl em {
  font-style: normal;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
.recommend_copy_ttl .unit {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.recommend_copy_img {
  max-width: 75%;
  margin: 30px auto ;
}
@media only screen and (max-width: 340px) 
{ /* SP start */

}




/* ----------------- Strengths ----------------- */
.strengths {
  padding:40px 20px;
  background: #DCF3FF;
  position: relative;
  z-index: 0;
}
.strengths .h2_en span {
  background: #DCF3FF;
}
.strengths_head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.strengths_blockHead_wrap {
  display: flex;
  align-items: center;
  color: #fff;
  background: #1293DC;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.strengths_blockHead_num {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  padding-right: 18px;
  margin-right: 20px;
  border-right: 1px solid #C3E4F6;
}
.strengths_blockHead_num span {
  font-size: 32px;
}
.strengths_blockHead {
  font-size: 18px;
  font-weight: 700;
}
.strengths_blockHead span {
  color: #F3FF6D;
}
.strengths_point_copy {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.strengths_point_head {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
.strengths_point_txt {
  font-size: 15px;
  margin-bottom: 40px;
}
.strengths_pointList {
  margin-top: 25px;
}
.strengths_pointListItem {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.strengths_pointListItem:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #8BB1C5;
}
.strengths_pointListItem_img {
  max-width: 32px;
  flex-shrink: 0;
  margin-right: 30px;
}
.strengths_pointListItem_ttl {
  font-size: 16px;
}
.strengths_pointListItem_ttl span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #BBF1FD 70%)
}
.strengths_point01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.strengths_point01_img {
  max-width: 150px;
  flex-shrink: 0;
  margin-right: 20px;
}
.strengths_point01_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.strengths_point01_ttl em {
  font-style: normal;
  background: linear-gradient(transparent 70%, #BBF1FD 70%);
}
.strengths_point01_ttl .fs1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
.strengths_point01_ttl .fs2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 375px) 
{ /* SP start */
.strengths_head {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.strengths_point_copy {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
}




/* ----------------- Present ----------------- */
.present {
  padding:0 20px 40px;
  background: #FFF3F4;
  position: relative;
  z-index: 0;
}
.present_head {
  max-width: 50%;
  margin: 0 auto -15px;
  transform: translateY(-20px);
}
.present_copy {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.present_copy span{
  font-size: 22px;
  color: #F28289;
  background: linear-gradient(transparent 70%, #FFDDE0 70%);
}
.present_detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.present_detail_img {
  max-width: 100px;
  margin-right: 45px;
  flex-shrink: 0;
}
.present_detail_copyTxt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.present_detail_copyTxt1 em {
  color: #F28289;
  font-style: normal;
}
.present_detail_copyTxt1 span {
  position: relative;
}
.present_detail_copyTxt1 span:before {
  transform: rotate(-30deg);
  left: -25px;
  bottom: -5px;
}
.present_detail_copyTxt1 span:after {
  transform: rotate(30deg);
  right: -25px;
  bottom: -5px;
}
.present_detail_copyTxt1 span:before, .present_detail_copyTxt1 span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #F18289;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.present_detail_copyTxt2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.present_detail_copyTxt2 span{
  font-size: 22px;
  background: linear-gradient(transparent 70%, #BBF1FD 70%);
}
.present_comment {
  display: flex;
  margin-top: 20px;
}
.present_comment_txt {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
}
.present_comment_txt:before {
  transform: rotateY(180deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -35px;
  left: inherit;
  margin-top: -22px;
  border: 18px solid transparent;
  border-right: 30px solid #fff;
  z-index: 2;
}
.present_comment_img {
  max-width: 80px;
  flex-shrink: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 340px) 
{ /* SP start */

}





/* ----------------- Voice ----------------- */
.voice {
  padding:40px 20px 0;
  position: relative;
  z-index: 0;
}
.voice_copy {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.voice_copy span {
  font-size: 22px;
  background: linear-gradient(transparent 70%, #E6F910 70%);
}
@media only screen and (max-width: 340px) 
{ /* SP start */

}




/* ----------------- Detail ----------------- */
.detail {
  padding:50px 20px;
  background: #DCF3FF;
  position: relative;
  z-index: 0;
}
.detail .h2_en span {
  background: #DCF3FF;
}
.detail_intro {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.detail_intro:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 20px solid #fff;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.detail_copy {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.detail_copy em {
  font-style: normal;
  background: linear-gradient(transparent 70%, #BBF1FD 70%);
}
.detail_copy em .fs1 {
  -webkit-text-emphasis: filled #A1E6FD;
  text-emphasis: filled #A1E6FD;
}
.detail_intro_img {
  max-width: 90%;
  margin: 0 auto 30px;
}
.detail_h3 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #008DD2;
  margin-bottom: 20px;
}
.detail_desc {
  font-weight: 700;
  margin-bottom: 25px;
}
.detail_feature {
  display: flex;
  justify-content: center;
  padding: 18px 15px;
  background: #fff;
  border-radius: 5px;
}
.detail_feature_img {
  max-width: 70px;
  flex-shrink: 0;
  margin-right: 30px;
}
.detail_featureDesc_ttl1 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.detail_featureDesc_ttl1 span {
  color:#F18289;
}
.detail_featureDesc_ttl2 {
  font-size: 20px;
  font-weight: 700;
}
.detail_featureDesc_ttl2 span {
  color:#F18289;
  background: linear-gradient(transparent 70%, #FFDDE0 70%);
}
.detail_copy2 {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  font-weight: 700;
}
.detail_list {
  margin-bottom: 30px;
}
.detail_list_item {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.detail_list_item:before {
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.detail_list_item:not(:last-child) {
  margin-bottom: 10px;
}
.detail .cv1_btn {
  max-width: 100%;
}
@media only screen and (max-width: 375px) 
{ /* SP start */
.detail_feature_img {
  margin-right: 20px;
}
.detail_featureDesc_ttl1 {
  font-size: 17px;
}
}




/* ----------------- FAQ ----------------- */
.faq {
  padding: 50px 20px;
  background: #F6F6F6;
  position: relative;
  z-index: 0;
}
.faq .h2_en span {
  background: #F6F6F6;
}
.faq_listItem:not(:last-child) {
  margin-bottom: 20px;
}
.faq_listItem {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.faq_listItemQ {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #8BB1C5;
}
.faq_listItemQ_head {
  line-height: 1;
  color:#008DD2;
  font-size: 32px;
  font-weight: 400;
  margin-right: 25px;
}
.faq_listItemQ_txt {
  font-size: 16px;
  font-weight: 700;
  color:#008DD2;
}
.faq_listItemA {
  display: flex;
}
.faq_listItemA_head {
  line-height: 1;
  color:#E0765C;
  font-size: 32px;
  font-weight: 400;
  margin-right: 25px;
}
.faq_listItemA_txt {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 340px) 
{ /* SP start */


}




/* ----------------- Publisher ----------------- */
.publisher {
  padding: 50px 20px;
}
.publisher_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.publisher_head_img {
  max-width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}
.publisher_head_ttl {
  font-size: 14px;
  font-weight: 700;
}
.publisher_head_ttl span{
  font-size: 18px;
}
.publisher_txt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
}
.publisher_comment {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
.publisher_list {
  border: 1px solid #DDDDDD;
}
.publisher_term {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 15px;
  background: #F7F7F7;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.publisher_desc {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
}
.publisher_item:first-child .publisher_term {
  border-top: none;
}
@media only screen and (max-width: 340px) 
{ /* SP start */

}





/* ----------------- Contact ----------------- */
.contact {
  padding:40px 20px 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 340px) 
{ /* SP start */

}




/* ----------------- 固定CVボタン ----------------- */
@media screen and (min-width: 1201px) {
.followBtn {
  display: none;
}
}

@media screen and (max-width: 1200px) {
.followBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color:rgba(64,94,120,0.9);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.followBtn .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.followBtn .followBtn-btns a img{
  transition: .3s;
}
.followBtn .followBtn-btns a img:hover{
  opacity: 0.7;
}
.followBtn .followBtn-btns {
  display: flex;
  flex-flow: row;
}
.followBtn .followBtn-btns a {
  display: block;
  background: none;
  width: 200px;
}
.followBtn .followBtn-btns a img {
  display: block;
}
.followBtn .followBtn-btns a:not(:last-of-type) {
  margin-right: 15px;
}
.followBtn .followBtn-txt1 {
  margin-right: 42px;
  font-size: 20px;
  color: #1C1C1C;
  font-weight: bold;
}
.followBtn .followBtn-txt1 .blue {
  color: #126FED;
}
}

@media (max-width: 1000px) {
.followBtn .container {
  flex-flow: column;
  height: 70px;
}
.followBtn .followBtn-btns a {
  width: calc((100% - 15px));
  max-width: 170px;
}
.followBtn .followBtn-btns a img {
  width: 100%;
}
.followBtn .followBtn-txt1 {
  margin-right: 0;
  margin-bottom: 8px;
  font-size: 14px;
}
}




/* ----------------- スクロールアニメ ----------------- */
.animation {
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(50px); /* 下から上に出てくるように */
  transition: opacity 2s ease, transform 1s ease;
}

.animation.visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1000px) 
{ /* SP start */

}
@charset "utf-8";
/* CSS Document */

