/*
Theme Name : koburiai
*/

/*//////////////////////////////////

メインビジュアル(mainvisual)

//////////////////////////////////*/
.main_bg {
  background-image: url(images/mainvisual.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.mv_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv_popup {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.mv_left {
  width: 520px;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: 0 auto;
  left: 0;
  /* transform: translateY(-40%); */
}
.mv_left img {
  width: 100%;
}
/* .mv_left h2{
  background-color: #FBFAF5;
  padding: 2rem;
  width: 100%;
  text-align: center;
  margin: 3.2rem 0 1.5rem;
  border-radius: 999px;
  box-sizing: border-box;
} */

.mv_price {
  text-align: center;
  font-size: 2.1rem;
  background-color: #9d764f;
  padding: 5px 30px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 25px;
}
.mv_left h2 span.ttl {
  font-size: 2.4rem;
}
.mv_day {
  font-size: 3rem;
  text-align: center;
  display: block;
  background-color: rgb(255 115 115 / 75%);
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 25px;
}
/*//////////////////////////////////

サポート

//////////////////////////////////*/
.support {
  background-color: #fefbf6;
  text-align: center;
}
.support_contents img {
  width: 100%;
  padding-top: 6rem;
}
p.support_text {
  font-size: 24px;
  padding-top: 3.2rem;
}

/*//////////////////////////////////

選ばれる理由

//////////////////////////////////*/
.reason {
  background-color: #fefbf6;
}
.reason_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.reason_list {
  width: 32%;
  text-align: center;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.034);
  margin-top: 3rem;
  box-sizing: border-box;
}
.reason_list img {
  width: 60%;
  margin: 0 auto;
  padding-top: 0.8rem;
}
.reason_list p {
  text-align: left;
  padding-top: 2.4rem;
}

/*//////////////////////////////////

比較

//////////////////////////////////*/
.different {
  background-color: #faf1e0;
}
.different_image img {
  width: 100%;
  height: auto;
  padding-top: 6rem;
}

/*//////////////////////////////////

お客様の声

//////////////////////////////////*/
.voice {
  background-color: #fefbf6;
}
.voice_contents {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}
.voice_list {
  background-color: #fff;
  width: 32%;
  padding: 4rem 2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  box-shadow: 0 0 2rem rgba(51, 51, 51, 0.034);
}
img.voice_colon {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 65px;
  height: auto;
}
.voice_list h3 {
  font-size: 18px;
  text-align: left;
  display: inline-block;
}
.voice_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 260px;
  background-color: #fefbf6;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 14px;
  margin-top: 2.4rem;
  text-align: left;
}
.voice_head img {
  width: 85px;
  height: auto;
}
.voice_list02 img {
  width: 90%;
  padding-top: 3.2rem;
}

/*//////////////////////////////////

よくあるご質問(faq)

//////////////////////////////////*/
.faq {
  background-color: #faf1e0;
}
.faq_item {
  padding: 4rem 2rem;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
}
.faq_item + .faq_item {
  margin-top: 2rem;
}
.faq_list {
  padding-top: 6rem;
}
.faq_question,
.faq_answer {
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
}
.faq_answer {
  margin-top: 3rem;
}

/* +マーク・-マーク */
.faq_question::before,
.faq_question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--main-color);
  transition: all 0.4s;
}
.faq_question::before {
  right: 0px;
  width: 16px;
  height: 2px;
}
.faq_question::after {
  right: 7px;
  width: 2px;
  height: 16px;
}
.faq_question.js_open::after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

/* Qマーク・Aマーク */
.faq_question p,
.faq_answer p {
  position: relative;
  padding-left: 1rem;
}
.faq_question p::before,
.faq_answer p::before {
  position: absolute;
  left: -45px;
  font-family: var(--font-en);
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
}
.faq_question p::before {
  content: "Q";
  color: #fff;
  background-color: var(--accent-color);
  top: 50%;
  transform: translateY(-50%);
}
.faq_answer p::before {
  content: "A";
  color: var(--accent-color);
  background-color: #fff;
  top: 0;
}

/*//////////////////////////////////

CTA

//////////////////////////////////*/
.cta {
  background: linear-gradient(to bottom right, #f7c0be, #f7d8be);
}
.cta img {
  width: 100%;
}
.cta_inner {
  padding: 6rem;
  border-radius: 3rem;
  background-color: #fff;
  box-sizing: border-box;
}
.cta a {
  max-width: 460px;
  margin: 1.6rem auto 0 auto;
  font-size: 14px;
}
.cta .btn {
  padding: 2rem 0;
  font-size: 24px;
  margin-top: 3.2rem;
}

/************************************

サービス内容(page-service.php)

************************************/
/*//////////////////////////////////

メインビジュアル

//////////////////////////////////*/
.under_mainvisual {
  padding: 240px 0 120px;
  background-image: url(images/service_mainvisual.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.under_mainvisual .con_title_en,
.under_mainvisual .con_title {
  color: #fff;
}
.under_mainvisual .con_title_sub::after {
  background-color: #fff;
}

/*//////////////////////////////////

カリキュラム

//////////////////////////////////*/
.curriculum {
  background-color: #faf1e0;
  text-align: center;
}
.curriculum_contents {
  padding-top: 6rem;
}
.curriculum_contents img {
  width: 84%;
}
.curriculum_img02,
.curriculum_img03 {
  display: none;
}
.curriculum_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
}
.curriculum_flow {
  background-color: #fff;
  border-radius: 2rem;
  border: 0.8rem solid var(--accent-color);
  width: 30%;
}
.curriculum_flow h3 {
  background-color: var(--accent-color);
  color: #fff;
  padding: 3rem 0;
}
.curriculum_text {
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
}
.curriculum_text a {
  text-decoration: underline;
}
.curriculum_text a:hover {
  text-decoration: none;
}
.curriculum_text p {
  line-height: 1.6;
}
.curriculum_text .curriculum_text02:nth-of-type(2) {
  padding-top: 3rem;
}
.curriculum_main .curriculum_flow:nth-of-type(2) {
  border: 0.8rem solid #f7d8be;
}
.curriculum_main .curriculum_flow:nth-of-type(2) h3 {
  background-color: #f7d8be;
}
.curriculum_main .curriculum_flow:nth-of-type(3) {
  border: 0.8rem solid #a9c0bc;
}
.curriculum_main .curriculum_flow:nth-of-type(3) h3 {
  background-color: #a9c0bc;
}

/*//////////////////////////////////

必須科目(required)

//////////////////////////////////*/
.required {
  background-color: #fefbf6;
}
.required p:nth-child(2) {
  padding-top: 6rem;
}
.required_list {
  display: flex;
  justify-content: space-between;
  padding-top: 3.2rem;
}
.required_item {
  width: 48%;
  padding: 6rem;
  background-color: #fff;
  border-radius: 3rem;
  box-sizing: border-box;
  box-shadow: 0 0 2rem rgba(51, 51, 51, 0.034);
}
.required_item img {
  width: 100%;
}
.required_item h3 {
  font-size: 3.6rem;
}
.required_item p {
  padding-top: 3.2rem;
}

/*//////////////////////////////////

豊富な選択科目(selection)

//////////////////////////////////*/
.selection {
  background-color: #faf1e0;
}
p.required_head {
  padding: 6rem 0;
}
.selection_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.selection_item {
  position: relative;
  padding: 20px 30px 20px 50px;
  width: 48%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
}
.selection_item:nth-child(n + 3) {
  margin-top: 2rem;
}
.selection_item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px 0 0 15px;
}
.selection_item:nth-child(1)::before {
  background-color: var(--accent-color);
}
.selection_item:nth-child(2)::before {
  background-color: #f7d8be;
}
.selection_item:nth-child(3)::before {
  background-color: #a9c0bc;
}
.selection_item:nth-child(4)::before {
  background-color: #cce2ae;
}
.selection_text {
  display: none;
  padding: 3.2rem 1rem 0 1rem;
}
p.selection_border {
  border-bottom: 2px solid #9d764f;
  padding-bottom: 8px;
}
.selection_item li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-top: 0.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.selection_item h3 {
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.selection_item h3::before,
.selection_item h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #9d764f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.selection_item h3::after {
  background: #9d764f;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.selection_item h3.open::after {
  transform: rotate(0);
  transition: 0.5s;
}

/*//////////////////////////////////

ディベカレサポート内容(support)

//////////////////////////////////*/
.support_inner {
  margin-top: 6rem;
  padding: 6rem;
  border-radius: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.support_inner .con_title {
  font-size: 28px;
}
.support_list {
  padding: 40px 0 0 40px;
}
.support_item {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--main-color);
}
.support_item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(images/support_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

/*//////////////////////////////////

応用講座-必須科目

//////////////////////////////////*/
.required02 {
  background-color: #fefbf6;
}
.required02 p {
  border-bottom: none;
}
.required02 .selection_item {
  box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.034);
}

/*//////////////////////////////////

料金プラン

//////////////////////////////////*/
.plan {
  background-color: #faf1e0;
}
.plan img {
  width: 100%;
}
.plan_head {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.plan a {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.plan_sp {
  display: none;
}
.plan_head img {
  padding-top: 6rem;
}
.plan_image img {
  padding-top: 3.2rem;
}

/*//////////////////////////////////

オプションサービス

//////////////////////////////////*/
.option {
  background-color: #fefbf6;
}
.option_contents {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}
.option_menu {
  width: 47%;
  background-color: #fff;
  border-radius: 2rem;
  border: 0.8rem solid #faf1e0;
}
.option_menu h3 {
  background-color: #faf1e0;
  padding: 2rem 0;
  text-align: center;
}
.option_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  box-sizing: border-box;
}
.option_list img {
  width: 40%;
  height: auto;
}
.option_text {
  width: 56%;
}
.option_text li {
  padding-left: 1em;
  text-indent: -1em;
}

/************************************

ニュース

************************************/
.news_main {
  padding: 0 6rem 6rem 6rem;
  margin-top: 6rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.034);
}
.news_main02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_contents {
  width: 30%;
  padding-top: 6rem;
}
.news_main02:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.news_img {
  object-fit: cover;
  overflow: hidden;
  border-radius: 1.5rem;
}
.news_img img {
  transition-duration: 0.6s;
  width: 300px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 1.5rem;
}
.news_contents p {
  padding-top: 1.6rem;
}
.news_contents h3 {
  padding-top: 0.6rem;
  font-size: 18px;
}

/************************************

投稿記事

************************************/
.news,
.under_single,
.company,
.privacy,
.contact {
  padding: 18rem 0 16rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
.single h2 {
  font-size: 32px;
  margin-top: 4rem;
}
.single h3,
.single h4 {
  font-size: 24px;
  margin-top: 4rem;
}
.single h5 {
  font-size: 24px;
  margin-top: 4rem;
}
.single p {
  padding-top: 1.6rem;
}
.single_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 6rem 0;
}
.single_main02 {
  background-color: #fff;
  border-radius: 3rem;
  width: 70%;
  padding: 6rem 0;
  box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.034);
}
.single_text {
  width: 80%;
  margin: 0 auto;
}
.single_text h1 {
  font-size: 36px;
}
.single_text .daily {
  border-bottom: 0.5rem solid #e2d6ca;
  padding: 0.6rem 0;
}
.daily {
  font-family: var(--font-en);
}
.single h2,
.single h3 {
  padding: 1rem 2rem;
  border-left: 6px solid #9d764f;
  background: #fefbf6;
}
.single img.attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 100%;
  height: auto;
  margin-top: 4rem;
  border-radius: 1.5rem;
}
.single figure {
  width: 80%;
  margin: 0 auto;
}
.single .wp-block-embed-vimeo {
  width: 100%;
}
.single .wp-block-embed iframe {
  width: 100%;
}
.wp-block-image img {
  width: 100%;
  height: auto;
  margin-top: 4rem;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: 1.5rem !important;
}

/************************************

投稿記事サイドバー

************************************/
.side {
  width: 25%;
}
.side img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 1.5rem;
}
.side_recommend {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem;
  box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.034);
}
.side_recommend .con_title_en {
  font-size: 14px;
}
.side_recommend .con_title {
  font-size: 24px;
  padding-top: 0;
}
.side_main {
  padding-top: 3rem;
}
.side_main p:first-of-type {
  padding-top: 0.6rem;
}
.side_main p:nth-of-type(2) {
  padding-top: 0;
}
.sidebar .btn {
  text-align: center;
}
.sidebar .btn + .btn {
  margin-top: 15px;
}

/************************************

会社概要

************************************/
.company .wp-block-columns {
  border-bottom: 1px solid #cbb398;
  padding-bottom: 1.75em;
}
.company .wp-block-columns:last-of-type {
  border: none;
}

/************************************

固定ページ共通(page.php)

************************************/
/* .under_page h2{
  font-size: 28px;
  padding: 6rem 0 2rem 0;
} */
.under_page li {
  list-style: inside;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding: 1rem 0 1rem 1em;
}
.under_page th,
.under_page td {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(157, 118, 79, 0.5);
}
.under_page .contact_qr {
  width: 80%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/************************************

お問い合わせ

************************************/
.contact_text {
  text-align: center;
}
.contact_text img {
  width: 20%;
  height: auto;
}
.contact-form-area {
  padding-top: 8rem;
}
.contact-form-area dl {
  padding: 1rem 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form-area dl:last-of-type {
  align-items: flex-start;
}
.contact-form-area dl:last-of-type dt {
  padding-top: 2rem;
}
.contact-form-area dt {
  width: 30%;
}
.contact-form-area dd {
  width: 68%;
}
.contact-form-area .must01 {
  background-color: #9d764f;
  color: #fff;
  font-size: 12px;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"] {
  padding: 2.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-area textarea {
  padding: 2.5rem;
  border-radius: 5px;
  width: 100%;
  height: 30rem;
  background-color: #fff;
  border: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Chrome, Safari */
input::-webkit-input-placeholder {
  color: #a3a099;
}
/* Firefox */
input::-moz-placeholder {
  color: #a3a099;
}
/* Firefox 18以前 */
input:-moz-placeholder {
  color: #a3a099;
}
/* IE */
input:-ms-input-placeholder {
  color: #a3a099;
}
.submit_btn {
  padding-top: 6rem;
  text-align: center;
}
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 1rem 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.submit_msg {
  text-align: center;
  padding-top: 2rem;
}
.submit_msg a {
  border-bottom: 1px solid;
  transition: 0.4s;
}

/************************************

CTA

************************************/

/*キャンペーンタイトル*/
p.cam_ttl {
  margin-top: 30px;
  background-color: #9d764f;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin-bottom: 0;
}
p.cta_txt {
  text-align: left;
  background-color: #faf1e0;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
p.cta_coution {
  text-align: left;
  padding: 30px 0 0;
}
