﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
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-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#lesson img {
  max-width: 100%;
  height: auto;
}
.sample {
  font-family:
    YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
a:hover {
  text-decoration: none;
}
figcaption {
  background-color: transparent !important;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/*#pankuzu {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
#lesson {
  width: 100%;
  padding-bottom: 180px;
}
#lesson p {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 30px;
}

/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: 74vh !important;
  position: relative;
  margin: 0 auto;
  background-image: url("../img/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wcover {
    position: absolute;
    right: 0;
    left: 0;
    top: -10%;
    bottom: 0;
    margin: auto;
    display: block;
    width: 296px;
    height: 243px;
}
.logo {
}

.main_v h2 {
  color: #fff;
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 2px;
}

.caption_txt p {
    line-height: 2.3 !important;
    letter-spacing: 0.5px !important;
    padding-bottom: 30px;
}

.caption {
    padding-bottom: 130px;
    background-color: #fff;
    padding-top: 120px;
}

.pc_none {
  display: block !important;
}
/* ▼nav */
/* ----------------------------------------------------- */
.button-box {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 70px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.button-box li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.button-box li a {
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
  color: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
}
.tate {
  border-right: 1px solid #111111;
}
/* ▼drawer nav*/
/* ----------------------------------------------------- */
.pure-toggle-label {
  display: none !important;
}
.drawer-toggle.drawer-hamburger {
  top: 45%;
}
.drawer-nav {
  z-index: 9999 !important;
}
button.drawer-toggle.drawer-hamburger {
  border: 1px solid #999;
  margin: 10px;
  border-radius: 5px;
}
.drawer-nav {
  display: flex; /* 2 */
  justify-content: center; /* 3 */
  align-items: center;
  text-align: left;
  background-color: #edeeef!important;	
}
.drawer-menu {
  border-bottom: none;
  width: 68%;
  margin: 0 auto;
}
.drawer-menu li {
  border-bottom: solid 1px #c1c1c1;
  width: 100%;
  margin: 0 auto;
}
.drawer-menu li:first-child {
  border-bottom: none;
}
.drawer-menu li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho" !important;
  text-align: left;
  padding: 22px 0 20px;
}
.drawer-menu li:first-child a {
  background-image: none;
  padding-bottom: 0 !important;
  letter-spacing: 2px !important;
}
/*.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #999!important;
}*/
.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
.pure-toggle-label {
  display: none;
}
.nav_logo {
  width: 88%;
  margin: 0 auto;
  margin-left: auto;
  margin-left: -1%;
}
.nav_title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
}
.nav_title .nav_logosub {
  letter-spacing: 1px;
  color: #999;
}
.nav_title p {
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}
.nav_title p.nav_logosub {
  font-feature-settings: "pwid" !important;
  padding-left: 10px;
}
.nav_title img {
  margin-bottom: 14px;
}
.nav_title .nav_txt {
  width: 71px;
  position: absolute;
  top: 41px;
  right: -29px;
}
#prosupport .drawer-hamburger {
  display: none;
}

/* ▼category*/
/* ----------------------------------------------------- */
.mh2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: normal;
    text-align: center;
    font-feature-settings: "palt";
    /* border: 1px solid #111; */
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 26px 0px 5px 0px;
    margin-bottom: 20px;
}
.cap_h2 {
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    background-color: #fff;
    width: 270px;
    margin: 0 auto;
    border-radius: 50px;
    color: #e2aba6;
    padding: 8px 0;
}
.mh2_cover {
    padding: 160px 0 120px 0;
}
.mh2_cover.theory {
  border: none;
}

.mh_cap {
  padding-bottom: 78px;
}
.mh2_cap {
  padding-top: 50px;
}

/* ▼bt*/
/* ----------------------------------------------------- */
.bt_box a {
  display: block;
  color: #8e8e8e;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #9b9b9b;
  border-radius: 100px;	
  position: relative;	
}
.bt_box.wh a {
  border: none !important;
  background-color: #fff;
}
.bt_box {
    width: 100%;
}
.bt_box a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}
.bt_cover {
  display: flex;
  justify-content: center !important;
  gap: 20px;
  padding-top: 40px;		
}
.bt_box.line a {
  padding: 10px 0;
  border: none !important;
  background-color: #fff;	
  /*border: none;
  background-color: #00c200;
  color: #fff;*/
}
.bt_box.line a span {
  display: block;
  font-size: 10px;
  margin-top: -7px;
}
.bt_box.line a::after {
  /*border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;*/
}
.bt_box.form a {
    border: none;
    background-color: #00C200;
    color: #fff;
    text-align: center;
}
.bt_box.form a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

/* ▼caution*/
/* ----------------------------------------------------- */
.caution {
  width: 702px;
  margin: 0 auto;
    margin-bottom: 0px;
  background-color: #e6f0f4;
  padding: 20px;
  border-radius: 14px;
  color: #509db2;
}

/* ▼about*/
/* ----------------------------------------------------- */
.about {
    background-color: #fcf5f5;
    padding-bottom: 170px;
}
.about_cap {
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}
.about_main_img {
    width: 100%;
    height: 680px;
    background-image: url(../img/img_about_main_pc.png);
    background-size: cover;
    background-position: center;
}
.about_main {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 170px;
    width: 100%;
}
.about_text_cover {
    background-color: #fff;
    padding: 80px;
}
.mh3_point {
    color: #fff;
    font-size: 38px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    /* line-height: 1.6; */
    padding: 8px 0;
    margin: 50px auto;
    background-color: #e0aea6;
    width: 1200px;
    /* border-radius: 14px; */
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}
.mh_about {
    font-size: 24px;
    color: #e2aba6;
    padding-bottom: 20px;
}
.about_title p{
    font-size: 26px!important;
    font-weight: bold;
    color: #e2aba6;
}
.about_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
}
.about_e p {
    font-size: 22px!important;
    color: #727272;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    letter-spacing: 5px;
}
.about_e {
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin: 0 auto;
}
.about_e img {
    height: 70px!important;
    margin: -14px 0;
}
.about_box.rev {
  flex-direction: row-reverse;
}
.about_txt {
  width: 50%;
}
.at_inner {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  max-width: 600px;
}
.at_inner p {
    padding-bottom: 0px!important;
}
.at_inner p:last-child {
  padding-bottom: 0px;
}
.about_img {
  width: 50%;
}
.mh4 {
    font-size: 18px;
    padding: 9px 0px 9px 0px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    background: #C9B765;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}



/* ▼lesson_category*/
/* ----------------------------------------------------- */
.lesson {
    padding-bottom: 170px;
}
.item_cover_all {
    background-color: #F9F7ED;
    padding-bottom: 170px;
    margin-bottom: 170px;
}
.cap_h2_2 {
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    background-color: #fff;
    width: 270px;
    margin: 0 auto;
    border-radius: 50px;
    color: #e2aba6;
    padding: 8px 0;
    border: 1px solid;
}
.item_cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    padding: 100px 0;
}
.item_image {
    width: 50%;
}
.item_data {
    width: 50%;
    background-color: #F4EFDC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 90px 0;
}
.mh3_txt p {
    font-size: 24px!important;
    letter-spacing: 1px;
    padding-bottom: 0!important;
}
.mh3_txt span {
    font-size: 30px;
    color: #E2ABA6;
    font-weight: bold;
    background: radial-gradient(circle, #E2ABA6 25%, transparent 26%) top right / 1em 10px repeat-x;
    padding-top: 20px;
}
.mh3_cover {
    padding-top: 72px;
}
.mh3_txt {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 43px 0 30px 0;
}
.mh3_txt::before, .mh3_txt::after {
    content: "";
    background-color: #111;
    height: 1.5px;
    width: 30px;
}
.mh3_txt::before {
    margin-right: 5px;
    transform: rotate(60deg);
}
.mh3_txt::after {
    margin-right: 5px;
    transform: rotate(120deg);
}
.mh3_title {
    display: flex;
    margin-left: -235px;
    align-items: center;
    justify-content: center;
    padding-top: 34px;
}
.item_ha_color{
	background: #a2bc80!important;
}
.item_ha_color2{

	color: #a2bc80!important;
}
.item_ha_color3{
	background-image: url(../img/huki_mh_ha.png)!important;
}
.round {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #C9B765;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 90px;
    margin-left: 50px;
}
.cap_h3 {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 24px;
    line-height: 1.7!important;
}
.mh3_main {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 36px!important;
    padding-bottom: 10px!important;
}
.round p {
    color: #fff;
    font-size: 14px!important;
    line-height: 1.5!important;
    padding-bottom: 0px!important;
}
.mh3_number {
    font-size: 45px!important;
    color: #c9b765;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    letter-spacing: 2px;
    padding-bottom: 0!important;
    /* padding-top: 75px; */
    background: linear-gradient(transparent 35%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 57%, transparent 60%);
    display: inline;
}
.mh3 {
    content: "";
    background-image: url("../img/huki_mh.png");
    background-repeat: no-repeat;
    width: auto;
    height: 188px;
    background-position: center center;
}
.item_round {
    background: #fff;
    border-radius: 50%;
    width: 212px;
    height: 212px;
}
.round_area {
    display: flex;
    gap: 2%;
    margin: 0 auto;
    justify-content: center;
    padding-top: 5%;
}
.number {
    display: block;
    font-size: 46px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    margin-top: -28px;
}
.small {
    display: block;
    font-size: 15px!important;
    color: #111!important;
    font-weight: normal;
    padding-bottom: 4px;
}
.item_round p {
    font-size: 22px!important;
    font-weight: bold;
    color: #E2ABA6;
    line-height: 1.4!important;
    margin-top: 29px;
}
.price_text_cover {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 26px 0;
    align-items: center;
    margin-top: 20px;
}
.price_angle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #555555;
    border-right: 0;
    margin: 0 14px;
}
.price_text_cover p {
    margin: 0!important;
    padding: 0!important;
    font-size: 18px!important;
    font-weight: bold;
    line-height: 0!important;
}
.price_text_cover span{
	font-size: 30px;
	color: #E2ABA6;
}
.normal {
    font-size: 18px!important;
    color: #111!important;
    font-weight: normal!important;
}
.detail_p {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 0px!important;
}

.contents_cover {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 20px;
}
.contents_item {
    background: #fff;
    width: 49%;
}
.c_1 {
    width: 100%;
    height: 198px;
    background-image: url(../img/jissen_c_1.jpg);
    background-size: cover;
    background-position: center;
}
.c_2 {
    width: 100%;
    height: 198px;
    background-image: url(../img/jissen_c_2.jpg);
    background-size: cover;
    background-position: center;
}
.hc_1 {
    width: 100%;
    height: 198px;
    background-image: url("../img/hakken_c_1.jpg");
    background-size: cover;
    background-position: center;
}
.hc_2 {
    width: 100%;
    height: 198px;
    background-image: url(../img/hakken_c_2.jpg);
    background-size: cover;
    background-position: center;
}
.angle {
    position: relative;
}

.item_cover_none{
	padding-bottom: 0!important;
}
 
/* ラベル部分 左上に表示 */
.angle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #A2BC80;
    position: absolute;
    z-index: 100;
}
.angle::after {
    content: "講座";
    display: block;
    top: 11px;
    transform: rotate(-45deg);
    color: #fff;
    left: 6px;
    position: absolute;
    z-index: 101;
    font-size: 18px;
    font-weight: bold;
}

.angle_blue {
    position: relative;
}
.angle_blue::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #74B7D1;
    position: absolute;
    z-index: 100;
}
.angle_blue::after {
    content: "実践";
    display: block;
    top: 11px;
    transform: rotate(-45deg);
    color: #fff;
    left: 6px;
    position: absolute;
    z-index: 101;
    font-size: 18px;
    font-weight: bold;
}
.contents_title {
    font-size: 18px!important;
    font-weight: bold;
    color: #A2BC80;
    padding: 20px 0 10px 0!important;
    text-align: center!important;
}
.contents_title_blue {
    font-size: 18px!important;
    font-weight: bold;
    color: #74B7D1;
    padding: 20px 0 10px 0!important;
    text-align: center!important;
}
.contents_txt p {
    text-align: justify;
    width: 85%;
    margin: 0 auto;
}

/* ▼line*/
/* ----------------------------------------------------- */
.line_bt_cover {
    position: fixed;
    bottom: 25px;
    left: 83%;
    width: 100%;
    height: 35px;
    padding: 0px;
    background-color: rgba(0,0,0,0);
}
.line_bt {
    width: 120px;
    background: #00c200;
    border: 2px solid #00c200;
    border-radius: 10px 10px 0 0;
}
.line_bt_1{
	width:120px;
	background: #fff;
	    border-radius: 10px 10px 0 0;
}
.line_bt_1 p{
	font-size: 15px!important;
	color:  #00c200;
	font-weight: bold;
}
.line_bt_1 span{
	font-size: 13px!important;
	color:  #00c200;
	font-weight: bold;
}
.line_bt_2 p{
	font-size: 18px!important;
	color:  #fff!important;
	font-weight: bold;
}

/* ▼owl*/
/* ----------------------------------------------------- */
.owl-carousel img {
    max-width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.owl-controls {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
}
.owl-next {
  z-index: 99999;
  position: absolute;
  top: 47%;
  right: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_r.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-color: transparent !important;
  font-size: 0 !important;
}
.owl-prev {
  z-index: 99999;
  position: absolute;
  top: 47%;
  left: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_l.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-color: transparent !important;
  font-size: 0 !important;
}
.owl-dots {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem;
  background: #FFF;
  position: relative;
  opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  opacity: 1;
}
.owl-item {
  height: 100%;
}
.owl-stage {
  height: 100%;
}
.owl-stage-outer {
  height: 100% !important;
  background-color: #abd1d3;
}
.owl-carousel {
  height: 100% !important;
}
/* ▼owl*/
/* ----------------------------------------------------- */
/* ▼fmag_item_cover*/
/* ----------------------------------------------------- */
.fmag_item_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.fmag_item {
    width: 31%;
    /* margin: 0 auto; */
    background-color: #fff;
}
.fmag_title_cover {
    background-color: #fff;
    padding: 30px 0;
    text-align: justify;
}
.fmag_title {
    /* border-bottom: 1px solid #53B6C9; */
    width: 90%;
    margin: 0 auto;
}
.fmag_title span {
    display: block;
    font-size: 13px!important;
    padding-bottom: 10px;
}
.p_bt_detail {
    width: 90%;
    margin-right: 36px;
    border-radius: 4px;
    margin: 0 auto;
    /* padding-bottom: 0px; */
}
a.link_f {
    display: block;
    padding: 13px 0px;
    cursor: pointer;
    /* margin: 0 auto 28px; */
    text-align: center !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: #dbcf9e;
    color: #fff;
    width: 100% !important;
    /* border: 1px solid #53B6C9; */
    border-radius: 4px;
    justify-content: center;
    line-height: 1;
    position: relative;
}
.p_bt_detail > a > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.8rem;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}

.mh5_2 {
    margin: 0 !important;
    font-size: 16px;
    width: 100%;
    height: auto;
    display: block;
    line-height: 0 !important;
    text-indent: 0 !important;
    padding-bottom: 40px;
    text-align: justify;
    border-top: 1px solid;
    padding-top: 30px;
}


/* ▼voice*/
/* ----------------------------------------------------- */
.voice {
    max-width: 1200px;
    margin: 0 auto;
}
.voice_all {
    display: flex;
    justify-content: left;
    overflow-x: scroll;
    width: 100%;
    gap: 30px;
}
.voice_box {
    /* padding-right: 4%; */
    min-width: 29%;
    text-align: justify;
    /* width: 23%; */
    background-color: #fff;
    border-radius: 34px;
}
.voice_box p {
    width: 80%;
    margin: 0 auto;
}
.voice_title p {
    color: #c9b765;
    font-size: 18px!important;
    font-weight: bold;
    padding: 0px 0px 0px 15px!important;
}
.voice_title img {
    width: 70px;
    height: 70px!important;
}
.voice_title {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0;
    width: 83%;
}

/* ▼apply*/
/* ----------------------------------------------------- */

.apply {
    background: #FCF5F5;
    padding-bottom: 200px;
}
/* ▼mov*/
/* ----------------------------------------------------- */
.about_mov_cover {
  background-color: #d4e2e8;
  padding-bottom: 110px;
}
.mov_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.pro_mov {
  width: 32.5%;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-around;
}
#prosupport .popup-iframe {
  background-color: transparent !important;
}
.popup-iframe figcaption {
  background-color: transparent !important;
  color: #111 !important;
  font-weight: bold;
  padding-top: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
}
.popup-iframe .popimg_cover {
  position: relative;
}
.popup-iframe .popimg_cover::after {
  content: "";
  background-image: url('../img/play.png');
  display: block;
  width: 20%;
  height: 20%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}
/* ▼mag*/
/* ----------------------------------------------------- */

.mag_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.pro_mag {
  width: 24%;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-around;
}
/* ▼info*/
/* ----------------------------------------------------- */
.info_box {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-top: 94px;
  align-items: stretch;
}
.info_img {
  width: 50%;
}
.info_prof {
  width: 50%;
  background-color: #edeeef;
  display: flex;
  align-items: center;
}
.info_prof_inner {
  width: 70%;
  margin: 0 auto;	
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_prof p {
  text-align: justify;
  padding-bottom: 30px;
}
.mh4_2 {
  font-size: 19px;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

/* ▼ch*/
/* ----------------------------------------------------- */
.ch_box {
  display: flex;
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
  justify-content: space-between;
}
.ch_cover {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2%;
}
.ch_one {
    width: 49%;
    background-color: #fff;
    border-radius: 60px 60px 0px 0px;
}
.mh4_3_cover {
    background: #a2bc80;
    border-radius: 60px 60px 0px 0px;
}
.ch_one_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0px 0 30px 0;
    flex-direction: column;
}
.ch_one .bt_cover {
  flex-direction: column;
  margin: auto;
  gap: 10px;
  padding-top: 20px;
}
.ch_txt {
  text-align: justify;
}
.ch_txt p {
  padding-bottom: 20px;
}

.ch_img {
    /* padding-bottom: 35px; */
}
.ch_cap {
  padding-bottom: 46px;
  text-align: justify;
}
.ch_cap p span {
  background-color: #feed64;
}
.ch_ex {
    margin-bottom: 40px;
    text-align: left;
    height: 1044px;
}
.ch_ex_inner {
    /* border-bottom: 1px solid #111; */
    text-align: justify;
    /* padding: 40px 46px; */
    width: 90%;
    margin: 0 auto;
}
.ch_ex_inner li {
  font-weight: bold;
  list-style: disc;
  line-height: 1.5;
  padding-bottom: 10px;
}
.ji_color{
	background: #c9b765;
		color: #c9b765!important;
}
.ji_color2{
	color: #c9b765!important;
}
.ha_color{
	background-color: #bfcea7!important;
}
.ji_color2 p{
	color: #c9b765!important;
}
.ji_color_sen {
    border: 1px solid #c9b765!important;
}
.ch_ex_mh {
    position: relative;
    /* display: inline-block; */
    background-color: #dbd0a2;
    padding: 10px 0 9px!important;
    /* min-width: 240px; */
    width: 90%;
    text-align: center;
    margin: 30px auto 5px;
    justify-content: center;
}
.ch_ex_mh::before {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px #bfcea7;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ji_color3::before {

    border-top: solid 12px #dbd0a2;

}
.ch_ex_mh p {
    margin: 0;
    padding: 0!important;
    font-weight: bold;
	color: #fff;
}
.ch_title {
    font-size: 15px;
    width: 20%;
    color: #a2bc80;
    text-indent: 0 !important;
    padding-bottom: 0!important;
    font-weight: bold;
    line-height: 3.2!important;
}
.ch_small1{
	display: block;
	font-size: 15px;
}
.ch_small2{
	display: block;
	font-size: 18px;
}
.ch_ex_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
}
.apeal{
    border: 1px solid #a2bc80;
    width: 90%;
    margin: 30px auto 0px;
    padding: 30px 0;
	text-align: center;
}
.apeal p{
	font-size: 18px!important;
	font-weight: bold;
	padding-bottom: 10px!important;
	color: #a2bc80;
}
.apeal span{
	font-size: 15px;
	font-weight: normal;
	color: #111;
	display: block;
}
.mh4_3 {
    font-size: 24px;
    padding-bottom: 26px;
    color: #fff;
}
.ch_ex_inner p {
    font-size: 18px!important;
    font-weight: bold;
    padding: 10px 0 10px!important;
}
.ch_ex_inner p {
    font-size: 18px!important;
    font-weight: bold;
    padding: 10px 0 10px!important;
    line-height: 1.6!important;
}
.ch_ex_inner span {
    font-size: 13px!important;
    font-weight: normal;
}
.cap_mh4_3 {
    background-color: #fff;
    color: #E0AEA6;
    width: 160px;
    display: block;
    margin: 40px auto 20px;
    border-radius: 25px;
    /* margin-bottom: 21px; */
    letter-spacing: 2px;
    padding: 1px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}
.ch_apply p {
    font-weight: normal!important;
    font-size: 15px!important;
    padding-bottom: 5px!important;
}
.border_none{
	border: none;
}

.mh3_apply{
	background-image: none;
	color: #fff;
}
.mh3_main_apply{
	color: #fff!important;
}
.h3_white {
    color: #fff;
}
.round_white{
	background: #fff;
	    margin-right: 50px;
}
.round_white p{
	color: #a2bc80;
}

.mh3_title_apply{
    display: flex;
    margin-left: -168px;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}

/* ▼footer_mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
  text-align: left;	
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
b {
  margin: 15px 3% 0 0 !important;
}
.top-webmagazine h2 {
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 0 15px !important;
  padding: 13px 0 8px !important;
  font-size: 24px !important;
}
.garamond {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}
/* ▼feature*/
/* ----------------------------------------------------- */
.bn_cover {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  gap: 2rem;
}
.tf_b {
  padding-bottom: 40px;
  text-align: center;
}
.tf_b a {
  text-decoration: none;
  color: #111;
}
.bn_cover img {
  padding-bottom: 10px;
}


/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
.main_v {
    height: 30vh !important;
}
.wcover {
    position: absolute;
    right: 0;
    left: 0;
    top: -10%;
    bottom: 0;
    margin: auto;
    display: block;
    width: 24%;
    height: 180px;
}
	.about_main {
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto 10px;
    width: 100%;
}
	.about_main_img {
    width: 100%;
    height: 414px;
    background-image: url(../img/img_about_main_pc.png);
    background-size: cover;
    background-position: center;
}
	.mh3_point {
    color: #fff;
    font-size: 38px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    /* line-height: 1.6; */
    padding: 8px 0;
    margin: 50px auto;
    background-color: #e0aea6;
    width: 90%;
    /* border-radius: 14px; */
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}

.about_e p {
    font-size: 1rem!important;
    color: #727272;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    letter-spacing: 5px;
    padding-bottom: 10px!important;
}
	.about_e img {
    height: 39px!important;
    margin: -4px 0;
}
	.at_inner {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    /* max-width: 600px; */
}
	.mh_about {
    font-size: 1.2rem;
    color: #e2aba6;
    padding-bottom: 20px;
}

	.item_cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    padding: 100px 0;
    flex-direction: column;
}
	.item_image {
    width: 100%;
}
	.item_data {
    width: 100%;
    background-color: #F4EFDC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 90px 0;
}
	.item_data {
    width: 100%;
    background-color: #F4EFDC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 90px 0;
    gap: 4rem;
}
	.fmag_item_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
}
	.voice {
    max-width: 95%;
    margin: 0 auto;
}
	.voice_box {
    /* padding-right: 4%; */
    min-width: 42%;
    text-align: justify;
    /* width: 23%; */
    background-color: #fff;
    border-radius: 34px;
}
	.ch_ex {
    margin-bottom: 40px;
    text-align: left;
    height: 1140px;
}
	.ch_cover {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 2%;
}
	.mh3_main {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 1.8rem!important;
    padding-bottom: 10px!important;
}
	.cap_h3 {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 1.1rem;
    line-height: 1.5!important;
}
	.round {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #C9B765;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    margin-right: 90px;
    margin-left: 48px;
}
	.round_white {
    background: #fff;
    margin-right: 26px;
}
	.mh3_title_apply {
    display: flex;
    margin-left: -109px;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}
.apeal p {
    font-size: 1rem!important;
    font-weight: bold;
    padding-bottom: 10px!important;
    color: #a2bc80;
    width: 90%;
    margin: 0 auto;
}
	.h3_white {
    color: #fff;
}
	.about {
    background-color: #fcf5f5;
    padding-bottom: 5rem;
}
.about_cap_cover {
    width: 90%;
    margin: 0 auto;
}
.about_cap {
    /* background-color: #eaf1f4; */
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 2%;
    width: 90%;
    margin: 0 auto;
}
.about_box {
    display: flex;
    flex-direction: column-reverse;
    min-width: 86%;
    background-color: #fff;
    justify-content: start;
}
.about_box.rev {
    display: flex;
    flex-direction: column-reverse;
    min-width: 86%;
    background-color: #fff;
    justify-content: start;
    /* align-items: stretch; */
}
.about_txt {
  width: 100%;
}
.at_inner {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    padding: 1rem 0 2rem;
}
.at_inner p {
  padding-bottom: 1.2rem;
}
.at_inner p:last-child {
  padding-bottom: 0px;
}
.about_img {
  width: 100%;
}
.mh4 {
    font-size: 1rem;
    padding: 0.5rem 0px 0.5rem 0px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: center;
}
	.about_e {
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin: 0 auto;
    padding-top: 2rem;
}
	.line_bt_cover {
    position: fixed;
    bottom: 22px;
    left: 74%;
    width: 100%;
    height: 35px;
    padding: 0px;
    background-color: rgba(0,0,0,0);
}
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v {
    height: calc(100vh - 300px) !important;
  }
	.about_main {
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto 10px;
    width: 100%;
}
	.about_main_img {
    width: 100%;
    height: 414px;
    background-image: url(../img/img_about_main_pc.png);
    background-size: cover;
    background-position: center;
}
	.mh3_point {
    color: #fff;
    font-size: 38px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    /* line-height: 1.6; */
    padding: 8px 0;
    margin: 50px auto;
    background-color: #e0aea6;
    width: 90%;
    /* border-radius: 14px; */
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}

.about_e p {
    font-size: 1rem!important;
    color: #727272;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
    letter-spacing: 5px;
    padding-bottom: 10px!important;
}
	.about_e img {
    height: 39px!important;
    margin: -4px 0;
}
	.at_inner {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    /* max-width: 600px; */
}
	.mh_about {
    font-size: 1.2rem;
    color: #e2aba6;
    padding-bottom: 20px;
}

	.item_cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    padding: 100px 0;
    flex-direction: column;
}
	.item_image {
    width: 100%;
}
	.item_data {
    width: 100%;
    background-color: #F4EFDC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 90px 0;
}
	.item_data {
    width: 100%;
    background-color: #F4EFDC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 90px 0;
    gap: 4rem;
}
	.fmag_item_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
}
	.voice {
    max-width: 95%;
    margin: 0 auto;
}
	.voice_box {
    /* padding-right: 4%; */
    min-width: 42%;
    text-align: justify;
    /* width: 23%; */
    background-color: #fff;
    border-radius: 34px;
}
	.ch_ex {
    margin-bottom: 40px;
    text-align: left;
    height: 1140px;
}
	.ch_cover {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 2%;
}
	.mh3_main {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 1.8rem!important;
    padding-bottom: 10px!important;
}
	.cap_h3 {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
    color: #C9B765;
    font-size: 1.1rem;
    line-height: 1.5!important;
}
	.round {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #C9B765;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    margin-right: 90px;
    margin-left: 48px;
}
	.round_white {
    background: #fff;
    margin-right: 26px;
}
	.mh3_title_apply {
    display: flex;
    margin-left: -109px;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}
.apeal p {
    font-size: 1rem!important;
    font-weight: bold;
    padding-bottom: 10px!important;
    color: #a2bc80;
    width: 90%;
    margin: 0 auto;
}
	.h3_white {
    color: #fff;
}
	.about {
    background-color: #fcf5f5;
    padding-bottom: 5rem;
}
.about_cap_cover {
    width: 90%;
    margin: 0 auto;
}
.about_cap {
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}
.mh4 {
    font-size: 1rem;
    padding: 0.5rem 0px 0.5rem 0px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: center;
}
	.about_e {
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin: 0 auto;
    padding-top: 2rem;
}
	.line_bt_cover {
    position: fixed;
    bottom: 22px;
    left: 74%;
    width: 100%;
    height: 35px;
    padding: 0px;
    background-color: rgba(0,0,0,0);
}
}
@media screen and (max-width: 1200px) {
	
	.ch_box {
  width: 100%;
}
	.info_box {
  width: 90%;
  margin: 0 auto;
}
}
@media screen and (max-width: 1440px) {}