@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
  padding: 100px 0 0 0;
}
@media all and (max-width: 897px) {
  #main {
    padding: 60px 0 0 0;
  }
}
#main .mainVisual {
  height: 78.8vh;
  position: relative;
}
#main .mainVisual .txtBox {}
#main .mainVisual .photoBox {
  height: 78.8vh;
}
#main .mainVisual .photoBox img {
  height: 78.8vh;
  width: 100vw;
  object-fit: cover;
}
@media all and (max-width: 897px) {
  #main .mainVisual {
    height: 82vh;
  }
  #main .mainVisual .photoBox {
    height: 82vh;
  }
  #main .mainVisual .photoBox img {
    object-fit: cover;
    width: 100%;
    height: 82vh;
    max-width: inherit;
  }
}
#main .mainVisual .posiTxt {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#main .mainVisual .posiTxt img {
  height: auto;
  width: 32vw;
}
#main .mainVisual .text {
  position: absolute;
  right: 5%;
  bottom: 60px;
}
#main .mainVisual .text img {
  width: 9vw;
}
@media all and (max-width: 896px) {
  #main .mainVisual .photoBox {
    width: 100%;
    order: -1;
  }
  #main .mainVisual .txtBox {
    width: 100%;
    margin-top: -1px;
  }
  #main .mainVisual .posiTxt {
    margin: 15px 27px 33px 12px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    min-width: 74vw;
    max-width: 90vw;
  }
  #main .mainVisual .posiTxt img {
    width: 100%;
  }
  #main .mainVisual .text {
    margin: 0;
    text-align: center;
    right: 20px;
    bottom: 20px;
    width: 23%;
  }
  #main .mainVisual .text img {
    width: 225px;
  }
}
#main .contact {
  padding: 1px 0 200px;
}
#main .comContact {
  background-image: url("../img/common/contact_bg.jpg");
  background-size: cover;
  margin-bottom: 20px;
}
#main .comContact ul {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  #main .comContact ul li img {
    height: auto;
    width: 50%;
    object-fit: contain;
  }
}
#main .comContact ul li {
  margin: 22px;
}
@media all and (max-width: 896px) {
  #main .comContact ul li {
    margin: 5px;
  }
  #main .comContact ul li:first-child {
    margin-left: 10px;
  }
  #main .comContact ul li:last-child {
    margin-right: 10px;
  }
}
#main .comContact ul li img {
  height: 61px;
  width: auto;
}
#main .contact .textInfo {
  width: 465px;
}
#main .contact h2 {
  margin: 0 -20px 33px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#main .contact h2 span {
  margin-bottom: 15px;
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#main .contact .text {
  margin-bottom: 59px;
  line-height: 1.61;
  letter-spacing: 0.05em;
}
#main .contact .text span {
  margin-bottom: 29px;
  display: block;
  color: #1CA0A5;
}
#main .contact .pho {
  margin: 0 0 104px 2px;
}
@media all and (max-width: 896px) {
  #main .contact .pho {
    display: none;
  }
}
#main .contact .pho img {
  border-radius: 10px;
}
#main .contact .img {
  width: 348px;
  margin: 0 auto;
}
#main .contact .mailForm {
  margin: -4px -19px 0 0;
  width: 600px;
  padding: 29px 30px;
  box-sizing: border-box;
  background-color: #F2F5FA;
}
#main .contact dt {
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
#main .contact dt .must, #main .contact dt .any {
  margin: -6px 17px 0 1px;
  width: 78px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #FFD800;
}
#main .contact dt .any {
  background-color: #fff;
}
#main .contact dd {
  padding: 7px 1px 35px;
  position: relative;
  word-break: break-all;
}
#main .contact input[type="text"], #main .contact input[type="tel"], #main .contact input[type="email"], #main .contact textarea {
  width: 100%;
  height: 50px;
  color: #222;
  padding: 1px 20px 0;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
#main .contact input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
#main .contact input:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
#main .contact input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
#main .contact input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
#main .contact textarea {
  height: 158px;
  resize: vertical;
}
#main .contact dd .checkList {
  margin-bottom: -6px;
}
#main .contact input[type="checkbox"] {
  display: none;
}
#main .contact input[type="checkbox"] + span {
  padding: 0 0 7px 29px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.46;
  display: block;
  cursor: pointer;
  background: url(../img/index/check_img01.png) no-repeat left 1px top 1px;
  background-size: 20px auto;
}
#main .contact input[type="checkbox"]:checked + span {
  background-image: url(../img/index/check_img02.png);
}
#main .contact .checkList a {
  text-decoration: underline;
}
#main .contact .checkList01 {
  margin: -6px 0 23px;
}
#main .contact .checkList01 input[type="checkbox"] + span {
  padding: 0 0 21px 40px;
  background-position: left 2px top;
}
#main .contact .note {
  position: absolute;
  left: 0;
  bottom: 13px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
#main .contact .agree {
  margin: 0 0 48px 44px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
#main .contact .submit {
  width: 320px;
  margin: 0 auto;
}
#main .contact .submit li:not(:last-child) {
  margin-bottom: 15px;
}
#main .contact .submit input {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.08rem;
  background: #1CA0A5;
  appearance: none;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
@media all and (min-width: 897px) {
  #main .contact .checkList a:hover {
    text-decoration: none;
  }
  #main .contact .submit input:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #main .carport {
    padding-top: 50px;
  }
  #main .contact {
    padding: 1px 0 100px;
  }
  #main .contact .comContact {}
  #main .contact .content {
    display: block;
  }
  #main .contact .textInfo {
    width: auto;
    margin-bottom: 40px;
  }
  #main .contact h2 {
    margin: 0 0 20px;
  }
  #main .contact h2 span {
    margin-bottom: 5px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  #main .contact .text {
    margin-bottom: 30px;
  }
  #main .contact .text span {
    margin-bottom: 15px;
  }
  #main .contact .pho {
    margin: 0 0 30px;
  }
  #main .contact .textInfo img {
    width: 100%;
  }
  #main .contact .img {
    width: 80%;
  }
  #main .contact .mailForm {
    margin: 0;
    width: auto;
    padding: 20px 15px;
  }
  #main .contact dt {
    padding-left: 60px;
    position: relative;
    font-size: 1.25rem;
  }
  #main .contact dt .must, #main .contact dt .any {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 50px;
  }
  #main .contact dd {
    padding: 7px 0 20px;
  }
  #main .contact input[type="text"], #main .contact input[type="tel"], #main .contact input[type="email"], #main .contact textarea {
    height: 40px;
    padding: 1px 10px 0;
    font-size: 1.3rem;
  }
  #main .contact textarea {
    height: 120px;
  }
  #main .contact input[type="checkbox"] + span {
    padding: 0 0 5px 20px !important;
    font-size: 1.3rem;
    background-size: 15px auto;
  }
  #main .contact .checkList01 {
    margin: 0 0 20px;
  }
  #main .contact .checkList01 input[type="checkbox"] + span {
    background-position: left 1px top;
  }
  #main .contact .note {
    margin-top: 5px;
    display: block;
    position: static;
    font-size: 1.3rem;
  }
  #main .contact .agree {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  #main .contact .submit {
    width: 240px;
  }
  #main .contact .submit input {
    height: 50px;
    font-size: 1.3rem;
  }
}
/*=========
#main
=========*/
#main section {
  padding: 78px 0;
}
/*=========
#main p.txt
=========*/
p.txt {
  margin: 18px 0;
  letter-spacing: 0.8px;
  line-height: 212.5%;
}
#main p.txt.txt_ct {
  text-align: center;
}
@media screen and (max-width: 897px) {
  #main p.txt.txt_ct {
    text-align: left;
  }
}
/*=========
#main .column__box
=========*/
#main .column__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#main .column__box .column__box__item {
  width: calc(100%/2);
}
/*=========
#main .headLine01
=========*/
#main .headLine01 {
  direction: inherit;
  margin-left: auto;
  margin-right: auto;
}
#main .headLine01 > span {
  display: block;
  text-align: center;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
#main .headLine01 > span.hl_img {
  display: contents;
  display: block;
}
#main .headLine01 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main .headLine01 > img, #main .headLine01 > span img {}
/*=========
.f_m-plus
=========*/
.f_m-plus {
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/*=========
.f_yu-mincho
=========*/
.f_yu-mincho {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*=========
.f_baskerville
=========*/
.f_baskerville {
  font-family: "baskerville-display-pt", serif;
  font-weight: 700;
  font-style: normal;
}
/*=========
.list__box
=========*/
.list__box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 32px;
  line-height: 170%;
}
.list__box dl dt, .list__box dl dd {
  border-top: 1px solid #FF7883;
  padding: 28px 0;
}
.list__box dl dt:first-child {
  border-top: none;
  padding-top: 0;
}
.list__box dl dd:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.list__box dl dt {
  width: 30%;
  font-weight: 600;
}
.list__box dl dd {
  width: 70%;
  font-weight: 300;
}
/*=========
.att__box
=========*/
.att__box {
  background-color: #fff;
  border-radius: 15px;
  padding: 38px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 897px) {
  .att__box {
    padding: 20px 0;
  }
}
.att__box dl dt {
  font-weight: 600;
  color: #EA3544;
  margin-bottom: 11px;
  border-top: 1px solid #FF7883;
  padding: 28px 50px 0;
  font-size: 2rem;
}
.att__box dl dd {
  padding: 0 48px 28px;
}
@media screen and (max-width: 897px) {
  .att__box dl dt {
    padding: 28px 20px 0;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .att__box dl dd {
    padding: 0 20px 20px;
  }
}
.att__box dl dt:first-child {
  border-top: none;
  padding-top: 0;
}
.att__box dl dd:nth-child(2) {
  border-top: none;
}
.att__box dl dd:last-child {
  padding-bottom: 0;
}
.att__box dl dd ul {
  display: flex;
}
.att__box dl dd ul li {
  position: relative;
}
.att__box dl dd ul li + li {
  margin-left: 1em;
}
.att__box dl dd ul li::before {
  content: "●";
  color: #EA3544;
  margin-right: 0.5em;
}
.att__box dl dd ul li strong {
  color: #EA3544;
  font-weight: 600;
}
.att__box a {
  text-decoration: underline;
  font-weight: bold;
}
/*============================================
　table scroll
============================================*/
@media screen and (max-width: 897px) {
  .js-scrollable .unim-logo-box {
    order: -1;
  }
}
.js-scrollable .inner {
  padding: 0;
}
.js-scrollable .unim-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}
.js-scrollable .unim-logo img {
  width: 100%;
  height: 100%;
}
.js-scrollable .header .logo sup {
  /*font-size: .875rem;*/
}
.js-scrollable .hero-title {
  /*font-size: 4rem;*/
  line-height: 1;
}
@media screen and (max-width: 897px) {
  .js-scrollable .hero-title {
    /*font-size: 3.5rem;*/
  }
}
.js-scrollable .section-title {
  /*font-size: 3rem;*/
}
.js-scrollable table td, .js-scrollable table th {
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
.js-scrollable table td {
  text-align: center;
}
.js-scrollable table {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin: 38px 0;
}
@media screen and (max-width: 897px) {
  .js-scrollable table {
    margin: 0;
  }
}
.js-scrollable table td, .js-scrollable table th {
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 2%;
  /*font-size: 1.7rem;*/
  word-break: break-all;
}
@media screen and (max-width: 897px) {
  .js-scrollable table td, .js-scrollable table th {
    padding: 0;
  }
}
.js-scrollable table th {
  background-color: #535353;
  color: #fff;
}
@media screen and (max-width: 897px) {
  .js-scrollable table span {
    margin: 20px;
    display: block;
  }
}
.js-scrollable .js-scrollable .img {}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable .img {
    border: none;
    width: auto;
    max-width: inherit;
    min-width: inherit;
  }
}
.js-scrollable table .tb_bg {
  background-color: #d8e6dc;
  color: #242424;
}
.js-scrollable table td b {
  color: #c60011;
}
.js-scrollable .js-scrollable .img img {
  box-sizing: border-box;
  width: 100%;
  border: none !important;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable .img img {
    max-width: 173%;
    min-width: inherit;
    width: auto;
  }
}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable, .js-scrollable .js-scrollable-shadow {
    width: 100%;
  }
}
.js-scrollable .js-scrollable-shadow table {
  background-color: transparent;
}
.js-scrollable .scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.js-scrollable .scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.js-scrollable .scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
/*=========
con01
=========*/
#con01 {
  background-color: #FFF6F7;
}
#con01 .content {
  width: 943px;
}
#con01 h2.hl_img {
  width: 900px;
  height: auto;
  display: table;
  margin: 0 auto 48px;
}
@media screen and (max-width: 897px) {
#con01 h2.hl_img {
  width: 100%;
}	
}
#con01 p.txt {
  margin: 0 auto;
  display: table;
  line-height: 212.5%;
}
/*=========
con02
=========*/
#main section#con02 {
  padding-top: 90px;
}
.headLine01 {
  font-weight: normal;
  margin-bottom: 63px;
}
#con02 .headLine01 b {
  display: flex;
  align-items: center;
  font-weight: normal;
}
@media screen and (max-width: 736px) {
  #main .headLine01 {
    margin-bottom: 28px;
  }
  #main .headLine01 > span {
    margin-bottom: 28px;
  }
  #con02 .headLine01 b {
    display: inherit;
  }
}
#con02 .headLine01 img {
  width: auto;
  height: 78px;
}
#con02 .headLine01 span.rate img {
  width: auto;
  height: 79px;
  max-width: inherit;
}
@media screen and (max-width: 736px) {
  #con02 .headLine01 span.rate img {
    width: auto;
    margin-bottom: 28px;
  }
}
#con02 .headLine01 b img {
  display: table;
  margin: 0 auto 42px;
}
#con02 .headLine01 b .rate + img {
  margin: 0 -20px 0 -10px;
  width: 134px;
  height: auto;
}
#con02 .headLine01 strong img {
  width: 591px;
  height: auto;
}
@media screen and (max-width:896px) {
  #con02 .headLine01 b, #con02 .headLine01 strong {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
  #con02 .headLine01 span.rate img {
    margin-bottom: 15px;
  }
}
#con02 .column__box {
  margin-bottom: 42px;
}
@media screen and (max-width:896px) {
  #con02 .column__box {
    margin-bottom: 0;
  }
}
#con02 .column__box .column__box__item {
  width: auto;
}
#con02 .column__box .column__box__item:first-child img {
  height: 418px;
  width: auto;
}
#con02 .column__box .column__box__item:nth-child(2) img {
  height: 482px;
}
@media screen and (max-width:896px) {
  #con02 .column__box .column__box__item:first-child img, #con02 .column__box .column__box__item:nth-child(2) img {
    height: auto;
    width: auto;
  }
  #main section#con02 .column__box .column__box__item + .column__box__item {
    margin-top: 0;
  }
}
/*=========
con03
=========*/
#con03 {
  background-color: #FFF6F7;
  margin-top: 40px;
}
#con03 .headLine01 {
  margin-top: -142px;
  margin-bottom: 69px;
}
@media screen and (max-width:896px) {
  #con03 .headLine01 {
    margin-top: -83px;
  }
}
#con03 .headLine01 > span {
  margin-bottom: 52px;
}
@media screen and (max-width:896px) {
  #con03 .headLine01 > span {
    margin-bottom: 28px;
  }
}
#con03 .headLine01 img {
  width: 751px;
  height: auto;
}
#con03 .headLine01 > span img {
  height: 103px;
  width: auto;
}
/*=========
con04
=========*/
#main #con04 {
  padding-bottom: 69px;
}
#main #con04 .headLine01 {
  margin-bottom: 52px;
}
@media screen and (max-width:896px) {
  #main #con04 .headLine01 {
    margin-bottom: 28px;
  }
}
#main #con04 .headLine01 > span {
  margin-bottom: 26px;
}
@media screen and (max-width:896px) {
  #main #con04 .headLine01 > span {
    margin-bottom: 16px;
  }
}
#main #con04 .headLine01 > span img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 569px;
  height: auto;
}
#main #con04 .headLine01 > img {
  width: 301px;
  height: auto;
}
@media screen and (max-width:896px) {
  #main #con04 .headLine01 > img {
    height: 40px !important;
  }
}
#con04 .column__box {
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: stretch;
}
#con04 .column__box .column__box__item {
  width: 340px;
}
@media screen and (max-width:896px) {
  #con04 .column__box {
    display: inherit;
    margin-bottom: 28px;
  }
  #con04 .column__box .column__box__item {
    width: 100%;
    ;
  }
}
#con04 .column__box .column__box__item > div {
  background-color: #FFF6F7;
  border-radius: 15px;
  padding: 20px;
}
#con04 .column__box .column__box__item p.no {
  width: 105px;
  height: auto;
  display: table;
  margin: 0 auto 20px;
}
#con04 .column__box .column__box__item p.no img {
  width: 105px;
  height: auto;
  display: table;
}
#con04 .column__box .column__box__item h3 {
  text-align: center;
  background-color: #EA3544;
  border-radius: 15px;
  line-height: 60px;
  color: #fff;
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
#con04 .column__box .column__box__item h3 span {
  font-size: 1.4rem;
  line-height: normal;
  position: absolute;
  right: 60px;
  top: 10px;
}
#con04 .column__box .column__box__item h3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #EA3544 #EA3544 transparent;
  border-width: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 5px 0;
}
#con04 .column__box .column__box__item .img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
#con04 .column__box .column__box__item h4 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 28px;
}
#con04 .column__box .column__box__item h4 span, #con04 .column__box .column__box__item .txt__list h5 span {
  color: #EA3544;
}
#con04 .column__box .column__box__item .txt__list {
  text-align: center;
}
#con04 .column__box .column__box__item .txt__list p.txt {
  text-align: left;
  line-height: 170.5%;
}
#con04 .column__box .column__box__item .txt__list li + li {
  margin-top: 18px;
  text-align: center;
}
#con04 .column__box .column__box__item .txt__list h5 {
  background-color: #fff;
  display: block;
  margin-bottom: 26px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.6rem;
}
#con04 .column__box .column__box__item .txt__list h5 span {
  font-size: 2rem;
  color: #EA3544;
}
#con04 .column__box .column__box__item .txt__list .percent {
  font-size: 4.3rem;
}
#con04 .column__box .column__box__item .txt__list .percent span {
  font-size: 7rem;
}
#con04 .column__box .column__box__item .txt__list .percent img {
  width: 190px;
  height: auto;
}
#con04 .column__box .column__box__item:nth-child(2) .txt__list li {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.8rem;
}
#con04 .column__box .column__box__item:nth-child(2) .txt__list li strong {
  color: #EA3544;
}
#con04 .column__box .column__box__item:nth-child(2) .txt__list p.txt_r {
  text-align: right;
  font-weight: 600;
  font-size: 1.8rem;
}
#con04 .column__box .column__box__item:nth-child(2) .txt__list h5 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2rem;
}
#con04 p.txt {
  margin: 0;
  line-height: 212.5%;
}
/*=========
con05
=========*/
#main section#con05 {
  color: #fff !important;
  position: relative;
  padding-top: 48px;
}
#con05::before {
  content: "";
  display: inline-block;
  width: 93%;
  box-sizing: border-box;
  margin: 0 3.5%;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("../img/index/con05_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media screen and (max-width:896px) {
  #con05::before {
    background-size: cover;
    height: 480px;
  }
}
#con05 .headLine01 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 40px;
}
#con05 .headLine01 span {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width:896px) {
  #con05 .headLine01 {
    margin-bottom: 28px !important;
  }
  #con05 .headLine01 span {
    font-size: 4vw;
  }
}
#con05 h3.headLine01 {
  margin-bottom: 58px;
}
#con05 h3.headLine01 img {
  width: 620px;
}
#con05 .column__box {
  justify-content: space-between;
}
@media screen and (max-width:896px) {
  #con05 .column__box {
    display: inherit;
  }
}
#con05 .column__box .column__box__item {
  width: calc(100% / 2 - 30px);
  background-color: #F4F5F7;
  border-radius: 15px;
  border: 4px solid var(--bg-02, #CCA86F);
  padding-bottom: 20px;
}
#con05 .column__box .column__box__item h4 {
  background-color: #CCA86F;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 2.6rem;
}
@media screen and (max-width:896px) {
  #con05 .column__box .column__box__item h4 {
    font-size: 5vw;
  }
}
#con05 .column__box .column__box__item p.txt {
  color: #222222;
  margin: 20px 20px 0;
  line-height: 178.5%;
}
#con05 .column__box .column__box__item p.txt strong {
  color: #EA3544;
}
#con05 .column__box .column__box__item:nth-child(3) .txt {
  text-align: center;
  font-size: 2rem;
}
#con05 .column__box .column__box__item:nth-child(3) .img {
  width: 757px;
  height: auto;
  margin: 28px auto 28px;
}
@media screen and (max-width:896px) {
  #con05 .column__box .column__box__item {
    width: auto;
  }
  #con05 .column__box .column__box__item:nth-child(3) .txt {
    text-align: left;
  }
  #con05 .column__box .column__box__item:nth-child(3) .img {
    width: auto;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
#con05 .column__box .column__box__item:last-child {
  width: 100%;
  margin-top: 60px;
}
/*=========
con06
=========*/
#con06 {
  background-color: #F4F5F7;
}
#con06 .headLine01 {
  margin-bottom: 49px;
}
@media screen and (max-width:896px) {
  #main section#con06 .headLine01 {
    margin-bottom: 32px;
  }
}
#con06 .headLine01 > span {
  margin-bottom: 25px;
}
@media screen and (max-width:896px) {
  #con06 .headLine01 > span {
    margin-bottom: 15px;
  }
}
#con06 .headLine01 > span img {
  width: 319px;
}
@media screen and (max-width:896px) {
  #main section#con06 .headLine01 > span img {
    height: 24px !important;
  }
}
#con06 .column__box {
  justify-content: center;
  margin: 0 0 58px;
}
@media screen and (max-width:896px) {
  #con06 .column__box {
    margin: 0 0 32px;
  }
}
#con06 .column__box .column__box__item {
  width: auto;
}
#con06 .column__box .column__box__item:first-child {
  margin-right: 32px;
}
#con06 .column__box .txt {
  font-size: 2rem;
  margin: 0;
}
#con06 .column__box .column__box__item img {
  height: 60px;
}
@media screen and (max-width:896px) {
  #con06 .column__box .column__box__item, #con06 .column__box .column__box__item:first-child {
    width: auto;
    margin-right: 0;
  }
  #main section#con06 .column__box .column__box__item + .column__box__item {
    margin-top: 10px;
  }
  #con06 .column__box .column__box__item img {
    width: 100%;
    height: auto;
  }
}
/*=========
con07
=========*/
#con07 .headLine01 {
  color: #EA3544;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
/*=========
con08
=========*/
#con08 {
  background-image: url("../img/index/con08_bg.jpg");
  background-size: 130%;
  background-position: left center;
  height: 550px;
  box-sizing: border-box;
  margin-bottom: 48px;
}
@media all and (max-width: 1599px) {
  #con08 {
    background-size: cover;
    height: auto;
  }
}
@media screen and (max-width:896px) {
  #main section#con08 {
    background-size: auto 280px;
    padding-top: 308px !important;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}
#con08 .content {
  margin-right: 10%;
  margin-left: auto;
}
@media all and (max-width: 1599px) {
  #con08 .content {
    margin: 0 20px;
  }
}
#con08 .column__box {
  width: auto;
  margin: 0 0 0 auto;
  padding-left: 478px;
  justify-content: space-around;
}
@media screen and (max-width:896px) {
  #con08 .column__box {
    padding-left: 0;
  }
}
#con08 .column__box .column__box__item {
  width: calc(100% / 2);
}
#con08 .column__box .column__box__item:first-child {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
#con08 .column__box .column__box__item:first-child img {
  height: 162px;
}
@media screen and (max-width:896px) {
  #con08 .column__box .column__box__item:first-child {
    margin: 0 auto 28px;
  }
  #con08 .column__box .column__box__item:first-child img {
    width: 70%;
    height: auto;
  }
  #main section#con08 .column__box .column__box__item {
    margin-top: 0;
  }
}
/*=========
con09
=========*/
#con09 {
  background-color: #F8F8F8;
  margin-top: 133px;
}
@media screen and (max-width:896px) {
  #con09 {
    margin-top: 88px;
  }
}
#con09 .headLine01 {
  margin-top: -142px;
  margin-bottom: 48px;
}
@media screen and (max-width:896px) {
  #con09 .headLine01 {
    margin-top: -83px;
  }
}
#con09 + .comContact {
  padding: 68px 0;
  margin-bottom: 0;
}
@media screen and (max-width:896px) {
  #con09 + .comContact {
    padding: 14px 20px 12px;
    margin-bottom: 0;
  }
}
#con09 .headLine01 {
  margin-bottom: 78px;
}
#con09 .headLine01 img {
  width: 511px;
}
/*=========
con10
=========*/
#con10 {
  background: var(--gr-02, linear-gradient(180deg, #EA3544 0%, #EF515E 100%));
}
#con10 .headLine01 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 58px;
  font-weight: 700;
}
#con10 .list__box {
  color: #fff;
}
#con10 .map {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 38px;
}
@media screen and (max-width:896px) {
  #con10 .map {
    margin-bottom: 18px;
  }
}
#con10 a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
/*=========
 sp all
=========*/
@media screen and (max-width:896px) {
  #main section {
    padding: 38px 0 !important;
  }
  #main section img {
    object-fit: contain !important;
  }
  #main section h2.hl_img {
    max-width: 100% !important;
    margin-bottom: 28px;
  }
  #main section h2 img, #main section h3 img {
    max-width: 100% !important;
  }
  #main section .headLine01 {
    font-size: 6vw !important;
    margin-bottom: 32px;
  }
  #main section .headLine01 img {
    width: 100% !important;
    height: auto !important;
  }
  #main section p.txt, #gFooter p, .list__box dl dt, .list__box dl dd {
    font-size: 1.5rem !important;
    line-height: 180%;
  }
  #main section .column__box .column__box__item + .column__box__item {
    margin-top: 30px;
  }
  #main section iframe {
    height: 40vh;
  }
}