@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
a.Arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
a.Arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-top: -3px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 1.05px;
  margin-left: 6px;
}

.btn_normal a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 245px;
  margin: 0 auto;
}
.btn_normal a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main_video_area .thumbnail {
  height: 0;
}
.main_video_area .thumbnail img {
  height: 0;
}

.Home section.Award_box .txt,
.Home section.Award_box .txt a,
section.Map_box address,
section.Map_box .ad_t,
section.Map_box .tel_kome,
section.Map_box .kome_bg,
.Menu_linkbox li li a,
.Sns_box a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.pcnone {
  display: none !important;
}

.styleun_box {
  display: flex;
  flex-wrap: wrap; /* 画像が横一列に並ぶように折り返す */
  justify-content: space-between;; /* 画像を均等に配置 */
  width:80%;
  margin: 0 auto 40px;
}

.styleun_box div {
            width: 30%; /* 画像とテキストの幅を30%に設定 */
            margin-bottom: 20px; /* 画像とテキスト間に余白を追加 */
            text-align: center; /* テキストを中央揃えにする */
        }
.styleun_box img {
                    width:100%; /* 画像の幅を100%に設定 */
                    border-radius: 8px; /* 画像に角丸を適用 */
                }


/*==================================
  common
==================================*/
.fixBnr .fixBnrWrap.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
  height: 0;
}
.fixBnr .fixBnrClose {
  display: block;
}
.fixBnr .fixBnrClose img {
  border-radius: 50%;
  padding: 2px;
  margin: -2px 0 -17px;
  z-index: 3;
  position: relative;
}

.S_Wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

#header {
  background-color: #fff;
  overflow: visible !important;
  position: static !important;
}
#header .sv h1 {
  width: calc(100% - 700px);
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
#header .logo_mark {
  display: none;
}
#header .h-box {
  float: none !important;
  height: auto !important;
}
#header .s-menu {
  float: none !important;
}
#header .s-menu .btn {
  display: flex;
  justify-content: flex-end;
}
#header .h_box02 {
  padding: 10px 30px 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#header .logo {
  width: 265px;
}
#header .logo img {
  width: 100%;
}
#header .global {
  width: 770px;
  border: none;
  display: flex;
}
#header .global ul {
  display: flex;
  width: auto;
}
#header .global ul li {
  width: auto;
  float: none;
  margin-left: 20px;
}
#header .global ul li > a{
  color: #000;
}
#header .global ul span {
  border: none !important;
}
#header .global .faq {
  display: none !important;
}
#header .hamburger {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 50;
}
#header .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  background: #000;
  transition: 0.3s ease-in-out;
}
#header .hamburger span.b01 {
  top: 16px;
}
#header .hamburger span.b02 {
  top: 23px;
}
#header .hamburger span.b03 {
  top: 30px;
}
#header .hamburger.active {
  position: fixed;
  top: 40px;
  right: 40px;
  left: auto;
  z-index: 600;
}
#header .hamburger.active span.b01 {
  background: #000;
  transform: rotate(-30deg);
}
#header .hamburger.active span.b02 {
  display: none;
}
#header .hamburger.active span.b03 {
  top: 16px;
  background: #000;
  transform: rotate(30deg);
}
#header nav.globalMenu {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#header nav.globalMenu.active {
  background-color: #f3f1ea;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
#header .s-menu {
  margin: 2px 0 0 0 !important;
  padding: 0;
}
#header .btn {
  padding: 0;
}
#header .tel2 {
  border: none;
  border-right: solid 2px #fff;
  padding: 10px;
  margin: 0;
  background-color: #f5f5f5;
}
#header .tel2 .ntext {
  margin-bottom: 5px;
  display: block;
}

.Menu_linkbox {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.Menu_linkbox .l_box01 {
  width: 30%;
}
.Menu_linkbox .l_box02 {
  width: 42%;
}
.Menu_linkbox .l_box03 {
  width: 28%;
}
.Menu_linkbox .c {
  margin-top: 30px;
}
.Menu_linkbox ul li {
  margin-bottom: 35px;
}
.Menu_linkbox ul li a {
  font-size: 20px;
  color: #000;
}
.Menu_linkbox ul li a.Arrow::after {
  border-color: #000;
}
.Menu_linkbox ul li ul {
  margin-top: 18px;
}
.Menu_linkbox ul li li {
  margin-bottom: 15px;
}
.Menu_linkbox ul li li a {
  opacity: 0.7;
  font-size: 16px;
}

.Sns_box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.Sns_box li {
  color: #abada8;
  margin: 0 17px 0 0;
}
.Sns_box li:last-child {
  margin-right: 0;
}
.Sns_box li a {
  color: #000;
  margin: 0 14px 0 0;
  background: url(../img/icon_line_b.svg) no-repeat 0 50%;
  background-size: 30px auto;
  display: inline-block;
  padding: 10px 0 10px 40px;
}
.Sns_box li a:hover {
  text-decoration: underline;
}
.Sns_box .facebook a {
  background: url(../img/icon_facebook_b.svg) no-repeat 0 50%;
  background-size: 28px auto;
}
.Sns_box .instagram a {
  background: url(../img/icon_Instagram_b.svg) no-repeat 0 50%;
  background-size: 27px auto;
}
.Sns_box .staffblog a {
  background: url(../img/icon_blog_b.svg) no-repeat 0 50%;
  background-size: 26px auto !important;
}

.Tel_box ul {
  text-align: center;
}
.Tel_box span.s {
  display: none;
}
.Tel_box dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.Tel_box dd {
  color: #b59501;
  font-size: 26px;
  margin-bottom: 30px;
}
.Tel_box dd a {
  color: #b59501;
  letter-spacing: 0.02em;
}
.Tel_box dd span {
  font-size: 20px;
}
.Tel_box .tel_kome {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 20px;
  width: 235px;
}
.Tel_box .kome_bg {
  font-size: 13px;
  line-height: 1.6;
  background-color: #f1f1f1;
  padding: 10px 10px;
  width: 430px;
  margin: 0 auto;
}

#header {
  overflow: visible;
}
#header .Menu_linkbox {
  padding-top: 80px;
}
#header .Contact_box {
  padding: 20px 0 40px;
  background-color: none !important;
}
#header .C_title,
#header .lead,
#header .cont {
  display: none;
}
#header .Tel_box ul {
  display: flex;
  justify-content: center;
}
#header .Tel_box span.s {
  display: inline-block;
  padding: 0 10px 0 15px;
}
#header .Tel_box li {
  margin: 0 30px;
}
#header .Tel_box .tel_kome {
  width: auto;
}
#header .Tel_box .tel_kome br {
  display: none;
}
#header .Tel_box .kome_bg {
  background-color: #e6e6e6;
  margin-bottom: 30px;
}

#header.gnav01fix-fixed {
  top: 0 !important;
  position: fixed !important;
}
#header.gnav01fix-fixed .h-box {
  height: 62px !important;
  top: 0 !important;
}
#header.gnav01fix-fixed .s-menu {
  position: absolute;
  top: 0;
  right: 592px;
  width: 485px;
  height: 56px;
  overflow: hidden;
  margin: 0 !important;
}
#header.gnav01fix-fixed .r-menu {
  position: absolute;
  top: 0;
  right: 0;
}
#header.gnav01fix-fixed .r-menu {
  height: 56px;
  overflow: hidden;
}
#header.gnav01fix-fixed .r-menu ul li {
  padding: 13px 2px;
}
#header.gnav01fix-fixed .ptx {
  font-size: 16px;
}
#header.gnav01fix-fixed .pnumber {
  font-size: 20px;
}

.common_Award_box .p01 {
  text-align: center;
  margin-bottom: 20px;
}
.common_Award_box .p02 {
  padding: 0 20px;
  text-align: center;
}
.common_Award_box .p02 img {
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}
.common_Award_box h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.common_Award_box figure {
  text-align: center;
  margin-bottom: 20px;
}
.common_Award_box .txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
}
.common_Award_box .txt a {
  display: block;
  text-align: center;
}

/*==================================
  footer
==================================*/
section.Contact_box {
  background-color: #f3f1ea;
  padding: 80px 0;
}
section.Contact_box .C_title {
  margin-bottom: 20px;
}
section.Contact_box .lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
section.Contact_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.Contact_box .btn li {
  width: 235px;
  margin: 0 5px;
  height: 72px;
  overflow: hidden;
}
section.Contact_box .btn li a {
  background-color: #d1ac00;
  display: block;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1 !important;
}
section.Contact_box .btn li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
section.Contact_box .btn li a.line {
  background-color: #789256;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
section.Contact_box .btn li a.line::before {
  content: "";
  display: block;
  background: url(../img/line-ico.png) no-repeat 0 50%;
  background-size: 31px auto;
  width: 31px;
  height: 31px;
  margin-right: 5px;
}
section.Contact_box .link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
section.Contact_box .link a {
  margin: 0 30px;
}
section.Contact_box .link a:hover {
  text-decoration: underline;
}

.Map_box {
  display: flex;
  align-self: stretch;
}
.Map_box .map {
  width: 50%;
}
.Map_box .map iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}
.Map_box .r_box {
  width: 50%;
  padding: 50px 0;
}
.Map_box .r_box .logo_box {
  width: 297px;
  margin: 0 auto 30px;
}
.Map_box .r_box .logo_box .logo {
  margin-bottom: 10px;
}
.Map_box .r_box .logo_t {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
}
.Map_box .r_box address,
.Map_box .r_box .ad_t {
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.Map_box .r_box .btn_normal a {
  margin-bottom: 50px;
}

footer {
  padding: 80px 0 !important;
}
footer a {
  color: #fff !important;
}
footer a::after {
  border-color: #fff !important;
}
footer .line a {
  background: url(../img/icon_line_w.svg) no-repeat 0 50% !important;
  background-size: 30px auto;
}
footer .facebook a {
  background: url(../img/icon_facebook_w.svg) no-repeat 0 50% !important;
  background-size: 28px auto;
}
footer .instagram a {
  background: url(../img/icon_Instagram_w.svg) no-repeat 0 50% !important;
  background-size: 27px auto;
}
footer .staffblog a {
  background: url(../img/icon_blog_w.svg) no-repeat 0 50% !important;
  background-size: 26px auto;
}

@media (max-width: 1200px) {
  h1 span {
    display: none;
  }
  #header .logo_normal {
    display: none;
  }
  #header .logo_mark {
    display: block;
  }
  #header .logo {
    width: 50px !important;
  }
  #header .logo img {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  #header.gnav01fix-fixed .s-menu {
    display: none !important;
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Top main
==================================*/
/*.reception-church,
.main_video_area,
.topConceptWrap,
.styleBox {
  display: none !important;
}*/
.Home {
  position: relative;
}
.Home .bestrate {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  z-index: 3;
}
.Home .bestrate img {
  width: 100%;
  height: auto;
}
.Home .bestrate p {
  background: #857351;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  justify-content: center;
  text-decoration: none !important;
}
.Home .bestrate a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.Home .bestrate a:hover p {
  text-decoration: none !important;
}
.Home .main_video_area {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.Home .main_video_area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Home .main_video_area::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.Home .main_video_area .main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.Home .main_video_area .main_txt li.logo {
  width: 208px;
  margin: 0 auto 20px;
}
.Home .main_video_area .main_txt li.logo img {
  width: 100%;
}
.Home .main_video_area .main_txt .t {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.Home .main_video_area .modalbtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  z-index: 2;
}
.Home .main_video_area .modalbtn a {
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
}
.Home .main_video_area .modalbtn a::after {
  border-color: #fff;
}
.Home .main-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1111111;
  width: 100%;
  left: 0;
}
.Home .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.Home .main-modal .container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
}
.Home .main-modal .container .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.Home .main-modal .container .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Home .main-modal .container .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

/*==================================
  base
==================================*/
.Mincho,
.btn_normal a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.C_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.C_title span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

a.arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
a.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-top: -3px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 1.05px;
  margin-left: 6px;
}

.btn_normal a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 245px;
  margin: 0 auto;
}
.btn_normal a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*==================================
  top
==================================*/
.Home {
  margin: 0 0 80px;
}
.Home .Top_Banner_area {
  text-align: center;
  width: 700px;
  margin: 50px auto 50px;
  padding: 0 20px;
  height: 237px;
}
.Home .Top_Banner_area img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.Home .bnr {
  width: auto;
  max-width: 1100px;
  padding: 0 20px;
  box-sizing: content-box;
}
.Home .bnr img {
  width: 100%;
  height: auto;
}
.Home section,
.Home .topConceptWrap {
  margin-bottom: 80px;
}
.Home section .tl,
.Home .topConceptWrap .tl {
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 20px;
}
.Home section .lead,
.Home .topConceptWrap .lead {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.Home .Recommendfair .C_title,
.Home .Recommendplan .C_title {
  margin-bottom: -220px;
  z-index: 3;
  background-color: #ffffff;
  padding: 20px 40px;
  position: relative;
}
.Home .Recommendplan .C_title {
  margin-bottom: -110px;
}
.Home .Banner_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Home .Banner_box li {
  width: 544px;
  margin: 0 auto 10px;
  float: none !important;
}
.Home .Banner_box li img {
  width: 100%;
}
.Home .topNewsList {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.Home .reason .inn .box {
  display: flex;
  flex-direction: row-reverse;
}
.Home .reason .inn .box.even {
  flex-direction: initial;
}
.Home .reason .inn .box .list {
  float: none;
}
.Home .reason .inn .box .txtbox {
  float: none;
}

.webp.ceptTop01 {
  background-image: url(../images/index/cept01.jpg.webp);
}

.webp.ceptTop02 {
  background-image: url(../images/index/cept02.jpg.webp);
}

.webp.ceptTop03 {
  background-image: url(../images/index/cept03.jpg.webp);
}

.webp.ceptTop04 {
  background-image: url(../images/index/cept04.jpg.webp);
}

/*==================================
  simple
==================================*/
main.Simple .pcnone {
  display: none; }
main.Simple #anc01,
main.Simple #anc02 {
  padding-top: 60px;
  margin-top: -60px;
  display: block;
  height: 0;
}
main.Simple section:not(.common_Award_box) p,
main.Simple section:not(.common_Award_box) li,
main.Simple section:not(.common_Award_box) dt,
main.Simple section:not(.common_Award_box) dd,
main.Simple section:not(.common_Award_box) h2,
main.Simple section:not(.common_Award_box) h3,
main.Simple section:not(.common_Award_box) h4,
main.Simple section:not(.common_Award_box) h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.7;
}
main.Simple .main_ph img {
  width: 100%;
  height: auto;
}
main.Simple .message h2 {
  text-align: center;
  margin: 80px 0;
}
main.Simple .Which_area .box {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
main.Simple .Which_area .box a {
  width: 48%;
  display: block;
  margin: 0 1% 60px;
}
main.Simple .Which_area .box a:hover {
  text-decoration: none;
}
main.Simple .Which_area .w_box li img {
  width: 30px;
  height: auto;
}
main.Simple .Which_area .w_box .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
main.Simple .Which_area .w_box .txt span {
  font-size: 24px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 2.1vw;
  line-height: 3vw;
}
main.Simple .Which_area .w_box .tl h3 {
  font-size: 28px;
  background: #82965a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  position: relative;
  transition: 0.3s;
  font-size: 2.3vw;
}
@media (max-width: 900px) {
  main.Simple .Which_area .w_box .tl h3 {
    font-size: 22px;
  }
}
main.Simple .Which_area .w_box .tl h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #82965a;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  top: auto;
  transform: rotate(180deg);
}
main.Simple .Which_area .w_box .tl h3 figure {
  background: #fff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
main.Simple .Which_area .w_box .tl h3 figure img {
  width: 31px;
}
main.Simple .Which_area .w_box02 .tl h3 {
  background: #5b718e;
}
main.Simple .Which_area .w_box02 .tl h3::after {
  border-color: transparent transparent #5b718e;
}
main.Simple .Which_area .w_box02 .tl h3 figure img {
  width: 37px;
}
main.Simple .Which_area a:hover .w_box .tl h3 {
  background: #92ab61 !important;
}
main.Simple .Which_area a:hover .w_box .tl h3::after {
  border-color: transparent transparent #92ab61;
}
main.Simple .Which_area a:hover .w_box02 .tl h3 {
  background: #6786b1 !important;
}
main.Simple .Which_area a:hover .w_box02 .tl h3::after {
  border-color: transparent transparent #6786b1;
}
main.Simple .Plan_area {
  background: #f7f6eb;
  padding: 90px;
}
main.Simple .Plan_area .Plan_inner {
  background: #fff;
  padding: 40px 15%;
  max-width: 1100px;
  width: auto !important;
}
main.Simple .Plan_area h3 {
  font-size: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #4a7e51;
  margin-bottom: 30px;
}
main.Simple .Plan_area h3 figure {
  background: #fff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border: solid 1px #4c4c4c;
}
main.Simple .Plan_area h3 figure img {
  width: 31px;
}
main.Simple .Plan_area h3 span {
  font-size: 34px;
  background: url(../images/simple/border.svg) no-repeat 0 bottom;
  background-size: auto 4px;
  padding: 13px 0;
}
main.Simple .Plan_area h4 {
  margin: 30px 0 15px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
main.Simple .Plan_area h4 span {
  color: #369f67;
}
main.Simple .Plan_area .lead {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
main.Simple .Plan_area .btn a {
  background: #d1ac00;
  display: block;
  padding: 20px 0;
  width: 300px;
  margin: 40px auto 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
main.Simple .Plan_area .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main.Simple .Plan_area .kome {
  font-size: 16px;
  text-align: center;
}
main.Simple .plan02 {
  background: #ebeef2;
}
main.Simple .plan02 h4 span {
  color: #3c91b4;
}
main.Simple .plan02 h3 {
  color: #5e7697;
}
main.Simple .plan02 h3 figure img {
  width: 37px;
}
main.Simple .swiper {
  max-width: 743px;
  margin: 0 auto;
}
main.Simple .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.Simple .swiper .plan_swiper {
  position: relative;
}
main.Simple .swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 5px;
}
main.Simple .swiper .swiper-pagination-bullet {
  background: #dddddd;
  opacity: 1 !important;
}
main.Simple .swiper .swiper-pagination-bullet-active {
  background-color: #958067;
  opacity: 1 !important;
}
main.Simple .common_Award_box {
  padding-top: 80px;
  margin-bottom: 80px;
}
