@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 15px;
  font-family: "游ゴシック", "Noto Sans JP", sans-serif;
}

.flex {
  display: flex;
}

.flex-dec-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-ac {
  align-items: center;
}

.flex-jc {
  justify-content: center;
}

.flex-btw {
  justify-content: space-between;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: bottom;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumbs {
  position: absolute;
  top: 10px;
  font-weight: 500;
  display: flex;
}

.breadcrumbs a {
  color: #222222;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs_list {
  margin-right: 10px;
  position: relative;
}

.breadcrumbs .breadcrumbs_list span {
  color: #222;
}

.breadcrumbs .breadcrumbs_list::before {
  content: "|";
  position: absolute;
  right: -8px;
}

.breadcrumbs .breadcrumbs_list:last-child {
  position: relative;
}

.breadcrumbs .breadcrumbs_list:last-child::before {
  display: none;
}

.btn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#pageTop {
  color: #fff;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 1;
}

#copyright {
  text-align: center;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

body {
  font-size: 16px;
}

a[href^="tel:"] {
  pointer-events: none;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

#wrap {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

.privacy_list {
  background: #fff;
  height: 270px;
  padding: 20px;
  box-sizing: border-box;
}

.privacy_list dl {
  margin-bottom: 25px;
}

.privacy_list dt {
  font-size: 18px;
  background: #f2f2f2;
  color: #3b3b3b;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
}

.privacy_list dd {
  font-size: 14px;
}

#privacy iframe {
  width: 100%;
  height: 270px;
  background: #fff;
  display: block;
  border: none;
}

.privacy-frame {
  background: #fff;
  height: 270px;
  padding: 15px;
  box-sizing: border-box;
}

#privacy {
  margin-top: 15px;
}

/*---------main_visual------------*/
#main_visual {
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 920px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

#sub_visual {
  background: url(../img/sv_bg.png) no-repeat;
  background-size: cover;
  height: 560px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

.mv-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 180px;
  right: 0;
  top: 40px;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
}

.sv-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 250px;
  right: 0;
  top: 80px;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#contact {
  background: url(../img/sec09_bg.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0;
}

#contact .ttl02 {
  text-align: center;
}

#contact input {
  border: none;
  outline: none;
}

#contact textarea {
  border: none;
  outline: none;
}

#contact .contact_wrap {
  width: 1040px;
  margin: 0 auto;
  border-radius: 10px;
}

#contact .contact_wrap .ttl02 {
  text-align: center;
}

#contact .contact_wrap .ttl02 span {
  position: relative;
}

#contact .contact_wrap .ttl02 span::before {
  background: url(../img/contact_obg.png) no-repeat;
  content: "";
  position: absolute;
  width: 140px;
  height: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -40px;
}

#contact .contact_list {
  background: #fff;
  width: 100%;
  margin-top: 35px;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px;
}

#contact .contact_list dl {
  padding: 15px 0;
  border-bottom: dashed 1px #ccc;
  width: 100%;
  font-family: "游明朝", "Noto Serif JP", serif;
}

#contact .contact_list dl:last-child {
  border-bottom: none;
}

#contact .contact_list dt {
  width: 30%;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

#contact .contact_list dt::before {
  content: "";
  border-left: double 3px #86afc5;
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  display: none;
}

#contact .contact_list dd {
  width: 70%;
}

#contact .contact_list dd .radio {
  margin-right: 10px;
}

#contact .contact_list dd .radio input {
  padding: 0;
  width: auto;
  margin: 0;
  margin-right: 5px;
}

#contact .contact_list dd input {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #f5f5f5;
}

#contact .contact_list dd textarea {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #f5f5f5;
}

#contact .contact_list .required span {
  position: relative;
}

#contact .contact_list .required span::before {
  content: "※必須";
  position: absolute;
  top: -3px;
  right: -50px;
  color: #86afc5;
  font-size: 12px;
  padding: 2px;
  border-radius: 5px;
}

#contact #privacy_wrap {
  margin-top: 30px;
}

#contact #privacy_wrap .ttl03 {
  margin-top: 90px;
  text-align: center;
  font-size: 24px;
  padding-bottom: 1px;
  color: #3b3b3b;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
  border-bottom: solid 1px #000;
}

#contact #privacy_wrap .ttl03::before {
  background: url(../img/contact_border.png) no-repeat;
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1076px;
  height: 45px;
}

.privacy_check {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.privacy_check a {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
}

.g-recaptcha div {
  margin: 0 auto;
}

.contact-submits-wrap {
  position: relative;
}

.contact-submits-wrap::before {
  background: url(../img/arrow_send.png) no-repeat;
  content: "";
  position: absolute;
  top: 21px;
  left: 450px;
  width: 19px;
  height: 14px;
}

.contact_list_check {
  margin-top: 30px;
  background: url(../img/box.png) no-repeat;
  background-size: cover;
  padding: 20px;
}

.contact_list_check dl {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
  box-sizing: border-box;
}

.contact_list_check dl:first-child {
  padding-top: 0;
}

.contact_list_check dt {
  width: 20%;
}

.contact_list_check dd {
  width: 80%;
}

.contact-submits-wrap {
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact-submits-wrap .btn {
  z-index: -1;
  display: block;
  font-size: 18px;
  width: 250px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.3em;
  background: #86afc5;
  border: none;
  margin-top: 60px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.contact-submits-wrap .btn:hover {
  opacity: 0.7;
}

.contact-submits-wrap .send {
  margin-left: 30px;
}

.conf .btn {
  width: 250px;
  margin: 0 auto;
  margin-top: 60px;
}

.contact_check_ttl {
  text-align: center;
  font-size: 48px;
}

#pc_nav {
  margin-top: 15px;
}

#pc_nav ul {
  display: flex;
}

#pc_nav > ul > li {
  position: relative;
}

#pc_nav > ul > li a {
  display: block;
  padding: 0 23px;
  color: #fff;
}

#pc_nav > ul > li ul li a {
  background: none;
}

/*dropdown*/
#pc_nav * {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

/*sub */
#pc_nav > ul > li ul {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha( opacity=0 )";
  filter: alpha(opacity=0);
  z-index: 999;
  position: absolute;
}

#pc_nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 100;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}

#pc_nav > ul > li > ul {
  top: 40px;
  left: 5px;
}

#pc_nav > ul > li:hover > ul {
  top: 30px;
}

#footer_nav ul {
  display: flex;
}

#footer_nav > ul > li {
  position: relative;
}

#footer_nav > ul > li a {
  display: block;
  padding: 0 25px;
  color: #fff;
}

#footer_nav > ul > li ul li a {
  background: none;
}

/*dropdown*/
#footer_nav * {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

/*sub */
#footer_nav > ul > li ul {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha( opacity=0 )";
  filter: alpha(opacity=0);
  z-index: 999;
  position: absolute;
}

#footer_nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 100;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}

#footer_nav > ul > li > ul {
  top: 40px;
  left: 5px;
}

#footer_nav > ul > li:hover > ul {
  top: 20px;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 20px;
  box-sizing: border-box;
}

#header h1 {
  color: #555555;
  font-size: 10px;
  margin-left: 15px;
}

#header .header_inner {
  position: relative;
}

#header .header_inner::before {
  background: url(../img/header_bg.png) repeat-x;
  content: "";
  width: 100%;
  height: 220px;
  top: -18px;
  right: 0;
  position: absolute;
  z-index: -1;
}

#header .header_inner .logo {
  margin-left: 25px;
}

#header .header_inner .right {
  width: 610px;
  margin-right: 25px;
}

#header .header_inner .right .tel a {
  display: block;
  text-align: right;
  color: #000000;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}

#header .header_inner .right .tel a span {
  font-size: 16px;
}

#header .header_inner .right dl {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
}

#header .header_inner .right dl dt {
  margin-right: 20px;
}

#header .header_inner .right .contact_btn {
  margin-left: 30px;
}

#header .header_inner .right .contact_btn .btn {
  background: #86afc5;
  color: #fff;
  width: 180px;
  padding: 13px 0;
  padding-left: 50px;
  position: relative;
}

#header .header_inner .right .contact_btn .btn::before {
  background: url(../img/mail_icon.png) no-repeat;
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 15px;
  height: 12px;
}

#header .header_inner .right #pc_nav {
  width: 100%;
}

#top #section01 {
  padding: 110px 0 100px 0;
  background: url(../img/sec01_bg.jpg) no-repeat;
  background-size: cover;
}

#top #section01 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

#top #section01 h2::before {
  background: url(../img/sec01_ttl01_left_obg.png) no-repeat;
  content: "";
  position: absolute;
  width: 218px;
  height: 146px;
  top: -55px;
  left: 0px;
}

#top #section01 h2::after {
  background: url(../img/sec01_ttl01_right_obg.png) no-repeat;
  content: "";
  position: absolute;
  top: -25px;
  right: 150px;
  width: 53px;
  height: 71px;
}

#top #section01 .cont {
  height: 485px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#top #section01 .cont::before {
  background: url(../img/sec01_wman.png) no-repeat;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -103px;
  width: 304px;
  height: 387px;
}

#top #section01 .cont ul {
  height: 100%;
  width: 100%;
  position: relative;
}

#top #section01 .cont ul li {
  position: absolute;
  background: #c6d2d9;
  width: 280px;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 0;
  border-radius: 5px;
}

#top #section01 .cont ul li .cover {
  width: 100%;
  position: relative;
}

#top #section01 .cont ul li .cover::before {
  bottom: -72px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#top #section01 .cont ul li .cover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid #c6d2d9;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}

#top #section01 .cont ul li:nth-child(1) {
  top: 0;
  left: 210px;
}

#top #section01 .cont ul li:nth-child(2) {
  top: 0;
  right: 210px;
}

#top #section01 .cont ul li:nth-child(3) {
  top: 180px;
  left: 0;
}

#top #section01 .cont ul li:nth-child(4) {
  top: 180px;
  right: 0;
}

#top #section01 .cont ul li:nth-child(5) {
  bottom: 0px;
  left: 90px;
}

#top #section01 .cont ul li:nth-child(6) {
  bottom: 0px;
  right: 90px;
}

#top #section02 {
  padding: 85px 0 75px 0;
  background: url(../img/sec02_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

#top #section02 h2 {
  position: relative;
  margin-bottom: 90px;
}

#top #section02 h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -35px;
}

#top #section02 .text {
  color: #fff;
}

#top #section02 .text p {
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#top #section02 .text p:first-child {
  margin-top: 0;
}

#top #section03 {
  padding: 130px 0 135px 0;
  background: url(../img/sec03_bg_bottom.png) no-repeat bottom right;
  background-position: center;
}

#top #section03 .cont .txt_area {
  width: 585px;
  position: relative;
}

#top #section03 .cont .txt_area::before {
  background: url(../img/sec03_img.png) no-repeat;
  width: 670px;
  height: 680px;
  content: "";
  position: absolute;
  top: -50px;
  right: calc(50% - 1040px);
}

#top #section03 .cont .txt_area h2 {
  margin-bottom: 95px;
  position: relative;
}

#top #section03 .cont .txt_area h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  border-bottom: solid 1px #86afc5;
  left: 0;
  bottom: -40px;
}

#top #section03 .cont .txt_area h2::after {
  background: url(../img/sec03_ttl_obg.png) no-repeat;
  content: "";
  position: absolute;
  width: 315px;
  height: 191px;
  top: -38px;
  right: -60px;
}

#top #section03 .cont .txt_area .txt p {
  font-weight: 500;
  margin-top: 25px;
}

#top #section03 .cont .txt_area .txt p:first-child {
  margin-top: 0;
}

#top #section04 {
  padding: 95px 0 185px 0;
}

#top #section04 h2 {
  position: relative;
  margin-bottom: 145px;
  text-align: center;
}

#top #section04 h2::before {
  background: url(../img/sec04_ttl_obg.png) no-repeat;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 651px;
  height: 73px;
  top: -17px;
}

#top #section04 h2::after {
  background: url(../img/sec04_ttl_border.png) no-repeat;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 641px;
  height: 8px;
  bottom: -17px;
}

#top #section04 .cont {
  width: 680px;
  position: relative;
}

#top #section04 .cont:first-child {
  margin-top: 0;
}

#top #section04 .cont:first-child::before {
  background: url(../img/sec04_img01.png) no-repeat;
  right: calc(50% - 1160px);
  content: "";
  position: absolute;
  top: 0;
  width: 840px;
  height: 600px;
}

#top #section04 .cont:first-child h3 {
  position: relative;
}

#top #section04 .cont:first-child h3::before {
  background: url(../img/sec04_ttl_obg_01.png) no-repeat;
  width: 184px;
  height: 48px;
  content: "";
  position: absolute;
  top: -55px;
  left: -23px;
}

#top #section04 .cont:last-child {
  margin: 0 0 0 auto;
  margin-top: 150px;
  width: 600px;
}

#top #section04 .cont:last-child h3 {
  text-align: left;
}

#top #section04 .cont:last-child::before {
  background: url(../img/sec04_img02.png) no-repeat;
  right: calc(50% - -425px);
  content: "";
  position: absolute;
  top: 0;
  width: 840px;
  height: 580px;
}

#top #section04 .cont:last-child h3 {
  position: relative;
}

#top #section04 .cont:last-child h3::before {
  background: url(../img/sec04_ttl_obg_02.png) no-repeat;
  width: 181px;
  height: 55px;
  content: "";
  position: absolute;
  top: -50px;
  left: -8px;
}

#top #section04 .cont h3 {
  margin-bottom: 55px;
}

#top #section04 .cont .txt {
  font-weight: 500;
  width: 610px;
  font-size: 15px;
}

#top #section04 .cont .txt p {
  margin-top: 25px;
}

#top #section04 .cont .txt p:first-child {
  margin-top: 0;
}

#top #section04 .cont .btn {
  background: #86afc5;
  color: #fff;
  text-align: center;
  width: 480px;
  padding: 15px 0;
  margin-top: 50px;
  position: relative;
}

#top #section04 .cont .btn::before {
  background: url(../img/btn_arrow.png) no-repeat;
  width: 28px;
  height: 9px;
  content: "";
  position: absolute;
  top: 22px;
  right: 82px;
}

#top #section05 {
  padding-bottom: 90px;
  background: url(../img/sec05_bg_next.png) no-repeat bottom left;
}

#top #section05 .content {
  margin: 0 0 0 auto;
  width: 1480px;
}

#top #section05 .content .cont {
  width: 730px;
  height: 480px;
  position: relative;
}

#top #section05 .content .cont:first-child {
  background: url(../img/sec05_img01.png) no-repeat;
  background-size: cover;
}

#top #section05 .content .cont:last-child {
  background: url(../img/sec05_img02.png) no-repeat;
  background-size: cover;
}

#top #section05 .content .cont div {
  position: absolute;
  bottom: 0;
  left: 0;
}

#top #section06 {
  padding: 85px 0 135px 0;
}

#top #section06 h2 {
  text-align: center;
  margin-bottom: 85px;
  background: url(../img/sec06_ttl_obg_right.png) right 300px center no-repeat, url(../img/sec06_ttl_obg_left.png) left 300px center no-repeat;
}

#top #section06 .sec06_inner .txt_area {
  width: 655px;
}

#top #section06 .sec06_inner .txt_area h3 {
  color: #555555;
  font-size: 24px;
  margin-bottom: 35px;
  position: relative;
}

#top #section06 .sec06_inner .txt_area h3 span {
  font-size: 16px;
  color: #2a2a2a;
  margin-left: 35px;
}

#top #section06 .sec06_inner .txt_area h3::before {
  background: url(../img/sec06_sub_ttl_border.png) no-repeat;
  width: 100%;
  height: 8px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
}

#top #section06 .sec06_inner .txt_area h3::after {
  background: url(../img/sec06_sub_ttl_border_obg.png) no-repeat;
  right: 0;
  bottom: -5px;
  content: "";
  position: absolute;
  width: 101px;
  height: 38px;
}

#top #section06 .sec06_inner .txt_area dl {
  margin-bottom: 30px;
}

#top #section06 .sec06_inner .txt_area dl dt {
  margin-right: 70px;
}

#top #section06 .sec06_inner .txt_area .txt p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
}

#top #section06 .sec06_inner .txt_area .txt p:first-child {
  margin-top: 0;
}

#top #section07 h2 {
  text-align: center;
  margin-bottom: 55px;
  background: url(../img/sec06_ttl_obg_right.png) right 300px center no-repeat, url(../img/sec06_ttl_obg_left.png) left 300px center no-repeat;
}

#top #section07 .sec07_inner {
  font-size: 15px;
  font-weight: 500;
}

#top #section07 .sec07_inner .img_cover {
  position: relative;
}

#top #section07 .sec07_inner .img_cover::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  border: solid 1px #ccc;
  width: 470px;
  height: 550px;
  z-index: 1;
}

#top #section07 .sec07_inner .img_cover .img {
  position: relative;
}

#top #section07 .sec07_inner .img_cover .img::before {
  background: url(../img/sec07_img_obg_left_top.png) no-repeat;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 64px;
  height: 64px;
}

#top #section07 .sec07_inner .img_cover .img::after {
  background: url(../img/sec07_img_obg_rigth_bottom.png) no-repeat;
  content: "";
  position: absolute;
  bottom: -10px;
  right: -35px;
  width: 125px;
  height: 75px;
}

#top #section07 .sec07_inner .info_wrap {
  width: 515px;
}

#top #section07 .sec07_inner .info_wrap dl {
  box-sizing: border-box;
  padding: 15px 10px;
  border-top: solid 1px #eee;
  color: #565555;
}

#top #section07 .sec07_inner .info_wrap dl:first-child {
  border-top: none;
}

#top #section07 .sec07_inner .info_wrap dl dt {
  width: 130px;
}

#top #section07 .map_cover {
  margin-top: 95px;
}

#top #section07 .map_cover p {
  width: 138px;
  margin: 0 auto;
  color: #2a2a2a;
  font-weight: bold;
  position: relative;
}

#top #section07 .map_cover p::before {
  background: url(../img/map_marker.png) no-repeat;
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 12px;
  height: 16px;
}

#top #section07 .map_cover .map {
  position: relative;
  width: 100%;
  padding-top: 400px;
}

#top #section07 .map_cover .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#top #section08 {
  padding: 100px 0 80px 0;
}

#top #section08 h2 {
  margin-bottom: 30px;
  position: relative;
}

#top #section08 h2::before {
  width: 60px;
  border-bottom: solid 1px #929292;
  height: 1px;
  content: "";
  position: absolute;
  left: 190px;
  top: 21px;
}

#top #section08 .news-lists {
  width: 100%;
}

#top #section08 .news-lists a {
  cursor: pointer;
}

#top #section08 .news-lists li {
  padding: 15px 15px;
  align-items: center;
  display: block;
  border-top: solid 1px #ccc;
  color: #555555;
  font-size: 14px;
}

#top #section08 .news-lists li:last-child {
  border-bottom: solid 1px #ccc;
}

#top #section08 .news-lists li time {
  color: #5fa7ce;
  font-size: 14px;
  width: 100px;
  border: solid 1px #5fa7ce;
  box-sizing: border-box;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

#top #section08 .news-lists li time::before {
  background: url(../img/news_arrow.png) no-repeat;
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  top: 10px;
  left: 5px;
}

#top #section08 .news-lists li .post-ttl {
  margin-left: 15px;
  width: 800px;
}

#top #section08 .btn {
  margin: 0 auto;
  width: 780px;
  color: #fff;
  padding: 15px 0;
  margin-top: 45px;
  background: #86afc5;
  text-align: center;
}

#top #section08 .btn_list {
  width: 580px;
  margin: 0 auto;
  margin-top: 60px;
}

#top #section08 .bnr {
  position: relative;
  border: solid 1px #d2d2d2;
  width: 870px;
  margin: 0 auto;
  margin-top: 65px;
  box-sizing: border-box;
  padding: 20px;
}

#top #section08 .bnr::before {
  background: url(../img/bnr_bg.png) no-repeat;
  content: "";
  position: absolute;
  width: 330px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

#top #section08 .bnr .left dl {
  width: 460px;
}

#top #section08 .bnr .left dl dt {
  color: #3b3b3b;
  font-size: 32px;
  padding-left: 35px;
  position: relative;
  border-bottom: dotted 3px #909ca8;
}

#top #section08 .bnr .left dl dt::before {
  background: url(../img/iphon_icon_28_28.png) no-repeat;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
}

#top #section08 .bnr .left dl dt span {
  color: #7bc08f;
}

#top #section08 .bnr .left dl dd {
  margin-top: 20px;
  padding-left: 15px;
  border-left: solid 3px #bad1d1;
}

#top #section08 .bnr .right {
  background: #fff;
  width: 350px;
  border: solid 1px #d2d2d2;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
}

#top #section08 .bnr .right dl {
  color: #3b3b3b;
  font-weight: 600;
}

#top #section08 .bnr .right dl dt {
  background: #e0f1f1;
  text-align: center;
  width: 90px;
}

#sub_contact {
  background: url(../img/bg_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 125px 0 110px 0;
  position: relative;
  color: #fff;
}

#sub_contact::before {
  background: url(../img/menu_top_obg.png) no-repeat;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
  width: 894px;
  height: 49px;
  content: "";
  position: absolute;
}

#sub_contact::after {
  background: url(../img/menu_bottom_obg.png) no-repeat;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30px;
  width: 894px;
  height: 59px;
  content: "";
  position: absolute;
}

#sub_contact a {
  color: #fff;
}

#sub_contact h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

#sub_contact .tel {
  font-size: 26px;
  display: block;
  margin-bottom: 25px;
}

#sub_contact .tel span {
  margin-right: 10px;
}

#sub_contact ul {
  margin-top: 30px;
}

#sub_contact ul li:first-child {
  margin-right: 50px;
}

#sub_contact ul li a {
  width: 200px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  position: relative;
}

#sub_contact ul li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#sub_contact ul li a::before {
  top: 21px;
  right: 16px;
}

#menu {
  position: relative;
}

#menu #section01 {
  padding: 85px 0 210px 0;
}

#menu #section01 h2 {
  text-align: center;
  font-size: 36px;
  position: relative;
  margin-bottom: 70px;
}

#menu #section01 h2::before {
  background: url(../img/sec04_ttl_obg.png) no-repeat;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 651px;
  height: 73px;
  top: -8px;
}

#menu #section01 h2::after {
  background: url(../img/sec04_ttl_border.png) no-repeat;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 641px;
  height: 8px;
  bottom: -17px;
}

#menu #section01 .cont ul {
  width: 520px;
  position: relative;
}

#menu #section01 .cont ul li {
  margin-top: 27px;
  color: #555555;
}

#menu #section01 .cont ul li:first-child {
  margin-top: 0;
}

#menu #section01 .cont ul li h3 {
  font: 22px;
  color: #4b4a4a;
  font-weight: 600;
  position: relative;
  margin-bottom: 35px;
}

#menu #section01 .cont ul li h3::before {
  background: url(../img/sec06_sub_ttl_border.png) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -10px;
  right: 0;
}

#menu #section01 .cont ul li h3::after {
  background: url(../img/menu_border_obg.png) no-repeat;
  width: 79px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
}

#menu #section01 .cont:first-child {
  margin-bottom: 120px;
}

#menu #section01 .cont:first-child ul {
  position: relative;
}

#menu #section01 .cont:first-child ul::before {
  background: url(../img/menu_img01.png) no-repeat;
  content: "";
  position: absolute;
  width: 506px;
  height: 445px;
  top: -6px;
  right: -618px;
}

#menu #section01 .cont:last-child h2 {
  position: relative;
}

#menu #section01 .cont:last-child h2::before {
  background: url(../img/menu_rpeeter.png) no-repeat;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  width: 415px;
  height: 73px;
  bottom: 0;
}

#menu #section01 .cont:last-child h2::after {
  display: none;
}

#menu #section01 .cont:last-child ul {
  margin: 0 0 0 auto;
  position: relative;
}

#menu #section01 .cont:last-child ul::before {
  background: url(../img/menu_img02.png) no-repeat;
  content: "";
  position: absolute;
  top: -6px;
  right: 618px;
  width: 506px;
  height: 445px;
}

#flow {
  position: relative;
}

#flow #section01 {
  padding: 90px 0 100px 0;
}

#flow #section01 ul li {
  margin-top: 160px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#flow #section01 ul li:last-child::before {
  display: none;
}

#flow #section01 ul li::before {
  background: url(../img/flow_arow.png) no-repeat;
  right: 0;
  left: 0;
  content: "";
  position: absolute;
  bottom: -85px;
  width: 96px;
  height: 18px;
  margin: 0 auto;
}

#flow #section01 ul li:first-child {
  margin-top: 0;
}

#flow #section01 ul li:first-child h3::after {
  background: url(../img/1.png) no-repeat;
  content: "";
  position: absolute;
  width: 21px;
  height: 22px;
}

#flow #section01 ul li:nth-child(2) .txt_area {
  margin: 0 auto;
}

#flow #section01 ul li:nth-child(2) h3::after {
  background: url(../img/2.png) no-repeat;
  content: "";
  position: absolute;
  width: 26px;
  height: 22px;
}

#flow #section01 ul li:nth-child(3) h3::after {
  background: url(../img/3.png) no-repeat;
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
}

#flow #section01 ul li:nth-child(4) h3::after {
  background: url(../img/4.png) no-repeat;
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
}

#flow #section01 ul li:nth-child(5) .txt_area {
  margin: 0 auto;
}

#flow #section01 ul li:nth-child(5) h3::after {
  background: url(../img/5.png) no-repeat;
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
}

#flow #section01 ul li:nth-child(6) h3::after {
  background: url(../img/6.png) no-repeat;
  content: "";
  position: absolute;
  width: 24px;
  height: 23px;
}

#flow #section01 ul li .txt_area {
  width: 601px;
}

#flow #section01 ul li .txt_area h3 {
  padding-left: 35px;
  width: 100%;
  position: relative;
  font-size: 28px;
  color: #2a2a2a;
  font-weight: 600;
  position: relative;
  margin-bottom: 32px;
}

#flow #section01 ul li .txt_area h3::before {
  background: url(../img/flow_border_next.png) no-repeat;
  width: 100%;
  height: 16px;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

#flow #section01 ul li .txt_area h3::after {
  top: 10px;
  left: 0;
}

#flow #section01 ul li .txt_area .txt {
  width: 390px;
  font-size: 15px;
  color: #555555;
}

#footer {
  text-align: center;
}

#footer .footer_inner {
  padding: 45px 0 60px 0;
}

#footer .footer_inner .logo {
  margin-bottom: 20px;
}

#footer .footer_inner .tel {
  color: #000;
  font-size: 26px;
}

#footer .footer_inner .tel span {
  font-size: 16px;
}

#footer .footer_inner dl dt {
  margin-right: 20px;
}

#footer .footer_inner #footer_nav {
  border-top: solid 1px #e5e5e5;
  margin-top: 45px;
  padding-top: 20px;
}

#footer .footer_inner #footer_nav a {
  font-size: 12px;
  color: #777777;
  border-right: solid 1px #e5e5e5;
  padding: 0 40px;
}

#footer .footer_inner #footer_nav .flex-dec-col a {
  border-right: none;
}

#footer #copyright {
  background: #ecf6f7;
}

#footer #copyright a {
  color: #000000;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 100;
  width: 50%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid #5a3200;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 8px #ccc;
  text-align: left;
  left: 0 !important;
  right: 0;
}

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

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-content .modal-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #5a3200;
  margin-bottom: 15px;
}

.modal-content .modal-time {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  background: none;
  color: #5a3200;
}

.modal-content .modal-open,
.modal-content .modal-close {
  color: #674935;
}

.modal-content .modal-open:hover,
.modal-content .modal-close:hover {
  cursor: pointer;
  box-shadow: none;
}

.modal-content .modal-open a,
.modal-content .modal-close a {
  box-shadow: none;
}

.modal-content .modal-close {
  background: url(../img/close.png) left center no-repeat;
  padding-left: 25px;
}

#site .site li a {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #674935;
  color: #78706a;
  font-size: 18px;
  font-weight: bold;
}

#site .site li a:hover {
  opacity: 0.8;
}

#site {
  position: relative;
  padding: 90px 0;
}
