@charset "UTF-8";
.header {
  position: absolute;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  box-sizing: border-box;
}
.header .header_left {
  width: initial;
  margin: 0 0 0 8px;
  background-color: #333;
  padding: 10px 10px;
  box-sizing: border-box;
}
.header .header_left .page_title {
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
  color: #fff;
}
.header .header_left .clinic_box {
  box-sizing: border-box;
  display: flex;
}
.header .header_left .clinic_box .clinic_name01 {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: -4px;
  text-align: center;
  color: #fff;
  padding-right: 15px;
}
.header .header_left .clinic_box .clinic_name02 {
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .header_right {
  margin: 8px 100px 0 0;
  padding-right: initial;
  background-color: #333;
  display: flex;
}
.header .header_right .tel_btn {
  width: 210px;
  height: 55px;
  background-color: rgba(51, 51, 51, 0.8);
  margin: 10px 0 10px 10px;
  text-align: center;
}
.header .header_right .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
}
.header .header_right .tel_btn a .icon {
  width: 16px;
}
.header .header_right .tel_btn a .num {
  padding-left: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
.header .header_right .tel_btn a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 28px;
  width: 16px;
  height: 19px;
  background: url(/images/common/h_tel_icon.webp) center/contain no-repeat;
}
.header .header_right .time_table {
  height: 3em;
  border-left: 1px solid #fff;
  margin: 15px 15px;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.header .header_right .time_table .text01, .header .header_right .time_table .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .header .header_left .textbox {
    padding-left: 10px;
    width: 73%;
  }
  .header .timetable {
    display: none;
  }
  .header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    box-sizing: border-box;
    height: 17vw;
  }
  .header .header_left {
    padding: 2vw 2vw;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  .header .header_left .page_title {
    font-size: 3.2vw;
  }
  .header .header_left .clinic_box .clinic_name01 {
    font-size: 3.2vw;
    padding-right: 3.75vw;
    line-height: 1.3;
  }
  .header .header_left .clinic_box .clinic_name02 {
    font-size: 6vw;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  width: 92px;
  height: 92px;
}
@media screen and (max-width: 767px) {
  .ham {
    width: 17vw;
    height: 17vw;
  }
}

.nav {
  margin: 0 auto clamp(48px, 6.25vw, 80px);
}

.mainvisual {
  max-width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  /* アスペクト比可変用 */
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.mainvisual iframe {
  position: absolute;
  z-index: -1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mainvisual .box {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.mainvisual .box .b_right .text01 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(43px, 5.546vw, 71px);
  line-height: 0.2em;
  color: #fff;
  position: relative;
}
.mainvisual .box .b_right .text01 .t_small {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(30px, 3.906vw, 50px);
  line-height: 0.2em;
}
.mainvisual .box .b_right .text02 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: lighter;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.mainvisual .inner {
  position: relative;
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    aspect-ratio: 4/5;
  }
  .mainvisual iframe {
    left: 58%;
    width: 224%;
  }
  .mainvisual .box {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-left: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
  .mainvisual .box .b_right .text01 {
    font-size: 8.25vw;
    line-height: 0.2em;
    position: relative;
  }
  .mainvisual .box .b_right .text01 .t_small {
    font-size: 6vw;
    line-height: 0.2em;
  }
  .mainvisual .box .b_right .text02 {
    position: absolute;
    bottom: -7.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(12px, 1.25vw, 16px);
    font-weight: lighter;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
  }
  .mainvisual .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.info_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto clamp(54px, 7.031vw, 90px);
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.info_box .info_left_box {
  width: 48%;
  max-width: 46%;
  margin-right: clamp(20px, 3.125vw, 40px);
  display: flex;
  box-sizing: border-box;
}
.info_box .info_left_box .box {
  box-sizing: border-box;
  margin-right: clamp(15px, 1.953vw, 25px);
}
.info_box .info_left_box .box .subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.2em;
  color: #333;
  white-space: nowrap;
}
.info_box .info_left_box .box .title {
  font-size: clamp(12px, 1.25vw, 16px);
  letter-spacing: 0.1em;
  color: #333;
  white-space: nowrap;
}
.info_box .info_left_box .box_list {
  box-sizing: border-box;
}
.info_box .info_left_box .box_list .osirase_list {
  box-sizing: border-box;
}
.info_box .info_left_box .box_list .item {
  display: flex;
  padding: 0 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.info_box .info_left_box .box_list .item .link_blog {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.info_box .info_left_box .box_list .item .date {
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.1em;
  padding-right: 1em;
}
.info_box .info_left_box .box_list .item .data {
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info_box .info_left_box .box_list .link {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(12px, 1.171vw, 15px);
  display: flex;
  justify-content: flex-end;
}
.info_box .info_right_box {
  width: 48%;
  max-width: 46%;
}
.info_box .info_right_box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_box {
    width: 100%;
    max-width: 100%;
    margin: 4.2vw auto 4.2vw;
    padding: 0 5.5vw;
    display: block;
    box-sizing: border-box;
  }
  .info_box .info_left_box {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
    margin-bottom: 13.8vw;
    display: block;
    box-sizing: border-box;
  }
  .info_box .info_left_box .box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: initial;
  }
  .info_box .info_left_box .box .subtitle {
    font-size: 4.5vw;
    letter-spacing: 0.2em;
    margin-right: 1em;
  }
  .info_box .info_left_box .box .title {
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
  .info_box .info_left_box .box_list {
    box-sizing: border-box;
  }
  .info_box .info_left_box .box_list .osirase_list {
    box-sizing: border-box;
  }
  .info_box .info_left_box .box_list .item {
    display: block;
    padding: 0 1em;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 2.5vw;
    box-sizing: border-box;
  }
  .info_box .info_left_box .box_list .item .date {
    font-size: 3.25vw;
    letter-spacing: 0.1em;
    padding-right: 1em;
    white-space: nowrap;
  }
  .info_box .info_left_box .box_list .item .data {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .info_box .info_left_box .box_list .link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.5vw;
    display: flex;
    justify-content: flex-end;
  }
  .info_box .info_right_box {
    width: 100%;
    max-width: 100%;
  }
  .info_box .info_right_box img {
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 100px;
  position: relative;
}
.sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/index/sec01_bg_image.webp) center top/cover no-repeat;
  width: 100%;
  height: 720px;
}
.sec01 .sec_title {
  padding-top: clamp(78px, 10.156vw, 130px);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  padding-bottom: clamp(30px, 3.906vw, 50px);
}
.sec01 .text_box {
  width: 922px;
  max-width: 90%;
  margin: 0 auto;
}
.sec01 .sec_text {
  margin: 0 auto clamp(24px, 3.125vw, 40px);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec01 .about_btn {
  margin-left: auto;
}
.sec01 .flexbox {
  justify-content: flex-end;
}
.sec01 .flexbox .link {
  width: 180px;
  margin-left: auto;
  padding: 10px 15px;
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  color: #333;
}
.sec01 .flexbox .btn:nth-of-type(1) {
  margin-right: 30px;
}
.sec01 .image_box {
  width: 1230px;
  max-width: 100%;
  margin: clamp(36px, 4.687vw, 60px) auto 0;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.sec01 .image_box .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 20.7vw;
    position: relative;
  }
  .sec01::before {
    background: url(/images/index/sec01_bg_image_sp.webp) left top/cover no-repeat;
    height: 145.25vw;
  }
  .sec01 .sec_title {
    padding-top: 13.25vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 2.3;
    padding-bottom: 10.5vw;
  }
  .sec01 .text_box {
    width: 98%;
    max-width: 80%;
    margin: 0 auto 4.8vw;
    padding: 0 5.5vw;
  }
  .sec01 .sec_text {
    margin: 0 auto 6.2vw;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 2;
  }
  .sec01 .flexbox {
    display: flex;
    justify-content: center;
  }
  .sec01 .flexbox .link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    padding: 2.5vw 3.75vw;
    border: 0.5vw solid #666;
    font-size: 3.75vw;
  }
  .sec01 .flexbox .btn:nth-of-type(1) {
    margin-right: initial;
  }
  .sec01 .image_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sec01 .image_box img {
    width: 100%;
  }
  .sec01 .image_box .item {
    display: none;
  }
}

.sec02 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  background: url(/images/index/sec02_bg_image.webp) center top/cover no-repeat;
  background-size: clamp(768px, 100vw, 1280px);
  position: relative;
}
.sec02 .subtitle_box {
  position: absolute;
  top: clamp(-35px, -2.734vw, -21px);
  right: clamp(51px, 6.64vw, 85px);
  padding: 0 20px 0 0;
  border-right: 1px solid #333;
  font-size: clamp(13px, 1.64vw, 21px);
  letter-spacing: 0.1em;
  line-height: 2.5;
  writing-mode: vertical-rl;
}
.sec02 .sec_header {
  padding-top: clamp(81px, 10.546vw, 135px);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: clamp(42px, 5.468vw, 70px);
}
.sec02 .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 2.187vw, 28px);
  font-weight: 200;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  text-align: right;
  position: relative;
}
.sec02 .sec_title::before {
  content: "DENTAL HEALTH";
  position: absolute;
  bottom: clamp(-35px, -2.734vw, -21px);
  left: 0;
  font-size: clamp(15px, 1.406vw, 18px);
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.sec02 .l_text01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(30px, 3.906vw, 50px);
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.sec02 .l_text02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(30px, 3.906vw, 50px);
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.sec02 .image_grid {
  width: 1040px;
  max-width: 82%;
  margin-left: auto;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.sec02 .image_grid .item {
  position: relative;
}
.sec02 .image_grid .item:nth-of-type(1) .text01 {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(1) .text02 {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.562vw, 20px);
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(2) {
  padding-top: 63px;
}
.sec02 .image_grid .item:nth-of-type(2) .text01 {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(2) .text02 {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.562vw, 20px);
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(3) .text01 {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(3) .text02 {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.562vw, 20px);
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(4) {
  padding-top: 120px;
}
.sec02 .image_grid .item:nth-of-type(4) .text01 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.171vw, 15px);
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .image_grid .item:nth-of-type(4) .text02 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.562vw, 20px);
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
}
.sec02 .point_title {
  letter-spacing: 0.25em;
  font-feature-settings: "palt";
}
.sec02 .point01 {
  margin-top: -180px;
  width: 1115px;
  max-width: 100%;
  margin: -95px auto 100px;
  display: block;
}
.sec02 .point01 .point_header {
  display: block;
}
.sec02 .point01 .point_text {
  width: 948px;
  max-width: 84%;
  margin-right: auto;
}
.sec02 .point_flex {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.sec02 .links_box {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
}
.sec02 .links_box .linkbox {
  max-width: 780px;
  margin-bottom: 20px;
  border-radius: 0 30px 30px 0;
  background-color: #333;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: relative;
}
.sec02 .links_box .linkbox .image_box {
  width: 45%;
}
.sec02 .links_box .linkbox .image_box img {
  width: 100%;
}
.sec02 .links_box .linkbox .text_box {
  width: 55%;
  max-width: 420px;
  box-sizing: border-box;
  padding: 20px;
}
.sec02 .links_box .linkbox .subtitle {
  font-size: 15px;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
}
.sec02 .links_box .linkbox .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.sec02 .links_box .linkbox .text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
}
.sec02 .links_box .more_arrow {
  position: absolute;
  bottom: -10px;
  right: -16px;
  width: 120px;
  height: 45px;
}
.sec02 .links_box .link:nth-of-type(1) .linkbox {
  background-color: #f2f2f2;
}
.sec02 .links_box .link:nth-of-type(2) .linkbox {
  background-color: #e8f2f2;
}
.sec02 .links_box .link:nth-of-type(3) .linkbox {
  background-color: #f2e9e3;
}
.sec02 .point02 {
  width: 32%;
  min-width: 32%;
  margin: initial;
  margin-left: auto;
  margin-right: clamp(48px, 6.25vw, 80px);
  padding-left: 30px;
  box-sizing: border-box;
  display: block;
}
.sec02 .point02 .point_header {
  display: block;
}
.sec02 .point02 .point_text {
  margin-right: auto;
  letter-spacing: 0.07em;
}
.sec02 .gridbox {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto 100px;
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
}
.sec02 .point03 {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.sec02 .point03 .point_header {
  height: 3em;
}
.sec02 .point03 .point_header .point_icon {
  width: 82px;
  min-width: 82px;
  margin-right: 20px;
}
.sec02 .point03 .point_header .point_title {
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.sec02 .point03 .point_text {
  margin-bottom: 30px;
}
.sec02 .point04 {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.sec02 .point04 .point_header {
  height: 3em;
}
.sec02 .point04 .point_header .point_icon {
  width: 82px;
  min-width: 82px;
  margin-right: 20px;
}
.sec02 .point04 .point_header .point_title {
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.sec02 .point04 .point_text {
  margin-bottom: 30px;
}
.sec02 .point05 {
  width: 1125px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  justify-content: flex-start;
}
.sec02 .point05 .textbox {
  width: 38%;
  min-width: 293px;
  max-width: 38%;
  margin-right: 50px;
}
.sec02 .point05 .imagebox {
  width: 62%;
  max-width: 62%;
  min-width: initial;
  position: relative;
}
.sec02 .point05 .imagebox .point_image {
  width: 100%;
}
.sec02 .point05 .point_header {
  display: block;
}
.sec02 .point05 .point_text {
  margin-bottom: 30px;
}
.sec02 .flexbox {
  justify-content: flex-end;
}
.sec02 .flexbox .link {
  width: 185px;
  margin-left: auto;
  padding: 10px 15px;
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  color: #333;
}
.sec02 .flexbox .btn:nth-of-type(1) {
  margin-right: 30px;
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .sec02 .point03, .sec02 .point04 {
    display: flex;
    flex-direction: column;
  }
  .sec02 .point03 .point_title, .sec02 .point04 .point_title {
    line-height: 1.4;
  }
  .sec02 .point03 .point_text, .sec02 .point04 .point_text {
    flex-grow: 1;
  }
  .sec02 .flexbox {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .sec02 .flexbox .link {
    width: 180px;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 15px;
    color: #333;
  }
  .sec02 .flexbox .btn:nth-of-type(1) {
    margin-right: 30px;
  }
  .sec02 .flexbox .btn:nth-of-type(2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
    background: url(/images/index/sec02_bg_image_sp.webp) center top/cover no-repeat;
    background-size: 100%;
  }
  .sec02 .subtitle_box {
    position: absolute;
    top: -13vw;
    right: 5vw;
    padding: 0 5vw 0 0;
    border-right: 0.125vw solid #333;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 2.5;
    writing-mode: vertical-rl;
    /*.title {
      font-size: 3.75vw;
      letter-spacing: .1em;
      line-height: 2.5;
      writing-mode: vertical-rl;
    } */
  }
  .sec02 .sec_header {
    padding-top: 21.5vw;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 3.75vw;
  }
  .sec02 .sec_title {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
  }
  .sec02 .sec_title::before {
    bottom: -5.25vw;
    font-size: 2.75vw;
    letter-spacing: 0.1em;
  }
  .sec02 .l_text01 {
    font-size: 7vw;
    letter-spacing: 0.1em;
  }
  .sec02 .l_text02 {
    font-size: 7vw;
    letter-spacing: 0.1em;
  }
  .sec02 .point01 {
    margin-top: initial;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    display: block;
  }
  .sec02 .point01 .point_header {
    display: block;
  }
  .sec02 .point01 .image_grid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    display: grid;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    background: url(/images/index/sec02_list_image00.webp) center/cover no-repeat;
    background-size: 100%;
  }
  .sec02 .point01 .image_grid .item {
    width: 44.5vw;
    height: 40.5vw;
    position: relative;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(1) .text01 {
    bottom: 12.5vw;
    font-size: 3vw;
    letter-spacing: 0.05em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(1) .text02 {
    bottom: 3.75vw;
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(2) {
    padding-top: initial;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(2) .text01 {
    bottom: 12.5vw;
    font-size: 3vw;
    letter-spacing: 0.05em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(2) .text02 {
    bottom: 3.75vw;
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(3) .text01 {
    bottom: 12.5vw;
    font-size: 3vw;
    letter-spacing: 0.05em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(3) .text02 {
    bottom: 3.75vw;
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(4) {
    padding-top: initial;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(4) .text01 {
    bottom: 14.5vw;
    font-size: 3vw;
    letter-spacing: 0.05em;
  }
  .sec02 .point01 .image_grid .item:nth-of-type(4) .text02 {
    bottom: 3.75vw;
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec02 .point01 .point_text {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }
  .sec02 .point_flex {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 7.8vw;
    padding: 0 5.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .sec02 .links_box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .links_box .linkbox {
    max-width: initial;
    margin-bottom: 8vw;
    border-radius: 0 0 7.5vw 7.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .sec02 .links_box .linkbox .image_box {
    width: 100%;
  }
  .sec02 .links_box .linkbox .image_box img {
    width: 100%;
  }
  .sec02 .links_box .linkbox .text_box {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
  }
  .sec02 .links_box .linkbox .subtitle {
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    margin-bottom: 2vw;
  }
  .sec02 .links_box .linkbox .title {
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
  }
  .sec02 .links_box .linkbox .text {
    font-size: 3.75vw;
    letter-spacing: 0.06em;
    margin-bottom: 4.2vw;
  }
  .sec02 .links_box .more_arrow {
    position: absolute;
    bottom: -2.5vw;
    right: -4vw;
    width: 30vw;
    height: 11.25vw;
  }
  .sec02 .links_box .link:nth-of-type(1) .linkbox {
    background-color: #f2f2f2;
  }
  .sec02 .links_box .link:nth-of-type(2) .linkbox {
    background-color: #e8f2f2;
  }
  .sec02 .links_box .link:nth-of-type(3) .linkbox {
    background-color: #f2e9e3;
  }
  .sec02 .point02 {
    width: 100%;
    min-width: 100%;
    margin: initial;
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    margin-bottom: 4.2vw;
    display: block;
  }
  .sec02 .point02 .point_header {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec02 .point02 .point_text {
    margin-right: initial;
  }
  .sec02 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    display: grid;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .point03 {
    width: 100%;
    display: block;
  }
  .sec02 .point03 .point_header {
    height: initial;
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec02 .point03 .point_header .point_icon {
    width: 20.5vw;
    min-width: 20.5vw;
    margin-right: initial;
  }
  .sec02 .point03 .point_header .point_title {
    letter-spacing: 0.15em;
  }
  .sec02 .point03 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec02 .point04 {
    width: 100%;
    display: block;
  }
  .sec02 .point04 .point_header {
    height: initial;
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec02 .point04 .point_header .point_icon {
    width: 20.5vw;
    min-width: 20.5vw;
    margin-right: initial;
  }
  .sec02 .point04 .point_header .point_title {
    letter-spacing: 0.15em;
  }
  .sec02 .point04 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec02 .point05 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: initial;
    justify-content: flex-start;
  }
  .sec02 .point05 .textbox {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    margin-right: initial;
  }
  .sec02 .point05 .imagebox {
    width: 100%;
    max-width: 100%;
    min-width: initial;
    position: relative;
  }
  .sec02 .point05 .imagebox .point_image {
    width: 100%;
  }
  .sec02 .point05 .point_header {
    display: block;
    padding: 0 5.5vw;
  }
  .sec02 .point05 .point_text {
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .flexbox {
    display: flex;
    justify-content: center;
  }
  .sec02 .flexbox .link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    padding: 3.5vw 3.75vw;
    border: 0.5vw solid #666;
    font-size: 3.75vw;
  }
  .sec02 .flexbox .btn:nth-of-type(1) {
    margin-right: 4vw;
  }
}

.sec03 {
  margin-bottom: 100px;
  height: 790px;
}
.sec03 .sec_header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 15px;
  padding-top: 40px;
}
.sec03 .sec_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/index/sec03_bg_image.webp) center top/cover no-repeat;
  width: 100%;
  height: 790px;
}
.sec03 .sec_header .sec_subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(36px, 4.687vw, 60px);
  border-top: 2px solid #4d4d4d;
  padding-top: 20px;
  position: relative;
  font-size: clamp(15px, 1.875vw, 24px);
  letter-spacing: 0.2em;
  text-align: center;
}
.sec03 .sec_header .sec_title {
  padding-left: 80px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.2em;
  margin-bottom: clamp(45px, 5.859vw, 75px);
}
.sec03 .slider {
  width: 100%;
  /*戻る、次へ矢印の位置*/
}
.sec03 .slider .slick-prev,
.sec03 .slider .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 2;
  top: 40%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #fff; /*矢印の色*/
  border-right: 4px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.sec03 .slider .slick-prev { /*戻る矢印の位置と形状*/
  left: 3%;
  transform: rotate(-135deg);
}
.sec03 .slider .slick-prev:before {
  display: none;
}
.sec03 .slider .slick-next { /*次へ矢印の位置と形状*/
  right: 3%;
  transform: rotate(45deg);
}
.sec03 .slider .slick-next:before {
  display: none;
}
.sec03 .slider .slide {
  width: clamp(300px, 39.062vw, 500px);
  margin-right: 70px;
}
.sec03 .slider .item_image {
  margin-bottom: 20px;
}
.sec03 .slider .item_image img {
  display: block;
  width: 100%;
}
.sec03 .slider .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.sec03 .slider .item_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03 {
    overflow: hidden;
    margin-bottom: 20.7vw;
    height: 160.5vw;
  }
  .sec03 .sec_header {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 15px;
    padding-top: 8.75vw;
  }
  .sec03 .sec_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/sec03_bg_image_sp.webp) center top/cover no-repeat;
    width: 100%;
    height: 160.5vw;
  }
  .sec03 .sec_header .sec_subtitle {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5vw;
    border-top: 0.25vw solid #4d4d4d;
    padding-top: 3.75vw;
    position: relative;
    font-size: 3.75vw;
    letter-spacing: 0.2em;
  }
  .sec03 .sec_header .sec_title {
    padding-left: initial;
    font-size: 6vw;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 6.75vw;
  }
  .sec03 .slider .slick-prev {
    left: 20px;
    top: 25%;
  }
  .sec03 .slider .slick-next {
    right: 20px;
    top: 25%;
  }
  .sec03 .slider .slide {
    width: 82vw;
    margin-right: 3vw;
  }
  .sec03 .slider .slide .item_image {
    margin-bottom: 4.2vw;
  }
  .sec03 .slider .slide .item_image img {
    display: block;
    width: 100%;
  }
  .sec03 .slider .slide .item_title {
    padding: 0 5.5vw;
    font-size: 4.5vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .slider .slide .item_text {
    padding: 0 5.5vw;
    font-size: 3.75vw;
  }
}

.sec04 {
  margin-bottom: clamp(60px, 7.8125vw, 100px);
}
.sec04 .sec_header {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 15px;
  height: clamp(158px, 20.625vw, 264px);
  background-color: #f3eee7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.sec04 .sec_header .sec_subtitle {
  position: absolute;
  top: -20px;
  left: clamp(95px, 12.343vw, 158px);
  width: 150px;
  height: clamp(86px, 11.171vw, 143px);
  border-left: 0.5px solid #4d4d4d;
  padding-left: clamp(17px, 2.187vw, 28px);
  font-size: clamp(11px, 1.406vw, 18px);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec04 .sec_header .sec_title {
  padding-left: clamp(48px, 6.25vw, 80px);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.sec04 .gridbox {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.sec04 .gridbox .grid_item {
  background-color: cadetblue;
  width: 100%;
  height: clamp(234px, 30.468vw, 390px);
  padding: 45px 30px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.sec04 .gridbox .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(24px, 3.125vw, 40px);
  letter-spacing: 0.15em;
  color: #fff;
}
.sec04 .gridbox .flexbox {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}
.sec04 .gridbox .item {
  margin-bottom: 10px;
}
.sec04 .gridbox .item a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(12px, 1.406vw, 18px);
  letter-spacing: 0.1em;
  color: #fff;
}
.sec04 .gridbox .grid_item:nth-of-type(1) {
  background: url(/images/index/sec04_bg_image01.webp) center/cover no-repeat;
}
.sec04 .gridbox .grid_item:nth-of-type(1) .flexbox .list:nth-of-type(1) {
  width: 35%;
  padding-right: 30px;
}
.sec04 .gridbox .grid_item:nth-of-type(1) .flexbox .list:nth-of-type(2) {
  width: 65%;
}
.sec04 .gridbox .grid_item:nth-of-type(2) {
  background: url(/images/index/sec04_bg_image02.webp) center/cover no-repeat;
}
.sec04 .gridbox .grid_item:nth-of-type(3) {
  background: url(/images/index/sec04_bg_image03.webp) center/cover no-repeat;
}
.sec04 .gridbox .grid_item:nth-of-type(4) {
  background: url(/images/index/sec04_bg_image04.webp) center/cover no-repeat;
}
.sec04 .gridbox .grid_item:nth-of-type(4) .flexbox .list:nth-of-type(1) {
  width: 45%;
  padding-right: 30px;
}
.sec04 .gridbox .grid_item:nth-of-type(4) .flexbox .list:nth-of-type(2) {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec04 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec04_sp {
    margin-bottom: 13.8vw;
  }
  .sec04_sp .sec_header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3.75vw;
    height: 39.5vw;
    background-color: #f3eee7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .sec04_sp .sec_header .sec_subtitle {
    position: absolute;
    top: -9vw;
    left: 17.5vw;
    height: 33.75vw;
    border-left: 0.5px solid #4d4d4d;
    padding-left: 4.53vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec04_sp .sec_header .sec_title {
    padding-left: 6.25vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }
  .sec04_sp .item_box {
    box-sizing: border-box;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec04_sp .item_box .item_image {
    width: 100%;
  }
  .sec04_sp .item_box .item_image img {
    width: 100%;
  }
  .sec04_sp .item_box .item_title {
    position: absolute;
    top: 46.5vw;
    left: 7.5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    letter-spacing: 0.15em;
    color: #fff;
  }
  .sec04_sp .item_box .gridbox {
    box-sizing: border-box;
    padding: 2vw;
  }
  .sec04_sp .item_box .item {
    height: 3em;
    border: 0.125vw solid #534741;
    padding: 2vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec04_sp .item_box01 .gridbox {
    width: 100%;
    padding: 2vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec04_sp .item_box02 .gridbox {
    width: 100%;
    padding: 2vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec04_sp .item_box03 .gridbox {
    width: 100%;
    padding: 2vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec04_sp .item_box04 .gridbox {
    width: 100%;
    padding: 2vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .sec_header {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 15px;
  height: clamp(158px, 20.625vw, 264px);
  background-color: rgba(35, 32, 49, 0.7);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.sec05 .sec_header .sec_subtitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(35px, 4.531vw, 58px);
  width: 150px;
  height: clamp(86px, 11.171vw, 143px);
  border-right: 0.5px solid #fff;
  padding-right: clamp(17px, 2.187vw, 28px);
  font-size: clamp(11px, 1.406vw, 18px);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
.sec05 .sec_header .sec_title {
  padding-right: clamp(48px, 6.25vw, 80px);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.2em;
  color: #fff;
}
.sec05 .upper_box {
  width: 1115px;
  max-width: 100%;
  margin: clamp(-100px, -7.8125vw, -60px) auto clamp(27px, 3.515vw, 45px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec05 .upper_box .cont_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 2.031vw, 26px);
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec05 .upper_box .name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec05 .upper_box .name span {
  font-size: clamp(12px, 1.25vw, 16px);
}
.sec05 .lowwer_box {
  width: 1115px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .lowwer_box .text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 35px;
}
.sec05 .lowwer_box .flexbox {
  justify-content: flex-end;
}
.sec05 .lowwer_box .flexbox .link {
  width: 180px;
  margin-left: auto;
  padding: 10px 15px;
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  color: #333;
}
.sec05 .lowwer_box .flexbox .btn:nth-of-type(1) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 27.6vw;
  }
  .sec05 .inner {
    padding: 0 5.5vw;
  }
  .sec05 .sec_header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 38.13vw;
  }
  .sec05 .sec_header .sec_subtitle {
    right: 9.3vw;
    width: 100%;
    height: 22.93vw;
    padding-right: 4.53vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .sec05 .sec_header .sec_title {
    padding-right: 12.8vw;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
  }
  .sec05 .upper_box {
    width: 100%;
    max-width: 100%;
    margin: -6.75vw auto 4.2vw;
    display: block;
  }
  .sec05 .upper_box .imagebox {
    max-width: 100%;
  }
  .sec05 .upper_box .cont_image {
    width: 80vw;
  }
  .sec05 .upper_box .cont_image img {
    width: 100%;
  }
  .sec05 .upper_box .cont_title {
    font-size: 4.8vw;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .sec05 .upper_box .name {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    letter-spacing: 0.01em;
  }
  .sec05 .upper_box .name span {
    font-size: 3.75vw;
  }
  .sec05 .lowwer_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .lowwer_box .text {
    font-size: 3.75vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 4.2vw;
  }
  .sec05 .lowwer_box .flexbox {
    display: flex;
    justify-content: center;
  }
  .sec05 .lowwer_box .flexbox .link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    padding: 2.5vw 3.75vw;
    border: 0.5vw solid #666;
    font-size: 3.75vw;
  }
  .sec05 .lowwer_box .flexbox .btn:nth-of-type(1) {
    margin-right: initial;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .recruit_box {
  width: 968px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.sec06 .sec_subtitle {
  position: absolute;
  z-index: 3;
  top: -30px;
  left: -80px;
  width: 444px;
  height: 43px;
}
.sec06 .sec_title {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 85px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec06 .recruit {
  width: 100%;
  position: relative;
}
.sec06 .recruit img {
  width: 100%;
}
@media screen and (max-width: 1162px) and (min-width: 768px) {
  .sec06 .sec_subtitle {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .recruit_box {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
  }
  .sec06 .sec_subtitle {
    top: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88.8vw;
    height: 8.6vw;
  }
  .sec06 .sec_title {
    top: 8vw;
    left: 6.722vw;
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
  .sec06 .recruit {
    width: 100%;
    position: relative;
  }
  .sec06 .recruit img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */