@charset "UTF-8";
@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;
}

/* -------------------
  pc共通
---------------------------*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}

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

img {
  width: 100%;
}

.pc_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: 1000px;
  margin: 0 auto;
}

.tel_num {
  font-size: 12rem;
}

.tel_num::before {
  content: '';
  display: inline-block;
  width: 73px;
  height: 94px;
  background-image: url("../../img/tel/tel_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

#sec08 .tel_num::before {
  content: '';
  display: inline-block;
  width: 73px;
  height: 94px;
  background-image: url("../../img/tel/tel_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  margin-top: 20px;
}

.sec_ttl {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 220px;
}

.sec_ttl::after {
  content: '';
  width: 80px;
  height: 4px;
  display: block;
  background-color: #fff227;
  margin: 18px auto 55px;
}

/*
button
*/
.mail_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 2.4rem;
  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: 9px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sec03 .mail_button a {
  background-color: #f49c10;
  color: #fff;
}

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

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

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

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

#targ02, #targ03, #targ04, #targ05 {
  padding-top: 0;
}

#section_wrap a:hover, .f_menu a:hover {
  opacity: 0.8;
}

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

@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  #sec03, #sec05 {
    transform: skewY(-10.5deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(10.5deg);
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1301px) {
  #sec03, #sec05 {
    transform: skewY(-9.8deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(9.8deg);
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1401px) {
  #sec03, #sec05 {
    transform: skewY(-9.1deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(9.1deg);
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1501px) {
  #sec03, #sec05 {
    transform: skewY(-8.5deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(8.5deg);
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1601px) {
  #sec03, #sec05 {
    transform: skewY(-8deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(8deg);
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1701px) {
  #sec03, #sec05 {
    transform: skewY(-7.6deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(7.6deg);
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1801px) {
  #sec03, #sec05 {
    transform: skewY(-7.2deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(7.2deg);
  }
}

@media only screen and (max-width: 2000px) and (min-width: 1901px) {
  #sec03, #sec05 {
    transform: skewY(-7.2deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(7.2deg);
  }
}

@media only screen and (max-width: 2000px) and (min-width: 1901px) {
  #sec03, #sec05 {
    transform: skewY(-6.8deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(6.8deg);
  }
}

@media only screen and (max-width: 2100px) and (min-width: 2001px) {
  #sec03, #sec05 {
    transform: skewY(-6.6deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(6.6deg);
  }
}

@media only screen and (max-width: 2200px) and (min-width: 2101px) {
  #sec03, #sec05 {
    transform: skewY(-6.2deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(6.2deg);
  }
}

@media only screen and (max-width: 2300px) and (min-width: 2201px) {
  #sec03, #sec05 {
    transform: skewY(-6deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(6deg);
  }
}

@media only screen and (max-width: 2400px) and (min-width: 2301px) {
  #sec03, #sec05 {
    transform: skewY(-5.7deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(5.7deg);
  }
}

@media only screen and (max-width: 2500px) and (min-width: 2401px) {
  #sec03, #sec05 {
    transform: skewY(-5.5deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(5.5deg);
  }
}

@media only screen and (max-width: 2600px) and (min-width: 2501px) {
  #sec03, #sec05 {
    transform: skewY(-5.3deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(5.3deg);
  }
}

@media only screen and (max-width: 2700px) and (min-width: 2601px) {
  #sec03, #sec05 {
    transform: skewY(-5.1deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(5.1deg);
  }
}

@media only screen and (max-width: 2800px) and (min-width: 2701px) {
  #sec03, #sec05 {
    transform: skewY(-4.9deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(4.9deg);
  }
}

@media only screen and (max-width: 2900px) and (min-width: 2801px) {
  #sec03, #sec05 {
    transform: skewY(-4.7deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(4.7deg);
  }
}

@media only screen and (max-width: 3000px) and (min-width: 2901px) {
  #sec03, #sec05 {
    transform: skewY(-4.5deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(4.5deg);
  }
}

@media only screen and (min-width: 3001px) {
  #sec03, #sec05 {
    transform: skewY(-4.4deg);
  }
  #sec03 .skew_inner, #sec05 .skew_inner {
    transform: skewY(4.4deg);
  }
}

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

@media only screen and (max-width: 2000px) and (min-width: 1801px) {
  #sec06 {
    transform: skewY(4.3deg);
  }
  #sec06 .skew_inner {
    transform: skewY(-4.3deg);
  }
}

@media only screen and (max-width: 2300px) and (min-width: 2001px) {
  #sec06 {
    transform: skewY(4deg);
  }
  #sec06 .skew_inner {
    transform: skewY(-4deg);
  }
}

@media only screen and (max-width: 2600px) and (min-width: 2301px) {
  #sec06 {
    transform: skewY(3.5deg);
  }
  #sec06 .skew_inner {
    transform: skewY(-3.5deg);
  }
}

@media only screen and (min-width: 2601px) {
  #sec06 {
    transform: skewY(3deg);
  }
  #sec06 .skew_inner {
    transform: skewY(-3deg);
  }
}

/*
header
*/
.header {
  display: flex;
  align-items: center;
  width: 1000px;
  padding: 10px 0;
  margin: 0 auto;
}

.header .main_logo {
  width: 113px;
  margin-left: 20px;
}

.header .page_ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
  margin-left: 15px;
}

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

.header .tel_blk {
  width: 380px;
  background-color: #f49c10;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 25px;
  margin-left: auto;
}

.header .tel_blk .over {
  display: flex;
  align-items: center;
}

.header .tel_blk .over .tel_num {
  font-size: 3rem;
  letter-spacing: 0.025em;
  line-height: 0.76667;
  margin-left: 12px;
}

.header .tel_blk .over .tel_num::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 25px;
  background-image: url("../../img/tel/tel_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
}

.header .tel_blk .under {
  font-size: 1.2rem;
  padding-top: 5px;
  white-space: nowrap;
}

/*
mv
*/
.mv .mv_wrap {
  position: relative;
}

.mv .mv_wrap .content_txt {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1000px) / 2);
  transform: translateY(-50%);
  color: #fff;
  font-size: 46px;
  line-height: 1.8;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

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

/*
navigarion
*/
.menu_content {
  background-color: #009bde;
  height: 80px;
  width: 100%;
}

.menu_content .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

.menu_content .menu .menu_item {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu_content .menu .menu_item a {
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  padding: 0 40px;
  color: #fff;
}

.menu_content .menu .menu_item a:hover {
  background-color: #007ccf;
}

.menu_content .menu .menu_item:first-child a {
  padding-left: 28px;
  margin-left: 0;
}

.menu_content .menu .menu_item:last-child a {
  padding-right: 32px;
  margin-right: 0;
}

.menu_content .menu .menu_item + .menu_item::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: #fff;
}

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

#sec01 .n_serif {
  font-size: 3rem;
  text-align: center;
}

#sec01 .n_serif span.line {
  font-size: 4rem;
  background: linear-gradient(transparent 62%, #fff 62%);
  padding: 0 5px;
  position: relative;
  margin: 0 -5px;
}

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

#sec01 .content_list {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 43px auto;
}

#sec01 .content_list .content_blk {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

#sec01 .content_list .content_blk .content_ttl {
  padding: 15px 0;
  font-size: 1.8rem;
}

#sec01 .content_list .content_blk .content_img {
  height: 55px;
  position: absolute;
  top: 124px;
  left: 75px;
}

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

#sec01 .content_list .content_blk .content_txt {
  line-height: 1.33333;
}

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

/*
section02
*/
#sec02 {
  position: relative;
  overflow-x: hidden;
  z-index: 100;
}

#sec02 .ttl_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 211px;
  font-size: 4rem;
  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: 5.3rem;
  position: relative;
  z-index: 3;
}

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

#sec02 .ttl_02::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -22px;
  left: 47.2%;
  z-index: 2;
}

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

#sec02 .top_blk .inner_blk .point_list {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 0 -10px;
}

#sec02 .top_blk .inner_blk .point_list > li {
  margin: 0 10px;
  letter-spacing: 0.05em;
}

#sec02 .top_blk .inner_blk .point_list > li h3 {
  margin-top: 90px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7;
}

#sec02 .top_blk .inner_blk .point_list > li h3 .point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 4.779rem;
  letter-spacing: .05em;
  margin-right: 20px;
  font-weight: 400;
}

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

#sec02 .top_blk .inner_blk .point_list > li p {
  padding: 20px 0;
  text-align: center;
  white-space: nowrap;
}

#sec02 .middle_blk {
  height: 331px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 5.3rem;
  letter-spacing: 0.05em;
}

#sec02 .middle_blk p {
  letter-spacing: 0.03em;
}

#sec02 .middle_blk .mark {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  background: linear-gradient(transparent 62%, #fff227 62%);
  letter-spacing: 0.04em;
  margin-bottom: 38px;
  margin-left: 0.5em;
}

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

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

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

#sec02 .bottom_blk .inner_blk {
  position: relative;
  height: 100%;
}

#sec02 .bottom_blk .check_list {
  position: absolute;
  top: 70px;
  left: 352px;
}

#sec02 .bottom_blk .check_list li {
  height: 40px;
  margin-bottom: 20px;
}

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

#sec02 .bottom_blk .check_list li:nth-child(n+2) {
  margin-bottom: 18px;
}

#sec02 .bottom_blk .duck {
  width: 100px;
  position: absolute;
  top: 300px;
  left: 227px;
  z-index: 10;
}

#sec02 .bottom_blk .b_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009bde;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 122px;
  left: 120px;
}

#sec02 .bottom_blk .b_blue::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 4px;
  margin-top: -15px;
  border: 16px solid transparent;
  border-left: 50px solid #009bde;
  z-index: 0;
  transform: rotate(60deg);
}

#sec02 .bottom_blk::after {
  content: '';
  display: block;
  height: 66px;
  width: 1200px;
  background-image: url("../../img/line.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sec02 .inner_blk::before {
  content: '';
  display: block;
  height: 66px;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  right: 100%;
  bottom: 0;
}

#sec02 .inner_blk::after {
  content: '';
  display: block;
  height: 66px;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  left: 100%;
  bottom: 0;
}

/*
section03
*/
#sec03 {
  position: relative;
  z-index: 1;
  height: 433px;
  z-index: 10;
  background-color: #fff;
}

#sec03 .inner_blk {
  width: 1000px;
  height: 615px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}

#sec03 .inner_blk .b_yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff227;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  position: absolute;
  top: 45px;
  right: 47px;
}

#sec03 .inner_blk .b_yellow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -16px;
  margin-top: -15px;
  border: 16px solid transparent;
  border-left: 50px solid #fff227;
  z-index: -1;
  transform: rotate(130deg);
}

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

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

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

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

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

#sec03 .tel_button a {
  color: #f49c10;
  pointer-events: none;
}

/*
section04
*/
#sec04 {
  height: 1425px;
  width: auto;
  background-image: url("../../img/pattern/bg_pattern03.jpg");
  background-repeat: repeat;
  position: relative;
  margin-top: -120px;
  z-index: 1;
}

#sec04 .inner_blk {
  padding-top: 220px;
}

#sec04 .txt {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 95px;
}

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

#sec04 .item_list li {
  background-color: #fff;
  margin: 0 44px;
  width: 248px;
  height: 248px;
  border: 4px solid #004777;
  border-radius: 10px;
  position: relative;
  font-weight: 400;
}

#sec04 .item_list li .item_txt {
  font-size: 2.4rem;
  color: #009bde;
  font-weight: 700;
}

#sec04 .item_list li:not(:first-child)::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #004777;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#sec04 .item_list li:nth-child(-n+3) {
  margin-bottom: 100px;
}

#sec04 .item_list .step01 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step01 .item_img {
  width: calc(154px / 2);
  margin: 30px auto 0;
}

#sec04 .item_list .step01::after {
  content: '1';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

#sec04 .item_list .step02 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step02 .item_img {
  width: calc(309px / 2);
  margin: 17px auto 0;
}

#sec04 .item_list .step02::after {
  content: '2';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

#sec04 .item_list .step03 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step03 .item_img {
  width: calc(286px / 2);
  margin: 30px auto 0;
}

#sec04 .item_list .step03::after {
  content: '3';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

#sec04 .item_list .step04 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step04 .item_img {
  width: calc(262px / 2);
  margin: 25px 0  auto 73px;
}

#sec04 .item_list .step04::after {
  content: '4';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

#sec04 .item_list .step05 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step05 .item_img {
  width: calc(273px / 2);
  margin: 30px 0 auto 73px;
}

#sec04 .item_list .step05::after {
  content: '5';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

#sec04 .item_list .step06 .item_txt {
  text-align: center;
  padding-top: 20px;
}

#sec04 .item_list .step06 .item_img {
  width: calc(345px / 2);
  margin: 30px auto 0;
}

#sec04 .item_list .step06::after {
  content: '6';
  color: #fff;
  font-size: 54px;
  font-family: 'din1451', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #004777;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
}

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

#sec05 .skew_inner {
  background-image: url("../../img/access.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 70%;
  position: relative;
  z-index: 2;
  margin-top: -120px;
}

#sec05 .skew_inner .inner_blk {
  padding-bottom: 300px;
  padding-top: 220px;
}

#sec05 .content_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
}

#sec05 .content_inner .address {
  background-color: rgba(255, 255, 255, 0.7);
  width: 468px;
}

#sec05 .content_inner .address .txt_inner {
  padding: 60px 35px;
}

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

#sec05 .content_inner .address .txt_inner ul {
  padding-top: 20px;
}

#sec05 .content_inner .address .txt_inner p {
  font-size: 1.5rem;
  padding-top: 10px;
}

#sec05 .content_inner .map {
  width: 468px;
  height: 350px;
}

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

/*
section06
*/
#sec06 {
  background-color: #f1f1f1;
  position: relative;
  margin-top: -200px;
  z-index: 3;
}

#sec06 .skew_inner {
  margin-top: -140px;
  margin-bottom: -52px;
}

#sec06 .skew_inner .inner_blk {
  padding-top: 140px;
}

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

#sec06 .skew_inner .inner_blk .content_inner {
  display: flex;
  align-items: center;
  margin-left: 23px;
  padding-bottom: 145px;
}

#sec06 .skew_inner .inner_blk .content_inner .owner {
  width: 240px;
  margin-right: 40px;
}

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

#sec06 .skew_inner .inner_blk .content_inner .txt_inner {
  width: 670px;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 {
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  margin-bottom: 18px;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 span {
  display: block;
  font-weight: 400;
  margin: 0 0 7px;
  font-size: 1.5rem;
}

#sec06 .skew_inner .inner_blk .content_inner .txt_inner p {
  font-size: 1.8rem;
  line-height: 1.66667;
  font-feature-settings: "pkna";
}

/*
section07
*/
#sec07 {
  margin-bottom: 68px;
  position: relative;
}

#sec07 .sec_ttl {
  padding-top: 170px;
  color: #333333;
}

#sec07 .content_wrap {
  width: 720px;
  margin: 0 auto;
}

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

#sec07 .content_wrap .history li .date {
  width: 161px;
}

#sec07 .content_wrap .history li .date .year {
  width: 86px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: 12px;
}

#sec07 .content_wrap .history li .date .month {
  display: inline-block;
  font-size: 2.2rem;
  width: 60px;
  text-align: right;
  line-height: 1.4;
}

#sec07 .content_wrap .history li .content {
  width: 555px;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.04em;
  margin-left: 0.6em;
}

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

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

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

#sec07 .content_wrap .history li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: calc(100% + 50px);
  background-color: #e2e2e2;
  position: absolute;
  left: 13px;
  top: 10px;
}

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

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

#sec08 .inner_blk {
  padding-top: 223px;
}

#sec08 .inner_blk .sec_ttl {
  padding-top: 0;
}

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

#sec08 .tel_num {
  color: #fff227;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

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

#sec08 .tel_button a {
  display: block;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  #sec08 .skew_inner::before {
    height: 250px;
  }
  #sec08 .sec_ttl {
    padding-top: 220px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  #sec08 .skew_inner::before {
    height: 253px;
  }
  #sec08 .sec_ttl {
    padding-top: 223px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1301px) {
  #sec08 .skew_inner::before {
    height: 258px;
  }
  #sec08 .sec_ttl {
    padding-top: 228px;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1401px) {
  #sec08 .skew_inner::before {
    height: 263px;
  }
  #sec08 .sec_ttl {
    padding-top: 233px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1501px) {
  #sec08 .skew_inner::before {
    height: 267px;
  }
  #sec08 .sec_ttl {
    padding-top: 237px;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1601px) {
  #sec08 .skew_inner::before {
    height: 272px;
  }
  #sec08 .sec_ttl {
    padding-top: 242px;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1701px) {
  #sec08 .skew_inner::before {
    height: 276px;
  }
  #sec08 .sec_ttl {
    padding-top: 246px;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1801px) {
  #sec08 .skew_inner::before {
    height: 281px;
  }
  #sec08 .sec_ttl {
    padding-top: 251px;
  }
}

@media only screen and (max-width: 2000px) and (min-width: 1901px) {
  #sec08 .skew_inner::before {
    height: 286px;
  }
  #sec08 .sec_ttl {
    padding-top: 256px;
  }
}

@media only screen and (max-width: 2100px) and (min-width: 2001px) {
  #sec08 .skew_inner::before {
    height: 286px;
  }
  #sec08 .sec_ttl {
    padding-top: 256px;
  }
}

@media only screen and (max-width: 2200px) and (min-width: 2101px) {
  #sec08 .skew_inner::before {
    height: 296px;
  }
  #sec08 .sec_ttl {
    padding-top: 266px;
  }
}

@media only screen and (max-width: 2300px) and (min-width: 2201px) {
  #sec08 .skew_inner::before {
    height: 301px;
  }
  #sec08 .sec_ttl {
    padding-top: 271px;
  }
}

@media only screen and (max-width: 2400px) and (min-width: 2301px) {
  #sec08 .skew_inner::before {
    height: 306px;
  }
  #sec08 .sec_ttl {
    padding-top: 276px;
  }
}

@media only screen and (max-width: 2500px) and (min-width: 2401px) {
  #sec08 .skew_inner::before {
    height: 311px;
  }
  #sec08 .sec_ttl {
    padding-top: 281px;
  }
}

@media only screen and (max-width: 2600px) and (min-width: 2501px) {
  #sec08 .skew_inner::before {
    height: 316px;
  }
  #sec08 .sec_ttl {
    padding-top: 286px;
  }
}

@media only screen and (max-width: 2700px) and (min-width: 2601px) {
  #sec08 .skew_inner::before {
    height: 321px;
  }
  #sec08 .sec_ttl {
    padding-top: 291px;
  }
}

@media only screen and (max-width: 2800px) and (min-width: 2701px) {
  #sec08 .skew_inner::before {
    height: 326px;
  }
  #sec08 .sec_ttl {
    padding-top: 296px;
  }
}

@media only screen and (max-width: 2900px) and (min-width: 2801px) {
  #sec08 .skew_inner::before {
    height: 331px;
  }
  #sec08 .sec_ttl {
    padding-top: 301px;
  }
}

@media only screen and (max-width: 3000px) and (min-width: 2901px) {
  #sec08 .skew_inner::before {
    height: 336px;
  }
  #sec08 .sec_ttl {
    padding-top: 306px;
  }
}

@media only screen and (min-width: 3001px) {
  #sec08 .skew_inner::before {
    height: 341px;
  }
  #sec08 .sec_ttl {
    padding-top: 311px;
  }
}

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

.footer span {
  display: inline-block;
  padding: 14px 0;
  font-size: 1.6rem;
}

/*
floating menu
*/
.f_menu {
  width: 100vw;
  background-color: #f49c10;
  color: #fff;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  transform: translateY(120px);
  transition: transform 200ms;
}

.f_menu .pc_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.f_menu .pc_menu .menu_txt {
  font-size: 2.8rem;
}

.f_menu .pc_menu .tel_num {
  font-size: 5rem;
  margin-left: -35px;
}

.f_menu .pc_menu .tel_num::before {
  background-image: url("../../img/tel/tel_01.png");
  width: 35px;
  height: 45px;
  margin-right: 13px;
  position: relative;
  top: 2px;
}

.f_menu .pc_menu .mail_button {
  padding: 20px 0;
}

.f_menu .pc_menu .mail_button a {
  width: 330px;
  height: 60px;
  font-size: 2rem;
}

/*
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: 8%;
  white-space: nowrap;
  letter-spacing: 0.6em;
}

.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;
}

/* ---------------------------------------------------
tablet
-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  /* -------------------
  pc共通
---------------------------*/
  html {
    font-size: 0.83333vw;
  }
  body {
    font-size: 1.8em;
  }
  .inner_blk {
    width: 83.33333vw;
    margin: 0 auto;
  }
  #sec04 .inner_blk, #sec05 .inner_blk, #sec06 .inner_blk, #sec08 .inner_blk {
    padding-top: 18.33333vw;
  }
  #sec04 .inner_blk .sec_ttl, #sec05 .inner_blk .sec_ttl, #sec06 .inner_blk .sec_ttl, #sec08 .inner_blk .sec_ttl {
    padding-top: 0;
  }
  .tel_num {
    font-size: 12rem;
  }
  .tel_num::before {
    width: 6.08333vw;
    height: 7.83333vw;
    margin-right: 2.66667vw;
  }
  #sec08 .tel_num::before {
    width: 6.08333vw;
    height: 7.83333vw;
    margin-right: 1.66667vw;
    margin-top: 1.66667vw;
  }
  .sec_ttl {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    padding-top: 18.33333vw;
  }
  .sec_ttl::after {
    width: 6.66667vw;
    height: 0.33333vw;
    margin: 1.5vw auto calc(55 / 1200 * 100vw);
  }
  /*
button
*/
  .mail_button a {
    width: 41.66667vw;
    height: 6.66667vw;
    margin: 0 auto;
    border-radius: 1.25vw;
    font-size: 2.4rem;
    position: relative;
    z-index: 3;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.35);
  }
  .mail_button a::after {
    width: 0.75vw;
    height: 1.33333vw;
    top: 50%;
    right: 1.66667vw;
    transform: translateY(-50%);
  }
  /* -------------------
  pc_style
---------------------------*/
  .wrap {
    position: relative;
    overflow-y: hidden;
  }
  /*
header
*/
  .header {
    width: 83.33333vw;
    padding: 0.83333vw 0;
    margin: 0 auto;
  }
  .header .main_logo {
    width: 9.41667vw;
    margin-left: 1.66667vw;
  }
  .header .page_ttl {
    margin-left: 1.25vw;
  }
  .header .tel_blk {
    width: 31.66667vw;
    padding: 1.25vw 2.08333vw;
  }
  .header .tel_blk .over .tel_num {
    margin-left: 1vw;
  }
  .header .tel_blk .over .tel_num::before {
    width: 3.16667vw;
    height: 2.08333vw;
    margin: 0 0.66667vw;
  }
  .header .tel_blk .under {
    padding-top: 0.41667vw;
  }
  /*
mv
*/
  .mv .mv_wrap {
    position: relative;
  }
  .mv .mv_wrap .content_txt {
    font-size: 4.6rem;
    left: 8.33333vw;
  }
  /*
navigarion
*/
  .menu_content {
    height: 6.66667vw;
  }
  .menu_content .menu .menu_item a {
    padding: 0 3.33333vw;
  }
  .menu_content .menu .menu_item:first-child a {
    padding-left: 2.33333vw;
  }
  .menu_content .menu .menu_item:last-child a {
    padding-right: 2.66667vw;
  }
  .menu_content .menu .menu_item + .menu_item::before {
    width: 2px;
    height: 4.16667vw;
  }
  /*
sec01
*/
  #sec01 {
    height: 45.5vw;
  }
  #sec01 .content_list {
    width: 83.33333vw;
    margin: 3.58333vw auto;
  }
  #sec01 .content_list .content_blk {
    width: 15.83333vw;
    height: 15.83333vw;
  }
  #sec01 .content_list .content_blk .content_ttl {
    padding: 1.25vw 0;
  }
  #sec01 .content_list .content_blk .content_img {
    height: 4.58333vw;
    top: 10.33333vw;
    left: 6.25vw;
  }
  /*
section02
*/
  #sec02 .ttl_02 {
    height: 17.58333vw;
    font-size: 4rem;
  }
  #sec02 .ttl_02 .space {
    margin: 0 0.83333vw;
  }
  #sec02 .ttl_02::after {
    content: '';
    display: block;
    width: 8.33333vw;
    height: 8.33333vw;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -1.83333vw;
    left: 47.2%;
    z-index: 2;
  }
  #sec02 .top_blk {
    height: 39.66667vw;
  }
  #sec02 .top_blk .inner_blk .point_list {
    margin: 0 -0.83333vw;
  }
  #sec02 .top_blk .inner_blk .point_list > li {
    margin: 0 0.83333vw;
  }
  #sec02 .top_blk .inner_blk .point_list > li h3 {
    margin-top: 7.5vw;
  }
  #sec02 .top_blk .inner_blk .point_list > li h3 .point_num {
    width: 6.66667vw;
    height: 6.66667vw;
    border: 0.33333vw solid #fff;
    margin-right: 1.66667vw;
  }
  #sec02 .top_blk .inner_blk .point_list > li p {
    padding: 1.66667vw 0;
  }
  #sec02 .middle_blk {
    height: 27.58333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5.3rem;
    letter-spacing: 0.05em;
  }
  #sec02 .middle_blk p {
    letter-spacing: 0.03em;
  }
  #sec02 .middle_blk .mark {
    padding-right: 1.83333vw;
    padding-left: 1.83333vw;
    margin-bottom: 3.16667vw;
  }
  #sec02 .middle_blk .dot:after {
    width: 1vw;
    height: 1vw;
  }
  #sec02 .bottom_blk {
    height: 40.33333vw;
  }
  #sec02 .bottom_blk .check_list {
    top: 5.83333vw;
    left: 29.33333vw;
  }
  #sec02 .bottom_blk .check_list li {
    height: 3.33333vw;
    margin-bottom: 1.66667vw;
  }
  #sec02 .bottom_blk .check_list li:nth-child(n+2) {
    margin-bottom: 1.5vw;
  }
  #sec02 .bottom_blk .duck {
    width: 8.33333vw;
    top: 25vw;
    left: 18.91667vw;
  }
  #sec02 .bottom_blk .b_blue {
    width: 12.08333vw;
    height: 12.08333vw;
    top: 10.16667vw;
    left: 10vw;
  }
  #sec02 .bottom_blk .b_blue::after {
    bottom: -1.16667vw;
    right: 0.33333vw;
    margin-top: -1.25vw;
    transform: rotate(60deg);
    border: 1.33333vw solid transparent;
    border-left: 4.16667vw solid #009bde;
  }
  #sec02 .bottom_blk::after {
    width: 100vw;
    background-position: bottom center;
    background-size: contain;
    left: 0;
    transform: translateX(0);
  }
  #sec02 .inner_blk::before {
    width: 0;
  }
  #sec02 .inner_blk::after {
    width: 0;
  }
  /*
section03
*/
  #sec03 {
    height: 36.08333vw;
  }
  #sec03 .inner_blk {
    width: 83.33333vw;
    height: 51.25vw;
    margin: 0 auto;
    padding-top: 2.91667vw;
  }
  #sec03 .inner_blk .b_yellow {
    width: 9.41667vw;
    height: 9.41667vw;
    top: 4.58333vw;
    right: 3.91667vw;
  }
  #sec03 .inner_blk .b_yellow::after {
    bottom: -0.33333vw;
    left: -1.33333vw;
    margin-top: -1.25vw;
    border: 1.33333vw solid transparent;
    border-left: 4.16667vw solid #fff227;
  }
  #sec03 .txt::before {
    content: '';
    width: 2.66667vw;
    height: 4.39167vw;
    left: 16.25vw;
  }
  #sec03 .txt::after {
    right: 16.25vw;
  }
  #sec03 .tel_button {
    margin: 2.91667vw 0;
  }
  /*
section04
*/
  #sec04 {
    height: 118.75vw;
    margin-top: -10vw;
  }
  #sec04 .txt {
    margin-bottom: 7.91667vw;
  }
  #sec04 .item_list {
    margin: 0 -0.33333vw;
  }
  #sec04 .item_list li {
    background-color: #fff;
    margin: 0 3.6663vw;
    width: 20.66667vw;
    height: 20.66667vw;
  }
  #sec04 .item_list li:not(:first-child)::before {
    border-width: 1.66667vw 0 1.66667vw 1.66667vw;
    left: -3.75vw;
  }
  #sec04 .item_list li:nth-child(-n+3) {
    margin-bottom: 8.33333vw;
  }
  #sec04 .item_list .step01 .item_txt {
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step01 .item_img {
    width: calc(154 / 1200 * 100vw / 2);
    margin: 2.5vw auto 0;
  }
  #sec04 .item_list .step01::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  #sec04 .item_list .step02 .item_txt {
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step02 .item_img {
    width: 12.875vw;
    margin: 1.41667vw auto 0;
  }
  #sec04 .item_list .step02::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  #sec04 .item_list .step03 .item_txt {
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step03 .item_img {
    width: 11.91667vw;
    margin: 2.5vw auto 0;
  }
  #sec04 .item_list .step03::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  #sec04 .item_list .step04 .item_txt {
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step04 .item_img {
    width: 10.91667vw;
    margin: 2.08333vw 0 auto 6.08333vw;
  }
  #sec04 .item_list .step04::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  #sec04 .item_list .step05 .item_txt {
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step05 .item_img {
    width: 11.375vw;
    margin: 2.5vw 0 auto 6.08333vw;
  }
  #sec04 .item_list .step05::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  #sec04 .item_list .step06 .item_txt {
    text-align: center;
    padding-top: 1.66667vw;
  }
  #sec04 .item_list .step06 .item_img {
    width: 14.375vw;
    margin: 2.5vw auto 0;
  }
  #sec04 .item_list .step06::after {
    font-size: 5.4rem;
    width: 6.66667vw;
    height: 6.66667vw;
    left: -3.33333vw;
    top: -3.33333vw;
  }
  /*
section05
*/
  #sec05 {
    margin-top: -12.5vw;
  }
  #sec05 .skew_inner {
    margin-top: -10vw;
  }
  #sec05 .skew_inner .inner_blk {
    padding-bottom: 25vw;
    padding-top: 18.33333vw;
  }
  #sec05 .content_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 1.83333vw;
  }
  #sec05 .content_inner .address {
    width: 39vw;
    max-height: 29.16667vw;
  }
  #sec05 .content_inner .address .txt_inner {
    padding: 5vw 2.91667vw;
  }
  #sec05 .content_inner .address .txt_inner h3 {
    padding-bottom: 0.58333vw;
    border-bottom: 2 solid #000;
  }
  #sec05 .content_inner .address .txt_inner ul {
    padding-top: 1.66667vw;
  }
  #sec05 .content_inner .address .txt_inner p {
    font-size: 1.5rem;
    padding-top: 0.83333vw;
  }
  #sec05 .content_inner .map {
    width: 39vw;
    height: 29.16667vw;
  }
  #sec05 .content_inner .map iframe {
    width: 100%;
    height: 100%;
  }
  /*
section06
*/
  #sec06 {
    margin-top: -16.66667vw;
  }
  #sec06 .skew_inner {
    margin-top: -11.66667vw;
    margin-bottom: -4.33333vw;
  }
  #sec06 .skew_inner .inner_blk {
    padding-top: 11.66667vw;
  }
  #sec06 .skew_inner .inner_blk .sec_ttl {
    padding-top: 0;
  }
  #sec06 .skew_inner .inner_blk .content_inner {
    margin-left: 1.91667vw;
    padding-bottom: 12.08333vw;
  }
  #sec06 .skew_inner .inner_blk .content_inner .owner {
    width: 20vw;
    margin-right: 3.33333vw;
  }
  #sec06 .skew_inner .inner_blk .content_inner .txt_inner {
    width: 55.83333vw;
  }
  #sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 {
    border-bottom: 2 solid #333333;
    margin-bottom: 1.5vw;
  }
  #sec06 .skew_inner .inner_blk .content_inner .txt_inner h3 span {
    display: block;
    font-weight: 400;
    margin: 0 0 0.58333vw;
    font-size: 1.5rem;
  }
  /*
section07
*/
  #sec07 {
    margin-bottom: 5.66667vw;
  }
  #sec07 .sec_ttl {
    padding-top: 14.16667vw;
  }
  #sec07 .content_wrap {
    width: 60vw;
  }
  #sec07 .content_wrap .history li {
    margin-bottom: 4.16667vw;
  }
  #sec07 .content_wrap .history li .date {
    width: 13.41667vw;
  }
  #sec07 .content_wrap .history li .date .year {
    width: 7.16667vw;
    margin-left: 1vw;
  }
  #sec07 .content_wrap .history li .date .month {
    width: 5vw;
  }
  #sec07 .content_wrap .history li .content {
    width: 46.25vw;
    margin-left: 0.6em;
  }
  #sec07 .content_wrap .history li::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  #sec07 .content_wrap .history li:not(:last-child)::after {
    width: 0.33333vw;
    height: calc(100% + 50 / 1200 * 100vw);
    left: 1.08333vw;
    top: 0.83333vw;
  }
  #sec07 .content_wrap .history li:last-child::after {
    width: 1.66667vw;
    height: 1.66667vw;
    top: 0.41667vw;
    left: 0.41667vw;
  }
  /*
section08
*/
  #sec08 {
    padding-bottom: 16.66667vw;
    /*
  角度調整
  */
  }
  #sec08 .sec_ttl {
    padding-top: 18.33333vw;
  }
  #sec08 p {
    margin-bottom: 3.16667vw;
  }
  #sec08 .tel_num {
    margin-bottom: 2.91667vw;
  }
  #sec08 .skew_inner::before {
    top: -16.08333vw;
  }
  #sec08 .skew_inner::before {
    height: calc(250 / 1200 * 100vw);
  }
  .footer span {
    display: inline-block;
    padding: 1.16667vw 0;
    font-size: 1.6rem;
  }
  /*
floating menu
*/
  .f_menu {
    transform: translateY(10vw);
  }
  .f_menu .pc_menu {
    width: 83.33333vw;
  }
  .f_menu .pc_menu .tel_num {
    margin-left: -2.91667vw;
  }
  .f_menu .pc_menu .tel_num::before {
    width: 2.91667vw;
    height: 3.75vw;
  }
  .f_menu .pc_menu .mail_button {
    padding: 1.66667vw 0;
  }
  .f_menu .pc_menu .mail_button a {
    width: 27.5vw;
    height: 5vw;
  }
  /*
onActive
*/
  .f_menu.active {
    transform: translateY(0);
  }
}

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

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