@charset "UTF-8";
/* @mixin */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600&display=swap");
@font-face {
  font-family: 'din1451';
  src: url("../../font/din1451alt.woff"), url("../../font/din1451alt.ttf");
}

/*
pc sp共通
*/
ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* -------------------
  sp共通
---------------------------*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.33333vw;
}

body {
  font-size: 1.8em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #333333;
}

img {
  width: 100%;
}

.sp_none {
  display: none !important;
}

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

.din {
  font-family: 'din1451';
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.s_bold {
  font-weight: 600;
}

.c_blue {
  color: #009bde;
}

.c_orange {
  color: #f49c10;
}

.inner_blk {
  width: 89.33333vw;
  margin: 0 auto;
}

.tel_num {
  font-size: 8rem;
}

#sec03 .tel_num::before {
  content: '';
  display: inline-block;
  width: 6.4vw;
  height: 12.53333vw;
  background-image: url("../../img/tel/tel_01_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.73333vw;
}

#sec08 .tel_num::before {
  content: '';
  display: inline-block;
  width: 6.4vw;
  height: 12.53333vw;
  background-image: url("../../img/tel/tel_02_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.73333vw;
}

.sec_ttl {
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  padding-top: 28.53333vw;
}

.sec_ttl::after {
  content: '';
  width: 13.33333vw;
  height: 1.06667vw;
  display: block;
  background-color: #fff227;
  margin: 3.33333vw auto 6.93333vw;
}

/*
button
*/
.mail_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89.33333vw;
  height: 16vw;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 3rem;
  position: relative;
  z-index: 3;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.35);
}

.mail_button a::after {
  content: '';
  display: inline-block;
  width: 1.73333vw;
  height: 3.06667vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  transform: translateY(-50%);
}

#sec03 .mail_button a, #sec08 .mail_button a {
  background-color: #fff;
  color: #009bde;
}

#sec03 .mail_button a::after, #sec08 .mail_button a::after {
  background-image: url("../../img/arrow.png");
}

.f_menu .mail_button a {
  background-color: #fff;
  color: #009bde;
}

.f_menu .mail_button a::after {
  background-image: url("../../img/arrow_white.png");
}

/* -------------------
  sp_style
---------------------------*/
.wrap {
  position: relative;
  overflow-y: hidden;
}

/*
  角度調整
*/
@media only screen and (max-width: 1200px) {
  #sec03, #sec05 {
    transform: skewY(-10deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(10deg);
  }
}

@media only screen and (max-width: 1800px) {
  #sec06 {
    transform: skewY(5deg);
  }
  #sec06 .skew_inner {
    transform: skewY(-5deg);
  }
}

/*
header
*/
.header {
  display: flex;
  align-items: center;
  padding: 1.6vw 0;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: 100vw;
  /*
  sp menu
  */
}

.header .main_logo {
  width: 20.93333vw;
  margin-left: 2.66667vw;
}

.header .page_ttl {
  font-size: 2.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.7;
  margin-left: 2.93333vw;
}

.header .page_ttl span {
  display: block;
  font-size: 2.4rem;
  line-height: 1.04348;
  letter-spacing: 0.065em;
  text-indent: -0.065em;
}

.header .menu_trigger a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 6.4vw;
  height: 5.33333vw;
  margin-left: 7.33333vw;
  position: relative;
}

.header .menu_trigger a span {
  display: block;
  width: 100%;
  height: 1.06667vw;
  background-color: #000;
  transition: all .3s;
  position: absolute;
}

.header .menu_trigger a span:nth-child(1) {
  top: 0;
}

.header .menu_trigger a span:nth-child(2) {
  top: calc(50% - 4 / 750 * 100vw);
}

.header .menu_trigger a span:nth-child(3) {
  bottom: 0;
}

/*-----------
menuのスタイル変更
------------------------*/
.menu_trigger.active a span:nth-child(1) {
  transform: rotate(-45deg);
  top: 2.13333vw;
}

.menu_trigger.active a span:nth-child(2) {
  opacity: 0;
}

.menu_trigger.active a span:nth-child(3) {
  transform: rotate(45deg);
  bottom: 2.13333vw;
}

/*
mv
*/
.mv .mv_wrap {
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.mv .mv_wrap .content_txt {
  position: absolute;
  top: 50%;
  left: calc((100vw - calc(650 / 750 * 100vw)) / 2 + calc(14 / 750 * 100vw));
  transform: translateY(-50%);
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.8;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

.mv .mv_wrap .content_txt span {
  font-size: 5.6rem;
}

.mv .mv_wrap .content_img img {
  vertical-align: bottom;
}

/*
navigarion
*/
.menu_content {
  font-size: 3.6rem;
  text-align: center;
  width: 100vw;
  background-color: rgba(0, 155, 222, 0.95);
  position: fixed;
  top: 13.33333vw;
  z-index: 20;
}

.menu_content .menu {
  padding-top: 10vw;
}

.menu_content .menu li a {
  display: inline-block;
  margin-bottom: 8.66667vw;
  color: #fff;
}

.menu_content .tel_blk a {
  color: #fff;
  display: block;
  justify-content: center;
  background-color: #f49c10;
  width: 89.33333vw;
  padding: 6.66667vw 0;
  border-radius: 15px;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.35);
  margin: 0 auto 8vw;
}

.menu_content .tel_blk a span.tel_num {
  display: block;
  margin-top: 2.66667vw;
}

.menu_content .tel_blk a .upper {
  font-size: 3.6rem;
}

.menu_content .tel_blk a .tel_num::before {
  content: '';
  display: inline-block;
  width: 11.6vw;
  height: 7.73333vw;
  background-image: url("../../img/tel/tel_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2.66667vw;
}

.menu_content .tel_blk a .under {
  font-size: 2.2rem;
}

/*-----------
menu開閉
------------------------*/
.menu_content {
  transition: transform 700ms;
  transform: translateY(-200vw);
}

.menu_content.active {
  transform: translateY(0);
}

/*-------------------
スクロール固定
--------------------------*/
html.fix {
  overflow: hidden;
}

.content_outer_wrap {
  padding-top: 13.33333vw;
}

/*
sec01
*/
#sec01 {
  background-image: url("../../img/pattern/bg_pattern01.jpg");
  background-repeat: repeat;
  background-size: 6px 6px;
  display: flex;
  align-items: center;
}

#sec01 .ttl_01 {
  font-size: 3.6rem;
  text-align: center;
  padding-top: 10vw;
}

#sec01 .ttl_01 span.line {
  font-size: 4.6rem;
  background: linear-gradient(transparent 62%, #fff 62%);
  padding: 0 1.33333vw;
  margin: 0 -1.33333vw;
  position: relative;
}

#sec01 .ttl_01 span.first {
  position: relative;
  z-index: 1;
}

#sec01 .ttl_01 span.c_blue {
  padding-right: 0;
}

#sec01 .content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 7.06667vw -2vw;
  margin-bottom: 0;
}

#sec01 .content_list .content_blk {
  width: 42.66667vw;
  height: 42.66667vw;
  margin: 0 2vw 0;
  margin-bottom: 4vw;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

#sec01 .content_list .content_blk .content_ttl {
  padding: 4.93333vw 0 4vw 0;
  font-size: 2.8rem;
}

#sec01 .content_list .content_blk .content_img {
  height: 12vw;
  position: absolute;
  left: 50%;
  bottom: 2.66667vw;
  transform: translateX(-50%);
}

#sec01 .content_list .content_blk .content_img img {
  height: 100%;
  width: auto;
}

#sec01 .content_list .content_blk .content_txt {
  line-height: 1.33333;
  font-size: 2.8rem;
}

#sec01 .content_list .content_blk:nth-child(5) .content_ttl {
  padding-bottom: 0;
}

#sec01 p.ttl_01 {
  padding-top: 3.33333vw;
  padding-bottom: 9.86667vw;
}

/*
section02
*/
#sec02 {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 25.33333vw;
}

#sec02 .ttl_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27.33333vw;
  font-size: 3.6rem;
  font-style: oblique;
  position: relative;
  z-index: 3;
  letter-spacing: 0.03em;
}

#sec02 .ttl_02 .baseline {
  display: flex;
  align-items: baseline;
}

#sec02 .ttl_02 span:not(:nth-child(2)) {
  font-size: 4.8rem;
  position: relative;
  z-index: 3;
}

#sec02 .ttl_02 .space {
  margin: 0 10px;
}

#sec02 .ttl_02::after {
  content: '';
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.93333vw;
  z-index: 2;
}

#sec02 .top_blk {
  background-image: url("../../img/pattern/bg_pattern02.jpg");
  background-repeat: repeat;
}

#sec02 .top_blk .inner_blk {
  width: 100vw;
}

#sec02 .top_blk .inner_blk .point_list {
  color: #fff;
  width: 100%;
  padding-top: 2.66667vw;
}

#sec02 .top_blk .inner_blk .point_list > li {
  letter-spacing: 0.05em;
  border-bottom: 2px solid #fff;
}

#sec02 .top_blk .inner_blk .point_list > li * {
  width: 89.33333vw;
  margin: 0 auto;
}

#sec02 .top_blk .inner_blk .point_list > li .point_img {
  margin-bottom: 6vw;
}

#sec02 .top_blk .inner_blk .point_list > li h3 {
  padding-top: 4.93333vw;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7;
  white-space: nowrap;
}

#sec02 .top_blk .inner_blk .point_list > li h3 .point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.33333vw;
  height: 13.33333vw;
  font-weight: 400;
  border: 0.53333vw solid #fff;
  border-radius: 50%;
  font-size: 6rem;
  letter-spacing: .05em;
  flex-shrink: 0;
  margin-right: 2vw;
}

#sec02 .top_blk .inner_blk .point_list > li h3 .point_txt {
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-size: 3.8rem;
}

#sec02 .top_blk .inner_blk .point_list > li p {
  padding: 3.6vw 0;
  text-align: center;
  font-size: 2.8rem;
}

#sec02 .middle_blk {
  height: 65.33333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 6rem;
  letter-spacing: 0.03em;
}

#sec02 .middle_blk p {
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}

#sec02 .middle_blk .mark {
  display: inline-block;
  padding-right: 2vw;
  padding-left: 2.93333vw;
  background: linear-gradient(transparent 62%, #fff227 62%);
  letter-spacing: 0.04em;
  margin-left: 0.5em;
  line-height: 1.17;
}

#sec02 .middle_blk .dot {
  position: relative;
}

#sec02 .middle_blk .dot:after {
  content: '';
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background-color: #009bde;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#sec02 .bottom_blk {
  background-image: url("../../img/pattern/bg_pattern01.jpg");
  background-repeat: repeat;
  position: relative;
  overflow: visible;
}

#sec02 .bottom_blk .inner_blk {
  position: relative;
  height: 100%;
  margin-bottom: 24vw;
}

#sec02 .bottom_blk .check_list {
  padding: 7.6vw 0;
  padding-bottom: 13vw;
}

#sec02 .bottom_blk .check_list li {
  height: 6.8vw;
  margin-bottom: 2.93333vw;
  margin-left: 1.73333vw;
}

#sec02 .bottom_blk .check_list li img {
  height: 100%;
  width: auto;
}

#sec02 .bottom_blk .duck {
  width: 14.66667vw;
  position: absolute;
  top: 62.66667vw;
  left: 79.2vw;
  z-index: 10;
}

#sec02 .bottom_blk .b_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009bde;
  width: 21.33333vw;
  height: 21.33333vw;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 36.8vw;
  right: 5.33333vw;
}

#sec02 .bottom_blk .b_blue::after {
  content: "";
  position: absolute;
  bottom: -2.93333vw;
  right: 0.53333vw;
  border: 2.4vw solid transparent;
  border-left: 6.4vw solid #009bde;
  z-index: 0;
  transform: rotate(60deg);
}

#sec02 .bottom_blk::after {
  content: '';
  display: block;
  height: 8.53333vw;
  width: 100vw;
  background-image: url("../../img/line.png");
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*
section03
*/
#sec03 {
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 38.66667vw;
}

#sec03 .inner_blk {
  position: relative;
}

#sec03 .inner_blk .b_yellow {
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff227;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  text-align: center;
  color: #000;
  position: absolute;
  top: -53.33333vw;
  left: 0;
}

#sec03 .inner_blk .b_yellow::after {
  content: "";
  position: absolute;
  bottom: -1.06667vw;
  left: 9.33333vw;
  margin-top: -15px;
  border: 1.86667vw solid transparent;
  border-left: 6.93333vw solid #fff227;
  z-index: -1;
  transform: rotate(52deg);
}

#sec03 .txt {
  font-size: 3rem;
  text-align: center;
  position: relative;
  top: -34.4vw;
}

#sec03 .txt .c_orange {
  font-size: 4rem;
}

#sec03 .txt::before {
  content: '';
  width: 4vw;
  height: 6.66667vw;
  background-image: url("../../img/dotted_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 6.66667vw;
  bottom: 0;
}

#sec03 .txt::after {
  content: '';
  width: 4vw;
  height: 6.66667vw;
  background-image: url("../../img/dotted_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 6.66667vw;
  bottom: 0;
}

#sec03 .tel_button {
  margin: 35px 0;
  text-align: center;
  letter-spacing: 0.13em;
}

#sec03 .tel_button a {
  color: #fff;
  display: block;
  justify-content: center;
  background-color: #f49c10;
  position: relative;
  top: -41.33333vw;
  width: 89.33333vw;
  padding: 4.66667vw 0;
  border-radius: 15px;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.35);
}

#sec03 .tel_button a > span:nth-child(1) {
  display: block;
  font-size: 3.4rem;
  font-weight: 400;
}

#sec03 .tel_button .tel_num::before {
  background-position: bottom;
}

#sec03 .mail_button a {
  position: relative;
  top: -41.33333vw;
}

/*
section04
*/
#sec04 {
  width: auto;
  background-image: url("../../img/pattern/bg_pattern03.jpg");
  background-repeat: repeat;
  position: relative;
  padding-bottom: 33.33333vw;
  margin-top: -12vw;
  z-index: 1;
  padding-top: 12vw;
}

#sec04 .sec_ttl {
  margin-top: 18vw;
  padding-top: 0;
}

#sec04 .txt {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5.33333vw;
}

#sec04 .item_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -4px;
}

#sec04 .item_list li {
  background-color: #fff;
  margin: 5.33333vw auto;
  width: 78.49333vw;
  height: 33.16vw;
  border: 1.06667vw solid #004777;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
}

#sec04 .item_list li .item_txt {
  font-size: 4rem;
  color: #009bde;
  margin-left: 7.33333vw;
}

#sec04 .item_list li:not(:last-child)::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.33333vw 5.33333vw 0 5.33333vw;
  border-color: #004777 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -5.6vw;
  transform: translateX(-50%);
}

#sec04 .item_list .step01 .item_img {
  width: 12.8vw;
  margin-left: 10.66667vw;
}

#sec04 .item_list .step01::after {
  content: '1';
  color: #fff;
  font-size: 8rem;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
  text-indent: -0.09em;
}

#sec04 .item_list .step02 .item_img {
  width: 22.66667vw;
  margin-left: 6vw;
}

#sec04 .item_list .step02::after {
  content: '2';
  color: #fff;
  font-size: 8rem;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
}

#sec04 .item_list .step03 .item_img {
  width: 20.53333vw;
  margin-left: 13.06667vw;
}

#sec04 .item_list .step03::after {
  content: '3';
  color: #fff;
  font-size: 8rem;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
}

#sec04 .item_list .step04 .item_img {
  width: 18.66667vw;
  margin-left: 26.4vw;
}

#sec04 .item_list .step04::after {
  content: '4';
  color: #fff;
  font-size: 8rem;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
}

#sec04 .item_list .step05 .item_img {
  width: 19.86667vw;
  margin-left: 6.26667vw;
}

#sec04 .item_list .step05::after {
  content: '5';
  color: #fff;
  font-size: 8rem;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
}

#sec04 .item_list .step06 .item_img {
  width: 24.93333vw;
  margin-left: 20.8vw;
}

#sec04 .item_list .step06::after {
  content: '6';
  color: #fff;
  font-size: 8rem;
  font-weight: 400;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: calc(-45 / 750 * 100vw);
  top: calc(-45 / 750 * 100vw);
}

/*
section05
*/
#sec05 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -19.6vw;
}

#sec05 .skew_inner {
  background-image: url("../../img/access.jpg");
  background-size: 245%;
  background-repeat: no-repeat;
  background-position: left 45%;
  position: relative;
  z-index: 2;
  margin-top: calc(-380 / 750 * 100vw);
}

#sec05 .skew_inner .inner_blk {
  padding-bottom: 80vw;
  position: relative;
  top: 33.86667vw;
}

#sec05 .skew_inner .inner_blk .sec_ttl {
  padding-top: 0;
  margin-top: 26.66667vw;
}

#sec05 .content_inner {
  padding-top: 1.33333vw;
}

#sec05 .content_inner .address .txt_inner {
  width: 89.33333vw;
  padding: 3.33333vw 4.26667vw 4.66667vw;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}

#sec05 .content_inner .address .txt_inner h3 {
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1.5;
  border-bottom: 2px solid #000;
  letter-spacing: 0.07em;
  white-space: nowrap;
  padding-bottom: 0.53333vw;
}

#sec05 .content_inner .address .txt_inner ul {
  font-size: 2.8rem;
  padding-top: 1.6vw;
}

#sec05 .content_inner .address .txt_inner p {
  font-size: 2.6rem;
  padding-top: 1.33333vw;
}

#sec05 .content_inner .map {
  width: 74.66667vw;
  height: 56vw;
  margin: 5.33333vw auto 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 4;
}

#sec05 .content_inner .map iframe {
  width: 100%;
  height: 100%;
}

#sec05 .skew_inner::after {
  content: '';
  display: block;
  width: 100vw;
  height: 80vw;
  background-image: url("../../img/area.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -21.33333vw;
  left: 0;
  z-index: 3;
}

/*
section06
*/
#sec06 {
  background-color: #f1f1f1;
  position: relative;
  z-index: 4;
}

#sec06 .skew_inner {
  margin-top: -40vw;
}

#sec06 .skew_inner .inner_blk .sec_ttl {
  color: #333333;
  padding-top: 0;
  margin-top: 7.33333vw;
}

#sec06 .skew_inner .inner_blk .content_inner .owner {
  width: 42.66667vw;
  margin: 0 auto;
  margin-bottom: 6.66667vw;
}

#sec06 .skew_inner .inner_blk .content_inner .owner img {
  width: 100%;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 {
  border-bottom: 0.53333vw solid #333333;
  font-size: 3.4rem;
  margin-bottom: 0.66667vw;
  padding-bottom: 1.33333vw;
  letter-spacing: 0.07em;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner p {
  font-size: 2.8rem;
  line-height: 1.7;
  padding-bottom: 24vw;
  font-feature-settings: "pkna";
}

/*
section07
*/
#sec07 {
  position: relative;
}

#sec07 .sec_ttl {
  padding-top: 9.33333vw;
  margin-top: 6.4vw;
  color: #333333;
}

#sec07 .content_wrap .history li {
  display: flex;
  width: 100%;
  margin-bottom: 4vw;
  position: relative;
}

#sec07 .content_wrap .history li .date {
  text-align: right;
  width: 19.33333vw;
}

#sec07 .content_wrap .history li .date .year {
  font-size: 3.4rem;
  line-height: 1.4;
  margin-left: 2.4vw;
}

#sec07 .content_wrap .history li .date .month {
  display: block;
  font-size: 2.5rem;
}

#sec07 .content_wrap .history li .content {
  width: 63.6vw;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-left: 2.4vw;
}

#sec07 .content_wrap .history li:last-child .year {
  color: #009bde;
}

#sec07 .content_wrap .history li:last-child .month {
  color: #009bde;
}

#sec07 .content_wrap .history li::before {
  content: '';
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #e2e2e2;
  margin-top: 1.06667vw;
  flex-shrink: 0;
}

#sec07 .content_wrap .history li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 0.53333vw;
  height: calc(100% + 30 / 750 * 100vw);
  background-color: #e2e2e2;
  position: absolute;
  left: 1.86667vw;
  top: 1.33333vw;
}

#sec07 .content_wrap .history li:last-child::after {
  content: '';
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background-color: #009bde;
  position: absolute;
  top: 1.86667vw;
  left: 0.8vw;
  border-radius: 50%;
  z-index: 10;
}

/*
section08
*/
#sec08 {
  overflow: hidden;
  background-image: url("../../img/pattern/bg_pattern04.jpg");
  background-repeat: repeat;
  padding-bottom: 16vw;
  position: relative;
  /*
  角度調整
  */
}

#sec08 .sec_ttl {
  padding-top: 24.8vw;
}

#sec08 p {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

#sec08 .tel_button {
  margin: 9.33333vw 0;
  text-align: center;
  letter-spacing: 0.13em;
}

#sec08 .tel_button a {
  color: #165c9d;
  display: block;
  justify-content: center;
  background-color: #fff227;
  width: 89.33333vw;
  padding: 4.66667vw 0;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

#sec08 .tel_button a > span:nth-child(1) {
  display: block;
  font-size: 3.4rem;
  font-weight: 400;
}

#sec08 .tel_button .tel_num::before {
  background-position: bottom;
}

#sec08 .skew_inner::before {
  content: '';
  width: 100%;
  height: 250px;
  display: block;
  transform: skewY(-5.3deg);
  background-color: #fff;
  position: absolute;
  top: -193px;
  left: 0;
}

.footer {
  background-color: #333333;
  color: #fff;
  text-align: center;
  z-index: 10;
  width: 100%;
}

.footer span {
  display: inline-block;
  padding: 3.2vw 0;
  font-size: 2.4rem;
}

/*
floating menu
*/
.f_menu {
  width: 100vw;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  transform: translateY(13.33333vw);
  transition: transform 200ms;
}

.f_menu .sp_menu a {
  display: flex;
  width: 100vw;
  height: 13.33333vw;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.33333vw;
  color: #fff;
  background-color: #f49c10;
}

.f_menu .sp_menu a .menu_txt01 {
  font-size: 3.4rem;
  vertical-align: middle;
}

.f_menu .sp_menu a .menu_txt01::before {
  content: '';
  display: inline-block;
  width: 5.33333vw;
  height: 6.66667vw;
  background-image: url("../../img/tel/tel_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 0.93333vw;
}

.f_menu .sp_menu a .menu_txt02 {
  font-size: 2rem;
  text-align: center;
}

/*
onActive
*/
.f_menu.active {
  transform: translateY(0);
}

/*
ruby
*/
.tel_num {
  /*
  ルビ共通css
  */
}

.tel_num span {
  position: relative;
}

.tel_num [data-ruby01]::before {
  content: attr(data-ruby01);
  position: absolute;
  left: 3%;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.tel_num [data-ruby02]::before {
  content: attr(data-ruby02);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tel_num [data-ruby03]::before {
  content: attr(data-ruby03);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tel_num [data-ruby04]::before {
  content: attr(data-ruby04);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tel_num [data-ruby05]::before {
  content: attr(data-ruby05);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tel_num .ruby::before {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  top: -0.7em;
}

.header .tel_num [data-ruby01]::before {
  left: -7%;
  letter-spacing: 0.3em;
}

.header .tel_num .ruby::before {
  font-size: 0.5rem;
  top: -0.85em;
}

.f_menu .tel_num [data-ruby01]::before {
  left: 0;
}

.f_menu .tel_num span::before {
  font-size: 1rem;
}
