#mainvisual {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 360px;
  width: 100%;
  vertical-align: bottom;
}
#mainvisual .slider_wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#mainvisual .slider_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainvisual .slider_wrap ul li {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainvisual .slider_wrap ul li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: url(../img/common/serif_09.png) left 0px bottom 0px no-repeat;
  background-size: 100% 170px;
  z-index: 100;
}

@media all and (max-width: 750px) {
  #mainvisual {
    height: 235px;
  }
  #mainvisual .slider_wrap ul li:after {
    height: 50px;
    background-size: 100% 50px;
    background-position: left 0px bottom 0px;
  }
}
#second_fv {
  position: relative;
  height: 375px;
}
#second_fv .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  height: 100%;
}
#second_fv .inner .item {
  z-index: 2;
}
#second_fv .inner .left {
  width: 88px;
  position: relative;
  background-color: #faf8ef;
  height: 100%;
  padding: 35px 12px 0;
  letter-spacing: 1px;
  margin-left: 40px;
}
#second_fv .inner .left .logo {
  text-align: center;
}
#second_fv .inner .left .serif {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 200px;
  z-index: 0;
}
#second_fv .inner .left .title {
  position: relative;
  color: #01603e;
  font-size: 28px;
  line-height: 1.15;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 20px;
  z-index: 2;
}
#second_fv .inner .main_title {
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 52px;
  letter-spacing: 4px;
  line-height: 1.35;
  padding-top: 10px;
  color: #fff;
  text-shadow: 7px 4px 29px #333;
  z-index: 2;
}
#second_fv .inner .main_title .en {
  display: block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
}
#second_fv .inner .right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 6.9230769231%;
}
#second_fv .inner .right.pc {
  display: flex !important;
  display: -webkit-flex !important;
}
#second_fv .inner .right.sp {
  display: none !important;
}
#second_fv .inner .right .lead {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  background-color: #fff;
  padding: 4px 1px;
  margin: 130px 10px 0px;
}
#second_fv .inner .bottom {
  position: absolute;
  font-size: 19px;
  bottom: 15px;
  right: 0;
  padding-right: 10px;
}
#second_fv .inner .bottom .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#second_fv .inner .bottom .wrap a {
  color: #01603e;
  padding: 5px 7px;
}
#second_fv .inner .bottom .wrap a:hover {
  color: #000;
}
#second_fv .inner .bottom .lead {
  font-size: 11px;
  padding-top: 5px;
  letter-spacing: 2px;
}
@media all and (max-width: 375px) {
  #second_fv .inner .bottom .lead {
    font-size: 10px;
  }
}
#second_fv .inner .bottom .lead .color {
  color: #01603e;
  padding-left: 10px;
}

@media all and (max-width: 750px) {
  #second_fv {
    height: 260px;
  }
  #second_fv .inner .left {
    display: none;
  }
  #second_fv .inner .main_title {
    width: 100%;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #second_fv .inner .bottom {
    bottom: 0;
  }
  #second_fv .inner .bottom .wrap {
    display: none;
  }
}
.sub_page_01 .main,
.sub_page_02 .main {
  background: url(../img/common/back_image_01.png), url(../img/common/back_image_04.png);
  background-repeat: no-repeat;
  background-size: 300px, 300px;
  background-position: top 50px right 0px, top -80px left -30px;
}
@media all and (max-width: 750px) {
  .sub_page_01 .main,
  .sub_page_02 .main {
    background: none;
  }
}

.sub_page_01 #mainvisual .slider_wrap ul li {
  background-image: url("../img/page_01/top_image_01.jpg");
}
.sub_page_01 #section_01 {
  position: relative;
  margin-top: 175px;
  padding-bottom: 70px;
}
.sub_page_01 #section_01 .back_texture__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png),url(../img/common/back_image_03.png) ,url(../img/common/back_image_06.png);
  background-repeat: no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat,no-repeat ,no-repeat;
  background-position: left 0 top 600px ,right 0 top 1400px,left 0 top 2080px ,right 0 top 2880px,left 0 top 3560px ,right 0 top 4360px,left 0 top 5040px ,right 0 top 5840px,left 0 top 6520px ,right 0 top 7320px,left 0 top 8000px ,right 0 top 8800px,left 0 top 9480px ,right 0 top 10280px,left 0 top 10960px ,right 0 top 11760px,left 0 top 12440px ,right 0 top 13240px,left 0 top 13920px ,right 0 top 14720px;
  opacity: 0.4;
}
@media all and (max-width: 750px) {
  .sub_page_01 #section_01 .back_texture__image {
    display: none;
  }
}
.sub_page_01 #section_01 .mod_title_01 {
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.sub_page_01 #section_01 .mod_title_01 .en {
  display: block;
  padding-left: 0;
}
.sub_page_01 #section_01 .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sub_page_01 #section_01 .item {
  position: relative;
  background: url(../img/common/back_image_08.png) center/cover no-repeat;
  padding: 50px 55px;
  margin-top: 120px;
}
.sub_page_01 #section_01 .item:nth-child(2) {
  margin-top: 90px;
}
.sub_page_01 #section_01 .item .wrap_01 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_01 {
  position: relative;
  z-index: 2;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_01 .title {
  color: #01603e;
  font-size: 22px;
  padding-bottom: 3px;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_01 .lead {
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  border-radius: 3px;
}
@media all and (max-width: 350px) {
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_01 .lead {
    font-size: 14px;
  }
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  z-index: 1;
  top: -90px;
  right: 0px;
}
@media all and (max-width: 1280px) {
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 {
    width: 44vw;
  }
}
@media all and (max-width: 1100px) {
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 {
    width: 55vw;
  }
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 {
  position: absolute;
  top: -10px;
  right: 103%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  background-color: #fae23f;
  padding-top: 30px;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_01 {
  font-weight: bold;
  border-bottom: 1px dotted #01603e;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02 {
  position: relative;
  font-weight: bold;
  color: #01603e;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02.option_01 {
  margin-top: 20px;
  font-size: 14px;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02.option_01::before {
  content: none;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02::before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #01603e;
  top: 50%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  -webkit-transform: translateY(-20%) translateX(-50%);
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02.sub_option_01::before {
  display: none;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02.sub_option_01 .arrow {
  display: inline-block;
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02.sub_option_01 .arrow::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left: 5px solid #01603e;
}
@media all and (max-width: 950px) {
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 {
    width: 13.6842105vw;
    height: 13.6842105vw;
    padding-top: 3.15789474vw;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_01 {
    font-size: 1.47368421vw;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02 {
    font-size: 1.26315789vw;
    margin-top: 1.57894737vw;
  }
}
.sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .img:nth-child(2) {
  margin-right: 20px;
}
.sub_page_01 #section_01 .item .wrap_02 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 55px;
}
.sub_page_01 #section_01 .item .wrap_02.option_01 .lead {
  padding-left: 0;
}
.sub_page_01 #section_01 .item .wrap_02 .img {
  width: 197px;
}
.sub_page_01 #section_01 .item .wrap_02 .img .caption {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}
.sub_page_01 #section_01 .item .wrap_02 .lead {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 50px;
}
.sub_page_01 #section_01 .item .wrap_02 .lead .inline_caption img {
  display: none;
}
.sub_page_01 #section_01 .item .wrap_02 .lead .inline_img {
  display: none;
}
.sub_page_01 #section_01 .item .wrap_02 .link {
  position: absolute;
  right: 0;
  bottom: -60px;
  display: flex;
  display: -webkit-flex;
}
.sub_page_01 #section_01 .item .en_title {
  display: block;
  font-size: 51px;
  color: #01603e;
  position: absolute;
  right: 30px;
  bottom: -10px;
  transform: rotate(90deg);
  transform-origin: right;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: right;
  letter-spacing: 5px;
  opacity: 0.1;
}
@media all and (max-width: 750px) {
  .sub_page_01 #section_01 {
    background: url(../img/common/texture_01.png);
    background-repeat: repeat;
    margin-top: 80px;
  }
  .sub_page_01 #section_01 .inner_solid,
  .sub_page_01 #section_01 .inner {
    padding: 0;
  }
  .sub_page_01 #section_01 .inner_solid .mod_title_01,
  .sub_page_01 #section_01 .inner .mod_title_01 {
    padding-left: 10px;
  }
  .sub_page_01 #section_01 .item {
    padding: 30px 10px 50px;
    margin-top: 75px;
  }
  .sub_page_01 #section_01 .item:nth-child(2) {
    margin-top: 30px;
  }
  .sub_page_01 #section_01 .item .wrap_01 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_01 .lead {
    background-color: transparent;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 20px;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 {
    left: auto;
    top: -165px;
    right: 0;
    width: 130px;
    height: 130px;
    padding-top: 20px;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_01 {
    font-size: 14px;
  }
  .sub_page_01 #section_01 .item .wrap_01 .sub_wrap_02 .sub_sub_wrap_01 .sub_lead_02 {
    font-size: 12px;
    margin-top: 15px;
  }
  .sub_page_01 #section_01 .item .wrap_02 {
    display: block;
    padding-top: 25px;
  }
  .sub_page_01 #section_01 .item .wrap_02 .img {
    display: none;
  }
  .sub_page_01 #section_01 .item .wrap_02 .lead {
    padding-left: 0;
    overflow: hidden;
  }
  .sub_page_01 #section_01 .item .wrap_02 .lead .inline_img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 28vw;
  }
  .sub_page_01 #section_01 .item .wrap_02 .lead .inline_img .caption {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
  }
  .sub_page_01 #section_01 .item .wrap_02 .lead .inline_img img {
    display: inline-block;
  }
  .sub_page_01 #section_01 .item .wrap_02 .link {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sub_page_01 #section_01 .item .en_title {
    display: none;
  }
}
.sub_page_01 #section_02 {
  background: url(../img/common/back_image_01.png) right top -50px no-repeat;
}
.sub_page_01 #section_02 .wrap_01 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: url(../img/common/back_image_07.png);
  background-repeat: no-repeat;
  background-position: left bottom -80px;
  padding-top: 150px;
  padding-bottom: 120px;
}
.sub_page_01 #section_02 .wrap_01 .lead {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 36.6%;
  font-weight: bold;
  font-size: 28px;
  line-height: 2;
  padding-top: 50px;
  padding-left: 30px;
}
@media all and (max-width: 1100px) {
  .sub_page_01 #section_02 .wrap_01 .lead {
    width: auto;
    padding-left: 3%;
  }
}
.sub_page_01 #section_02 .wrap_01 .lead .option_01 {
  border-right: 2px dotted #01603e;
  padding-right: 8px;
  line-height: 1.1;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 {
  position: relative;
  width: 50%;
  display: flex;
  display: -webkit-flex;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item {
  width: 46%;
  padding: 0 0px 0 20px;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item:first-child {
  margin-right: 20px;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .img img {
  width: 97%;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .img .caption {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #01603e;
  font-size: 11.5px;
  letter-spacing: 1px;
  background-color: #fae23f;
  padding: 0 5px;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .sub_title {
  text-align: center;
  color: #01603e;
  padding: 20px 0 10px;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .sub_title .option_01 {
  font-size: 12px;
  padding-right: 10px;
}
.sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item .sub_lead {
  font-size: 12px;
}
.sub_page_01 #section_02 .wrap_01 .serif {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #01603e;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: -80px;
  top: 50px;
}
.sub_page_01 #section_02 .wrap_01 .serif::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/serif_12.png);
  width: 67px;
  height: 172px;
  left: 30%;
  top: -10px;
}
@media all and (max-width: 950px) {
  .sub_page_01 #section_02 .wrap_01 .serif {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .sub_page_01 #section_02 .wrap_01 .serif:after {
    transform: rotate(90deg);
    top: -60px;
    left: 28%;
  }
}
@media all and (max-width: 750px) {
  .sub_page_01 #section_02 {
    background: none;
  }
  .sub_page_01 #section_02 .wrap_01 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-position: center top 110px;
    background-size: 320px;
    padding-top: 100px;
  }
  .sub_page_01 #section_02 .wrap_01 .lead {
    padding: 0;
    display: table;
    margin: 0 auto;
  }
  .sub_page_01 #section_02 .wrap_01 .lead .option_01 {
    border-right: 1px dotted #01603e;
  }
  .sub_page_01 #section_02 .wrap_01 .sub_wrap_01 {
    width: 100%;
    margin-top: 120px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .item {
    padding: 0;
  }
  .sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .serif {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .sub_page_01 #section_02 .wrap_01 .sub_wrap_01 .serif:after {
    transform: rotate(90deg);
    top: -60px;
    left: 28%;
  }
}
@media all and (max-width: 350px) {
  .sub_page_01 #section_02 .wrap_01 .lead {
    font-size: 24px;
  }
}
.sub_page_01 #section_03 {
  position: relative;
}
.sub_page_01 #section_03 .wrap_02 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sub_page_01 #section_03 .wrap_02::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  border-right: 2px dotted #bbb7ac;
  top: calc(50% + 30px);
  left: calc(50% - 10px);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.sub_page_01 #section_03 .wrap_02 .item {
  position: relative;
  width: 50%;
  margin: 0 4.5%;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_01 {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  top: -50px;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_01 .img:nth-child(2) {
  position: relative;
  bottom: -15px;
  margin: 0 5%;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_02 {
  padding-top: 80px;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_02 .sub_title {
  margin: 15px 0 10px;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_02 .sub_title .option_01 {
  position: relative;
  color: #fff;
  font-size: 12px;
  background-color: #01603e;
  padding: 4px 3px 4px 10px;
  margin-right: 20px;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_02 .sub_title .option_01::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  height: 20px;
  width: 12px;
  background: url(../img/common/serif_10.png) top left/cover no-repeat;
  background-size: auto 20px;
}
.sub_page_01 #section_03 .wrap_02 .item .sub_wrap_02 .sub_lead {
  font-size: 13px;
}
@media all and (max-width: 750px) {
  .sub_page_01 #section_03 .wrap_02 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .sub_page_01 #section_03 .wrap_02::after {
    width: 100%;
    height: 1px;
    border-right: none;
    border-top: 1px dotted #bbb7ac;
    top: calc(50% - 35px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .sub_page_01 #section_03 .wrap_02 .item {
    width: 100%;
    margin: 0;
  }
  .sub_page_01 #section_03 .wrap_02 .item:first-child {
    margin-bottom: 90px;
  }
}
.sub_page_01 #section_04 {
  background: url(../img/common/back_image_02.png), url(../img/common/back_image_05.png), url(../img/common/back_image_02.png);
  background-repeat: no-repeat;
  background-position: left 0px top 100px, right 0px top 750px, left 0px top 1400px;
  padding-top: 160px;
}
.sub_page_01 #section_04 .inner {
  padding: 0;
}
.sub_page_01 #section_04 .wrap_01 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sub_page_01 #section_04 .wrap_01:first-child {
  margin-bottom: 90px;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_01 {
  width: 50%;
  padding: 0 10px;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_01 .title {
  font-size: 22px;
  color: #01603e;
  padding-bottom: 10px;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_01 .lead {
  font-size: 13px;
  line-height: 2;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_01.--wide {
  width: 100%;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_02 {
  width: 50%;
  padding-left: 6%;
}
.sub_page_01 #section_04 .wrap_01 .sub_wrap_03 {
  width: 50%;
  padding-right: 6%;
}
.sub_page_01 #section_04 .wrap_02 {
  background: url(../img/common/serif_13.png) center no-repeat;
  padding: 160px 0 380px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.sub_page_01 #section_04 .wrap_02 .lead {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 28px;
  line-height: 2;
  height: 495px;
  padding-top: 180px;
}
.sub_page_01 #section_04 .wrap_02 .lead .option_01 {
  border-right: 2px dotted #01603e;
  padding-right: 8px;
  line-height: 1.1;
}
@media all and (max-width: 750px) {
  .sub_page_01 #section_04 {
    margin-top: 0;
    padding-top: 70px;
    background: none;
  }
  .sub_page_01 #section_04 .inner_solid.sp,
  .sub_page_01 #section_04 .inner.sp {
    padding: 0;
  }
  .sub_page_01 #section_04 .wrap_01 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .sub_page_01 #section_04 .wrap_01:first-child {
    margin-bottom: 40px;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_01 {
    order: 1;
    width: 100%;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_02 {
    order: 0;
    width: 100%;
    padding-left: 0;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_02 .img {
    padding-bottom: 15px;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_02 .img img {
    width: 100%;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_03 {
    width: 100%;
    padding-right: 0;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_03 .img {
    padding-bottom: 15px;
  }
  .sub_page_01 #section_04 .wrap_01 .sub_wrap_03 .img img {
    width: 100%;
  }
  .sub_page_01 #section_04 .wrap_02 {
    background: url(../img/common/serif_15.png) center/100% no-repeat;
    padding: 70px 0 210px;
  }
  .sub_page_01 #section_04 .wrap_02 .lead {
    padding-top: 170px;
  }
}
@media all and (max-width: 350px) {
  .sub_page_01 #section_04 .wrap_02 .lead {
    font-size: 20px;
    padding-top: 200px;
  }
}

.sub_page_02 #mainvisual .slider_wrap ul li {
  background-image: url("../img/page_02/top_image_01.jpg");
}
.sub_page_02 #section_01 {
  margin: 190px 0 0;
}
@media all and (max-width: 950px) {
  .sub_page_02 #section_01 .mod_title_01 .en {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.sub_page_02 #section_01 .wrap_01 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 30px;
}
.sub_page_02 #section_01 .wrap_01 .lead {
  width: 59%;
  padding-right: 60px;
  line-height: 2;
}
.sub_page_02 #section_01 .wrap_01 .img {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 40%;
  z-index: 2;
}
.sub_page_02 #section_01 .wrap_01 .serif {
  position: absolute;
  top: -40px;
  left: calc(50% - 20px);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 750px) {
  .sub_page_02 #section_01 {
    margin: 85px 0 0;
  }
  .sub_page_02 #section_01 .wrap_01 {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 20px 0 0px;
  }
  .sub_page_02 #section_01 .wrap_01 .lead {
    width: 100%;
    padding: 0;
    padding-bottom: 53vw;
  }
  .sub_page_02 #section_01 .wrap_01 .img {
    top: auto;
    right: auto;
    bottom: -60px;
    width: 90%;
  }
}
@media all and (max-width: 750px) and (max-width: 500px) {
  .sub_page_02 #section_01 .wrap_01 .img {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .sub_page_02 #section_01 .wrap_01 .img img {
    width: 100%;
  }
  .sub_page_02 #section_01 .wrap_01 .serif {
    top: -125px;
    left: auto;
    right: 0;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
}
@media all and (max-width: 750px) and (max-width: 350px) {
  .sub_page_02 #section_01 .wrap_01 .serif {
    width: 100px;
  }
}
.sub_page_02 #section_02 {
  padding-bottom: 150px;
  background: url(../img/common/back_image_05.png), url(../img/common/back_image_02.png);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: bottom 250px right 0px, top 400px left 0px;
}
.sub_page_02 #section_02 .inner_solid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 120px;
}
.sub_page_02 #section_02 .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 50%;
  margin-bottom: 90px;
}
.sub_page_02 #section_02 .item .img {
  position: relative;
  width: 54%;
}
.sub_page_02 #section_02 .item .img .caption {
  position: absolute;
  top: 0;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #01603e;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #fae23f;
  padding: 0 5px;
}
.sub_page_02 #section_02 .item .wrap_01 {
  width: 46%;
  padding-left: 5%;
  padding-right: 7%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.sub_page_02 #section_02 .item .wrap_01 .title {
  color: #01603e;
  font-size: 15px;
  line-height: 1.3;
}
.sub_page_02 #section_02 .item .wrap_01 .lead {
  font-weight: bold;
  font-size: 22px;
  margin-top: auto;
  margin-bottom: 30px;
  padding-left: 5px;
}
.sub_page_02 #section_02 .item .link {
  width: 82.6086956522%;
  margin-bottom: 12px;
}
.sub_page_02 #section_02 .item .link .mod_button_02 {
  font-size: 13px;
  padding: 8px 0;
}
@media all and (max-width: 750px) {
  .sub_page_02 #section_02 {
    padding-bottom: 90px;
  }
  .sub_page_02 #section_02 .item {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 45px;
    width: 48%;
  }
  .sub_page_02 #section_02 .item .img {
    width: 100%;
  }
  .sub_page_02 #section_02 .item .img img {
    width: 100%;
  }
  .sub_page_02 #section_02 .item .wrap_01 {
    text-align: center;
    width: 100%;
  }
  .sub_page_02 #section_02 .item .wrap_01 .title {
    padding-top: 10px;
  }
  .sub_page_02 #section_02 .item .wrap_01 .lead {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .sub_page_02 #section_02 .item .wrap_01 .link {
    width: 90%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=pages.css.map */
