@charset "utf-8";
/* =======================================

        CommonElements

======================================= */
html {
  font-size: max(75%,14px);
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

.flex {
  display: flex;
}

.sp_none {
  display: none !important;
}

/*width ==============================*/
.inbox,
.inbox2 {
  padding: 0 5%;
}

/*font ===============================*/
.gothic {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

/* 明朝 */
.mincho {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

/*bk color ============================*/
.bk1,
.editor h2,
#navi ul li::after,
.contact_btn li [type="submit"],
.contact_btn li [type="button"],
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #0fa3b3;
}

.bk2,
.editor h3,
.sec2_list li:hover {
  background-color: #0fa3b31A;
}

/*color ==============================*/
.color1,
.cmn_ttl1,
#panel li:hover a,
.h_num li a #breadcrumb li a {
  color: #0fa3b3;
}

.cmn_ttl1{
  color:#535856 !important;
}

.color-em{
  color:#E6003B !important;
}
.color-em2{
  color:#0fa3b3 !important;
}
h2 span.size-em{
font-size:26px;
}

/* aタグ------ */
.btn:hover a,
#breadcrumb li a,
.drawer-menu li:hover a {
  color: #0fa3b3;
}

/* ボーダー---- */
.line,
.editor h3,
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #E6003B;
}
.editor h3{
  border-color: #0fa3b3;
}
.side_box h3.line{
  border-color: #0fa3b3;
}


/*btn ================================*/
.btn {
  text-align: center;
  transition: 0.5s;
  border-width: 1px;
  border-style: solid;
  display: table;
  margin: auto;
  position: relative;
}

.btn a {
  color: #fff;
  display: block;
  padding: 12px 55px 10px 45px;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 20px;
  height: 1px;
  transition: 0.2s;
  background-color: #fff;
}

.btn:hover {
  background-color: #fff;
}

.btn.line:hover::before {
  background-color: #0fa3b3;
}

.btn.line {
  border: 1px solid #0fa3b3 !important;
}

/*map ==============================*/
.map iframe {
  width: 100%;
  height: 250px;
}

/*header
--------------------------------------------*/
#header {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
}

.h_logo {
  float: left;
  font-size: 25px;
  padding-left: 4%;
  margin-top: 2px;
  transition: 0.3s;
}

.h_right {
  float: right;
  align-items: center;
}

.h_info {
  align-items: center;
  position: relative;
  z-index: 999;
}

.h_num {
  font-size: 31px;
  margin-right: 30px;
  position: relative;
}

.h_num li {
  font-size: 31px;
  position: relative;
  margin-right: 55px;
  font-weight: 500;
}

.h_num li:last-child {
  margin-right: 0;
}

.h_num li::before,
.sp_btt-link li::before {
  color: #fff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.tel::before,
.sp_btt-link li.tel_fax::before {
  font-size: 18px;
  content: "\f879";
  top: 20px;
  left: 50px;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.h_num li.mobile::before,
.sp_btt-link li.mobile::before {
  font-size: 24px;
  content: "\f3cd";
  top: 15px;
  left: 45px;
}

.h_num li.fax:before {
  font-size: 25px;
  content: "\f1ac";
  top: 6px;
  left: -25px;
}
.h_num li.fax {
  padding-left: 5px;
}

.sp_btt-link li.mail::before {
  font-size: 20px;
  content: "\f0e0";
  top: 18px;
  left: 14%;
}

.h_info .time {
  font-size: 14px;
  margin-right: 25px;
  line-height: 1.3;
}

.h_btn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}
.h_btn a {
  color: #fff;
  display: block;
  padding: 13px 20px 12px;
  transition: 0.5s;
}
.h_btn:hover a {
  background-color: rgba(255, 255, 255, 0.2);
}

.h_btn i {
  font-size: 28px;
  font-weight: normal;
}

/* logo */
.h_logo img {
  width: auto;
  max-height: 35px;
}

.f_logo img {
  width: auto;
  max-height: 38px;
}

.h_logo:hover,
.f_logo:hover {
  opacity: 0.7;
}

/*navi
--------------------------------------------*/
#navi {
  margin-right: 40px;
  display: none;
}

#navi ul.flex {
  justify-content: center;
}

#navi ul li {
  transition: 0.5s;
  position: relative;
}

#navi ul li::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 85%;
  height: 2px;
  opacity: 0;
  margin: auto;
  transition: 0.3s;
}

#navi ul li:hover::after {
  bottom: 0;
  opacity: 1;
}

#navi ul li a {
  color: #333;
  display: block;
  padding: 10px 20px;
}

/*navi right
--------------------------------------------*/
/* toggle-panel */
#panel-btn {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
  transition: 0.3s;
  background-color: #0fa3b3;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 25px;
  height: 3px;
  margin: -1px auto 0;
  background: #fff;
  transition: 0.2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 25px;
  height: 3px;
  margin-left: -6px;
  background: #fff;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -11px;
}

#panel-btn-icon:after {
  margin-top: 9px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: -3px;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel {
  margin: 0 0 0 0;
  padding: 0;
  background: #fff;
  position: fixed;
  right: -100%;
  z-index: 9999;
  top: 52px;
  width: 100%;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  /*縦スクロール　▽*/
  height: 90vh;
  overflow-y: scroll;
}

#panel ul {
  display: flex;
  flex-wrap: wrap;
}

#panel li {
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  border-bottom: 1px dashed #ccc;
}

#panel li:nth-last-child(-n + 4) {
  width: 50%;
  font-size: 14px;
}

#panel li a {
  color: #333;
  padding: 15px 10px;
  display: block;
}

/*main visual
--------------------------------------------*/
/* 下層共通 */
.mainv_w,
#page_ttl-w {
  overflow: hidden;
  position: relative;
}

#mainv,
.page_ttl-in {
  max-width: 100%;
  position: relative;
  margin-top: 50px;
}

.mainv_copy,
.page_ttl {
  position: absolute;
  /*right: 0;
  bottom: 0;*/
  z-index: 99;
  font-weight: 500;
}
.mainv_copy{
right: 0;
}
.mainv_copy span,
.page_ttl span {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 0;
  text-align: left;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.mainv_copy span{
  font-size:20px;
}
.mainv_copy span:nth-of-type(2) {
  font-size: 27px;
}

.page_ttl span {
  padding: 10px 40px;
}

/* ================ */

#mainv {
  height: 450px;
}

#image1 {
  background: url(https://goalfreeesaka.jp/design/uploads/2023/07/AdobeStock_588626731-e1689862818352.jpeg) no-repeat center center;
  background-color: gainsboro;
}
#image2 {
  background: url(https://goalfreeesaka.jp/design/uploads/2023/07/AdobeStock_366445818-e1689897939212.jpeg) no-repeat center center;
  background-color: gray;
}
#image3 {
  background: url(https://goalfreeesaka.jp/design/uploads/2023/07/AdobeStock_529591669-1-e1689898694628.jpeg) no-repeat bottom center;
  background-color: #333;
}
#image1,
#image2,
#image3 {
  height: 450px;
  background-size: cover;
}

.bx-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-viewport {
  overflow: visible !important;
  width: 100% !important;
  margin: auto;
  text-align: center;
}

.bx-controls {
  display: none;
}

.mainv_copy {
  font-size: 25px;
  position: absolute;
  bottom: 8%;
}

/*content
--------------------------------------------*/

.sec_ttl,
.sec_type1 h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  /*letter-spacing: 2px;*/
}

.sec_type2 .btn,
#tp_archive1 .btn,
#tp_archive2 .btn {
  width: 70%;
  margin: auto;
  margin-top: 30px;
}

.sec_type2,
#tp_archive1 > div.inbox,
#tp_archive2 > div.inbox {
  position: relative;
}

#tp_archive1 > div.inbox {
  padding: 0;
}

.ttl_bottom {
  margin-bottom: 20px;
}

/*section1============*/
.sec_type1 {
  margin-top: 70px;
}

.sec_type1 div.inbox2 {
  overflow: hidden;
}

.sec_type1 div.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_type1 .under_type3 {
  margin-bottom: 0;
}

.sec1_txt {
  text-align: justify;
}

.sec_type1 .under_type3 .box .img {
  width: 100%;
  height: 200px;
  background-color: #e6e6e6;
}

.sec_type1 .btn {
  width: 85%;
  margin: auto;
  margin-top: 30px;
margin-bottom: 15px;
}

.sec_type1 .btn a {
  padding: 10px 20px 10px 20px;
}

/*section2============*/
.sec_type2 {
  margin-top: 40px;
}

.sec2_img {
  position: relative;
}

.sec2_list li .thumb img {
  transition: 1s; /*変化の時間*/
  background-color: #fff;
}

.sec2_list li:hover .thumb img {
  min-height: 110%;
  min-width: 110%;
}

.sec_type2 div.inbox {
  position: relative;
}

.sec2_list ul.flex {
  flex-wrap: wrap;
  margin-top: 40px;
}

.sec2_list li {
  width: 100%;
  text-align: center;
}

.sec2_list li:nth-child(-n + 3) {
  margin-top: 0;
}

.sec2_list li a {
  display: block;
  padding-bottom: 40px;
}

.sec2_list li .thumb {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}

.sec2_list li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sec2_list li h3,
.sec2_list li p {
  padding: 0 15px;
}

.sec_type2 .btn {
  margin-top: 20px;
}

.sec2_list li p {
  color: #333;
  text-align: left;
}

/*tp_archive1============*/
#tp_archive1 {
  margin-top: 50px;
  padding: 30px 5%;
}

/* gallery cmn */
.post_list.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.post_list article {
  width: 48%;
  margin-top: 50px;
}

.post_list article:nth-child(-n + 2) {
  margin-top: 0;
}

.post_list article .post_img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  /*background-color: #ccc;*/
}

.post_list article h3 {
  color: #333;
  font-size: 16px;
  margin-top: 3px;
}

.post_list article:hover h3 {
  opacity: 0.7;
  text-decoration: underline;
}

.day {
  font-size: 14px;
}

/*tp_archive2============*/
#tp_archive2 {
  margin-top: 50px;
}

.tp_news.flex {
  justify-content: space-between;
  flex-wrap: wrap;
  display: block;
}

.tp_news article {
  margin-bottom: 25px;
}

.tp_news article:last-child {
  margin-bottom: 0;
}

.tp_news-img {
  width: 120px;
  height: 100px;
  margin-right: 10px;
  /*background-color: #ccc;*/
}

.tp_news-rt {
  max-width: 60%;
  font-size: 14px;
}

.tp_news article h3 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 5px;
  border-left-width: 4px;
  border-left-style: solid;
}

.tp_news article:hover h3 {
  text-decoration: underline;
}

.tp_news article .day {
  margin-top: 5px;
  font-size: 12px;
}

.tp_news article p {
  color: #333;
}

.tp_news article .txt {
  font-size: 14px;
}

/*footer
--------------------------------------------*/
.pageTop {
  position: fixed;
  bottom: 12%;
  right: 1%;
  z-index: 1000;
  cursor: pointer;
  padding: 10px 13px 15px;
}
.pageTop:hover {
  opacity: 0.8;
}

.btt_map iframe {
  width: 100%;
  height: 250px;
}

#footer {
  color: #fff;
}
#footer .inBox{
  background: rgba(0,0,0,0.5)
}
.f_inner {
  padding: 15px 0 35px;
  justify-content: space-between;
  display: block;
  text-align: center;
}

.f_logo {
  font-size: 27px;
  margin: auto;
  margin-bottom: 15px;
}
.f_logo a {
  color: #fff;
}

.f_sns {
  margin: 10px 0 0;
}

.f_sns ul.flex {
  justify-content: center;
}

.f_sns li {
  font-size: 34px;
  margin: 0 15px;
  transition: 0.5s;
  font-family: "Font Awesome 5 Brands";
}

.f_sns li i {
  color: #fff;
}

.f_sns li.tw_link i::before {
  font-size: 28px;
}

.f_sns li:hover i {
  opacity: 0.7;
}

.f_add {
  font-size: max(75%,14px);
}

.f_add ul.flex {
  justify-content: center;
  flex-wrap: wrap;
}

.f_add ul.flex li {
  margin-right: 10px;
}
.f_add ul.flex li:last-child {
  margin-right: 0;
}

.f_copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #fff;
}
.f_copy:hover {
  opacity: 0.8;
}

.f_copy a {
  color: #fff;
}

.sp_btt-link {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  border-top: 1px solid #fff;
}

.sp_btt-link li {
  width: 50%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}

.sp_btt-link li:first-child {
  border-right: 1px solid #fff;
}

.sp_btt-link li a {
  color: #fff;
  display: block;
  padding: 17px 15px 17px 30px;
}

.sp_btt-link li.mail a {
  padding-left: 40px;
}

/* 200619 追記 */
.sp_btt-link li:nth-child(3) {
  border-left: 1px solid #fff;
}
.sp_btt-link li:nth-child(3) a {
  padding-left: 15px;
}

.sp_btt-link li.tel:before,
.sp_btt-link li.mobile:before,
.sp_btt-link li.tel_fax:before {
  left: 20%;
}

/*下層
--------------------------------------------*/
/*下層共通--------------------*/
/*表題===========*/
#page_ttl-w::after {
  right: 0;
}

.page_ttl-in {
  padding: 130px 0 60px;
  background: url(https://goalfreeesaka.jp/design/uploads/2023/07/AdobeStock_436490058-1-e1689899654453.jpeg) no-repeat center;
  background-size: cover;
}

.page_ttl {
  font-size: 22px;
  text-align: center;
  /*bottom: 60px;
  left: 0;
  right: 0;*/
    transform: translate(-50%,-50%);
    left: 50%;
    top: 56%;
    width: 100%;
}

/*ぱんくず=========*/
#breadcrumb {
  margin-top: 10px;
}

#breadcrumb li {
  float: left;
  font-size: 14px;
  color: #787878;
  position: relative;
  padding-right: 10px;
  margin-right: 7px;
}

#breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
#breadcrumb :last-child::before {
  content: "";
}

/*テーブル===============*/
.cmn_table dl {
  border-bottom: 1px dotted #bebebe;
}

.cmn_table dl:nth-child(1) {
  border-top: 1px dotted #bebebe;
}

.cmn_table dt,
.cmn_table dd {
  vertical-align: top;
  box-sizing: border-box;
}

.cmn_table dt {
  text-align: left;
  padding: 15px 15px;
}

.cmn_table dd {
  padding: 15px 15px;
}

/*===============*/
#content {
  padding: 50px 0 0;
}

/*タイトル=========*/
h2{
  font-size: 18px;
}
h3{
  font-size: 16px;
  font-weight:700;
}
h4{
  font-size: 15px;
  font-weight:700;
}
/* 1 */
.cmn_ttl1 {
  font-weight: 500;
  text-align: center;
  /*letter-spacing: 2px;*/
  margin-bottom: 25px;
}

/* 2 */
.cmn_ttl2,
.editor h2 {
  color: #fff;
  position: relative;
  padding: 8px 15px;
  margin-bottom: 20px;
}

.cmn_ttl2::before,
.editor h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

/* 3 */
.cmn_ttl3,
.editor h3 {
  padding: 8px 10px;
  margin-bottom: 20px;
  border-left-width: 7px;
  border-left-style: solid;
}

/* 4 */
.cmn_ttl4 {
  padding: 0px 5px 8px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/*画像配置=========*/
.img_list ul.flex {
  flex-wrap: wrap;
  margin-top: 15px;
}

.img_list li {
  width: 100%;/*31％*/
  height: auto;
    margin: 0px 0px 20px 0;
  background-color: #cfcfcf;
}
.img_list li.thumb img {
     position: static; */
    width: 100%;
    /* height: 100%; */
    object-fit: cover; 
    min-height: auto;
    min-width: auto;
    -webkit-transform: none; 
    -ms-transform: none;
    transform: none
}


.img_list li:nth-child(-n + 3) {
  margin-top: 0;
}

.img_list li:nth-child(3n) {
  margin-right: 0;
}

/*margin=========*/
.box_mg40 {
  margin-top: 20px;
}

.box_mg50 {
  margin-top: 30px;
}

.box_mg60 {
  margin-top: 40px;
}

.box_mg80 {
  margin-top: 60px;
}

.box_mg100 {
  margin-top: 70px;
}

#top_content .inbox .box_mg60:nth-child(2),
#content .box_mg100:first-child {
  margin-top: 0;
}

[id$="-id1"].box {
  margin-top: 0;
}

/*type========== */
/* 2 */
.under_type2 .box > div.flex {
  justify-content: space-between;
  display: block;
}

.under_type2 .box div.flex.right {
  flex-direction: row-reverse;
margin-bottom:40px;
}
.under_type2 .box div.flex.right,
.under_type2 .box div.flex.left {
  float: none !important;
}

.under_type2 .box .temp_img {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.under_type2 .box .temp_img img {
  max-width: 100%;
  max-height: 100%;
}

/* 3 */
.under_type3 .btn_list ul {
  margin-top: 30px;
}

/*list_type===============*/
.list_type li {
  position: relative;
}

.list_type li::after {
  content: " ";
  position: absolute;
  z-index: 999;
}

.list_type li .txt1 {
  font-size: 17px;
  margin-bottom: 5px;
}

.list_type .check_arr li:last-child::after {
  display: none !important;
}

.list_type .free_txt {
  margin: 15px 0 0;
}

/* 横 -----------*/
.list_type .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.list_type .flex li {
  width: 100%;
  margin: 30px 0px 0 0;
}
.list_type .flex.check_arr li {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.list_type .flex li .thumb {
    width: 100%;
    height: 200px;
}
.list_type .flex.check_arr li::after {
    border-style: solid;
    border-width: 18px 18px 0px 18px;
    border-color: #0fa3b3 transparent;
    bottom: -12px;
    right: 45%;
/*
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent #01a3db;
  right: -18px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}

/*.list_type .flex.check_arr li:nth-child(2n)::after {
  display: none;
}*/

/*.list_type .flex li:nth-child(-n + 2) {
  margin-top: 0;
}*/

.list_type .flex li .txt_box {
    margin-top: 10px;
}

.img_list .flex_b{

    margin-top: 30px;
}
.img_list .flex_b li.thumb_02 {
  width: 100% !important;
  height: auto;
  margin: 0px 0px 20px 0;

}

.img_list .flex_b li.thumb_02 img{
width:100%;
}

/* 縦  -----------*/
.list_type .vertical li {
  margin-bottom: 30px;
}

.list_type .vertical li .thumb {
  width: 100%;
  height: 200px;
}

.list_type .vertical li .txt_box {
  margin-top: 10px;
}

.list_type .vertical.check_arr li {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.list_type .vertical.check_arr li::after {
  border-style: solid;
  border-width: 18px 18px 0px 18px;
  border-color: #0fa3b3 transparent;
  bottom: -12px;
  right: 45%;
}

.list_type .vertical li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*縦横両方。背景色・外枠つけたときのボーダーボトム*/
.list_type .vertical.check_arr li.bkcolor,
.list_type .vertical.check_arr li.bkgray, 
.list_type .flex.check_arr li.bkcolor, 
.list_type .flex.check_arr li.bkgray{
border:none;
}
.list_type .vertical.check_arr li.linegray,
.list_type .flex.check_arr li.linegray{
border:1px solid #aaaaaa !important;
}
.list_type .vertical.check_arr li.linecolor, 
.list_type .flex.check_arr li.linecolor
{
border:1px solid#0fa3b3 !important;
}

/*frame_type===============*/
.frame_type {
  padding: 20px 20px;
}

/*btn_list===============*/
.btn_list ul {
  margin-top: 25px;
  justify-content: center;
  display: block;
}

.btn_list ul li .btn {
  width: 85%;
  margin: auto;
  text-align: center;
  border-radius: 0;
  margin-bottom: 15px;
}

.btn_list ul li .btn a {
  padding: 10px 20px;
}

/*site_map
--------------------------------------------*/
#site_map li {
  padding: 0;
}

#site_map li:hover {
  opacity: 0.8;
}

#site_map li p {
  margin-bottom: 0;
  border-color: #0fa3b3;
}

#site_map li a {
  display: block;
  padding: 5px 0 18px;
}

/*privacy
--------------------------------------------*/
#privacy dl {
  margin-bottom: 50px;
}

/*contact
--------------------------------------------*/
#contact dt {
  vertical-align: top;
}

#contact dt span {
  font-size: max(75%,14px);
  margin-left: 5px;
  color: #ff0a0a;
}

#contact dd {
  padding: 12px 15px;
  vertical-align: middle;
}

#contact dd input,
#contact dd textarea {
  width: 100%;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #c8c8c8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}

#contact dd textarea {
  width: 100% !important;
  height: 150px;
}

.contact_btn {
  margin-top: 30px;
  text-align: center;
}

.contact_btn li {
  vertical-align: top;
  padding: 10px 0px;
}

.contact_btn li [type="submit"],
.contact_btn li [type="button"] {
  width: 260px;
  font-size: 18px;
  color: #fff;
  border: none;
  display: block;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

/*画像サイズ設定===========*/
.thumb {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .thumb img {
    width: auto;
    height: 100%;
  }
}

.editor img {
  max-width: 100%;
  height: auto;
}

/*404===========*/
.not_found {
  text-align: center;
}
.found_map {
  margin-top: 80px;
  text-align: left;
}

.found_map li {
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px dotted #000;
}

.found_map li:first-child {
  border-top: 1px dotted #000;
}

.found_map li a {
  color: #5c5c5c;
  display: block;
  padding: 14px 20px;
}

/*pager===========*/
/*archive*/
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 10px !important;
  background-color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  border-width: 1px;
  border-style: solid;
}

/*single*/
.page_btn {
  width: 100%;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 25px;
  border-top: 1px dotted #ccc;
}

.page_btn a {
  color: #333;
}

.page_btn .left a {
  float: left;
}

.page_btn .right a {
  float: right;
}

#pagerlist {
  clear: both;
  width: 100%;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

/*必要がない場合は削除するcss
--------------------------------------------*/
/* Instagram ============== */
/* Instagram ============== */
.insta {
  margin-top: 50px;
  position: relative;
}

.insta .btn {
  width: 50%;
  margin: auto;
  margin-top: 30px;
}

.sbi_item.sbi_type_image a {
  border: 1px solid #cfcfcf;
}

/* faq ============== */
#faq dl {
  margin-bottom: 40px;
}

#faq dl:last-child {
  margin-bottom: 0;
}

/* menu ============== */
.menu_list li {
  margin-top: 15px;
  box-sizing: border-box;
}

.list_txt {
  padding: 0 5px;
  margin: 10px 0 25px;
}

.menu_list li dl {
  padding: 0 10px 10px;
  border-bottom: 1px dashed #bebebe;
  justify-content: space-between;
  align-items: flex-end;
}

.menu_list li dt {
  font-size: 16px;
}

.free_txt {
  margin-bottom: 10px;
}

.menu_txt {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #c8c8c8;
}

.menu_btt {
  font-size: 14px;
  margin-top: 15px;
}
.menu_btt.rt {
  text-align: right;
}

.menu_type1 .menu_list li:first-child,
.menu_type2 .menu_list li:first-child,
.menu_type4 .menu_list li:first-child {
  margin-top: 0;
}

/* type2 */
.menu_type2 .menu_list ul {
  justify-content: space-between;
  flex-wrap: wrap;
  display: block;
}

/* type3 */
.menu_type3 .menu_list {
  display: flex;
  justify-content: space-between;
  display: block;
}

.menu_type3 .menu_list .list {
  margin-bottom: 20px;
}

.menu_type3 .menu_list.left {
  flex-direction: row-reverse;
}

.menu_type3 .menu_list li:first-child {
  margin-top: 10px;
}

.menu_type3 .temp_img {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.menu_type3 .temp_img img {
  max-width: 100%;
  max-height: 100%;
}

/* recruit ============== */
.recruit_table {
  margin-bottom: 80px;
}

.recruit_table:last-child {
  margin-bottom: 50px;
}

/* -----CTA */

.sec_cta{

  padding: 80px 0 80px 0;
  margin: 100px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
}
.sec_cta.bk{
  background-color: #0fa3b333;
}
.sec_cta.bk_2{
  background-color: #efefef;
}

.sec_cta.bk{
  background-color: #0fa3b333;
}
.sec_cta.bk_2{
  background-color: #efefef;
}

.cta_area.flex {
  display: block;
}

.cta {
  width: 80%;
  margin: 0 auto;
}

.line_wrap.flex {
  display: flex;
  justify-content: space-between;
}

.cta.line {
  width: 80%;
  text-align: center;
}

.cta h3 {
  text-align: center;
  font-size: 22px;
  color: #0fa3b3;
  margin-bottom: 30px;
}
.cta h4 {
  font-size: 14px;
}

.cta_tel {
  padding: 12px 0;
  background: #0fa3b3;
  margin: 20px;
  border: 5px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

#top_cta_tel {
  color: #fff;
}
#top_cta_form {
  color: #fff;
}

.cta_line {
  padding: 12px 0;
  background: #0fa3b3;
  margin: 20px;
  border: 5px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

#top_cta_line {
  color: #fff;
}

.cta_tel:hover,
.cta_line:hover {
  color: #ffffff;
  background: #0fa3b3;
}

.line_box {
  width: 100%;
  text-align: left;
}

.cta a {
  display: block;
}

.cta_tel,
.cta_line {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
}

.cta div.cta2 {
  width: 100%;
  margin: 0 0 0 0;
}

.sp_none {
  display: none;
}
/**/
.flex_b{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;

}
/*フレーム2*/
/*.frame_type2 .box > div.flex {
    justify-content: space-between;
}
.frame_type2 .box div.flex.right {
    flex-direction: row-reverse;
}*/
.frame_type2 .box div.flex.up,
.frame_type2 .box div.flex.text{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.frame_type2 .box div.flex.up .temp_img{
width:100% !important;
margin:0 0 30px 0 !important;
}
.frame_type2 .box div.flex.down .temp_img{
width:100% !important;
margin:30px 0 0px 0 !important;
}
.frame_type2 .box div.flex.up .temp_img img,
.frame_type2 .box div.flex.down .temp_img img{
width:100% !important;
}
.frame_type2 .box div.flex.down {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}
.frame_type2 .box .temp_img {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
margin-bottom:20px
}
.frame_type2 .box div.flex.right .temp_img {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
margin-bottom:20px
}

.frame_type2 .box .temp_img img {
max-width:100%
}
.frame_type2 .box .txt {
    flex: 1;
}

.frame_wrap{
    padding: 60px 80px;

}

.frame_wrap.line{
    padding: 30px;
  border: 1px solid #0fa3b3;
}

.frame_wrap.line_2{

    padding: 30px;
  border: 1px solid #ababab;
}

.frame_wrap.bk{
    padding: 30px;
  background-color:  #0fa3b333;/*0A**/
}
.frame_wrap.bk_2{
    padding: 30px;
  	background-color:  #efefef;
}
/*frame　flex　sp対応*/
.frame_wrap .flex{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

/*.ノーマル　画像テキスト横並び　線・背景色*/
.under_type2 .box div.flex.line{
    padding: 5%;
  border: 1px solid #0fa3b3;
}

.under_type2 .box div.flex.line_2{

    padding: 5%;
  border: 1px solid #ababab;
}

.under_type2 .box div.flex.bk{
    padding: 5%;
  background-color:  #0fa3b333;/*0A**/
}
.under_type2 .box div.flex.bk_2{
    padding: 5%;
  	background-color:  #efefef;
}
/*ノーマル　下に画像　画像1枚*/
.img_one{
	margin-top:30px
}
.img_one img{
	width:100%;
}
/*リストの外枠・背景色*/
.linecolor{
    padding: 5% !important;
  	border: 1px solid #0fa3b3;
	box-sizing: border-box;
}
.linegray{
    padding: 30px !important;
  	border: 1px solid #ababab;
	box-sizing: border-box;
}
.bkcolor{
    padding: 5% !important;
  	background-color:  #0fa3b333;/*0A*/
	box-sizing: border-box;
}
.bkgray{
    padding: 30px !important;
  	background-color:  #efefef;
	box-sizing: border-box;
}
.list_type.col3 .flex li.linecolor .thumb,
.list_type.col3 .flex li.linegray .thumb, 
.list_type.col3 .flex li.bkcolor .thumb, 
.list_type.col3 .flex li.bkgray .thumb{
width:100%;
}

/*5/27add 後で見出しの上に持っていく*/
#top_content section.color{
    padding: 40px 0 !important;
  	background-color:  #0fa3b333;
}
#top_content section.gray{
    padding: 40px 0 !important;
  	background-color:  #efefef;
}

/* ----- 背景色 */
#content section.color{
    padding: 30px 0 !important;
  	background-color:  #0fa3b333;
  margin: 100px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
}
#content section.gray{
    padding: 30px 0 !important;
  	background-color:  #f6f6f6;
  margin: 100px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;

}
#content section.color h2,
#content section.color h3,
#content section.color > div,
#content section.gray h2,
#content section.gray h3,
#content section.gray > div{
width:100%;
margin-right: auto;
margin-left: auto;
    padding: 0 5%;
box-sizing: border-box;
}
section.circle img{
border-radius:50%;

}
#top_content section div.list_type.col2 img{
width:100%;

}
.txt1_center .txt1{
text-align:center;
}

/* ----- footercta*/
.cta_wrap{
	width: 100%;
    margin: 70px auto 0 auto;
	background: #0fa3b333;
    padding: 30px 0;
}
.ft_cta{
	width:100%;
	margin:0 auto
}

.ctatitle{
	text-align:center;
	font-size:26px;
	font-weight:bold;
    color: #268B92;
}
.area2 .f_sns{
	width:100%;
}
.area1.flex{
	/*justify-content:space-around;*/
	margin:30px 0;
	display:block;
	


}
.area1.flex a{
	color: #fff !important;

}
.ft_cta_contact,
.ft_cta_web_reserve,
.ft_cta_tel{
	width:80%;
	background:#333;
	text-align:center;
    font-size: 20px;
	font-weight:bold;
    padding: 15px;
    border-radius: 50px;
	margin:10px auto;
}
.ft_cta_contact:hover,
.ft_cta_web_reserve:hover,
.ft_cta_tel:hover{
	background:#300;
}
.area2 .f_sns li i {
    color: #0fa3b3;
}

/*footer*/
.f_inner{
    padding: 7% 5% 15%;
}
/*オリジナル見出し*/
/* h2 original*/
.h2_original {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
color:#0fa3b3}
.h2_original:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0fa3b3;
	border-radius: 2px;
}
/* h3 original01*/
.h3_original01,.h4_original01 {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
margin-bottom: 1em;
}

.h3_original01:before,.h4_original01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*f061、f0a9、f35a、f356、f105、f324、f330、f138、f152、f32b*/
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color:  #0fa3b3; 
  font-weight: 900;
}
/* h3 original02*/
.h3_original02,.h4_original02 {
  position: relative;
  padding-left: 25px;
	margin-bottom: 1em;
    margin-right: 10px;

}

.h3_original02:before,.h4_original02:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px  #0fa3b3;
}
.h3_original02:after,.h4_original02:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px  #0fa3b3;
}
/* h3 original　その他のアイディア*/
/*背景色+斜め*/
/*.h3_original02,.h4_original02{
  position: relative;
  padding: 5px 5px 5px 42px;
  background:  #0fa3b3;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

.h3_original02:before,.h4_original02:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}*/
/*ストライプの下線*/
/*.h3_original02,.h4_original02{
  position: relative;
}

.h3_original02:after,.h4_original02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg,  #0fa3b3,  #0fa3b3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg,  #0fa3b3,  #0fa3b3 2px, #fff 2px, #fff 4px);
	
}*/


/* 著名にボーダー追加 */
.signature {
  border: 1.5px solid #0fa3b3;
  border-radius: 5px;
  padding: 10px;
}

/*google recapcha表示箇所調整*/
.grecaptcha-badge{
  margin-bottom: 30%;
}

/* 改行時の２行目のインデントを調整 */
.indent01 {
  padding-left: 1.65em;
  text-indent: -1.65em;
  box-sizing: border-box;
  display: block;
}
.indent02 {
    padding-left: 1.75em;
    text-indent: -1.75em;
  box-sizing: border-box;
  display: block;
}
.indent03 {
    padding-left: 1em;
    text-indent: -1em;
  box-sizing: border-box;
  display: block;
}

/* CTA調整 SP */
.ctatitle {
  font-size: 20px;
  padding: 0 5%;
}

/* お問い合わせ 空白調整 SP */
#contact dd {
  padding: 0 15px 20px;
  vertical-align: middle;
}

/* お問い合わせ タイトルサイズ調整 SP */
.contact-wp .cmn_ttl2 {
	font-size: 19px;
}

/* 投稿のタイトルサイズを調整　SP*/
.single-gallery #s_gallery h1.cmn_ttl1,
.single-post #atc_single h1.cmn_ttl1{
	font-size: 22px;
}

/* 施工事例のタイトルサイズを調整 */
/* SP */
.post-type-archive-gallery #a_gallery article h2 {
  font-size: 15px;
}
.tax-gallery-cat #a_gallery article h2 {
  font-size: 15px;
}

/* 投稿タイトルの調整 */
.editor h2 {
  font-size: 18px;
  font-weight: 500;
}
.editor h3 {
  font-size: 16px;
}
.editor h4 {
  font-size: 18px;
  border-bottom: 1px solid #0fa3b3;
  padding-left: 10px;
  margin-bottom: 15px;
}
.editor img {
  margin-bottom: 15px;
}

/*　下層MVの制御　*/
/*下層01*/
.page-id-1840 .page_ttl-in {
  background: url(../img/common/mv01.jpg) no-repeat center center/cover;
}
/*下層02*/
  .page-id-2014 .page_ttl-in {  
  background: url(../img/common/mv02-sp.jpg) no-repeat center left / cover;
}
/*下層03*/
  .page-id-1677 .page_ttl-in {  
  background: url(../img/common/mv03.jpg) no-repeat center center / cover;
}
/*施工事例*/
  .post-type-archive-gallery .page_ttl-in,
  .single-gallery .page_ttl-in {
  background: url(../img/common/mv03.jpg) no-repeat center center / cover;
}
/*会社概要*/
  .page-id-45 .page_ttl-in {
  background: url(../img/common/mv04.jpg) no-repeat center center / cover;
}


/*フッター調整*/
#footer {
  color: #333;
  background-color: #fff;
  border-top: 2px solid #0fa3b3;
}
#footer .inBox {
  background: none;
}
.f_sns li i {
  color: #0fa3b3;
}
#footer_navi ul li a {
  color: #333;
}
.f_copy {
  background: #0fa3b3;
}

.ft_cta_contact,
.ft_cta_web_reserve,
.ft_cta_tel{
    background: #268B92;
  font-size: 16px;
  margin: 10px auto;
  padding: 0;
  transition: 0.3s;
}
.ft_cta_contact a,
.ft_cta_web_reserve a,
.ft_cta_tel a{
  padding: 15px;
  display: block;
}
.ft_cta_contact:hover,
.ft_cta_web_reserve:hover,
.ft_cta_tel:hover{ 
  opacity: 0.6;
    background: #268B92;
  transition: 0.3s;
}
.ft_cta_tel i {
    margin-right: 3px;
}

/*-------------------------------
   utility
-------------------------------*/
br.br-pc{
	display:none;
}


/*-------------------------------
  タイトル調整
-------------------------------*/
h2.cmn_ttl1.gothic{
	font-weight: 700;
	color:#000 !important;
}
h2 span.size-em{
	font-weight:900;
	vertical-align: baseline;
   margin: 0 10px;
}
h2.cmn_ttl1.gothic{
	font-weight: 700;
	color:#000 !important;
}
h2 span.size-em{
	font-weight:900;
	vertical-align: baseline;
    margin: 0 10px;
}
h3 span.size-em{
	font-size:22px;
	font-weight:700;
}


/*-------------------------------
   余白調整
-------------------------------*/
.mr-t20{
	margin-top:10px;
}
#top_content #list2-1 h2.cmn_ttl1{
	margin-bottom:40px !important;
}
#top_content #list2-1.list_type .flex li:first-of-type{
	margin-top:0;
}
#top_content #list2-1.list_type .flex li .txt_box{
	margin-top: 14px;
}
#top_content #list2-1 h3{
	margin-bottom:8px !important;
}
#top_content #sec3-1 .box.box_mg60{
	margin-top:0;
}
#top_content #sec5-1{
    margin-top: 40px;
}
#top_content #sec5-1 h3{
   text-align: center;
	margin-bottom: 12px;
}
#top_content #sec5-1 .box.box_mg60{
	margin-top:0;
}
#top_content #sec5-2.sec_type1{
	margin-top:60px;
}
#top_content #sec5-2.sec_type1{
	margin-top: 25px;
}
#top_content #sec5-2.sec_type1.under_type3 .btn_list ul{
	margin-top: 0;
}
#top_content #sec5-2.sec_type1.under_type3 .box_mg60{
	margin-top: 0;
}
.feature-wp #lay2-1.box_mg100{
	margin-top: 30px;
}
.feature-wp #list4-1 .list_type{
	margin-top: 40px;
}
.price-wp #list1-1 h2.cmn_ttl1,
.info-wp #lay1-1 h2.cmn_ttl1{
	margin-bottom:40px !important;
}


/*-------------------------------
   無料診断授業　誘導コンテンツ
-------------------------------*/
#top_content #sec3-1 h2,
.feature-wp #lay3-1 h2{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:12px;
}
#top_content section#sec3-1.color{
	background-color: #FFF0EE;
}
.feature-wp #lay3-1{
	position:relative;
	padding: 40px 0px !important;
}
.feature-wp #lay3-1:before{
	position:absolute;
	content:"";
	width:100vw;
	height:100%;
	background-color: #FFF0EE;
	transform:translateX(-50%);
	left:50%;
	top:0;
	z-index:-1;
}
.feature-wp #lay3-1 #lay-1-id1{
    display: flex;
    flex-direction: column-reverse;
}

.feature-wp #lay3-1 #lay-1-id1 .img_one{
margin:0 0 20px;
}
.feature-wp #lay3-1 #lay-1-id1 img{
    border-radius: 12px;
}


/*-------------------------------
   CTAボタンカスタマイズ
-------------------------------*/
.ft_cta_contact,
.ft_cta_tel {
    background: #0fa3b3;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    transition: 0.3s;
}
.ft_cta_tel{
margin-bottom:20px;
}
.ft_cta_contact:hover{
	opacity:1;
    background: #fff;
}
.cta_wrap .area1.flex .ft_cta_contact a:hover{
color:#0fa3b3 !important;
}
.ft_cta_tel.btn:hover{
background-color:#0fa3b3 !important;
}
.ft_cta_tel.btn.line:hover::before {
    background-color: #fff;
}


/*-------------------------------
   top
-------------------------------*/
/*個別指導塾　比較*/
#top_content #sec4-1 .col2_wrapper{
}
#top_content #sec4-1 .col2{
  background-color: #0fa3b333;
}
#top_content #sec4-1 .col2 h3{
  background-color: #0fa3b3;
  color:#fff;
  padding:5px 0;
  text-align: center;
  font-size:20px;
}
#top_content #sec4-1 .col2.em{
    background-color: #FFF0EE;
}
#top_content #sec4-1 .col2.em h3{
  background-color: rgb(230, 0, 59, .8);
}
#top_content #sec4-1 .col2{
  padding:12px;
  box-sizing: border-box;
margin-bottom:20px;
}
#top_content #sec4-1 .col2:last-of-type{
margin-bottom:0;
}
#top_content #sec4-1 .col2 ul{
  padding:15px 10px 0 10px;
}
#top_content #sec4-1 .col2 ul li{
  position:relative;
  margin-bottom:5px;
  margin-left:22px;
}
#top_content #sec4-1 .col2 ul li:before{
  position:absolute;
  content:"";
  width:20px;
  height:20px;
  background: url(../img/common/check_blue.png) no-repeat center/cover;
  left:-30px;
  top: 2px;
}
#top_content #sec4-1 .col2.em ul li:before{
  background: url(../img/common/check_red.png) no-repeat center/cover;
}
#top_content section#sec6-1 h3{
  color:#E6003B !important;
  font-size:22px;
}
#top_content section#sec6-1.under_type2 .box div.flex.right{
  margin-bottom:0;
}
#top_content section#sec6-1.under_type2 .box.box_mg60{
margin-bottom:40px;
}
#top_content section#sec6-1.under_type2 .box_mg60:last-of-type{
margin-bottom:0;
}

#top_content section#list7-1 h2{
  margin-bottom: 40px !important;
}
#top_content section#list7-1 .free_txt{
  margin-top:0;
}
#top_content section#list7-1 .free_txt .lead{
  font-size:16px;
  margin-bottom:20px;
}
#top_content section#list7-2{
  margin-top:0 !important;
}
#top_content section#list7-2 h2{
  margin-bottom: 50px !important;
}
#top_content section#list7-2 .list_type li{
  padding: 20px !important;
}
#top_content section#list7-2.list_type .vertical li .txt_box{
  margin-top:14px;
}
#top_content section#list7-2.list_type .vertical li .txt_box h3{
  margin-bottom: 8px;
}
#top_content section#list7-2.list_type .free_txt{
  margin-top:25px;
}
#top_content section#list7-2.list_type .flex li{
  width:auto;
}
#top_content section#list7-2.list_type .btn_list ul li .btn{
  min-width:250px;
}
#top_content section#sec8-1.color{
  background-color: #FFF0EE;
  padding-bottom:55px !important;
  margin-bottom:70px;
}
#top_content section#sec8-1 ul li{
  margin-bottom:20px;
}
#top_content section#sec8-1 ul li:last-of-type{
  margin-bottom:0;
}
#top_content section#sec8-1 ul li.col1 h3{
  text-align: center;
  margin-bottom:10px;
}
#top_content section#sec8-1 ul li.col1 h3 span.size-em{
  font-size:18px;
}
#top_content section#sec8-1 ul li.col1 p{
  font-size:15px;
  font-weight:700;
  padding:15px;
  background:#fff;
}
#tp_archive1 .sec_ttl, #tp_archive2 .sec_ttl{
  color:#000 !important;
  font-weight:700;
  margin-bottom:40px;
}
.under_type2 .box .temp_img img{
  border-radius:12px;
}
.thumb img{
  border-radius:12px;
}
.tp_news .thumb img{
  border-radius:5px;
}
#footer .fa-instagram:before{
    font-size: 30px;
}
#footer .right_side{
	display:none;
}
/*-------------------------------
   feature
-------------------------------*/
.page-id-1840 .page_ttl span{
    text-align: center;
}
.page-id-1840 #list1-1 h2 span.size-em{
	margin:0 !important;
}
.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 2.5em;
  background: #0fa3b3;
  margin: 20px auto 0;
  display: block;
}
.arrow-down::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  border: 0.6em solid #0fa3b3;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.6em;
  box-sizing: border-box;
}
.feature-wp #lay2-2.box_mg100{
	margin-top:60px;
}
.feature-wp #lay-2-id1 .lead{
	font-size:16px;
	margin-bottom:20px;
    font-weight: 500;
}
.feature-wp #list4-1 .list_type li{
   align-items: center;
	padding:20px !important;
}
.feature-wp #list4-1 .list_type li h3{
	margin-bottom:8px;
}

.feature-wp #lay5-1 h3{
	margin-bottom:8px;
}
.page-id-1840 #breadcrumb br{
	display:none !important;
}

/*-------------------------------
   course
-------------------------------*/
.course-wp section#lay1-1 .lead{
	font-size:16px;
	margin-bottom:40px;
}
.course-wp .anker_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.course-wp .anker_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-feature-settings: "palt";
	 margin:0 auto;
}
.course-wp .anker_txt {
    display: block;
    margin-right: 10px;
    font-size: 16px;
}
.course-wp h2.cmn_ttl4.color-em{
	font-weight:700;
}
.course-wp div.case{
	margin-bottom:30px;
}
.course-wp .case:last-of-type{
	margin-bottom:0;
}
.course-wp .case h3{
margin-bottom:3px;
}
.course-wp .case span.num{
	display: block;
	width:60px;
    background:#0fa3b3 ;
    padding:0 15px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.course-wp #lay3-1{
position:relative;
}
.course-wp #lay3-1:before{
    position: absolute;
    content: "";
    width: 100vw;
    height: calc( 100% + 70px );
    background-color: #f6f6f6;
    transform: translateX(-50%);
    left: 50%;
    top: calc( 0px - 25px );
    z-index: -1;
}

/*-------------------------------
   price
-------------------------------*/
.price-wp span.flow-num{
	font-size: 25px;
    vertical-align: baseline;
    padding-right: 8px;
}
.price-wp #list1-1.list_type .vertical.check_arr li:last-of-type{
	border-bottom:none;
}
.price-wp #lay2-1 .lead,
.price-wp #lay4-1 .lead{
    font-size: 16px;
    margin-bottom: 20px;
}
.price-wp #lay2-1.under_type3 .btn_list ul{
margin-top:20px;
}
.price-wp #lay2-1.gray{
padding-bottom:0 !important;
margin-top:70px;
}
.price-wp #table3-1 .box:first-of-type{
margin-top:30px;
}
.price-wp #table3-1.box_mg100{
	margin-top:0;
	padding-bottom:60px;
	position:relative;
}
.price-wp #table3-1:before{
	position: absolute;
    content: "";
    width: 100vw;
    height: calc( 100% + 50px );
    background-color: #f6f6f6;
    transform: translateX(-50%);
    left: 50%;
    top: calc( 0px - 50px );
    z-index: -1;
}
.price-wp #table3-1 h3.cmn_ttl4{
   border-bottom: none;
	padding-bottom: 0;
	margin-bottom:6px !important;
	font-weight: 700;
   color: #E6003B;
}
.price-wp #table3-1 .cmn_table{
}
.price-wp #table3-1 .cmn_table dt{
	text-align: center;
}
.price-wp #table3-1 .cmn_table dd{
	text-align: center;
	background:#fff;
}
.price-wp #table3-1.table_type .free_txt{
margin-top:30px;
}
.price-wp #lay4-1 .table_wrapper{

}
.price-wp #lay4-1 table{
width: 100%;
}
.price-wp #lay4-1 table:first-of-type{
margin-bottom:30px;
}
.price-wp #lay4-1 table th,
.price-wp #lay4-1 table td{
	padding: 15px 15px;
    text-align: center;
}
.price-wp #lay4-1 table th{
background-color: #0fa3b333;
color:#0fa3b3;
}
.price-wp #lay4-1 table tr{
    border-bottom: 1px dotted #bebebe;
}
.price-wp #lay4-1 table tr:first-of-type{
    border-top: 1px dotted #bebebe;
}


/*-------------------------------
   info
-------------------------------*/
.info-wp #lay1-1 .lead{
	font-size:16px;	
	font-weight:700;
	margin-bottom: 10px;
}
.info-wp #lay1-1 .name{
	margin-bottom: 10px;
}
.info-wp #lay1-1 .name span.size-em{
	font-size: 16px;
	font-weight:700;
}
.info-wp #lay1-2{
	margin-top:60px !important;
}


/*-------------------------------
   news
-------------------------------*/
.side_box .thumb img{
	border-radius:10px;
}
.atc_img img{
	border-radius:10px;
}
#atc_wrap{
margin-top:0 !important;
}
#atc_wrap h1{
font-size:20px;
}


/*-------------------------------
   contact
-------------------------------*/
.contact-wp .form-trial dd .wpcf7-list-item label{
	display:flex;
	align-items: center;
	gap:10px;
}
.contact-wp .form-trial dd .wpcf7-list-item label input{
	width:20px !important;
	height:20px !important;
	accent-color:#0fa3b3;
}
.contact-wp .form-trial dd .wpcf7-list-item label span{
	flex:1;
}
.contact-wp .form-trial span.wpcf7-list-item{
	margin-left:0;
}
.contact-wp .your-zipcode{
	margin-bottom:10px;
	display:inline-block;
	width:100px;
}
.contact-wp select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
	height: 30px;
    border: 1px solid rgb(200, 200, 200);
}