@charset "UTF-8";

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.center {
  text-align: center;
  margin: 0 auto;
}

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


/* firstview, header, footer*/

#fv {
  z-index: 99;
}

#head_search,
#footer_search {
  position: relative;
  z-index: 100;
  margin-top: -3em;
  background: #fad12a;
  padding: 1px 0 30px;
}

#footer_search {
  margin-top: 0;
}

#head_search h2,
#footer_search h2 {
  width: 75%;
}

.form-group {
  display: grid;
  width: 30%;
}

.form-group label {
  font-size: 1.5em;
  font-weight: 900;
}

.form-group select {
  font-size: 1.1em;
  height: 40px;
}

.red_btn {
  background: #AA0003;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 80px 10px;
  margin: 1em auto;
  border: none;
}

.red_btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: .8em;
  font-weight: 900;
  padding-left: 1em;
}

.tel_info {
  width: 90%;
  margin-bottom: 2em;
}

#head_search .tel_info div:first-of-type,
#footer_search .tel_info div:first-of-type {
  width: 40%;
}

#head_search .tel_info div:last-of-type,
#footer_search .tel_info div:last-of-type {
  width: 60%;
}

.tel_txt {
  font-size: 2em;
  font-weight: 900;
  text-align: right;
  padding-right: 1em;
  margin: 5% 0;
}

address {
  padding: 5px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .red_btn {
    padding: 5px 50px 10px;
  }
  .tel_info {
    width: 100%;
  }
  #head_search .tel_info div:first-of-type,
  #footer_search .tel_info div:first-of-type,
  #head_search .tel_info div:last-of-type,
  #footer_search .tel_info div:last-of-type {
    width: 100%;
  }
  .tel_txt {
    text-align: center;
    padding-right: 0;
    margin: 0 auto 0.5em;
  }
}

@media screen and (max-width:767px) {
  #head_search h2,
  #footer_search h2,
  .form-group {
    width: 100%;
  }
  .red_btn {
    width:100%;
    font-size: 1.5em;
    padding: 5px 15px 10px;
  }
  .tel_info {
    width: 100%;
  }
  .tel_info div {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .tel_txt {
    font-size: 1.8em;
    text-align: center;
    margin: 2% 0 0;
    padding: 0;
  }
}


/* main */

section {
  padding: 50px 0;
}

.wrap {
  width: 100% !important;
  margin: 0 auto;
}

.container {
  width: 1150px;
  margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .container { width: 90%; }
}

@media screen and (max-width: 767px) {
  .container { width: 93%; }
  .wrap { padding: 1px 0 !important; }
}

main h2 {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  main h2 {
    font-size: 1.8em;
  }
}


#main_sec1 {
  padding: 0 0 70px;
}

#main_sec1 .flexbox:first-of-type {
  justify-content: center;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 2em;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background: #FFF;
  border: solid 3px #FAD12A;
  border-radius: 35px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #FAD12A;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}

.balloon2-bottom {
  position: relative;
  display: inline-block;
  margin: 1.5em auto 1em;
  padding: 10px 20px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #FFF;
  border: solid 3px #FAD12A;
  border-radius: 20px;
}

.balloon2-bottom:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2-bottom:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FAD12A;
  z-index: 1;
}

.balloon2-bottom p {
  margin: 0;
  padding: 0;
}

#main_sec1 .flexbox .col2 {
  width: 50%;
  padding: 0 10px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .col2a {
    width: 36%;
  }
  .col2b {
    width: 64%;
  }
  .balloon2-right {
    margin: 2em 1em 2em 0;
  }
  #main_sec1 .flexbox .col2 {
    width: 100%;
    padding: 0 0 40px;
  }
  iframe {
    height: 378px;
  }
}

@media screen and (max-width: 767px) {
  #main_sec1 h2 {
    font-size: 2em;
    text-align: center;
    margin: 0 auto 10px;
  }
  #main_sec1 .flexbox .col2 {
    width: 100%;
    margin-bottom: 2em;
  }
  iframe {
    width: 100%;
    height: 193px;
  }
}


#main_sec2 {
  background-image: url(../img/back1.jpg);
  padding-top: 40px;
}

#main_sec2 .flexbox:first-of-type {
  margin-top: -5em;
}

#main_sec2 .flexbox:first-of-type div {
  background: #FAD12A;
  width: 28%;
  height: 200px;
  font-size: 3em;
  font-weight: 900;
  padding: 0.7em 0.5em 0.5em 1.3em;
  border-radius: 50px;
  line-height: 60px;
}

#main_sec2 .flexbox:first-of-type div > span {
  font-size: 1.5em;
}

#main_sec2 .flexbox:first-of-type #point3 {
  padding: 0.6em 0.3em 0.5em 1em;
}

#main_sec2 .flexbox:first-of-type div > .in_txt {
  font-size: .8em;
}

#main_sec2 h4 {
  width: 40%;
  text-align: center;
  margin: 4em auto 0;
}

#main_sec2 .flexbox:last-of-type {
  justify-content: center;
  margin-top: -2em;
}

#main_sec2 .flexbox:last-of-type p {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.04em;
}

#main_sec2 .flexbox:last-of-type p > span {
  font-size: 1.5em;
  color: #AA0003;
}

#chara_img {
  width: 80%;
  margin-top: 3em;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  #main_sec2 .flexbox:first-of-type div {
    width: 31%;
    height: 150px;
    font-size: 2.5em;
    padding: 0.5em .6em;
    border-radius: 40px;
    line-height: 50px;
  }
  #main_sec2 .flexbox:first-of-type div > span {
    font-size: 1.3em;
  }
  #main_sec2 .flexbox:first-of-type #point3 {
    padding: 0.3em 0.5em;
  }
  #main_sec2 .flexbox:first-of-type div > .in_txt {
    font-size: .7em;
  }
  #main_sec2 h4 {
    width: 80%;
  }
  #chara_img {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #main_sec2 .flexbox:first-of-type {
    margin-top: -1.6em;
  }
  #main_sec2 .flexbox div {
    width: 100% !important;
    margin-bottom: 0.5em !important;
  }
  #main_sec2 .flexbox:first-of-type div {
    height: 78px;
    font-size: 2em;
    text-align: center;
    padding: 0.3em 0.8em !important;
    border-radius: 20px;
    line-height: 50px;
  }
  #main_sec2 h4 {
    width: 80%;
    margin: 2em auto 0;
  }
  #main_sec2 .flexbox:last-of-type .col2 {
    text-align: center;
  }
  #main_sec2 .flexbox:last-of-type p {
    font-size: 1.7em;
    margin: 1.3em auto 0;
  }
  #main_sec2 .flexbox:last-of-type p > span {
    font-size: 1.3em;
  }
  #chara_img {
    width: 40%;
    margin: 0 auto 1em;
  }
}


#main_sec3 {
  padding-top: 40px;
}

.w30 {
  width: 30%;
}

#main_sec3 h2 {
  text-align: center;
  line-height: 60px;
  margin: 0.5em auto 1em;
}

.red {
  color: #AA0003;
}

.line_bottom {
  background:linear-gradient(transparent 80%, #ff6 60%);
}

#main_sec3 .flexbox div {
  width: 25%;
}

#main_sec3 .flexbox img {
  width: 280px;
}

#main_sec3 h4 {
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0.8em;
}

#main_sec3 #mg {
  margin: 2em 0 1.4em;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  #main_sec3 h2 {
    font-size: 2.6em;
  }
  #main_sec3 .flexbox div {
    width: 30%;
    text-align: center;
  }
  #main_sec3 .flexbox img {
    width: 183px;
  }
  #main_sec3 h4 {
    font-size: 1.4em;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  #main_sec3 .flexbox p {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  #main_sec3 h2 {
    line-height: 40px;
  }
  #main_sec3 .flexbox div {
    width: 100%;
    text-align: center;
  }
  #main_sec3 .flexbox div p {
    margin: 0.5em auto 2em;
  }
  #main_sec3 #mg {
    margin: 0.5em auto 0;
  }
}


#main_sec4 {
  background: #e6e6e6;
  padding-top: 40px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0.6em auto 0;
  padding: 10px 40px;
  min-width: 120px;
  max-width: 100%;
  font-size: 2.5em;
  font-weight: 900;
  background: transparent;
  border: 5px solid #000;
  border-radius: 60px;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #e6e6e6;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}

.balloon1 span {
  font-size: 1.3em;
}

#main_sec4 ul {
  width: 100%;
  background: #fff;
  padding: 2em 4em;
  list-style: none;
}

#main_sec4 ul > li {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 60px;
}

#main_sec4 ul > li::before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #AA0003;
  content: "\f00c";
  margin-right: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .balloon1 {
    padding: 10px 20px;
    font-size: 2.3em;
  }
  .balloon1 span {
    font-size: 1.1em;
  }
  #main_sec4 ul {
    padding: 2em 2.5em;
  }
  #main_sec4 ul > li {
    font-size: 1.7em;
    line-height: 35px;
    margin: 1em 0;
  }
  #main_sec4 ul > li::before {
    margin-right: 15px;
  }
}

@media screen and (max-width:767px) {
  .balloon1 {
    padding: 10px 20px;
    font-size: 2em;
    border-radius: 40px;
  }
  .balloon1 span {
    font-size: 1.2em;
  }
  #main_sec4 ul {
    padding: 1em 1.5em;
  }
  #main_sec4 ul > li {
    font-size: 1.3em;
    line-height: 1.5;
    margin: 1em 0;
  }
}


.w35 {
  width: 35%;
}

#main_sec5 h2 {
  line-height: 60px;
  color: #fb9b00;
  margin: 0.5em auto 2em;
}

.merit_point {
  position: relative;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  padding: 1.5rem 2rem 0.5rem 130px;
  margin: 1em 0;
  border-bottom: 5px solid #fb9b00;
}

.merit_point .num {
  position: absolute;
  font-size: 100px;
  font-weight: 400;
  color: #fb9b00;
  line-height: 1;
  bottom: 0.4rem;
  left: 20px;
}

.l_title {
  font-size: 1.7em;
}

#main_sec5 .flexbox {
  width: 95%;
  margin: 0 auto;
}

#main_sec5 .flexbox div {
  width: 45%;
}

#main_sec5 .flexbox h5 {
  font-size: 1.7em;
  color: #fb9b00;
  letter-spacing: 0.04em;
  margin: 0;
}

#main_sec5 .flexbox p {
  line-height: 1.8;
}

#main_sec5 .flexbox p > span {
  color: #0e4b83;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .w35 {
    width: 55%;
  }
  #main_sec5 h2 {
    font-size: 2.8em;
    margin: 0.5em auto 1em;
  }
  #main_sec5 .flexbox {
    width: 100%;
  }
  .merit_point {
    padding: 1.5rem 1rem 0.5rem 80px;
  }
  .merit_point .num {
    font-size: 70px;
    left: 10px;
  }
  .l_title {
    font-size: 1.3em;
  }
  #main_sec5 .flexbox div {
    width: 49%;
  }
  #main_sec5 .flexbox h5 {
    font-size: 1.5em;
  }
}

@media screen and (max-width:767px) {
  #main_sec5 {
    padding-bottom: 2em !important;
  }
  .w35 {
    width: 85%;
    margin-top: 2em;
  }
  #main_sec5 h2 {
    line-height: 40px;
    margin-bottom: 0;
  }
  .merit_point {
    font-size: 1em;
    padding: 1.5rem 0 0.5rem 40px;
  }
  .merit_point .num {
    font-size: 30px;
    left: 10px;
  }
  .l_title {
    font-size: 1.4em;
  }
  #main_sec5 .flexbox div {
    width: 100%;
  }
  #main_sec5 .flexbox h5 {
    font-size: 1.2em;
    letter-spacing: 0.02em;
  }
}


#main_sec6 {
  background: #fff4c9;
  padding-top: 60px;
}

#main_sec6 h2 {
  margin-bottom: 1em;
  text-shadow:
  4px  4px 1px #fff,
  -4px  4px 1px #fff,
   4px -4px 1px #fff,
  -4px -4px 1px #fff,
   4px  0px 1px #fff,
   0px  4px 1px #fff,
  -4px  0px 1px #fff,
   0px -4px 1px #fff;  
}

#main_sec6 p {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.8;
  margin: 1.5em auto;
}

#main_sec6 .flexbox {
  background: #fff;
  border-radius: 20px;
  margin: 2em 0;
}

.w45 {
  width: 45%;
}

.w55 {
  width: 55%;
  padding: 1em 0 1em 2em;
}

#main_sec6 .flexbox h4 {
  width: fit-content;
  font-size: 1.8em;
  font-weight: 900;
  color: #fb9b00;
  margin-bottom: 0.5em;
}

#main_sec6 .flexbox p {
  font-size: 1.2em;
  font-weight: 700;
  color: #fb9b00;
  margin: 0.5em 0 3em;
}

.box_orange {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #fb9b00;
  border-radius: 8px;
}

.box_orange .box-title {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 10px;
  padding: 5px 25px;
  line-height: 1;
  font-size: 20px;
  background: #fb9b00;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
}

#main_sec6 .flexbox .box_orange p {
  font-size: 1.1em;
  color: #000;
  margin: 1em 0; 
  padding: 0;
}

#jirei1 {
  padding: 5em 4em 2em;
}

#jirei2 {
  padding: 4em 9em 2em;
}

#jirei3 {
  padding: 3em 3em 2em;
}

#jirei4 {
  padding: 2em 3em;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .w55 {
    width: 100%;
    padding: 1em 2em;
  }
  .w45 {
    width: 100%;
  }
  #jirei1 {
    padding: 0 6em 3em;
  }
  #jirei2 {
    padding: 0 15em 3em;
  }
  #jirei3 {
    padding: 0 5em 3em;
  }
  #jirei4 {
    padding: 0 4em 3em;
  }
}

@media screen and (max-width:767px) {
  #main_sec6 h2 {
    margin-top: 1em;
  }
  #main_sec6 p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0.5em auto 1.5em;
  }
  .w55 {
    width: 100%;
    padding: 1em;
  }
  .w45 {
    width: 100%;
  }
  #main_sec6 .flexbox h4 {
    font-size: 1.5em;
    margin: 0.5em 0;
  }
  #main_sec6 .flexbox p {
    font-size: 1.1em;
    margin: 0.5em 0 2em;
  }
  .box_orange {
    margin: 2em 0 0;
    padding: 0.5em 1em 0;
  }
  #jirei1 {
    padding: 0em 2em 2em;
  }
  #jirei2 {
    padding: 1em 4em 2em;
  }
  #jirei3, #jirei4 {
    padding: 1em 1.5em 2em;
  }
}


#main_sec7 h2 {
  color: #fb9b00;
  margin-bottom: 0.5em;
}

@media screen and (max-width:767px) {
  #main_sec7 {
    padding-bottom: 2em !important;
  }
  #main_sec7 h2 {
    margin: 0.5em auto;
  }
}

#main_sec8 {
  background: #fff4c9;
}

#main_sec8 h2 {
  color: #fb9b00;
  margin-bottom: 0.5em;
  text-shadow:
  4px  4px 1px #fff,
  -4px  4px 1px #fff,
   4px -4px 1px #fff,
  -4px -4px 1px #fff,
   4px  0px 1px #fff,
   0px  4px 1px #fff,
  -4px  0px 1px #fff,
   0px -4px 1px #fff;  
}

/*アコーディオン*/
details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 1em 1.5em;
  background: #fff;
  color: #000;
  font-size: 1.6em;
  font-weight: 900;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  font-family: "font awesome 5 free";
  content: '\2b';
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 20px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  font-family: "font awesome 5 free";
  content: '\f068';
  font-size: 1em;
  font-weight: 900;
}

details p {
  background: #fb9b00;
  line-height: 1.8;
  margin: 0;
  padding: 20px;
}

/*TOPへ戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000;
  border-radius: 50%;
  z-index: 101;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width:767px) {
  #main_sec8 {
    padding: 2em 0 !important;
  }
  details summary {
    padding: 1em;
    font-size: 1.1em;
  }
  details summary::before {
    font-size: 1.1em;
    margin-right: 10px;
  }
  details p {
    line-height: 1.6;
  }
  address {
    font-size: .7em;
  }
}