/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #474342;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

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

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #474342;
}

.sp {
  display: none;
}

.inner {
  position: relative;
  width: 1980px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec_text {
  line-height: 2;
  text-align: justify;
}

br.between {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 65px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sec_text {
    font-size: 4.4vw;
  }
}
.header {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header_left {
  width: 436px;
  background: #c68080;
  text-align: center;
}
.header .header_left a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.header .logo {
  margin-bottom: 30px;
}
.header .clinic_name {
  margin-bottom: 10px;
}
.header .page_title {
  color: #fff;
}
.header .header_right {
  width: 551px;
}
.header .header_right .right_flex {
  display: flex;
  height: 106px;
}
.header .header_right .box01 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  line-height: 1;
}
.header .header_right .box01 .box_text01 {
  margin-bottom: 10px;
  font-size: 13px;
}
.header .header_right .box01 .box_text02 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #c68080;
}
.header .header_right .box01 .number {
  font-size: 30px;
  font-weight: 600;
}
.header .header_right .box01 .number img {
  padding-right: 10px;
  vertical-align: middle;
}
.header .header_right .box01 .number span {
  vertical-align: middle;
}
.header .header_right .box02 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #89aaaf;
  text-align: center;
}
.header .header_right .box02 .icon {
  margin-bottom: 10px;
}
.header .header_right .box02 .box_text {
  font-size: 12px;
  color: #fff;
}
.header .header_right .box03 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #c38f79;
  text-align: center;
}
.header .header_right .box03 .icon {
  margin-bottom: 5px;
}
.header .header_right .box03 .box_text {
  font-size: 12px;
  color: #fff;
}
.header .header_right .box03 .box_text01 {
  margin-bottom: 5px;
}
.header .header_right .right_text {
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1440px) and (min-width: 1041px) {
  .header .header_left {
    width: auto;
    background: #c68080;
    text-align: center;
  }
  .header .header_left a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .header .header_left {
    width: 26vw;
  }
  .header .header_left a {
    padding: 10px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .header_left {
    width: 50vw;
    background: #c68080;
    text-align: center;
  }
  .header .header_left a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
  }
  .header .logo {
    width: 20vw;
    margin: 0 auto 1.3vw;
  }
  .header .clinic_name {
    margin-bottom: 1.3vw;
  }
  .header .page_title {
    color: #fff;
    font-size: 3.2vw;
  }
  .header .header_right {
    display: none;
  }
  .header .header_right .right_flex {
    display: flex;
  }
  .header .header_right .box01 {
    display: none;
  }
  .header .header_right .box02 {
    display: none;
  }
  .header .header_right .box03 {
    display: none;
  }
  .header .header_right .ham {
    position: absolute;
    right: 0;
    top: 0;
    width: 21.3vw;
    height: 21.3vw;
  }
  .header .header_right .ham a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 0;
    box-sizing: border-box;
    background: #c68080;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
  }
  .header .header_right .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 65%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .header .header_right .ham span:nth-of-type(1) {
    top: 10.6vw;
  }
  .header .header_right .ham span:nth-of-type(2) {
    top: 13.3vw;
  }
  .header .header_right .ham span:nth-of-type(3) {
    top: 16vw;
  }
  .header .header_right .right_text {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 4000;
  right: 0;
  top: 0;
  width: 100px;
  height: 106px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #c68080;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.ham:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.ham span {
  position: absolute;
  left: 0;
  right: 0;
  width: 65%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham span:nth-of-type(1) {
  top: 50px;
}
.ham span:nth-of-type(2) {
  top: 65px;
}
.ham span:nth-of-type(3) {
  top: 80px;
}
.ham.active span:nth-of-type(1) {
  top: 70px;
  transform: rotate(-45deg);
}
.ham.active span:nth-of-type(2) {
  display: none;
}
.ham.active span:nth-of-type(3) {
  top: 70px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 4000;
    top: 0;
    right: 0;
    width: 21.3vw;
    height: 21.3vw;
    background: #fff;
    transition: all 0.4s;
    padding: 2.7vw 0;
    box-sizing: border-box;
    background: #c68080;
    text-align: center;
    font-size: 3.4vw;
    color: #fff;
  }
  .ham:hover {
    opacity: 1;
    transition: none;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 65%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham span:nth-of-type(1) {
    top: 10vw;
  }
  .ham span:nth-of-type(2) {
    top: 12vw;
  }
  .ham span:nth-of-type(3) {
    top: 14vw;
  }
  .ham.active span:nth-of-type(1) {
    top: 13vw;
    transform: rotate(-45deg);
  }
  .ham.active span:nth-of-type(2) {
    display: none;
  }
  .ham.active span:nth-of-type(3) {
    top: 13vw;
    transform: rotate(45deg);
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 3000;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
  height: 100%;
  padding: 150px 0 30px;
  box-sizing: border-box;
  background: rgba(236, 231, 230, 0.9);
  transition: all 0.25s ease;
  overflow: scroll;
}
.ham_sitemap.active {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap01 {
  margin: 0 40px 0 0;
}
.ham_sitemap .middle {
  margin: 0 20px 0 0;
}
.ham_sitemap .sitemap02 {
  margin: 0 0 20px;
}
.ham_sitemap .site_item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  line-height: 2;
}
.ham_sitemap .site_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto 0;
  background: url(../images/common/arrow01.png) center/cover no-repeat;
}
.ham_sitemap .sitemap_additional .site_item:before {
  background: url(../images/common/arrow04.png) center/cover no-repeat;
}
.ham_sitemap .sitemap03 .site_item:before {
  background: url(../images/common/arrow02.png) center/cover no-repeat;
}
.ham_sitemap .sitemap04 {
  margin: 0 0 30px;
}
.ham_sitemap .sitemap04 .example_item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  line-height: 2;
}
.ham_sitemap .sitemap04 .site_item:before, .ham_sitemap .sitemap04 .example_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto 0;
  background: url(../images/common/arrow03.png) center/cover no-repeat;
}
.ham_sitemap .sitemap04 .site_item.arrow_top:before {
  top: 10px;
  bottom: auto;
  margin: 0 0 20px;
}
.ham_sitemap .recruit_btn {
  width: 357px;
  height: 67px;
  margin: 0 auto;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #e1e1e1;
  background: #fff;
}
.ham_sitemap .recruit_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 96px;
  box-sizing: border-box;
  background: #bd7a9c;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.006em;
  line-height: 67px;
}
.ham_sitemap .recruit_btn a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 76px;
  height: 39px;
  background: url(../images/common/recruit.png) center/cover no-repeat;
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .ham_sitemap .recruit_btn {
    width: 230px;
    text-align: center;
  }
  .ham_sitemap .recruit_btn a {
    padding: 0 0 0 60px;
    font-size: 16px;
  }
  .ham_sitemap .recruit_btn a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 50px;
    height: 39px;
    background: url(../images/common/recruit.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    display: block;
    width: 100%;
    padding: 27.7vw 5.5vw 8vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap01 {
    max-width: 100%;
    margin: 0;
  }
  .ham_sitemap .middle {
    max-width: 100%;
    margin: 0;
  }
  .ham_sitemap .sitemap02 {
    margin: 0;
  }
  .ham_sitemap .site_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
    font-size: 4.1vw;
  }
  .ham_sitemap .site_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .ham_sitemap .sp_indent {
    padding: 0 0 0 11.1vw;
  }
  .ham_sitemap .sp_indent:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .ham_sitemap .sitemap03 .site_item:before {
    background: url(../images/common/arrow02.png) center/cover no-repeat;
  }
  .ham_sitemap .right {
    max-width: 100%;
  }
  .ham_sitemap .sitemap04 {
    margin: 0 0 8.3vw;
  }
  .ham_sitemap .sitemap04 .example_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
  }
  .ham_sitemap .sitemap04 .site_item:before, .ham_sitemap .sitemap04 .example_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow03.png) center/cover no-repeat;
  }
  .ham_sitemap .sitemap04 .site_item.arrow_top:before {
    top: 5vw;
    bottom: auto;
  }
  .ham_sitemap .recruit_btn {
    width: 69.4vw;
    height: 13vw;
    margin: 0 auto;
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 #e1e1e1;
    background: #fff;
  }
  .ham_sitemap .recruit_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.4vw 0 0 13.8vw;
    box-sizing: border-box;
    background: #bd7a9c;
    font-size: 4.4vw;
    color: #fff;
    letter-spacing: 0.006em;
    line-height: 1;
    text-align: center;
  }
  .ham_sitemap .recruit_btn a:before {
    content: "";
    position: absolute;
    top: 2.7vw;
    left: 2.7vw;
    width: 13.8vw;
    height: 7vw;
    background: url(../images/common/recruit.png) center/cover no-repeat;
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -110px;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  background: rgba(254, 251, 244, 0.8);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_right .right_flex {
  display: flex;
  height: 106px;
}
.copy_header .header_right .box01 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  line-height: 1;
}
.copy_header .header_right .box01 .box_text01 {
  margin-bottom: 10px;
  font-size: 13px;
}
.copy_header .header_right .box01 .box_text02 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #c68080;
}
.copy_header .header_right .box01 .number {
  font-size: 30px;
  font-weight: 600;
}
.copy_header .header_right .box01 .number img {
  padding-right: 10px;
  vertical-align: middle;
}
.copy_header .header_right .box01 .number span {
  vertical-align: middle;
}
.copy_header .header_right .box02 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #89aaaf;
  text-align: center;
}
.copy_header .header_right .box02 .icon {
  margin-bottom: 10px;
}
.copy_header .header_right .box02 .box_text {
  font-size: 12px;
  color: #fff;
}
.copy_header .header_right .box03 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #c38f79;
  text-align: center;
}
.copy_header .header_right .box03 .icon {
  margin-bottom: 5px;
}
.copy_header .header_right .box03 .box_text {
  font-size: 12px;
  color: #fff;
}
.copy_header .header_right .box03 .box_text01 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 4000;
  top: -106px;
  right: 0;
  width: 100px;
  height: 106px;
  background: #fff;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a:hover {
  opacity: 0.7;
}
.copy_ham a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background: #c68080;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.copy_ham span {
  position: absolute;
  left: 0;
  right: 0;
  width: 65%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham span:nth-of-type(1) {
  top: 50px;
}
.copy_ham span:nth-of-type(2) {
  top: 65px;
}
.copy_ham span:nth-of-type(3) {
  top: 80px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 70px;
  transform: rotate(-45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 70px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ece7e6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    overflow: auto;
    display: block;
    width: 100%;
    padding: 5.5vw 5.5vw 40vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sp_nav.active {
    opacity: 1;
    visibility: visible;
  }
  .sp_nav .sitemap01 {
    margin: 0;
  }
  .sp_nav .sitemap02 {
    margin: 0;
  }
  .sp_nav .site_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
    font-size: 4.1vw;
  }
  .sp_nav .site_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .sp_nav .sp_indent {
    padding: 0 0 0 11.1vw;
  }
  .sp_nav .sp_indent:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .sp_nav .sitemap_additional .site_item:before {
    background: url(../images/common/arrow04.png) center/cover no-repeat;
  }
  .sp_nav .sitemap03 .site_item:before {
    background: url(../images/common/arrow02.png) center/cover no-repeat;
  }
  .sp_nav .sitemap04 {
    margin: 0 0 5.5vw;
  }
  .sp_nav .sitemap04 .example_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
  }
  .sp_nav .sitemap04 .site_item:before, .sp_nav .sitemap04 .example_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow03.png) center/cover no-repeat;
  }
  .sp_nav .sitemap04 .site_item.arrow_top:before {
    top: 5vw;
    bottom: auto;
  }
  .sp_nav .recruit_btn {
    width: 69.4vw;
    height: 13vw;
    margin: 0 auto;
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 #e1e1e1;
    background: #fff;
  }
  .sp_nav .recruit_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.4vw 0 0 13.8vw;
    box-sizing: border-box;
    background: #bd7a9c;
    font-size: 4.4vw;
    color: #fff;
    letter-spacing: 0.006em;
    line-height: 1;
    text-align: center;
  }
  .sp_nav .recruit_btn a:before {
    content: "";
    position: absolute;
    top: 2.7vw;
    left: 2.7vw;
    width: 13.8vw;
    height: 7vw;
    background: url(../images/common/recruit.png) center/cover no-repeat;
  }
}

.top_main_image {
  position: relative;
  width: 100%;
  height: 1000px;
}
.top_main_image .cont {
  width: 100%;
  height: 1000px;
  box-sizing: border-box;
}
.top_main_image .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
}
.top_main_image .text_wrapper {
  position: relative;
  width: 1920px;
  max-width: 100%;
  height: 1000px;
  margin: 0 auto;
}
.top_main_image .cont01 .key_bg {
  background: url(../images/index02/key_bg01.jpg) center/cover no-repeat;
}
.top_main_image .cont01 .key_text {
  position: absolute;
  left: 50%;
  bottom: 200px;
  transform: translateX(-50%);
}
.top_main_image .cont02 .key_bg {
  background: url(../images/index02/key_bg02.jpg) center/cover no-repeat;
}
.top_main_image .cont02 .key_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_main_image .cont03 .key_bg {
  background: url(../images/index02/key_bg03.jpg) center/cover no-repeat;
}
.top_main_image .cont03 .key_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_main_image {
    position: relative;
    width: 100%;
    height: 133.3vw;
  }
  .top_main_image .cont {
    width: 100%;
    height: 133.3vw;
    box-sizing: border-box;
  }
  .top_main_image .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 133.3vw;
  }
  .top_main_image .text_wrapper {
    position: relative;
    width: 1920px;
    max-width: 100%;
    height: 133.3vw;
    margin: 0 auto;
  }
  .top_main_image .cont01 .key_bg {
    background: url(../images/index02/key_bg01.jpg) center/cover no-repeat;
  }
  .top_main_image .cont01 .key_text {
    position: absolute;
    left: 50%;
    bottom: 13.8vw;
    transform: translateX(-50%);
    width: 80vw;
  }
  .top_main_image .cont02 .key_bg {
    background: url(../images/index02/key_bg02.jpg) center right 35%/cover no-repeat;
  }
  .top_main_image .cont02 .key_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
  }
  .top_main_image .cont03 .key_bg {
    background: url(../images/index02/key_bg03.jpg) center/cover no-repeat;
  }
  .top_main_image .cont03 .key_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
  }
}

.nav {
  padding: 50px 0;
}
.nav .list {
  display: flex;
  justify-content: center;
}
.nav .item:not(:last-of-type) {
  margin-right: 50px;
}
.nav .item a {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.sec01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 200px;
}
.sec01 .info {
  max-width: 48%;
  margin-right: 65px;
}
.sec01 .info_text01 {
  margin-bottom: 10px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec01 .info_text02 {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec01 .timetable {
  margin-bottom: 30px;
}
.sec01 .btn_flex {
  display: flex;
  justify-content: center;
}
.sec01 .calendar_btn {
  width: 260px;
  margin-right: 20px;
}
.sec01 .calendar_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #69a7b6;
}
.sec01 .calendar_btn .icon {
  width: 40%;
  margin-right: 20px;
}
.sec01 .calendar_btn .btn_text {
  width: 60%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.sec01 .access_btn {
  width: 260px;
}
.sec01 .access_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #c38f79;
}
.sec01 .access_btn .icon {
  width: 40%;
  margin-right: 20px;
}
.sec01 .access_btn .btn_text {
  width: 60%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.sec01 .blog {
  max-width: 48%;
}
.sec01 .blog .blog_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sec01 .blog .blog_title {
  position: relative;
  width: 50%;
  padding-top: 40px;
  letter-spacing: 0.2em;
}
.sec01 .blog .blog_title:before {
  content: "Stella NEWS";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #c68080;
}
.sec01 .blog .blog_link a {
  display: flex;
  align-items: center;
}
.sec01 .blog .blog_link .btn_text {
  letter-spacing: 0.2em;
  margin-right: 10px;
}
.sec01 .blog .blog_list {
  display: flex;
}
.sec01 .blog .item {
  width: 257px;
}
.sec01 .blog .item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sec01 .blog .item:nth-of-type(1) {
  margin-right: 30px;
}
.sec01 .blog .item_image {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}
.sec01 .blog .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01 .blog .item_time {
  font-size: 15px;
}
.sec01 .blog .item_title {
  font-weight: 500;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec01 .info {
    margin-right: 30px;
  }
  .sec01 .calendar_btn a {
    padding: 10px;
  }
  .sec01 .calendar_btn .icon {
    margin-right: 10px;
  }
  .sec01 .calendar_btn .btn_text {
    font-size: 1.9vw;
  }
  .sec01 .access_btn a {
    padding: 10px;
  }
  .sec01 .access_btn .icon {
    margin-right: 10px;
  }
  .sec01 .access_btn .btn_text {
    font-size: 1.9vw;
  }
  .sec01 .blog .blog_title:before {
    font-size: 2.6vw;
  }
  .sec01 .blog .item_image {
    width: 19.5vw;
    height: 19.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 13.8vw 5.5vw 27.7vw;
  }
  .sec01 .info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec01 .info_text01 {
    margin-bottom: 2.7vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec01 .info_text02 {
    margin-bottom: 2.7vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec01 .timetable {
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec01 .timetable img {
    width: 100%;
  }
  .sec01 .btn_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13.3vw;
  }
  .sec01 .calendar_btn {
    width: 48%;
    margin-right: 0;
  }
  .sec01 .calendar_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #69a7b6;
  }
  .sec01 .calendar_btn .icon {
    width: 30%;
    margin-right: 5.5vw;
  }
  .sec01 .calendar_btn .btn_text {
    width: 70%;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
  }
  .sec01 .access_btn {
    width: 48%;
  }
  .sec01 .access_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #c38f79;
  }
  .sec01 .access_btn .icon {
    width: 30%;
    margin-right: 5.5vw;
  }
  .sec01 .access_btn .btn_text {
    width: 70%;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
  }
  .sec01 .blog {
    max-width: 100%;
  }
  .sec01 .blog .blog_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5.5vw;
  }
  .sec01 .blog .blog_title {
    position: relative;
    width: 50%;
    padding-top: 8vw;
    letter-spacing: 0.2em;
    font-size: 4vw;
  }
  .sec01 .blog .blog_title:before {
    content: "Stella NEWS";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 5.5vw;
    color: #c68080;
  }
  .sec01 .blog .blog_link a {
    display: flex;
    align-items: center;
  }
  .sec01 .blog .blog_link .btn_text {
    font-size: 4vw;
    letter-spacing: 0.2em;
    margin-right: 2.7vw;
  }
  .sec01 .blog .blog_link .icon {
    width: 8vw;
  }
  .sec01 .blog .blog_link .icon img {
    width: 100%;
  }
  .sec01 .blog .blog_list {
    display: flex;
  }
  .sec01 .blog .item a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .sec01 .blog .item:nth-of-type(1) {
    margin-right: 5.5vw;
  }
  .sec01 .blog .item_image {
    width: 41.8vw;
    height: 41.8vw;
    margin-bottom: 2.7vw;
  }
  .sec01 .blog .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec01 .blog .item_time {
    font-size: 4vw;
  }
  .sec01 .blog .item_title {
    font-size: 4vw;
    font-weight: 500;
  }
}

.sec02 {
  width: 100%;
  margin-bottom: 180px;
  background: url(../images/index02/bg_woman01.png) right top/contain no-repeat;
}
.sec02 .inner {
  position: relative;
  padding-bottom: 170px;
}
.sec02 .inner:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 571px;
  height: 66px;
  background: url(../images/index02/text_concept.png) center/contain no-repeat;
}
.sec02 .textbox {
  width: 600px;
  margin-left: 200px;
}
.sec02 .lead_text {
  margin-bottom: 30px;
  font-size: 19px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .sec_title .color {
  font-weight: 500;
  color: #c68080;
}
.sec02 .sec_text {
  margin-bottom: 50px;
}
.sec02 .list {
  position: relative;
  display: flex;
  justify-content: center;
}
.sec02 .list:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  margin: auto;
  background: url(../images/index02/cross.png) center/contain no-repeat;
}
.sec02 .item {
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 290px;
  padding-top: 50px;
  padding-left: 60px;
  border-radius: 50%;
  box-sizing: border-box;
}
.sec02 .item:nth-of-type(1) {
  background: #e2a187;
}
.sec02 .item:nth-of-type(2) {
  background: #a6c8ca;
}
.sec02 .item_title {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 600;
}
.sec02 .item_text {
  font-size: 17px;
  font-weight: 500;
}
.sec02 .item_text:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec02 .link_btn {
  position: absolute;
  bottom: -20px;
  right: 100px;
  width: 530px;
}
.sec02 .link_btn a {
  padding: 20px 30px;
  border-radius: 50px;
  background: #c38f79;
  box-sizing: border-box;
}
.sec02 .link_btn span, .sec02 .link_btn img {
  vertical-align: middle;
}
.sec02 .link_btn span {
  padding-right: 10px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1450px) and (min-width: 768px) {
  .sec02 {
    background: url(../images/index02/bg_woman01.png) left 200px bottom/contain no-repeat;
  }
  .sec02 .textbox {
    max-width: 70%;
    margin-left: 20px;
  }
  .sec02 .item {
    width: 250px;
    height: 250px;
    padding-top: 35px;
    padding-left: 40px;
  }
  .sec02 .item_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    width: 100%;
    padding: 0 5.5vw;
    margin-bottom: 27.7vw;
    box-sizing: border-box;
    background: url(../images/index02/bg_woman01.png) right top/contain no-repeat;
  }
  .sec02 .inner {
    position: relative;
    padding-top: 55.5vw;
    padding-bottom: 13.8vw;
  }
  .sec02 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: -13.3vw;
    width: 100%;
    height: 66px;
    background: url(../images/index02/text_concept.png) center/contain no-repeat;
  }
  .sec02 .textbox {
    width: 100%;
    margin-left: 0;
  }
  .sec02 .lead_text {
    margin-bottom: 8vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .sec_title .color {
    font-weight: 500;
    color: #c68080;
  }
  .sec02 .sec_text {
    margin-bottom: 8vw;
  }
  .sec02 .list {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .sec02 .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto;
    background: url(../images/index02/cross.png) center/contain no-repeat;
  }
  .sec02 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 44.5vw;
    height: 44.5vw;
    padding-top: 5.5vw;
    padding-left: 0;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .sec02 .item:nth-of-type(1) {
    background: #e2a187;
  }
  .sec02 .item:nth-of-type(2) {
    background: #a6c8ca;
  }
  .sec02 .item_title {
    margin-bottom: 2.7vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec02 .item_text {
    font-size: 3.2vw;
    font-weight: 400;
  }
  .sec02 .item_text:not(:last-of-type) {
    margin-bottom: 0;
  }
  .sec02 .link_btn {
    position: static;
    bottom: auto;
    right: auto;
    width: 85vw;
    margin: 0 auto;
  }
  .sec02 .link_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 5.5vw;
    border-radius: 50px;
    background: #c38f79;
    box-sizing: border-box;
  }
  .sec02 .link_btn span, .sec02 .link_btn img {
    vertical-align: middle;
  }
  .sec02 .link_btn span {
    padding-right: 2.7vw;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
  .sec02 .link_btn img {
    width: 13.3vw;
  }
}

.sec03 .inner {
  padding: 120px 20px;
  box-sizing: border-box;
}
.sec03 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 1px;
  background: #878080;
}
.sec03 .inner:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 60%;
  width: 563px;
  height: 68px;
  background: url(../images/index02/text_feature.png) center/contain no-repeat;
}
.sec03 .sec_header {
  width: 1640px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.sec03 .sec_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1640px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .cont {
  position: relative;
  width: 780px;
  max-width: 48%;
}
.sec03 .cont_num {
  position: absolute;
  left: 20px;
  top: -20px;
}
.sec03 .cont_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-size: 35px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec03 .cont_text {
  padding: 0 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .cont:nth-child(-n+6) {
  margin-bottom: 100px;
}
.sec03 .cont01 .plus {
  position: absolute;
  right: 10px;
  top: 400px;
  display: flex;
}
.sec03 .cont01 .plus_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 143px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec03 .cont01 .plus_item:nth-of-type(1) {
  margin-right: 10px;
  background: url(../images/index02/circle01.png) center/contain no-repeat;
}
.sec03 .cont01 .plus_item:nth-of-type(2) {
  margin-right: 10px;
  background: url(../images/index02/circle02.png) center/contain no-repeat;
}
.sec03 .cont01 .plus_item:nth-of-type(3) {
  background: url(../images/index02/circle03.png) center/contain no-repeat;
}
.sec03 .cont02 .plus {
  position: absolute;
  right: -10px;
  top: 400px;
  display: flex;
  justify-content: center;
  width: 282px;
  padding: 20px;
  box-sizing: border-box;
  background: #89aaaf;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.sec03 .cont02 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont02 .link_btn {
  width: 380px;
  margin: 0 auto;
}
.sec03 .cont02 .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: #c38f79;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec03 .cont02 .link_btn span {
  padding-right: 20px;
}
.sec03 .cont02 .link_btn span, .sec03 .cont02 .link_btn img {
  vertical-align: middle;
}
.sec03 .cont04 .plus {
  position: absolute;
  right: 10px;
  top: 400px;
  display: flex;
}
.sec03 .cont04 .plus_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 143px;
  font-family: "noto serif jp", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec03 .cont04 .plus_item:nth-of-type(1) {
  margin-right: 10px;
  background: url(../images/index02/circle04.png) center/contain no-repeat;
}
.sec03 .cont04 .plus_item:nth-of-type(2) {
  margin-right: 10px;
  background: url(../images/index02/circle01.png) center/contain no-repeat;
}
.sec03 .cont04 .plus_item:nth-of-type(3) {
  background: url(../images/index02/circle02.png) center/contain no-repeat;
}
.sec03 .cont04 .small_text {
  padding: 0 20px;
}
.sec03 .cont05 .plus {
  position: absolute;
  left: -10px;
  top: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: #89aaaf;
}
.sec03 .cont05 .plus .small {
  font-size: 16px;
}
.sec03 .cont05 .plus .large {
  font-size: 20px;
  color: #fff;
}
.sec03 .cont06 .plus {
  position: absolute;
  left: 0;
  top: 200px;
  width: 250px;
}
.sec03 .cont06 .plus_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3f5455;
  font-family: "noto serif jp", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.sec03 .cont07 .plus {
  position: absolute;
  top: 220px;
  right: -50px;
}
@media screen and (max-width: 1700px) and (min-width: 1280px) {
  .sec03 .inner:after {
    left: auto;
    right: 20px;
  }
  .sec03 .sec_title {
    width: 50.7vw;
  }
  .sec03 .cont_title {
    font-size: 30px;
  }
  .sec03 .cont01 .plus {
    top: 23.4vw;
  }
  .sec03 .cont02 .plus {
    right: 10px;
    top: 23.4vw;
  }
  .sec03 .cont04 .plus {
    position: absolute;
    right: 10px;
    top: 23.4vw;
    display: flex;
  }
  .sec03 .cont05 .plus {
    top: 23.4vw;
  }
  .sec03 .cont06 .plus {
    top: 10.6vw;
  }
  .sec03 .cont07 .plus {
    top: 16vw;
  }
  .sec03 .cont07 .plus img {
    width: 15.6vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sec03 .inner:before {
    width: 40%;
  }
  .sec03 .inner:after {
    left: auto;
    right: 20px;
    width: 400px;
  }
  .sec03 .sec_title {
    width: 50.7vw;
  }
  .sec03 .cont_num {
    width: 13vw;
    left: 0;
    top: -10px;
  }
  .sec03 .cont_title {
    font-size: 2.3vw;
    height: 13vw;
  }
  .sec03 .cont01 .plus {
    top: 23.4vw;
  }
  .sec03 .cont01 .plus_item {
    width: 10vw;
    height: 10vw;
    font-size: 2.6vw;
  }
  .sec03 .cont02 .plus {
    right: 10px;
    top: 20vw;
    width: 26vw;
    padding: 10px;
    font-size: 2vw;
  }
  .sec03 .cont02 .link_btn {
    width: 100%;
    text-align: center;
  }
  .sec03 .cont04 .plus {
    position: absolute;
    right: 10px;
    top: 23.4vw;
    display: flex;
  }
  .sec03 .cont04 .plus_item {
    width: 10vw;
    height: 10vw;
    font-size: 2vw;
  }
  .sec03 .cont04 .small_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .sec03 .cont05 .plus {
    right: 10px;
    top: 23.4vw;
    width: 40vw;
    padding: 10px;
  }
  .sec03 .cont05 .plus .small {
    font-size: 1.8vw;
  }
  .sec03 .cont05 .plus .large {
    font-size: 2vw;
  }
  .sec03 .cont06 .plus {
    top: 13vw;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
  }
  .sec03 .cont06 .plus_item {
    width: 13vw;
    font-size: 1.8vw;
  }
  .sec03 .cont06 .plus_item:nth-child(2n-1) {
    margin-right: 10px;
  }
  .sec03 .cont07 .plus {
    top: 16vw;
    right: -2.6vw;
  }
  .sec03 .cont07 .plus img {
    width: 15.6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding: 27.7vw 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background: #878080;
  }
  .sec03 .inner:after {
    content: "";
    position: absolute;
    top: -30px;
    left: auto;
    right: 5.5vw;
    width: 55.5vw;
    height: 68px;
    background: url(../images/index02/text_feature.png) center/contain no-repeat;
  }
  .sec03 .sec_header {
    width: 1640px;
    max-width: 100%;
    margin: 0 auto 13.3vw;
  }
  .sec03 .sec_body {
    display: block;
    width: 1640px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .sec03 .cont_num {
    position: absolute;
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
  }
  .sec03 .cont_num img {
    width: 100%;
  }
  .sec03 .cont_image {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont_title {
    display: block;
    height: auto;
    margin-bottom: 5vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec03 .cont_text {
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec03 .cont:nth-child(-n+6) {
    margin-bottom: 0;
  }
  .sec03 .cont:not(:last-of-type) {
    margin-bottom: 21.3vw;
  }
  .sec03 .cont01 .plus {
    position: absolute;
    right: -2.7vw;
    top: 40vw;
    display: flex;
  }
  .sec03 .cont01 .plus_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21.3vw;
    height: 21.3vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec03 .cont01 .plus_item:nth-of-type(1) {
    margin-right: 1.3vw;
    background: url(../images/index02/circle01.png) center/contain no-repeat;
  }
  .sec03 .cont01 .plus_item:nth-of-type(2) {
    margin-right: 1.3vw;
    background: url(../images/index02/circle02.png) center/contain no-repeat;
  }
  .sec03 .cont01 .plus_item:nth-of-type(3) {
    background: url(../images/index02/circle03.png) center/contain no-repeat;
  }
  .sec03 .cont02 .plus {
    position: absolute;
    right: -2.7vw;
    top: 38vw;
    display: flex;
    justify-content: center;
    width: 55.5vw;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #89aaaf;
    font-size: 4.4vw;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont02 .cont_text {
    margin-bottom: 8vw;
  }
  .sec03 .cont02 .link_btn {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont02 .link_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    background: #c38f79;
    box-sizing: border-box;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont02 .link_btn span {
    padding-right: 2.7vw;
  }
  .sec03 .cont02 .link_btn span, .sec03 .cont02 .link_btn img {
    vertical-align: middle;
  }
  .sec03 .cont02 .link_btn img {
    width: 8vw;
  }
  .sec03 .cont04 .plus {
    position: absolute;
    right: -2.7vw;
    top: 40vw;
    display: flex;
  }
  .sec03 .cont04 .plus_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21.3vw;
    height: 21.3vw;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec03 .cont04 .plus_item:nth-of-type(1) {
    margin-right: 1.3vw;
    background: url(../images/index02/circle04.png) center/contain no-repeat;
  }
  .sec03 .cont04 .plus_item:nth-of-type(2) {
    margin-right: 1.3vw;
    background: url(../images/index02/circle01.png) center/contain no-repeat;
  }
  .sec03 .cont04 .plus_item:nth-of-type(3) {
    background: url(../images/index02/circle02.png) center/contain no-repeat;
  }
  .sec03 .cont04 .small_text {
    padding: 0;
    margin-top: 2.7vw;
    font-size: 3.4vw;
  }
  .sec03 .cont05 .plus {
    position: absolute;
    left: -2.7vw;
    top: 38vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #89aaaf;
  }
  .sec03 .cont05 .plus .small {
    font-size: 3.4vw;
  }
  .sec03 .cont05 .plus .large {
    font-size: 4vw;
    color: #fff;
  }
  .sec03 .cont06 .plus {
    position: absolute;
    left: 0;
    top: 27.7vw;
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
  }
  .sec03 .cont06 .plus_item {
    width: 45%;
    padding-bottom: 2.7vw;
    margin-bottom: 2.7vw;
    border-bottom: 1px solid #3f5455;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
  }
  .sec03 .cont06 .plus_item:nth-child(2n-1) {
    margin-right: 2.7vw;
  }
  .sec03 .cont07 .plus {
    position: absolute;
    top: 20vw;
    right: -5.5vw;
    width: 40vw;
  }
  .sec03 .cont07 .plus img {
    width: 100%;
  }
}

.sec04 {
  padding: 100px 20px;
  box-sizing: border-box;
  background: rgba(252, 236, 229, 0.68);
}
.sec04 .sec_title {
  margin-bottom: 200px;
  font-family: "noto serif jp", serif;
  text-align: center;
}
.sec04 .sec_title .small {
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec04 .sec_title .large {
  font-size: 93px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec04 .cont {
  position: relative;
  width: 1800px;
  max-width: 100%;
  padding: 500px 20px 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec04 .cont_header {
  position: absolute;
  left: 0;
  top: -150px;
  display: flex;
  align-items: center;
}
.sec04 .cont_header .header_text01 {
  margin-bottom: 20px;
  font-size: 38px;
  letter-spacing: 0.2em;
}
.sec04 .cont_header .header_text02 {
  margin-bottom: 20px;
}
.sec04 .cont_header .link_btn {
  width: 470px;
  margin: 0 auto;
}
.sec04 .cont_header .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #1a7881;
  box-sizing: border-box;
}
.sec04 .cont_header .link_btn span, .sec04 .cont_header .link_btn img {
  vertical-align: middle;
}
.sec04 .cont_header .link_btn span {
  padding-right: 20px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
.sec04 .cont01 {
  margin-bottom: 300px;
  background: #b8d0d7;
}
.sec04 .list {
  display: flex;
  justify-content: center;
}
.sec04 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 503px;
  max-width: 30%;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .item_image {
  position: absolute;
  left: 50%;
  top: -300px;
  transform: translateX(-50%);
  width: 434px;
  max-width: 90%;
}
.sec04 .lead_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .item_text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2;
}
.sec04 .item_link {
  width: 380px;
  max-width: 100%;
  margin: auto auto 0;
}
.sec04 .item_link a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
.sec04 .item_link span, .sec04 .item_link img {
  vertical-align: middle;
}
.sec04 .item_link span {
  padding-right: 10px;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
.sec04 .item:nth-of-type(1) {
  margin-right: 30px;
}
.sec04 .item:nth-of-type(1) .lead_text {
  color: #c38f79;
}
.sec04 .item:nth-of-type(1) .item_link a {
  background: #c38f79;
}
.sec04 .item:nth-of-type(2) {
  margin-right: 30px;
}
.sec04 .item:nth-of-type(2) .lead_text {
  color: #809295;
}
.sec04 .item:nth-of-type(2) .item_link a {
  background: #89aaaf;
}
.sec04 .item:nth-of-type(3) .lead_text {
  color: #c68080;
}
.sec04 .item:nth-of-type(3) .item_link a {
  background: #c68080;
}
.sec04 .cont02 {
  background: rgba(194, 178, 128, 0.41);
}
.sec04 .cont02 .list {
  margin-bottom: 80px;
}
.sec04 .cont02 .cont_header {
  left: auto;
  right: 0;
}
.sec04 .cont02 .cont_header .link_btn {
  width: 100%;
}
.sec04 .cont02 .cont_header .link_btn a {
  background: #c38f79;
}
.sec04 .list02_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 38px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .list02_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 30%;
  height: 1px;
  background: #918564;
}
.sec04 .list02_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 30%;
  height: 1px;
  background: #918564;
}
.sec04 .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec04 .list02_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 420px;
  max-width: 23%;
  padding: 20px;
  margin: 0 10px 20px;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .list02_item_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sec04 .list02_item_image {
  max-width: 134px;
  margin-right: 10px;
}
.sec04 .list02_item_title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec04 .list02_item_text {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec04 .list02_item_link {
  width: 100%;
  margin: auto auto 0;
}
.sec04 .list02_item_link a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
  background: #a2956d;
}
.sec04 .list02_item_link span, .sec04 .list02_item_link img {
  vertical-align: middle;
}
.sec04 .list02_item_link span {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
}
.sec04 .list02_item_link img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1700px) and (min-width: 1280px) {
  .sec04 .sec_title .small {
    font-size: 3.1vw;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .sec04 .sec_title .large {
    font-size: 4.6vw;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .sec04 .item_image {
    top: -18vw;
  }
  .sec04 .item_title {
    font-size: 1.4vw;
  }
  .sec04 .item_link span {
    font-size: 16px;
  }
  .sec04 .list02_title {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .list02_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 25%;
    height: 1px;
    background: #918564;
  }
  .sec04 .list02_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 25%;
    height: 1px;
    background: #918564;
  }
  .sec04 .list02_item_link a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    box-sizing: border-box;
    background: #a2956d;
  }
  .sec04 .list02_item_link span, .sec04 .list02_item_link img {
    vertical-align: middle;
  }
  .sec04 .list02_item_link span {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
  }
  .sec04 .list02_item_link img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sec04 br.between {
    display: block;
  }
  .sec04 .sec_title .small {
    font-size: 3vw;
  }
  .sec04 .sec_title .large {
    font-size: 5vw;
  }
  .sec04 .cont_header .link_btn a {
    position: relative;
  }
  .sec04 .cont_header .link_btn span {
    font-size: 20px;
  }
  .sec04 .cont_header .link_btn img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .sec04 .cont {
    padding: 32.5vw 20px 50px;
  }
  .sec04 .cont02 .cont_header {
    top: -200px;
  }
  .sec04 .item {
    max-width: 33%;
    padding: 6.6vw 10px 20px;
  }
  .sec04 .item:nth-of-type(1) {
    margin-right: 10px;
  }
  .sec04 .item:nth-of-type(2) {
    margin-right: 10px;
  }
  .sec04 .item_image {
    top: -15vw;
  }
  .sec04 .lead_text {
    height: 7.1vw;
    font-size: 1.9vw;
    letter-spacing: 0.1em;
  }
  .sec04 .item_title {
    height: 8.2vw;
    font-size: 1.7vw;
  }
  .sec04 .item_link a {
    position: relative;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .sec04 .item_link span {
    font-size: 1.6vw;
  }
  .sec04 .item_link img {
    position: absolute;
    right: 0.6vw;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6vw;
  }
  .sec04 .list02_item {
    max-width: 26vw;
    padding: 10px;
  }
  .sec04 .list02_item_header {
    margin-bottom: 20px;
  }
  .sec04 .list02_title {
    font-size: 25px;
  }
  .sec04 .list02_title:before {
    top: 20px;
    width: 15vw;
  }
  .sec04 .list02_title:after {
    top: 20px;
    width: 15vw;
  }
  .sec04 .list02_item_image {
    max-width: 40%;
    margin-right: 5px;
  }
  .sec04 .list02_item_title {
    font-size: 1.8vw;
  }
  .sec04 .list02_item_link a {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0 40px 0 10px;
  }
  .sec04 .list02_item_link span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
    background: rgba(252, 236, 229, 0.68);
  }
  .sec04 .sec_title {
    margin-bottom: 27.7vw;
    font-family: "noto serif jp", serif;
    text-align: center;
  }
  .sec04 .sec_title .small {
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .sec04 .sec_title .large {
    font-size: 8vw;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .sec04 .cont {
    position: relative;
    width: 1800px;
    max-width: 100%;
    padding: 27.7vw 5.5vw 8vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .cont_header {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    align-items: center;
    margin-bottom: 55.5vw;
  }
  .sec04 .cont_header .header_text01 {
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
  }
  .sec04 .cont_header .header_text02 {
    margin-bottom: 2.7vw;
  }
  .sec04 .cont_header .link_btn {
    width: auto;
    margin: 0 auto;
  }
  .sec04 .cont_header .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 0 2.7vw 2.7vw;
    box-sizing: border-box;
    border-radius: 50px;
    background: #1a7881;
    box-sizing: border-box;
  }
  .sec04 .cont_header .link_btn span, .sec04 .cont_header .link_btn img {
    vertical-align: middle;
  }
  .sec04 .cont_header .link_btn span {
    padding-right: 0;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
  .sec04 .cont_header .link_btn img {
    position: absolute;
    right: 2.7vw;
    top: 50%;
    transform: translateY(-50%);
    width: 13.3vw;
  }
  .sec04 .cont01 {
    margin-bottom: 40vw;
    background: #b8d0d7;
  }
  .sec04 .list {
    display: block;
  }
  .sec04 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 13.3vw 5.5vw 5.5vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .item:not(:last-of-type) {
    margin-bottom: 55.5vw;
  }
  .sec04 .item_image {
    position: absolute;
    left: 50%;
    top: -38vw;
    transform: translateX(-50%);
    width: 80%;
    max-width: 80%;
  }
  .sec04 .lead_text {
    display: block;
    height: auto;
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .item_title {
    display: block;
    height: auto;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .item_text {
    margin-bottom: 8vw;
    text-align: justify;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec04 .item_link {
    width: 380px;
    max-width: 100%;
    margin: auto auto 0;
  }
  .sec04 .item_link a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2.7vw 0 2.7vw 2.7vw;
    box-sizing: border-box;
    text-align: left;
  }
  .sec04 .item_link span, .sec04 .item_link img {
    vertical-align: middle;
  }
  .sec04 .item_link span {
    padding-right: 0;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
  .sec04 .item_link img {
    position: absolute;
    right: 2.7vw;
    top: 50%;
    transform: translateY(-50%);
    width: 8vw;
  }
  .sec04 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 55.5vw;
  }
  .sec04 .item:nth-of-type(1) .lead_text {
    color: #c38f79;
  }
  .sec04 .item:nth-of-type(1) .item_link a {
    background: #c38f79;
  }
  .sec04 .item:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 55.5vw;
  }
  .sec04 .item:nth-of-type(2) .lead_text {
    color: #809295;
  }
  .sec04 .item:nth-of-type(2) .item_link a {
    background: #89aaaf;
  }
  .sec04 .item:nth-of-type(3) .lead_text {
    color: #c68080;
  }
  .sec04 .item:nth-of-type(3) .item_link a {
    background: #c68080;
  }
  .sec04 .cont02 {
    background: rgba(194, 178, 128, 0.41);
  }
  .sec04 .cont02 .list {
    margin-bottom: 21.3vw;
  }
  .sec04 .cont02 .cont_header {
    left: auto;
    right: auto;
  }
  .sec04 .cont02 .cont_header .link_btn {
    width: 100%;
  }
  .sec04 .cont02 .cont_header .link_btn a {
    background: #c38f79;
  }
  .sec04 .cont01 .header_image {
    position: absolute;
    left: 0;
    top: -55.5vw;
    width: 80vw;
  }
  .sec04 .cont01 .header_image img {
    width: 100%;
  }
  .sec04 .cont02 .header_image {
    position: absolute;
    left: auto;
    right: 0;
    top: -65vw;
    width: 55.5vw;
  }
  .sec04 .cont02 .header_image img {
    width: 100%;
  }
  .sec04 .list02_title {
    position: relative;
    margin-bottom: 50px;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .list02_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8vw;
    width: 10vw;
    height: 1px;
    background: #918564;
  }
  .sec04 .list02_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8vw;
    width: 10vw;
    height: 1px;
    background: #918564;
  }
  .sec04 .list02 {
    display: block;
  }
  .sec04 .list02_item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw 2.7vw;
    margin: 0 0 13.3vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .list02_item_header {
    display: flex;
    align-items: center;
    margin-bottom: 5.5vw;
  }
  .sec04 .list02_item_image {
    max-width: 25%;
    margin-right: 0;
  }
  .sec04 .list02_item_title {
    width: 75%;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec04 .list02_item_text {
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
    font-size: 4.4vw;
    text-align: justify;
  }
  .sec04 .list02_item_link {
    width: 100%;
    margin: auto auto 0;
  }
  .sec04 .list02_item_link a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2.7vw 0 2.7vw 2.7vw;
    box-sizing: border-box;
    background: #a2956d;
  }
  .sec04 .list02_item_link span, .sec04 .list02_item_link img {
    vertical-align: middle;
  }
  .sec04 .list02_item_link span {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
  }
  .sec04 .list02_item_link img {
    position: absolute;
    top: 50%;
    right: 2.7vw;
    transform: translateY(-50%);
    width: 8vw;
  }
}

.sec05 {
  padding: 100px 20px;
  box-sizing: border-box;
}
.sec05 .sec_upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec05 .textbox {
  width: 760px;
  max-width: 60%;
  margin-right: 50px;
}
.sec05 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .sec_title .color {
  font-weight: 600;
  color: #c68080;
}
.sec05 .imagebox {
  position: relative;
  max-width: 40%;
}
.sec05 .imagebox:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 200px;
  width: 38px;
  height: 461px;
  background: url(../images/index02/text_nishida.png) center/contain no-repeat;
}
.sec05 .sec_image {
  margin-bottom: 20px;
}
.sec05 .image_name {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .link_btn {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  background: #c38f79;
  box-sizing: border-box;
}
.sec05 .link_btn span, .sec05 .link_btn img {
  vertical-align: middle;
}
.sec05 .link_btn span {
  padding-right: 10px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
.sec05 .link_btn img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.sec05 .box {
  width: 1320px;
  max-width: 100%;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #c68080;
}
.sec05 .box_inner {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .box_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec05 .list_flex {
  display: flex;
  justify-content: space-between;
}
.sec05 .list {
  width: 48%;
}
.sec05 .item {
  letter-spacing: 0.1em;
  color: #fff;
}
.sec05 .item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) and (min-width: 767px) {
  .sec05 .textbox {
    margin-right: 20px;
  }
  .sec05 .sec_title {
    font-size: 3.4vw;
  }
  .sec05 .imagebox:before {
    right: -1vw;
    width: 2.6vw;
    height: 31.5vw;
  }
  .sec05 .link_btn a {
    padding: 15px;
  }
  .sec05 .link_btn span {
    font-size: 2vw;
  }
  .sec05 .link_btn img {
    right: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 21.8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec05 .sec_upper {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec05 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sec05 .sec_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .sec_title .color {
    font-weight: 600;
    color: #c68080;
  }
  .sec05 .sec_text {
    margin-bottom: 8vw;
  }
  .sec05 .imagebox {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
  }
  .sec05 .imagebox:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: 30vw;
    width: 5.5vw;
    height: 66.6vw;
    background: url(../images/index02/text_nishida.png) center/contain no-repeat;
  }
  .sec05 .sec_image {
    margin-bottom: 2.7vw;
  }
  .sec05 .sec_image img {
    width: 100%;
  }
  .sec05 .image_name {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .link_btn {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 8vw 4vw 0;
    border-radius: 50px;
    background: #c38f79;
    box-sizing: border-box;
    text-align: center;
  }
  .sec05 .link_btn span, .sec05 .link_btn img {
    vertical-align: middle;
  }
  .sec05 .link_btn span {
    padding-right: 0;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
  .sec05 .link_btn img {
    position: absolute;
    right: 2.7vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec05 .box {
    width: 1320px;
    max-width: 100%;
    padding: 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #c68080;
  }
  .sec05 .box_inner {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .box_title {
    padding-bottom: 2.7vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec05 .list_flex {
    display: block;
    justify-content: space-between;
  }
  .sec05 .list {
    width: 100%;
  }
  .sec05 .list:nth-of-type(1) {
    margin-bottom: 5.5vw;
  }
  .sec05 .item {
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec05 .item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
}

.sec06 {
  padding: 100px 20px;
  background: rgba(253, 237, 238, 0.67);
}
.sec06 .sec_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec06 .sec_text {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.sec06 .link_list {
  display: flex;
  justify-content: center;
}
.sec06 .link_item {
  width: 611px;
  max-width: 48%;
}
.sec06 .link_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px 30px;
  box-sizing: border-box;
}
.sec06 .item_header {
  display: flex;
  align-items: center;
  height: 200px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.sec06 .item_image {
  max-width: 40%;
  margin-right: 20px;
}
.sec06 .item_text01 {
  font-family: "noto serif jp", serif;
  font-size: 47px;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec06 .item_text02 {
  font-weight: 500;
}
.sec06 .link_item:nth-of-type(1) {
  margin-right: 50px;
}
.sec06 .link_item:nth-of-type(1) a {
  background: #809aa2;
}
.sec06 .link_item:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #658080;
}
.sec06 .link_item:nth-of-type(1) .item_title {
  color: #fff;
}
.sec06 .link_item:nth-of-type(1) .item_title .small {
  font-size: 23px;
  font-weight: 500;
}
.sec06 .link_item:nth-of-type(1) .item_title .large {
  font-size: 47px;
  font-weight: 500;
}
.sec06 .link_item:nth-of-type(2) .item_image {
  padding-top: 46px;
}
.sec06 .link_item:nth-of-type(2) a {
  background: #d39980;
}
.sec06 .link_item:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #b5846f;
}
.sec06 .link_item:nth-of-type(2) .item_title {
  color: #fff;
}
.sec06 .link_item:nth-of-type(2) .item_title .small {
  font-size: 23px;
  font-weight: 500;
}
.sec06 .link_item:nth-of-type(2) .item_title .large {
  font-size: 31px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .sec06 .link_item a {
    padding: 10px 20px 20px;
    box-sizing: border-box;
  }
  .sec06 .item_text01 {
    margin-bottom: 20px;
    font-size: 3.9vw;
  }
  .sec06 .item_header {
    height: 15.6vw;
  }
  .sec06 .item_image {
    margin-right: 10px;
  }
  .sec06 .link_item:nth-of-type(1) a:before {
    width: 20px;
  }
  .sec06 .link_item:nth-of-type(1) .item_title .small {
    font-size: 2vw;
  }
  .sec06 .link_item:nth-of-type(1) .item_title .large {
    font-size: 3.6vw;
  }
  .sec06 .link_item:nth-of-type(2) a:before {
    width: 20px;
  }
  .sec06 .link_item:nth-of-type(2) .item_title .small {
    font-size: 2vw;
  }
  .sec06 .link_item:nth-of-type(2) .item_title .large {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 21.3vw 5.5vw;
    box-sizing: border-box;
    background: rgba(253, 237, 238, 0.67);
  }
  .sec06 .sec_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec06 .sec_text {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec06 .link_list {
    display: block;
    justify-content: center;
  }
  .sec06 .link_item {
    width: 100%;
    max-width: 100%;
  }
  .sec06 .link_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 5.5vw 5.5vw;
    box-sizing: border-box;
  }
  .sec06 .item_header {
    display: flex;
    align-items: center;
    height: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 2.7vw;
  }
  .sec06 .item_image {
    max-width: 40%;
    margin-right: 2.7vw;
  }
  .sec06 .item_text01 {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec06 .item_text02 {
    font-weight: 500;
    font-size: 4.4vw;
  }
  .sec06 .link_item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec06 .link_item:nth-of-type(1) a {
    background: #809aa2;
  }
  .sec06 .link_item:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5vw;
    height: 100%;
    background: #658080;
  }
  .sec06 .link_item:nth-of-type(1) .item_title {
    color: #fff;
  }
  .sec06 .link_item:nth-of-type(1) .item_title .small {
    font-size: 4.4vw;
    font-weight: 500;
  }
  .sec06 .link_item:nth-of-type(1) .item_title .large {
    font-size: 5.8vw;
    font-weight: 500;
  }
  .sec06 .link_item:nth-of-type(2) a {
    background: #d39980;
  }
  .sec06 .link_item:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5vw;
    height: 100%;
    background: #b5846f;
  }
  .sec06 .link_item:nth-of-type(2) .item_title {
    color: #fff;
  }
  .sec06 .link_item:nth-of-type(2) .item_title .small {
    font-size: 4.4vw;
    font-weight: 500;
  }
  .sec06 .link_item:nth-of-type(2) .item_title .large {
    font-size: 5vw;
    font-weight: 500;
  }
}

.sec07 .inner {
  padding: 200px 20px 100px;
  box-sizing: border-box;
}
.sec07 .inner:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 100px;
  width: 289px;
  height: 66px;
  background: url(../images/index02/text_case.png) center/contain no-repeat;
}
.sec07 .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 190px;
  width: calc(100% - 100px);
  height: 1px;
  background: #a2956d;
}
.sec07 .sec_title {
  margin-left: 100px;
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec07 .list {
  display: flex;
  justify-content: center;
}
.sec07 .item {
  width: 526px;
  max-width: 30%;
  padding: 20px;
  border: 1px solid #a2956d;
  box-sizing: border-box;
}
.sec07 .item:not(:last-of-type) {
  margin-right: 20px;
}
.sec07 .item_title {
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec07 .item_image {
  margin-bottom: 20px;
}
.sec07 .item_link {
  width: 100%;
  margin: auto auto 0;
}
.sec07 .item_link a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  font-size: 20px;
  background: #a2956d;
}
.sec07 .item_link span, .sec07 .item_link img {
  vertical-align: middle;
}
.sec07 .item_link span {
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
.sec07 .item_link img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1700px) and (min-width: 1511px) {
  .sec07 .inner:before {
    top: 130px;
    width: 200px;
    height: 45px;
  }
  .sec07 .sec_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1510px) and (min-width: 1280px) {
  .sec07 .inner:before {
    top: 130px;
    width: 200px;
    height: 45px;
  }
  .sec07 .sec_title {
    font-size: 40px;
  }
  .sec07 .item_title {
    font-size: 24px;
  }
  .sec07 .item_link img {
    width: 50px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sec07 br.between {
    display: block;
  }
  .sec07 .inner:before {
    top: 130px;
    width: 200px;
    height: 45px;
  }
  .sec07 .sec_title {
    font-size: 40px;
  }
  .sec07 .list {
    display: flex;
    justify-content: space-between;
  }
  .sec07 .item {
    width: 526px;
    max-width: 33%;
    padding: 20px;
    border: 1px solid #a2956d;
    box-sizing: border-box;
  }
  .sec07 .item:not(:last-of-type) {
    margin-right: 0;
  }
  .sec07 .item_title {
    font-size: 20px;
  }
  .sec07 .item_link a {
    padding-right: 40px;
  }
  .sec07 .item_link span {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .sec07 .item_link img {
    position: absolute;
    right: 5px;
    transform: none;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner {
    padding: 27.7vw 5.5vw 21.3vw;
    box-sizing: border-box;
  }
  .sec07 .inner:before {
    content: "";
    position: absolute;
    left: 13.8vw;
    top: 13.8vw;
    width: 27.7vw;
    height: 6.3vw;
    background: url(../images/index02/text_case.png) center/contain no-repeat;
  }
  .sec07 .inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 24vw;
    width: 90vw;
    height: 1px;
    background: #a2956d;
  }
  .sec07 .sec_title {
    margin-left: 8vw;
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec07 .list {
    display: block;
  }
  .sec07 .item {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    border: 1px solid #a2956d;
    box-sizing: border-box;
  }
  .sec07 .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec07 .item_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec07 .item_image {
    margin-bottom: 5.5vw;
  }
  .sec07 .item_image img {
    width: 100%;
  }
  .sec07 .item_link {
    width: 100%;
    margin: auto auto 0;
  }
  .sec07 .item_link a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2.7vw 0 2.7vw 2.7vw;
    box-sizing: border-box;
    font-size: 4vw;
    background: #a2956d;
  }
  .sec07 .item_link span, .sec07 .item_link img {
    vertical-align: middle;
  }
  .sec07 .item_link span {
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
  .sec07 .item_link img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13.8vw;
  }
}

.sec08 {
  background: rgba(199, 211, 224, 0.68);
}
.sec08 .inner {
  padding: 100px 20px 150px;
}
.sec08 .inner:before {
  content: "";
  position: absolute;
  right: 100px;
  bottom: -90px;
  width: 500px;
  height: 163px;
  background: url(../images/index02/text_qa.png) center/contain no-repeat;
}
.sec08 .sec_title {
  padding-left: 100px;
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
}
.sec08 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec08 .item {
  width: 670px;
  max-width: 47%;
}
.sec08 .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  font-size: 25px;
  letter-spacing: 0.05em;
}
.sec08 .item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 30px;
  margin: auto;
  background: url(../images/index02/arrow08.png) center/contain no-repeat;
}
.sec08 .item:nth-child(2n-1) {
  margin-right: 50px;
}
.sec08 .item:nth-child(-n+4) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) and (min-width: 11001) {
  .sec08 .item a {
    padding: 20px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sec08 br.between {
    display: block;
  }
  .sec08 .inner:before {
    content: "";
    position: absolute;
    right: 100px;
    bottom: -130px;
    width: 400px;
    height: 204px;
    background: url(../images/index02/text_qa.png) center/contain no-repeat;
  }
  .sec08 .sec_title {
    padding-left: 20px;
    font-size: 30px;
  }
  .sec08 .item a {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    font-size: 18px;
  }
  .sec08 .item a:before {
    right: 10px;
  }
  .sec08 .item:nth-child(2n-1) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 {
    background: rgba(199, 211, 224, 0.68);
  }
  .sec08 .inner {
    padding: 21.3vw 5.5vw 27.7vw;
  }
  .sec08 .inner:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    bottom: -13.8vw;
    width: 80vw;
    height: 26.1vw;
    background: url(../images/index02/text_qa.png) center/contain no-repeat;
  }
  .sec08 .sec_title {
    padding-left: 0;
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
  }
  .sec08 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec08 .item {
    width: 670px;
    max-width: 48%;
  }
  .sec08 .item a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #fff;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .sec08 .item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.3vw;
    width: 2vw;
    height: 4vw;
    margin: auto;
    background: url(../images/index02/arrow08.png) center/contain no-repeat;
  }
  .sec08 .item:nth-child(2n-1) {
    margin-right: 0;
  }
  .sec08 .item:nth-child(-n+4) {
    margin-bottom: 8vw;
  }
}

.footer {
  padding-top: 350px;
}
.footer .footer_upper {
  position: relative;
  padding: 200px 20px 50px;
  box-sizing: border-box;
  background: #c68080;
}
.footer .footer_upper .link_list {
  position: absolute;
  left: 50%;
  top: -200px;
  transform: translateX(-50%);
  display: flex;
  width: 1300px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.footer .footer_upper .link_item {
  position: absolute;
  width: 611px;
  max-width: 48%;
  background: #fff;
}
.footer .footer_upper .link_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px 30px;
  box-sizing: border-box;
}
.footer .footer_upper .link_item:nth-of-type(1) {
  left: 0;
  top: 0;
  margin-right: 50px;
}
.footer .footer_upper .link_item:nth-of-type(2) {
  right: 0;
  top: 0;
}
.footer .footer_upper .item_header {
  display: flex;
  align-items: center;
  height: 200px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.footer .footer_upper .item_image {
  max-width: 40%;
  margin-right: 20px;
}
.footer .footer_upper .item_text01 {
  font-family: "noto serif jp", serif;
  font-size: 47px;
  letter-spacing: 0.2em;
  color: #fff;
}
.footer .footer_upper .item_text02 {
  font-weight: 500;
}
.footer .footer_upper .link_item:nth-of-type(1) a {
  background: #809aa2;
}
.footer .footer_upper .link_item:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #658080;
}
.footer .footer_upper .link_item:nth-of-type(1) .item_title {
  color: #fff;
}
.footer .footer_upper .link_item:nth-of-type(1) .item_title .small {
  font-size: 23px;
  font-weight: 500;
}
.footer .footer_upper .link_item:nth-of-type(1) .item_title .large {
  font-size: 47px;
  font-weight: 500;
}
.footer .footer_upper .link_item:nth-of-type(2) .item_image {
  padding-top: 40px;
}
.footer .footer_upper .link_item:nth-of-type(2) a {
  background: #d39980;
}
.footer .footer_upper .link_item:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #b5846f;
}
.footer .footer_upper .link_item:nth-of-type(2) .item_title {
  color: #fff;
}
.footer .footer_upper .link_item:nth-of-type(2) .item_title .small {
  font-size: 23px;
  font-weight: 500;
}
.footer .footer_upper .link_item:nth-of-type(2) .item_title .large {
  font-size: 31px;
  font-weight: 500;
}
.footer .footer_upper .footer_text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.footer .footer_upper .footer_text01 {
  margin-right: 50px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
.footer .footer_upper .footer_text02 {
  font-family: "noto serif jp", serif;
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
.footer .footer_upper .upper_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_upper .info {
  margin-right: 50px;
}
.footer .footer_upper .info_btn01 {
  margin-bottom: 20px;
}
.footer .footer_upper .info_btn02 {
  margin-bottom: 20px;
}
.footer .footer_upper .info_btn03 {
  margin-bottom: 20px;
}
.footer .footer_upper .calendar {
  width: 616px;
  height: 507px;
}
.footer .footer_upper .calendar iframe {
  width: 100%;
  height: 100%;
}
.footer .access {
  display: flex;
}
.footer .access .googlemap {
  width: 70%;
}
.footer .access .googlemap iframe {
  width: 100%;
  height: 100%;
}
.footer .access .access_right {
  width: 30%;
  padding: 80px 20px;
  box-sizing: border-box;
  background: rgba(253, 237, 238, 0.68);
}
.footer .access .right_inner {
  width: 450px;
  max-width: 100%;
  margin-left: 100px;
  box-sizing: border-box;
}
.footer .access .right_text {
  margin-bottom: 30px;
  font-size: 28px;
  color: #c68080;
}
.footer .access .right_text02 {
  margin-bottom: 30px;
}
.footer .access .row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer .access .term {
  margin-right: 20px;
}
.footer .access .data {
  letter-spacing: 0.1em;
}
.footer .access .parking_box {
  display: flex;
  align-items: center;
  width: 270px;
  max-width: 100%;
  padding: 10px 20px;
  margin-left: 50px;
  background: #c38f79;
  box-sizing: border-box;
}
.footer .access .parking_box .icon {
  margin-right: 20px;
}
.footer .access .parking_box .parking_text {
  letter-spacing: 0.2em;
  color: #fff;
}
.footer .footer_sitemap {
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 24px 0 0;
  margin: 0 auto;
}
.footer .footer_sitemap .sitemap01 {
  max-width: 30%;
  margin: 0 40px 0 0;
}
.footer .footer_sitemap .middle {
  max-width: 30%;
  margin: 0 20px 0 0;
}
.footer .footer_sitemap .sitemap02 {
  margin: 0 0 10px;
}
.footer .footer_sitemap .site_item {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 2;
}
.footer .footer_sitemap .site_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto 0;
  background: url(../images/common/arrow01.png) center/cover no-repeat;
}
.footer .footer_sitemap .sitemap_additional {
  margin: 0 0 10px;
}
.footer .footer_sitemap .sitemap_additional .site_item:before {
  background: url(../images/common/arrow04.png) center/cover no-repeat;
}
.footer .footer_sitemap .sitemap03 .site_item:before {
  background: url(../images/common/arrow02.png) center/cover no-repeat;
}
.footer .footer_sitemap .right {
  max-width: 30%;
}
.footer .footer_sitemap .sitemap04 {
  margin: 0 0 30px;
}
.footer .footer_sitemap .sitemap04 .example_item {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 2;
}
.footer .footer_sitemap .sitemap04 .site_item:before, .footer .footer_sitemap .sitemap04 .example_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto 0;
  background: url(../images/common/arrow03.png) center/cover no-repeat;
}
.footer .footer_sitemap .sitemap04 .site_item.arrow_top:before {
  top: 10px;
  bottom: auto;
}
.footer .footer_sitemap .recruit_btn {
  width: 357px;
  max-width: 100%;
  height: 67px;
  margin: 0 auto;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #e1e1e1;
  background: #fff;
}
.footer .footer_sitemap .recruit_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 96px;
  box-sizing: border-box;
  background: #bd7a9c;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.006em;
  line-height: 67px;
}
.footer .footer_sitemap .recruit_btn a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 76px;
  height: 39px;
  background: url(../images/common/recruit.png) center/cover no-repeat;
}
.footer .copy {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1800px) and (min-width: 1301px) {
  .footer .item_header {
    height: 15.6vw;
  }
  .footer .access .right_inner {
    width: 450px;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .footer .access .parking_box {
    display: flex;
    align-items: center;
    width: 270px;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    background: #c38f79;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .footer .footer_upper .footer_text01 {
    font-size: 1.9vw;
  }
  .footer .footer_upper .footer_text02 {
    font-size: 3.9vw;
  }
  .footer .footer_upper .link_item a {
    padding: 10px 20px 20px;
    box-sizing: border-box;
  }
  .footer .footer_upper .item_text01 {
    margin-bottom: 20px;
    font-size: 3.9vw;
  }
  .footer .footer_upper .link_item:nth-of-type(1) a:before {
    width: 20px;
  }
  .footer .footer_upper .link_item:nth-of-type(1) .item_title .small {
    font-size: 2vw;
  }
  .footer .footer_upper .link_item:nth-of-type(1) .item_title .large {
    font-size: 3.6vw;
  }
  .footer .footer_upper .link_item:nth-of-type(2) a:before {
    width: 20px;
  }
  .footer .footer_upper .link_item:nth-of-type(2) .item_title .small {
    font-size: 2vw;
  }
  .footer .footer_upper .link_item:nth-of-type(2) .item_title .large {
    font-size: 2.6vw;
  }
  .footer .access .right_inner {
    width: 450px;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .footer .access .parking_box {
    display: flex;
    align-items: center;
    width: 270px;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    background: #c38f79;
  }
  .footer .footer_sitemap .recruit_btn {
    width: 230px;
    text-align: center;
  }
  .footer .footer_sitemap .recruit_btn a {
    padding: 0 0 0 60px;
    font-size: 16px;
  }
  .footer .footer_sitemap .recruit_btn a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 50px;
    height: 39px;
    background: url(../images/common/recruit.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 80vw;
  }
  .footer .footer_upper {
    position: relative;
    padding: 120vw 5.5vw 13.8vw;
    box-sizing: border-box;
    background: #c68080;
  }
  .footer .footer_upper .link_list {
    display: block;
    justify-content: center;
    top: -27.7vw;
  }
  .footer .footer_upper .link_item {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .footer .footer_upper .link_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 5.5vw 5.5vw;
    box-sizing: border-box;
  }
  .footer .footer_upper .item_header {
    display: flex;
    align-items: center;
    height: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 2.7vw;
  }
  .footer .footer_upper .item_image {
    max-width: 40%;
    margin-right: 2.7vw;
  }
  .footer .footer_upper .item_text01 {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .footer .footer_upper .item_text02 {
    font-weight: 500;
    font-size: 4.4vw;
  }
  .footer .footer_upper .link_item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer .footer_upper .link_item:nth-of-type(1) a {
    background: #809aa2;
  }
  .footer .footer_upper .link_item:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5vw;
    height: 100%;
    background: #658080;
  }
  .footer .footer_upper .link_item:nth-of-type(1) .item_title {
    color: #fff;
  }
  .footer .footer_upper .link_item:nth-of-type(1) .item_title .small {
    font-size: 4.4vw;
    font-weight: 500;
  }
  .footer .footer_upper .link_item:nth-of-type(1) .item_title .large {
    font-size: 5.8vw;
    font-weight: 500;
  }
  .footer .footer_upper .link_item:nth-of-type(2) a {
    background: #d39980;
  }
  .footer .footer_upper .link_item:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5vw;
    height: 100%;
    background: #b5846f;
  }
  .footer .footer_upper .link_item:nth-of-type(2) .item_title {
    color: #fff;
  }
  .footer .footer_upper .link_item:nth-of-type(2) .item_title .small {
    font-size: 4.4vw;
    font-weight: 500;
  }
  .footer .footer_upper .link_item:nth-of-type(2) .item_title .large {
    font-size: 5vw;
    font-weight: 500;
  }
  .footer .footer_upper .footer_text_wrap {
    display: block;
    margin-bottom: 13.8vw;
  }
  .footer .footer_upper .footer_text01 {
    margin-right: 0;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .footer .footer_upper .footer_text02 {
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .footer .footer_upper .upper_flex {
    display: block;
  }
  .footer .footer_upper .info {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer .footer_upper .info_btn01 {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .footer .footer_upper .info_btn01 img {
    width: 100%;
  }
  .footer .footer_upper .info_btn02 {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .footer .footer_upper .info_btn02 img {
    width: 100%;
  }
  .footer .footer_upper .info_btn03 {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .footer .footer_upper .info_btn03 img {
    width: 100%;
  }
  .footer .footer_upper .timetable {
    width: 100%;
    text-align: center;
  }
  .footer .footer_upper .timetable img {
    width: 100%;
  }
  .footer .footer_upper .calendar {
    width: 100%;
    height: 80vw;
    background: #ccc;
  }
  .footer .access {
    display: block;
  }
  .footer .access .googlemap {
    width: 100%;
    height: 80vw;
  }
  .footer .access .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer .access .access_right {
    width: 100%;
    padding: 10.6vw 5.5vw;
    box-sizing: border-box;
    background: rgba(253, 237, 238, 0.68);
  }
  .footer .access .right_inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .footer .access .right_text {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    color: #c68080;
  }
  .footer .access .right_text02 {
    margin-bottom: 5.5vw;
    font-size: 4vw;
  }
  .footer .access .row {
    display: flex;
    align-items: center;
    margin-bottom: 5.5vw;
  }
  .footer .access .term {
    width: 10vw;
    margin-right: 2.7vw;
  }
  .footer .access .term img {
    width: 100%;
  }
  .footer .access .data {
    letter-spacing: 0.05em;
    font-size: 4vw;
  }
  .footer .access .parking_box {
    display: flex;
    align-items: center;
    width: 80vw;
    max-width: 100%;
    padding: 2.7vw 5.5vw;
    margin: 0 auto;
    background: #c38f79;
    box-sizing: border-box;
  }
  .footer .access .parking_box .icon {
    width: 13.3vw;
    margin-right: 5.5vw;
  }
  .footer .access .parking_box .icon img {
    width: 100%;
  }
  .footer .access .parking_box .parking_text {
    letter-spacing: 0.2em;
    color: #fff;
    font-size: 4vw;
  }
  .footer .footer_sitemap {
    display: block;
    width: 100%;
    padding: 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .sitemap01 {
    max-width: 100%;
    margin: 0;
  }
  .footer .footer_sitemap .middle {
    max-width: 100%;
    margin: 0;
  }
  .footer .footer_sitemap .sitemap02 {
    margin: 0;
  }
  .footer .footer_sitemap .site_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
    font-size: 4.1vw;
  }
  .footer .footer_sitemap .site_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .footer .footer_sitemap .sp_indent {
    padding: 0 0 0 11.1vw;
  }
  .footer .footer_sitemap .sp_indent:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow01.png) center/cover no-repeat;
  }
  .footer .footer_sitemap .sitemap03 .site_item:before {
    background: url(../images/common/arrow02.png) center/cover no-repeat;
  }
  .footer .footer_sitemap .right {
    max-width: 100%;
  }
  .footer .footer_sitemap .sitemap04 {
    margin: 0 0 8.3vw;
  }
  .footer .footer_sitemap .sitemap04 .example_item {
    position: relative;
    padding: 0 0 0 5.5vw;
    line-height: 3;
  }
  .footer .footer_sitemap .sitemap04 .site_item:before, .footer .footer_sitemap .sitemap04 .example_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5vw;
    bottom: auto;
    width: 2.7vw;
    height: 2.8vw;
    margin: 0;
    background: url(../images/common/arrow03.png) center/cover no-repeat;
  }
  .footer .footer_sitemap .sitemap04 .site_item.arrow_top:before {
    top: 5vw;
    bottom: auto;
  }
  .footer .footer_sitemap .recruit_btn {
    width: 69.4vw;
    height: 13vw;
    margin: 0 auto;
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 #e1e1e1;
    background: #fff;
  }
  .footer .footer_sitemap .recruit_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.4vw 0 0 13.8vw;
    box-sizing: border-box;
    background: #bd7a9c;
    font-size: 4.4vw;
    color: #fff;
    letter-spacing: 0.006em;
    line-height: 1;
    text-align: center;
  }
  .footer .footer_sitemap .recruit_btn a:before {
    content: "";
    position: absolute;
    top: 2.7vw;
    left: 2.7vw;
    width: 13.8vw;
    height: 7vw;
    background: url(../images/common/recruit.png) center/cover no-repeat;
  }
  .footer .copy {
    padding: 5.5vw 0;
    font-size: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .fixed_bottom {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 65px;
    text-align: center;
  }
  .fixed_bottom .tel {
    width: 50%;
    background: #c68080;
  }
  .fixed_bottom .tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 4vw;
    color: #fff;
    line-height: 65px;
  }
  .fixed_bottom .tel a img {
    width: 4vw;
    padding: 0 1vw 1px 0;
    vertical-align: text-bottom;
  }
  .fixed_bottom .tel a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    width: calc(100% - 2.7vw);
    height: calc(100% - 2.7vw);
    border: 1px solid #fff;
    margin: auto;
    background: transparent;
  }
  .fixed_bottom .soudan {
    width: 50%;
    background: #89aaaf;
  }
  .fixed_bottom .soudan a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 4vw;
    color: #fff;
    line-height: 65px;
  }
  .fixed_bottom .soudan a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 2.7vw;
    width: 5.5vw;
    height: 3.8vw;
    background: url(../images/index/kira04.png) center/cover no-repeat;
  }
  .fixed_bottom .soudan a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    width: calc(100% - 2.7vw);
    height: calc(100% - 2.7vw);
    border: 1px solid #fff;
    margin: auto;
    background: transparent;
  }
}/*# sourceMappingURL=style.css.map */