@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/root/root_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/root/root_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .flexbox .imagebox {
  width: 63.7%;
}
.sec01 .flexbox .textbox {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    display: block;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .flexbox .textbox {
    margin-left: 0;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .add_box01 {
  margin-bottom: 105px;
}
.sec02 .add_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 65px 135px 50px;
}
.sec02 .add_box .gridbox {
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  -moz-column-gap: 140px;
       column-gap: 140px;
  width: 763px;
}
.sec02 .add_box .gridbox .box {
  width: 310px;
}
.sec02 .add_box .gridbox .box .box_text {
  margin-top: 25px;
}
.sec02 .add_box .gridbox .before {
  position: relative;
}
.sec02 .add_box .gridbox .before::before {
  content: "BEFORE";
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #fff;
  background-color: #3b639a;
  padding: 3px 20px;
  left: -20px;
  top: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec02 .add_box .gridbox .before::after {
  content: "▶";
  position: absolute;
  font-size: 21px;
  color: #3B639A;
  top: 140px;
  right: -80px;
}
.sec02 .add_box .gridbox .after {
  position: relative;
}
.sec02 .add_box .gridbox .after::before {
  content: "AFTER";
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #fff;
  background-color: #3b639a;
  padding: 3px 20px;
  left: -20px;
  top: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .add_box01 {
    margin-bottom: 10vw;
  }
  .sec02 .add_box {
    background-color: rgba(85, 168, 171, 0.1);
    padding: 10vw 5vw;
  }
  .sec02 .add_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    row-gap: 10vw;
  }
  .sec02 .add_box .gridbox .box {
    width: 100%;
  }
  .sec02 .add_box .gridbox .box .box_text {
    margin-top: 5vw;
  }
  .sec02 .add_box .gridbox .box_img {
    width: 70%;
    min-width: initial;
    margin: 0 auto;
  }
  .sec02 .add_box .gridbox .before {
    position: relative;
  }
  .sec02 .add_box .gridbox .before::before {
    content: "BEFORE";
    position: absolute;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #fff;
    background-color: #3b639a;
    padding: 1vw 5vw;
    left: -1vw;
    top: 1vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .add_box .gridbox .before::after {
    content: "▶";
    position: absolute;
    font-size: 5vw;
    color: #3B639A;
    top: 10vw;
    right: 50%;
    transform: translateX(50%);
  }
  .sec02 .add_box .gridbox .after {
    position: relative;
  }
  .sec02 .add_box .gridbox .after::before {
    content: "AFTER";
    position: absolute;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #fff;
    background-color: #3b639a;
    padding: 1vw 5vw;
    left: 1vw;
    top: 1vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .gridbox_menu .box_title {
  line-height: 1.3;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .gridbox_menu .box {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox_menu .box_title {
    line-height: 1.3;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec03 .gridbox_menu .box {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .flexbox {
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec04 .flexbox .imagebox {
  width: 68.5%;
}
.sec04 .flexbox .textbox {
  margin-right: 35px;
  width: 80%;
}
.sec04 .about_btn {
  color: #444444;
}
.sec04 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    display: block;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec04 .about_btn {
    color: #444444;
  }
  .sec04 .about_btn::before {
    background: url(/images/common/pink_icon.webp) center/contain no-repeat;
  }
}

.addsec01 .top_text {
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 100px;
}
.addsec01 .top_text .blue {
  color: #3B639A;
  font-weight: bold;
}
.addsec01 .bottom_box {
  margin-bottom: 80px;
}
.addsec01 .bottom_box .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.addsec01 .bottom_box .header_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-bottom: 19px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #3B639A;
}
.addsec01 .bottom_box .textbox .box_title {
  font-size: 21px;
  color: #153169;
}
.addsec01 .bottom_box .textbox .box_title .gold {
  color: #A67E34;
}
.addsec01 .bottom_box .textbox .box_text {
  margin-bottom: 35px;
}
.addsec01 .bottom_box .imagebox {
  width: 100%;
  text-align: right;
}
.addsec01 .bottom_box .img02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .addsec01 .top_text {
    margin-bottom: 10vw;
  }
  .addsec01 .bottom_box {
    margin-bottom: 13.8vw;
  }
  .addsec01 .bottom_box .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .addsec01 .bottom_box .header_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .addsec01 .bottom_box .textbox .box_title {
    font-size: 4.5vw;
  }
  .addsec01 .bottom_box .textbox .box_text {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .addsec01 .bottom_box .imagebox {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .addsec01 .bottom_box .img02 {
    width: 80%;
  }
}

.addsec02 {
  margin-bottom: 135px;
}
.addsec02 .hoken_box .hoken_table {
  width: 1120px;
  margin: 0 auto;
}
.addsec02 .hoken_box .hoken_table .blue {
  background-color: #3B639A;
  color: #fff;
  height: 84px;
}
.addsec02 .hoken_box .hoken_table .blue .blue_text {
  width: 33%;
  padding: 25px 0;
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.addsec02 .hoken_box .hoken_table .blue .center {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.addsec02 .hoken_box .hoken_table .white {
  color: #3B639A;
  height: 84px;
  border-left: 1px solid #3B639A;
  border-bottom: 1px solid #3B639A;
  border-right: 1px solid #3B639A;
}
.addsec02 .hoken_box .hoken_table .white .white_text {
  width: 33%;
  padding: 25px 0;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1em;
}
.addsec02 .hoken_box .hoken_table .white .palt {
  font-feature-settings: "palt";
}
.addsec02 .hoken_box .hoken_table .white .center {
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
}
.addsec02 .hoken_box .table01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .addsec02 {
    margin-bottom: 13.8vw;
  }
  .addsec02 .hoken_box .hoken_table {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .addsec02 .hoken_box .hoken_table .box {
    font-size: 4vw;
  }
  .addsec02 .hoken_box .hoken_table .box .blue_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    background-color: #3B639A;
    color: #fff;
    width: 49%;
    letter-spacing: 0.1em;
    display: table-cell;
    vertical-align: middle;
  }
  .addsec02 .hoken_box .hoken_table .box .white_text {
    width: 49%;
    text-align: center;
    border-right: 1px solid #3B639A;
    color: #3B639A;
    letter-spacing: 0.1em;
  }
  .addsec02 .hoken_box .hoken_table .box .center {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .addsec02 .hoken_box .hoken_table .box .center_w {
    border-top: 1px solid #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .addsec02 .hoken_box .hoken_table .box .bottom {
    border-bottom: 1px solid #3B639A;
  }
  .addsec02 .hoken_box .table_title {
    font-size: 4.5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #3B639A;
    letter-spacing: 0.1em;
  }
  .addsec02 .hoken_box .title {
    font-size: 4.8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    border-bottom: 1px dashed #3B639A;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    letter-spacing: 0.1em;
  }
  .addsec02 .hoken_box .table_box {
    margin-bottom: 3vw;
  }
  .addsec02 .hoken_box .table01 {
    margin-bottom: 10vw;
  }
}/*# sourceMappingURL=root01.css.map */