@charset "utf-8";

/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_home .sitename_wrap {
  color: #fff;
}

/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: url('img/mv_home_bg.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 1000px;
  padding: 4rem 0 0;
  box-sizing: border-box;
  color: #fff;
}

.mv_home .mv_inner {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.mv_home .mv_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mv_home .l_box {
  width: calc(100% - 420px);
  padding: 0 0 6rem;
  box-sizing: border-box;
}

.mv_home .logo {
  width: 240px;
}

.mv_home .mv_ttl {
  background: #0244a7;
  margin: 2rem 0 0;
  padding: 3rem 2rem 3rem 0;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.6;
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 0;
}
.mv_home .mv_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #0244a7;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.mv_home .mv_ttl .large {
  font-size: 3.2rem;
}
.mv_home .mv_ttl .spn01 {
  color: #78ffd0;
}

.mv_home .mv_txt {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.mv_home .mv_txt .marker {
  background: linear-gradient(transparent 75%, #0bc4cd 0%);
}

.mv_home .mv_txt .sub {
  font-size: 1.1rem;
}

.mv_home .r_box {
  width: 490px;
  margin: 0 -9rem 0 0;
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .mv_home {
    background: url('img/mv_home_bg_sp.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    padding: 3.5rem 1.5rem 2.5rem;
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }

  .mv_home .mv_block {
    display: block;
  }

  .mv_home .l_box {
    width: 100%;
    padding: 0 0 0;
  }

  .mv_home .logo {
    width: 60%;
    margin: auto;
  }

  .mv_home .mv_ttl {
    margin: 1.5rem 0 0;
    padding: 2rem 1.5rem 2rem 0;
    font-size: 1.4rem;
  }
  .mv_home .mv_ttl .large {
    font-size: 1.9rem;
  }

  .mv_home .mv_txt {
    background: rgba(5, 73, 171, 0.6);
    margin: 0 0 0;
    padding: 2rem 2rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.8;
    border-radius: 4px;
  }

  .mv_home .r_box {
    width: 100%;
    margin: 0 0 0 0;
  }

  .mv_home .mv_img {
    margin: -3rem 0 0 0;
    position: relative;
  }
}

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.sec .inner {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_top {
    min-width: 100%;
  }
  .sec {
    min-width: 100%;
  }
  .sec .inner {
    max-width: 100%;
  }
}

/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  background: -moz-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  background: linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  max-width: 770px;
  padding: 4rem 2rem 4rem 0;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.main_ttl01::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #006fd0;
  width: 100vw;
  height: 100%;
}
.main_ttl01 .m_ttl {
  color: #fff;
  font-size: 2.8rem;
}
.main_ttl01 .m_ttl .large {
  font-size: 4rem;
}

.main_ttl01 .m_ttl a {
  display: inline-block;
  padding: 0 4rem 0 0;
  color: #fff;
  position: relative;
}
.main_ttl01 .m_ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_02.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}

.main_ttl02 {
  text-align: center;
}
.main_ttl02 .m_ttl {
  font-size: 2.8rem;
}
.main_ttl02 .m_ttl .large {
  font-size: 4rem;
}

.main_ttl02 .m_ttl a {
  display: inline-block;
  padding: 0 4rem 0 0;
  position: relative;
}
.main_ttl02 .m_ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}

.sub_txt {
  display: table;
  box-sizing: border-box;
}
.sub_txt span {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border: 2px solid #2c363c;
  border-right: none;
}
.sub_txt span:last-child {
  border-right: 2px solid #2c363c;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .main_ttl01 {
    max-width: 100%;
    margin: 0 0 2rem calc(50% - 50vw);
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .main_ttl01 .m_ttl {
    font-size: 1.6rem;
  }
  .main_ttl01 .m_ttl .large {
    font-size: 2.2rem;
  }

  .main_ttl01 .m_ttl a {
    padding: 0 2.5rem 0 0;
  }
  .main_ttl01 .m_ttl a::after {
    background: url('img/arrow_02.png') left top no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 17px;
  }

  .main_ttl02 .m_ttl {
    font-size: 1.5rem;
  }
  .main_ttl02 .m_ttl .large {
    font-size: 2.2rem;
  }

  .main_ttl02 .m_ttl a {
    padding: 0 2rem 0 2rem;
  }
  .main_ttl02 .m_ttl a::after {
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 17px;
  }

  .sub_txt span {
    border: 1px solid #2c363c;
    border-right: none;
  }
  .sub_txt span:last-child {
    border-right: 1px solid #2c363c;
  }
}

/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
  margin: 3rem 0 3rem;
  font-size: 1.5rem;
  line-height: 2;
}

.txt {
  margin: 3rem 0 3rem;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2;
}

.lead {
  max-width: 770px;
  margin: 3rem 0 0 !important;
  font-size: 1.5rem;
  line-height: 2;
}

p.caption {
  margin: 1rem 0 0 0 !important;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #888;
  line-height: 1.3;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_top p {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .txt {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .lead {
    margin: 2rem 0 0 !important;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  p.caption {
    font-size: 1rem;
    line-height: 1.3;
  }
}

/*--------------------------------------
　sec_uppper
---------------------------------------*/
.sec_uppper {
  padding: 8rem 0 0;
}

.sec_uppper p {
  margin: 0 0 0;
}

.sec_uppper .inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 4rem 6rem 4rem;
  box-sizing: border-box;
  border: 4px solid #f3f3f3;
  border-radius: 10px;
}

.sec_uppper .eng {
  font-size: 7rem;
  font-weight: bold;
  pointer-events: none;
}

.sec_uppper .toc_block {
  width: 48%;
  box-sizing: border-box;
}
.toc_block .toc_list {
  height: 280px;
  margin: 2rem 0 0;
  padding: 0 2rem 0 0;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.toc_block .toc_list::-webkit-scrollbar {
  width: 5px;
}
.toc_block .toc_list::-webkit-scrollbar-track {
  background: #e3e3e3;
}
.toc_block .toc_list::-webkit-scrollbar-thumb {
  background: #a2a2a2;
}
.toc_block .toc_list li {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.toc_block .toc_list li:last-child {
  margin: 0 0 0;
}
.toc_block .toc_list li a {
  display: block;
  padding: 0 0 0 2.5rem;
  box-sizing: border-box;
  position: relative;
}
.toc_block .toc_list li a::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2c363c;
  border-right: solid 2px #2c363c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sec_uppper .edit_block {
  width: 50%;
  padding: 0 0 0 3rem;
  box-sizing: border-box;
}
.edit_block .edit_ttl {
  margin: -3rem 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}
.edit_block .txt_box {
  background: #f0f7ff;
  margin: 3.5rem 0 0;
  padding: 3rem 3rem;
  box-sizing: border-box;
  position: relative;
}
.edit_block .txt_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/illust_02.png') left top no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 152px;
  margin: 0 -6rem -7rem 0;
}
.edit_block .btn-link {
  max-width: 70%;
  text-align: left;
}
.edit_block .btn-link a {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec_uppper {
    padding: 5rem 1.5rem 0;
  }

  .sec_uppper .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 2rem 3rem;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
  }

  .sec_uppper .eng {
    font-size: 2.4rem;
    pointer-events: auto;
  }

  .sec_uppper .toc_block {
    width: 100%;
    margin: 3rem 0 0;
    order: 2;
  }
  .toc_block .eng {
    padding: 0 0 1.5rem;
    font-size: 2.4rem;
    border-bottom: 1px solid #aeafb1;
    position: relative;
    cursor: pointer;
  }
  .toc_block .eng::before,
  .toc_block .eng::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #2c363c;
    width: 20px;
    height: 1px;
    margin-top: -5px;
    transition: all 0.4s;
  }
  .toc_block .eng::after {
    transform: rotate(90deg);
  }
  .toc_block .eng.is-show::before {
    display: none;
  }
  .toc_block .eng.is-show::after {
    transform: rotate(180deg);
  }

  .toc_block .toc_list {
    height: auto;
    margin: 1.5rem 0 0;
    padding: 0 0 0 5px;
    overflow: hidden; /* テキストを隠す */
    position: relative;
  }
  .toc_block .toc_list.is-hide {
    height: 170px;
  }
  /* テキストをグラデーションで隠す */
  .toc_block .toc_list::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    background: linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    width: 100%;
    height: 50px; /* グラデーションで隠す高さ */
    transition: all 0.4s;
    z-index: 1;
  }
  /* 続きを見るボタンをクリックしたらグラデーションを消す */
  .toc_block .eng.is-show + .toc_list::before {
    background: none;
    height: auto;
  }

  .toc_block .toc_list li {
    margin: 0 0 1.5rem;
    font-size: 1.3rem;
  }
  .toc_block .toc_list li a {
    padding: 0 0 0 1.8rem;
  }
  .toc_block .toc_list li a::before {
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: solid 1px #2c363c;
    border-right: solid 1px #2c363c;
  }

  .sec_uppper .edit_block {
    width: 100%;
    padding: 0 0 0 0;
    order: 1;
  }
  .edit_block .edit_ttl {
    margin: 0 0 0;
    padding: 0 30% 0 0;
    font-size: 1.8rem;
    text-align: left;
  }
  .edit_block .txt_box {
    margin: 2rem 0 0;
    padding: 2rem 2rem;
  }
  .edit_block .txt_box::after {
    bottom: 100%;
    background: url('img/illust_02.png') right top no-repeat;
    background-size: contain;
    width: 30%;
    height: 0;
    margin: 0 0 1.5rem 0;
    padding-top: calc(30% * 153 / 128);
  }
  .edit_block .btn-link {
    max-width: 100%;
    text-align: right;
  }
  .edit_block .btn-link a {
    margin: 1.5rem 0 0;
  }
}

/*--------------------------------------
　slick
---------------------------------------*/
.slider .slick-list {
  overflow: visible;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-slide:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}

/* arrow */
.slide-arrow {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  width: 50px;
  height: 50px;
  margin: 0 0 5rem;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.prev-arrow {
  right: 65px;
}
.next-arrow {
  right: 0;
}
.slide-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  /* arrow */
  .slide-arrow {
    width: 35px;
    height: 35px;
    margin: 0 0 1.5rem;
  }
  .prev-arrow {
    right: 70px;
  }
  .next-arrow {
    right: 15px;
  }
}

/*--------------------------------------
　parts01
---------------------------------------*/
.parts01 {
  max-width: 1000px;
  margin: auto;
}

.parts01 .sub {
  text-align: center;
}
.parts01 .sub span {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 60%,
    #006fd0 60%,
    #006fd0 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 60% #006fd0 60%,
    #006fd0 100%
  );
  background: linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 60%,
    #006fd0 60%,
    #006fd0 100%
  );
  padding: 1.2rem 4rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.parts01 .parts01_block {
  background: -moz-linear-gradient(
    -45deg,
    #e2e9f1 0%,
    #e2e9f1 50%,
    #dde3ea 50%,
    #dde3ea 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #e2e9f1 0%,
    #e2e9f1 50%,
    #dde3ea 50%,
    #dde3ea 100%
  );
  background: linear-gradient(
    -45deg,
    #e2e9f1 0%,
    #e2e9f1 50%,
    #dde3ea 50%,
    #dde3ea 100%
  );
  margin: -2rem 0 0;
  padding: 6rem 8rem 5rem;
  box-sizing: border-box;
}

.parts01 .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parts01 .upper .l_box {
  width: 110px;
  box-sizing: border-box;
}
.parts01 .upper .r_box {
  width: calc(100% - 110px);
  padding: 0 0 0 3rem;
  box-sizing: border-box;
}
.parts01 .upper .team {
  font-size: 1.8rem;
  line-height: 1.4;
}
.parts01 .upper .cc {
  margin: 2rem 0 0;
  font-size: 2.2rem;
}

.parts01 .txt_img {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
.parts01 .txt_img .l_box {
  width: 330px;
  box-sizing: border-box;
}
.parts01 .txt_img .r_box {
  width: calc(100% - 330px);
  padding: 0 0 0 3rem;
  box-sizing: border-box;
}
.parts01 .txt_img .cc {
  font-size: 2rem;
}

.parts01 .txt {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .parts01 {
    max-width: 100%;
  }

  .parts01 .sub span {
    padding: 1rem 3rem;
    font-size: 1.3rem;
  }

  .parts01 .parts01_block {
    margin: -1.5rem 0 0;
    padding: 3.5rem 2rem 3rem;
  }

  .parts01 .upper {
    margin: 2rem 0 0;
  }
  .parts01 .upper .l_box {
    width: 60px;
  }
  .parts01 .upper .r_box {
    width: calc(100% - 60px);
    padding: 0 0 0 1.5rem;
  }
  .parts01 .team {
    font-size: 1.5rem;
    text-align: center;
  }
  .parts01 .upper .cc {
    margin: 0 0 0;
    font-size: 1.7rem;
  }

  .parts01 .txt_img {
    display: block;
    margin: 2rem 0 0;
  }
  .parts01 .txt_img .l_box {
    width: 100%;
  }
  .parts01 .txt_img .r_box {
    width: 100%;
    padding: 0 0 0 0;
  }
  .parts01 .txt_img .cc {
    font-size: 1.7rem;
  }

  .parts01 .txt {
    margin: 1.5rem 0 0;
  }
}

/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 12rem 0 0;
}

.sec01 p {
  margin: 0 0 0;
}

.sec01 .sub_txt {
  position: relative;
  top: -55px;
}
.sec01 .sub_txt span {
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
}

.sec01 .main_ttl01 .m_ttl {
  margin: -3rem 0 0;
}

.sec01 p.caption {
  margin: 2rem 0 0 0;
}

.sec01 .arrow {
  width: 50px;
  margin: 6rem auto 0;
}

.sec01_block01 {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
  padding: 0 0 4rem;
  position: relative;
}
.sec01_block01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #2c363c;
  width: 1px;
  height: 100%;
}
.sec01_block01 .item {
  width: calc(50% - 4rem);
  padding: 5rem 3rem 5rem;
  box-sizing: border-box;
}
.sec01_block01 .item:nth-child(2) {
  background: #f0f7ff;
  border-radius: 10px;
}
.sec01_block01 .ttl01 {
  font-size: 2.2rem;
  text-align: center;
}
.sec01_block01 .ttl01 .large {
  font-size: 3rem;
}
.sec01_block01 .img_box {
  width: 280px;
  margin: 2rem auto 0;
}
.sec01_block01 .sub_ttl {
  background: #2c363c;
  margin: 2rem 0 0;
  padding: 0.7rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sec01_block01 .txt {
  margin: 2rem 0 0;
}

.sec01_block02 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c363c;
  width: 102px;
  height: 102px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sec01_block02 .item {
  background: #e6fcf3 url('img/bg_02.png') center center repeat;
  background-size: 12px auto;
  margin: -5rem 0 0;
  padding: 7rem 14rem 6rem;
  box-sizing: border-box;
  border: 4px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.sec01_block02 .item::after {
  content: '';
  position: absolute;
  bottom: 2rem;
  right: 0;
  background: url('img/illust_05.png') left top no-repeat;
  background-size: 100% auto;
  width: 150px;
  height: 190px;
  margin: 0 -3rem -5rem 0;
}
.sec01_block02 .cc {
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.sec01_block02 .cc::after {
  content: '';
  display: block;
  background: #2c363c;
  width: 1px;
  height: 26px;
  margin: 1rem auto 0;
}
.sec01_block02 .ttl01 {
  margin: 2rem 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sec01_block02 .txt {
  margin: 3rem 0 0;
}

.sec01_block03 {
  margin: 8rem 0 0;
  position: relative;
  z-index: 0;
}
.sec01_block03::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('img/bg_03.png') left top no-repeat;
  background-size: 100% auto;
  width: 800px;
  height: 360px;
  margin: 3.5rem 0 0;
  z-index: -1;
}
.sec01_block03 .ttl01 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sec01_block03 .ttl01 .large {
  font-size: 3rem;
  font-weight: bold;
}
.sec01_block03 .sb_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01_block03 .sb_wrap .img_box {
  width: 150px;
  box-sizing: border-box;
}
.sec01_block03 .sb_wrap .sb {
  background: #fff;
  margin: 0 0 0 3rem;
  padding: 2rem 4rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  border: 4px solid #2c363c;
  border-radius: 10px;
  position: relative;
}
.sec01_block03 .sb_wrap .sb:before {
  content: '';
  position: absolute;
  top: 36px;
  right: 100%;
  border: 9px solid transparent;
  border-right: 15px solid #fff;
  z-index: 2;
}
.sec01_block03 .sb_wrap .sb:after {
  content: '';
  position: absolute;
  top: 32px;
  right: 100%;
  border: 13px solid transparent;
  border-right: 22px solid #2c363c;
  z-index: 1;
}

.sec01_block04 {
  margin: -6rem 0 0;
  padding: 6rem 0 18rem;
  position: relative;
}
.sec01_block04 .item {
  background: url('img/bg_04.png') center top no-repeat;
  background-size: cover;
  max-width: 800px;
  margin: auto;
  padding: 5rem 6rem 5rem;
  box-sizing: border-box;
  position: relative;
}
.sec01_block04 .item::before,
.sec01_block04 .item::after {
  content: '';
  position: absolute;
  left: 0;
  background: url('img/bg_05.png') left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 54px;
}
.sec01_block04 .item::before {
  top: 0;
}
.sec01_block04 .item::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec01_block04 .ttl01 {
  font-size: 2.8rem;
  text-align: center;
}
.sec01_block04 .ttl01 .large {
  display: inline-block;
  margin: 2rem 0 0;
  font-size: 3.4rem;
  position: relative;
}
.sec01_block04 .ttl01 .large::before,
.sec01_block04 .ttl01 .large::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 170px;
  height: 52px;
}
.sec01_block04 .ttl01 .large::before {
  right: 100%;
  background: url('img/deco_01.png') left center no-repeat;
  background-size: 100% auto;
  margin: 0 2rem 0 0;
}
.sec01_block04 .ttl01 .large::after {
  left: 100%;
  background: url('img/deco_02.png') left center no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 2rem;
}
.sec01_block04 .txt {
  margin: 2rem 0 0;
  text-align: center;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 6rem 1.5rem 0;
  }

  .sec01 .sub_txt {
    top: -30px;
    margin: 0 0 0 -1.5rem;
  }
  .sec01 .sub_txt span {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
  }

  .sec01 .main_ttl01 .m_ttl {
    margin: -1.5rem 0 0;
  }

  .sec01 p.caption {
    margin: 1.5rem 0 0 0;
  }

  .sec01 .arrow {
    width: 12%;
    margin: 2rem auto 0;
  }

  .sec01_block01 {
    display: block;
    margin: 2rem 0 0;
    padding: 0 0 3rem;
    position: relative;
  }
  .sec01_block01::after {
    top: inherit;
    bottom: 0;
    height: 30px;
  }
  .sec01_block01 .item {
    width: 100%;
    padding: 3rem 1.5rem 3rem;
  }
  .sec01_block01 .item:nth-child(1) {
    border-bottom: 1px solid #2c363c;
  }
  .sec01_block01 .item:nth-child(2) {
    margin: 3rem 0 0;
    border-radius: 5px;
  }
  .sec01_block01 .ttl01 {
    font-size: 1.6rem;
  }
  .sec01_block01 .ttl01 .large {
    font-size: 2rem;
  }
  .sec01_block01 .img_box {
    width: 65%;
    margin: 1.5rem auto 0;
  }
  .sec01_block01 .sub_ttl {
    margin: 1.5rem 0 0;
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
  }
  .sec01_block01 .txt {
    margin: 1.5rem 0 0;
  }

  .sec01_block02 .icon {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
  }
  .sec01_block02 .item {
    background: #e6fcf3 url('img/bg_02.png') center center repeat;
    background-size: 6px auto;
    margin: -3.5rem 0 0;
    padding: 4.5rem 2rem 3rem;
    border: 2px solid #dbdbdb;
    border-radius: 5px;
  }
  .sec01_block02 .item::after {
    bottom: inherit;
    top: 0;
    right: 0;
    background: url('img/illust_05.png') right top no-repeat;
    background-size: contain;
    width: 22%;
    height: 0;
    margin: -4.5rem 1.5rem 0 0;
    padding-top: calc(22% * 190 / 150);
  }
  .sec01_block02 .cc {
    font-size: 1.5rem;
  }
  .sec01_block02 .cc::after {
    height: 20px;
  }
  .sec01_block02 .ttl01 {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  .sec01_block02 .txt {
    margin: 2rem 0 0;
  }

  .sec01_block03 {
    margin: 5rem 0 3rem;
  }
  .sec01_block03::after {
    background: url('img/bg_03.png') left top no-repeat;
    background-size: 100% auto;
    width: 100vw;
    height: 100%;
    margin: 3.2rem 0 0;
  }
  .sec01_block03 .ttl01 {
    font-size: 1.6rem;
  }
  .sec01_block03 .ttl01 .large {
    font-size: 1.8rem;
  }
  .sec01_block03 .sb_wrap {
    margin: 1rem 0 0;
  }
  .sec01_block03 .sb_wrap .img_box {
    width: 22%;
  }
  .sec01_block03 .sb_wrap .sb {
    margin: 0 0 0 2rem;
    padding: 1rem 1rem 1rem;
    font-size: 1.4rem;
    border: 2px solid #2c363c;
    border-radius: 5px;
  }
  .sec01_block03 .sb_wrap .sb:before {
    top: 25px;
    right: 100%;
    border: 6px solid transparent;
    border-right: 10px solid #fff;
    z-index: 2;
  }
  .sec01_block03 .sb_wrap .sb:after {
    top: 22px;
    right: 100%;
    border: 9px solid transparent;
    border-right: 14px solid #2c363c;
  }

  .sec01_block04 {
    margin: 2rem 0 0;
    padding: 0 0 6rem;
  }
  .sec01_block04 .item {
    background: url('img/bg_04.png') center top no-repeat;
    background-size: 100% auto;
    max-width: 100%;
    padding: 0 0 0;
  }
  .sec01_block04 .item::before,
  .sec01_block04 .item::after {
    background: url('img/bg_05.png') left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 54 / 800);
  }
  .sec01_block04 .item_inner {
    padding: 2rem 2rem 3rem;
  }
  .sec01_block04 .ttl01 {
    font-size: 1.8rem;
  }
  .sec01_block04 .ttl01 .large {
    margin: 1rem 0 0;
    font-size: 2.6rem;
  }
  .sec01_block04 .ttl01 .large::before,
  .sec01_block04 .ttl01 .large::after {
    width: 120%;
    height: 0;
    padding-top: calc(120% * 52 / 170);
  }
  .sec01_block04 .ttl01 .large::before {
    background: url('img/deco_01.png') left center no-repeat;
    background-size: 100% auto;
    margin: 0 1rem 0 0;
  }
  .sec01_block04 .ttl01 .large::after {
    background: url('img/deco_02.png') left center no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 1rem;
  }
  .sec01_block04 .txt {
    margin: 1.5rem 0 0;
    text-align: justify;
  }
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #ecf3fb;
  padding: 0 0 12rem;
}

.sec02 p {
  margin: 0 0 0;
}

.sec02 .sub_txt {
  position: relative;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec02 .sub_txt span {
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
}

.sec02 .main_ttl02 .m_ttl {
  margin: 4rem 0 0;
  position: relative;
}
.sec02 .main_ttl02 .m_ttl::after {
  content: '';
  display: block;
  background: #2c363c;
  width: 1px;
  height: 26px;
  margin: 2rem auto 0;
}

.sec02 .arrow {
  width: 80px;
  margin: 4rem auto 0;
}

.sec02 .comment_parts {
  margin: 0 0 0;
}

.sec02_block01 {
  margin: 5rem 0 0;
}

.sec02_block01 .box01 {
  display: flex;
  justify-content: space-between;
}
.sec02_block01 .box01 .l_box {
  width: 400px;
  box-sizing: border-box;
}
.sec02_block01 .box01 .r_box {
  width: calc(100% - 400px);
  padding: 0 0 0 5rem;
  box-sizing: border-box;
}
.sec02_block01 .box01 .ttl01 {
  padding: 0 0 0 8.5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  position: relative;
}
.sec02_block01 .box01 .ttl01 span {
  box-sizing: border-box;
}
.sec02_block01 .box01 .ttl01 .spn01 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bbfde5;
  width: 85px;
  padding: 1.8rem 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 4px solid #2c363c;
  border-radius: 10px;
}
.sec02_block01 .box01 .ttl01 .spn02 {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sec02_block01 .box01 .ttl01 .spn03 {
  display: block;
  background: #2c363c;
  margin: -4px 0 0 -1.5rem;
  padding: 1rem 1.5rem 1rem 3rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec02_block01 .box01 .cc {
  margin: 2rem 0 0;
  font-size: 2.4rem;
}
.sec02_block01 .box01 .txt {
  margin: 2rem 0 0;
}

.sec02_block01 .box02 {
  background: #fff;
  max-width: 860px;
  margin: 8rem auto 0;
  padding: 5rem 10rem 5rem 12rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}
.sec02_block01 .box02 .p_sub {
  position: absolute;
  top: 50px;
  left: 0;
  background: -moz-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #006fd0 50%,
    #006fd0 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #006fd0 50%,
    #006fd0 100%
  );
  background: linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #006fd0 50%,
    #006fd0 100%
  );
  width: 140px;
  margin: 0 0 0 -5rem;
  padding: 1.8rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sec02_block01 .box02 .p_sub::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('img/icon_check.png') left top no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  margin: -1.4rem auto 0;
}
.sec02_block01 .box02 .p_ttl {
  display: initial;
  background: linear-gradient(transparent 75%, #c5ffe5 0%);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec02_block01 .box02 .txt {
  margin: 2rem 0 0;
}

.sec02_block01 .box03 {
  margin: 8rem 0 0;
}

.sec02_block01 .comment_parts .img_box {
  top: inherit;
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
}
.sec02_block01 .comment_parts .comment_item:nth-child(odd) .img_box {
  right: 0;
  margin: 0 -5rem -3rem 0;
}
.sec02_block01 .comment_parts .comment_item:nth-child(even) .img_box {
  left: 0;
  margin: 0 0 -3rem -5rem;
}
.sec02_block01 .comment_parts .box_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.sec02_block01 .comment_parts .box_txt .large {
  font-size: 2.4rem;
  font-weight: bold;
}

.sec02_block02 {
  margin: 8rem 0 0;
}

.sec02_block02 .box01 .inner {
  position: relative;
  z-index: 0;
}
.sec02_block02 .box01 .inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(150deg, #055fc1, #17a6e8);
  background: -webkit-linear-gradient(150deg, #055fc1, #17a6e8);
  background: linear-gradient(150deg, #055fc1, #17a6e8);
  width: calc(100vw + 9rem);
  height: 70%;
  margin: 0 0 0 -9rem;
  border-radius: 80px 0 0 0;
  box-sizing: border-box;
  z-index: -1;
}
.sec02_block02 .box01 .eng {
  margin: 0 0 0 -1.5rem;
  color: rgba(255, 255, 255, 0.08);
  font-size: 12rem;
  font-weight: bold;
  white-space: nowrap;
}
.sec02_block02 .box01 .ttl01 {
  margin: -4rem 0 0;
  color: #fff;
  font-size: 1.8rem;
}
.sec02_block02 .box01 .ttl01 .large {
  font-size: 3.2rem;
}

.sec02_block02 .slider {
  margin: 8rem 0 0;
}

.sec02_block02 .interview_parts {
  margin: 0 0 0;
}
.sec02_block02 .interview_parts::after {
  display: none;
}
.sec02_block02 .interview_parts .item_inner {
  padding: 3rem 3rem 5.5rem 0;
  align-items: center;
}
.sec02_block02 .interview_parts .img_box img.sp_only {
  display: none;
}
.sec02_block02 .interview_parts .r_box {
  padding: 0 0 0 3.5rem;
}

.sec02_block02 .slider .slick-slide {
  width: 850px;
  margin: 0 8rem 0 0;
}
.sec02_block02 .slider .slide-arrow {
  top: 100%;
  bottom: inherit;
  margin: 2rem 0 0;
}
.sec02_block02 .slider .prev-arrow {
  right: inherit;
  left: 0;
  background: url('img/arrow_prev_02.png') left top no-repeat;
  background-size: 100% auto;
}
.sec02_block02 .slider .next-arrow {
  right: inherit;
  left: 65px;
  background: url('img/arrow_next_02.png') left top no-repeat;
  background-size: 100% auto;
}

.sec02_block02 .box02 {
  margin: 12rem auto 0;
}
.sec02_block02 .comment_parts .comment_item:nth-child(odd) {
  padding: 4rem 12rem 4rem 12rem;
}
.sec02_block02 .comment_parts .comment_item:nth-child(even) {
  padding: 4rem 12rem 4rem 12rem;
}
.sec02_block02 .comment_parts .img_box {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}
.sec02_block02 .comment_parts .comment_item:nth-child(odd) .img_box {
  left: 0;
  margin: 0 0 -3rem -5rem;
}
.sec02_block02 .comment_parts .comment_item:nth-child(even) .img_box {
  right: 0;
  margin: 0 -5rem -3rem 0;
}

.sec02_block03 {
  margin: 8rem 0 0;
}

.sec02_block03 .ttl01 {
  font-size: 2rem;
  text-align: center;
}
.sec02_block03 .ttl01 .large {
  font-size: 4rem;
}

.sec02_block03 .box01 {
  height: 550px;
  margin: 8rem 0 0;
  position: relative;
}
.sec02_block03 .box01 .inner {
  height: 100%;
  position: relative;
  z-index: 0;
}
.sec02_block03 .box01 .inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(150deg, #055fc1, #17a6e8);
  background: -webkit-linear-gradient(150deg, #055fc1, #17a6e8);
  background: linear-gradient(150deg, #055fc1, #17a6e8);
  width: calc(65% + 9rem);
  height: 100%;
  margin: 0 -9rem 0 0;
  border-radius: 0 80px 20px 20px;
  box-sizing: border-box;
  z-index: -1;
}
.sec02_block03 .box01 .img_box {
  position: absolute;
  bottom: 10rem;
  left: 0;
  z-index: 1;
  width: 50%;
}
.sec02_block03 .box01 .img_box img {
  height: 500px;
  object-position: 65% 30%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.sec02_block03 .box01 .box_inner {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.sec02_block03 .box01 .eng {
  color: rgba(255, 255, 255, 0.2);
  font-size: 9rem;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.sec02_block03 .box01 ul {
  margin: -1.5rem 0 0;
}
.sec02_block03 .box01 ul li {
  background: #fff;
  margin: 0 0 4rem;
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.sec02_block03 .box01 ul li:last-child {
  margin: 0 0 0;
}
.sec02_block03 .box01 .num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5bd999;
  width: 70px;
  height: 70px;
  margin: -2rem 0 0 -3.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border: 6px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.sec02_block03 .box02 {
  margin: 10rem 0 0;
}

.sec02_block03 .btn-web a {
  margin: 6rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 6rem;
  }

  .sec02 .sub_txt {
    top: -15px;
  }
  .sec02 .sub_txt span {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
  }

  .sec02 .main_ttl02 {
    padding: 0 1.5rem;
  }
  .sec02 .main_ttl02 .m_ttl {
    margin: 1rem 0 0;
  }
  .sec02 .main_ttl02 .m_ttl::after {
    height: 20px;
    margin: 1rem auto 0;
  }

  .sec02 .arrow {
    width: 12%;
    margin: 2rem auto 0;
  }

  .sec02_block01 {
    margin: 1.5rem 0 0;
    padding: 0 1.5rem;
  }

  .sec02_block01 .box01 {
    display: block;
  }
  .sec02_block01 .box01 .l_box {
    width: 100%;
  }
  .sec02_block01 .box01 .r_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
  }

  .sec02_block01 .box01 .r_box .img_box {
    margin: 1.5rem 0 0;
  }

  .sec02_block01 .box01 .ttl01 {
    padding: 0 0 0 6rem;
    font-size: 1.5rem;
  }
  .sec02_block01 .box01 .ttl01 .spn01 {
    width: 60px;
    padding: 1rem 0;
    font-size: 1.6rem;
    border: 2px solid #2c363c;
    border-radius: 5px;
  }
  .sec02_block01 .box01 .ttl01 .spn02 {
    margin: 0 0 0.5rem;
    padding: 0 0 0 1rem;
  }
  .sec02_block01 .box01 .ttl01 .spn03 {
    margin: -2px 0 0 -1rem;
    padding: 0.8rem 1.5rem 0.8rem 2rem;
    font-size: 1.6rem;
  }
  .sec02_block01 .box01 .cc {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  .sec02_block01 .box01 .txt {
    margin: 1.5rem 0 0;
  }

  .sec02_block01 .box02 {
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 3rem 2rem 3rem;
    border-radius: 5px;
  }
  .sec02_block01 .box02 .p_sub {
    top: 0;
    left: 0;
    width: auto;
    margin: -2rem 0 0 1.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
  }
  .sec02_block01 .box02 .p_sub::before {
    top: 0;
    left: 0;
    right: inherit;
    background: url('img/icon_check.png') left top no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    margin: -1rem 0 0 -1rem;
  }
  .sec02_block01 .box02 .p_ttl {
    font-size: 1.8rem;
  }
  .sec02_block01 .box02 .txt {
    margin: 1.5rem 0 0;
  }

  .sec02_block01 .box03 {
    margin: 4rem 0 0;
  }
  .sec02_block01 .comment_parts .img_box {
    position: relative;
    bottom: inherit;
    top: 0;
    transform: translate(0, 0);
    width: 25%;
  }
  .sec02_block01 .comment_parts .comment_item:nth-child(odd) .img_box {
    margin: -3rem 0 0 0;
    float: right;
  }
  .sec02_block01　.comment_parts .comment_item:nth-child(even) .img_box {
    margin: -3rem 0 0 0;
    float: left;
  }
  .sec02_block01 .comment_parts .box_txt {
    font-size: 1.5rem;
  }
  .sec02_block01 .comment_parts .box_txt .large {
    font-size: 2rem;
  }

  .sec02_block02 {
    margin: 3rem 0 0;
  }

  .sec02_block02 .box01 .inner::after {
    width: calc(100% + 3rem);
    height: 85%;
    margin: 0 0 0 0;
    border-radius: 40px 0 0 0;
  }
  .sec02_block02 .box01 .eng {
    margin: 0 0 0 0;
    padding: 0 1.5rem;
    font-size: 5.5rem;
  }
  .sec02_block02 .box01 .ttl01 {
    margin: 0 0 0;
    padding: 0 1.5rem;
    font-size: 1.6rem;
  }
  .sec02_block02 .box01 .ttl01 .large {
    font-size: 2rem;
  }

  .sec02_block02 .slider {
    margin: 7rem 0 0;
  }

  .sec02_block02 .interview_parts .item_inner {
    padding: 0 0 0 0;
  }
  .sec02_block02 .interview_parts .img_box img.pc_only {
    display: none;
  }
  .sec02_block02 .interview_parts .img_box img.sp_only {
    display: block;
  }
  .sec02_block02 .interview_parts .r_box {
    padding: 2rem 2rem 5rem 2rem;
  }

  .sec02_block02 .slider .slick-slide {
    width: 100%;
    margin: 0 1.5rem 0 1.5rem;
  }
  .sec02_block02 .slider .slide-arrow {
    top: inherit;
    bottom: 100%;
    margin: 0 0 1.5rem;
  }
  .sec02_block02 .slider .prev-arrow {
    left: inherit;
    right: 70px;
    background: url('img/arrow_prev_01.png') left top no-repeat;
    background-size: 100% auto;
  }
  .sec02_block02 .slider .next-arrow {
    left: inherit;
    right: 15px;
    background: url('img/arrow_next_01.png') left top no-repeat;
    background-size: 100% auto;
  }

  .sec02_block02 .box02 {
    max-width: calc(100% - 3rem);
    margin: 8rem auto 0;
  }
  .sec02_block02 .comment_parts .comment_item:nth-child(odd) {
    padding: 2rem 2rem 2rem 2rem;
  }
  .sec02_block02 .comment_parts .comment_item:nth-child(even) {
    padding: 2rem 2rem 2rem 2rem;
  }
  .sec02_block02 .comment_parts .img_box {
    position: relative;
    bottom: inherit;
    top: 0;
    transform: translate(0, 0);
    width: 25%;
  }
  .sec02_block02 .comment_parts .comment_item:nth-child(odd) .img_box {
    margin: -3rem 0 0 0;
    float: left;
  }
  .sec02_block02 .comment_parts .comment_item:nth-child(even) .img_box {
    margin: -3rem 0 0 0;
    float: right;
  }

  .sec02_block03 {
    margin: 4rem 0 0;
  }

  .sec02_block03 .ttl01 {
    padding: 0 1.5rem;
    font-size: 1.6rem;
  }
  .sec02_block03 .ttl01 .large {
    font-size: 2rem;
  }

  .sec02_block03 .box01 {
    height: auto;
    margin: 8rem 0 0;
    position: relative;
    z-index: 0;
  }
  .sec02_block03 .box01 .inner {
    height: auto;
    padding: 2.5rem 1.5rem 3rem;
  }
  .sec02_block03 .box01 .inner::after {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    border-radius: 0 40px 0 0;
  }
  .sec02_block03 .box01 .img_box {
    bottom: inherit;
    top: -25px;
    left: 0;
    z-index: 0;
    width: 75%;
    margin: -3rem 0 0;
  }
  .sec02_block03 .box01 .img_box img {
    height: auto;
    border-radius: 0 5px 5px 0;
  }
  .sec02_block03 .box01 .box_inner {
    max-width: 90%;
  }
  .sec02_block03 .box01 .eng {
    color: rgba(255, 255, 255, 0.6);
    font-size: 5rem;
    position: relative;
  }
  .sec02_block03 .box01 ul {
    margin: -0.3rem 0 0;
  }
  .sec02_block03 .box01 ul li {
    margin: 0 0 2rem;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
    border-radius: 5px;
  }
  .sec02_block03 .box01 .num {
    width: 35px;
    height: 35px;
    margin: -1rem 0 0 -2rem;
    font-size: 1.5rem;
    border: 2px solid #fff;
    border-radius: 4px;
  }

  .sec02_block03 .box02 {
    margin: 6rem 0 0;
    padding: 0 1.5rem;
  }

  .sec02_block03 .btn-web a {
    max-width: 80%;
    margin: 4rem auto 0;
  }
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #cbecfc;
  padding: 12rem 0 15rem;
}

.sec03 p {
  margin: 0 0 0;
}

.sec03 .inner {
  position: relative;
  z-index: 0;
}
.sec03 .inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url('img/bg_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 322px;
  height: 240px;
  margin: -8rem -10rem 0 0;
  z-index: -1;
}
.sec03 .inner::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 860px;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  z-index: -2;
}

.sec03 .main_ttl02 {
  max-width: 55%;
  margin: auto;
}
.sec03 .main_ttl02 .m_ttl {
  display: inline-block;
  background: #cbecfc;
  padding: 0 4rem;
  box-sizing: border-box;
}

.sec03 .lead {
  margin: 3rem auto 0 !important;
}

.sec03_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}

.sec03_block .item {
  background: #fff;
  width: calc(50% - 2.5rem);
  margin: 0 0 5rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.sec03_block .ttl01 {
  font-size: 2.2rem;
}
.sec03_block .ttl01 .large {
  font-size: 3rem;
}
.sec03_block .ttl01 a {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: 2.5rem 6rem 2.5rem 3rem;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.sec03_block .ttl01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}
.sec03_block .ttl01 a div {
  font-weight: bold;
}

.sec03_block .item_inner {
  background: #fff;
  padding: 2rem 3rem 4rem;
  box-sizing: border-box;
  border-radius: 10px;
}

.sec03_block .txt {
  line-height: 1.8;
}

.sec03_block .related {
  margin: 3rem 0 0;
}
.sec03_block .related.none {
  display: none;
}
.sec03_block .related .r_ttl {
  display: inline-block;
  background: #2c363c;
  padding: 5px 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec03_block .related ul {
  margin: 1rem 0 0;
}
.sec03_block .related ul li {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec03_block .related ul li:last-child {
  margin: 0 0 0;
}
.sec03_block .related ul li a {
  display: inline-block;
  padding: 0 2.5rem 0 0;
  text-decoration: underline;
  position: relative;
}
.sec03_block .related ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_03.png') left top no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 16px;
}

.sec03_block .interview_bnr a {
  display: block;
  background: -moz-linear-gradient(150deg, #055fc1, #17a6e8);
  background: -webkit-linear-gradient(150deg, #055fc1, #17a6e8);
  background: linear-gradient(150deg, #055fc1, #17a6e8);
  border-radius: 0 0 10px 10px;
}
.sec03_block .interview_bnr .bnr_inner {
  display: flex;
  justify-content: space-between;
}
.sec03_block .interview_bnr .img_box {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sec03_block .interview_bnr .img_box img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 10px;
}
.sec03_block .interview_bnr .txt_wrap {
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.sec03_block .interview_bnr .bnr_sub {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #3c5062 50%,
    #3c5062 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #3c5062 50%,
    #3c5062 100%
  );
  background: linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #3c5062 50%,
    #3c5062 100%
  );
  padding: 1.2rem 1.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec03_block .interview_bnr .bnr_txt {
  padding: 2rem 3rem 2rem 1.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.sec03_block .interview_bnr .bnr_txt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  background: url('img/arrow_04.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}
.sec03_block .interview_bnr .eng {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.1);
  font-size: 4.2rem;
  font-weight: bold;
  white-space: nowrap;
}

.sec03_block .acc_btn {
  background: #fff;
  max-width: 200px;
  margin: 2rem 0 0 auto;
  padding: 1.2rem 3rem;
  box-sizing: border-box;
  color: #8b9194;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border: 2px solid #8b9194;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sec03_block .acc_btn:before,
.sec03_block .acc_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background: #8b9194;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}
.sec03_block .acc_btn:after {
  transform: rotate(90deg);
}
.sec03_block .acc_btn.open:before {
  display: none;
}
.sec03_block .acc_btn.open::after {
  transform: rotate(180deg);
}
.sec03_block .acc_btn span {
  font-weight: bold;
}
.sec03_block .acc_btn span:before {
  content: '関連記事を見る';
}
.sec03_block .acc_btn.open span:before {
  content: '閉じる';
}
.sec03_block .acc_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 5rem 1.5rem 5rem;
    position: relative;
    z-index: 0;
  }
  .sec03::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('img/bg_01.png') left top no-repeat;
    background-size: contain;
    width: 40%;
    height: 0;
    margin: 1rem 0 0 0;
    padding-top: calc(40% * 240 / 322);
    z-index: -1;
  }

  .sec03 .inner {
    padding: 0 0 1rem;
  }
  .sec03 .inner::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: none;
    width: 60%;
    height: 4px;
    margin: 0 auto 0 auto;
    border-top: 4px solid #cbecfc;
  }
  .sec03 .inner::after {
    top: 10px;
    width: 90%;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
  }

  .sec03 .main_ttl02 {
    max-width: 85%;
  }
  .sec03 .main_ttl02 .m_ttl {
    background: none;
    padding: 0 0;
  }

  .sec03 .lead {
    margin: 2rem auto 0 !important;
  }

  .sec03_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec03_block .item {
    width: 100%;
    margin: 0 0 2rem;
    border-radius: 5px;
  }

  .sec03_block .ttl01 {
    font-size: 1.6rem;
  }
  .sec03_block .ttl01 .large {
    font-size: 2rem;
  }
  .sec03_block .ttl01 a {
    padding: 1.5rem 3rem 1.5rem 2rem;
    border-radius: 5px 5px 0 0;
  }
  .sec03_block .ttl01 a::after {
    right: 15px;
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 20px;
  }

  .sec03_block .item_inner {
    padding: 2rem 2rem 2rem;
    border-radius: 5px;
  }

  .sec03_block .txt {
    line-height: 1.6;
  }

  .sec03_block .related {
    margin: 2rem 0 0;
  }
  .sec03_block .related .r_ttl {
    font-size: 1.4rem;
  }
  .sec03_block .related ul li {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .sec03_block .related ul li a {
    padding: 0 2rem 0 0;
  }

  .sec03_block .interview_bnr a {
    border-radius: 0 0 5px 5px;
  }
  .sec03_block .interview_bnr .img_box {
    width: 40%;
  }
  .sec03_block .interview_bnr .img_box img {
    border-radius: 0 0 0 5px;
  }
  .sec03_block .interview_bnr .txt_wrap {
    width: 60%;
  }
  .sec03_block .interview_bnr .bnr_sub {
    padding: 1rem 1rem;
    font-size: 1.3rem;
  }
  .sec03_block .interview_bnr .bnr_txt {
    padding: 1.5rem 2rem 2rem 1.5rem;
    font-size: 1.7rem;
  }
  .sec03_block .interview_bnr .bnr_txt::after {
    right: 15px;
    background: url('img/arrow_04.png') left top no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 16px;
  }
  .sec03_block .interview_bnr .eng {
    font-size: 3.6rem;
  }

  .sec03_block .acc_btn {
    max-width: 60%;
    margin: 1.5rem 0 0 auto;
    padding: 1.2rem 2.5rem;
    font-size: 1.3rem;
    border: 1px solid #8b9194;
    border-radius: 3px;
  }
  .sec03_block .acc_btn:before,
  .sec03_block .acc_btn:after {
    right: 10px;
    width: 12px;
    height: 1px;
  }
}

/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  padding: 15rem 0 0;
}

.sec04 p {
  margin: 0 0 0;
}

.sec04_block {
  margin: 8rem 0 0;
}

.sec04_block .item a {
  display: block;
  background: #3a454c;
  box-sizing: border-box;
  border-radius: 10px;
}

.sec04_block .item_inner {
  padding: 3rem 2.5rem 3rem;
  box-sizing: border-box;
}

.sec04_block .ttl01 {
  display: flex;
  align-items: center;
  padding: 0 0 1.5rem;
  color: #76fed0;
  font-size: 2.4rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.sec04_block .txt {
  margin: 2rem 0 0;
  color: #fff;
  line-height: 1.8;
}

.sec04_block .show {
  background: #526069;
  padding: 2rem 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.sec04_block .show::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: url('img/arrow_04.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}

.sec04_block .slider .slick-slide {
  width: 320px;
  margin: 0 2rem 0 0;
}
.sec04_block .slider .slide-arrow {
  margin: 0 0 3rem;
}
.sec04_block .slider .prev-arrow {
  background: url('img/arrow_prev_02.png') left top no-repeat;
  background-size: 100% auto;
}
.sec04_block .slider .next-arrow {
  background: url('img/arrow_next_02.png') left top no-repeat;
  background-size: 100% auto;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 1.5rem 0;
  }

  .sec04 .main_ttl01 {
    width: calc(100% - 1.5rem);
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .sec04 .main_ttl01 .m_ttl {
    font-size: 1.5rem;
  }

  .sec04 .lead {
    padding: 0 1.5rem;
  }

  .sec04_block {
    margin: 6rem 0 0;
  }

  .sec04_block .item a {
    border-radius: 5px;
  }

  .sec04_block .item_inner {
    padding: 2rem 2rem 2rem;
  }

  .sec04_block .ttl01 {
    padding: 0 0 1rem;
    font-size: 1.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .sec04_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec04_block .show {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    border-radius: 0 0 5px 5px;
  }
  .sec04_block .show::after {
    right: 10px;
    background: url('img/arrow_04.png') left top no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 16px;
  }

  .sec04_block .slider .slick-slide {
    width: 260px;
    margin: 0 1rem 0 1rem;
  }
  .sec04_block .slider .slide-arrow {
    margin: 0 0 1.5rem;
  }
}

/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 15rem 0 18rem;
}

.sec05 p {
  margin: 0 0 0;
}

.sec05_block {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
}

.sec05_block .item {
  width: calc(33.33% - 1.5rem);
  box-sizing: border-box;
}

.sec05_block .item a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #2c363c;
  border-radius: 10px;
}

.sec05_block .item_inner {
  padding: 3rem 2.5rem 3rem;
  box-sizing: border-box;
}

.sec05_block .ttl_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.sec05_block .ttl01 {
  width: 100%;
  padding: 0 0 1.5rem;
  font-size: 1.6rem;
  border-bottom: 2px solid #c2c5c6;
}
.sec05_block .ttl01 .large {
  font-size: 2.8rem;
}

.sec05_block .txt {
  margin: 2rem 0 0;
  line-height: 1.8;
}

.sec05_block .show {
  background: #526069;
  padding: 2rem 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.sec05_block .show::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: url('img/arrow_04.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 6rem 0 9rem;
  }

  .sec05 .main_ttl01 {
    width: calc(100% - 3rem);
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  .sec05 .lead {
    padding: 0 1.5rem;
  }

  .sec05_block {
    display: block;
    margin: 6rem 0 0;
    padding: 0 0 0 1.5rem;
  }

  .sec05_block .item {
    width: 260px;
  }

  .sec05_block .item a {
    border: 1px solid #2c363c;
    border-radius: 5px;
  }

  .sec05_block .item_inner {
    padding: 2rem 2rem 2rem;
  }

  .sec05_block .ttl_wrap {
    display: block;
  }
  .sec05_block .ttl01 {
    padding: 0 0 1rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #c2c5c6;
  }
  .sec05_block .ttl01 .large {
    font-size: 1.9rem;
  }

  .sec05_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec05_block .show {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    border-radius: 0 0 3px 3px;
  }
  .sec05_block .show::after {
    right: 10px;
    background: url('img/arrow_04.png') left top no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 16px;
  }

  .sec05_block .slick-slide {
    width: 260px;
    margin: 0 1rem 0 1rem;
  }
  .sec05_block .slide-arrow {
    margin: 0 0 1.5rem;
  }
  .sec05_block .prev-arrow {
    background: url('img/arrow_prev_02.png') left top no-repeat;
    background-size: 100% auto;
  }
  .sec05_block .next-arrow {
    background: url('img/arrow_next_02.png') left top no-repeat;
    background-size: 100% auto;
  }
}

/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #e6fcf4;
  margin: 0 0 6rem;
  position: relative;
  z-index: 0;
}
.sec06::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/sec06_01.jpg') left center no-repeat;
  background-size: cover;
  width: 45%;
  height: 550px;
  border-radius: 80px 0 0 0;
  z-index: -1;
}

.sec06 p {
  margin: 0 0 0;
}

.sec06_block .item {
  width: 55%;
  padding: 0 6rem 5rem 0;
  box-sizing: border-box;
}

.sec06 .sub {
  position: relative;
  top: -20px;
}
.sec06 .sub span {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  background: linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  padding: 1.2rem 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.sec06_block .main_ttl02 {
  margin: 1rem 0 0;
  text-align: left;
}
.sec06_block .main_ttl02 .m_ttl {
  font-size: 2.2rem;
}
.sec06_block .main_ttl02 .m_ttl .large {
  font-size: 3.6rem;
}

.sec06_block .txt {
  margin: 3rem 0 0;
}

.sec06_block .btn-internal a {
  margin: 3rem 0 0;
}

.sec06 .img_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 550px;
  margin: 0 0 -6rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06 {
    background: none;
    margin: 0 0 0;
    padding: 0 0 0;
  }
  .sec06::after {
    display: none;
  }

  .sec06_block .item {
    width: 100%;
    padding: 0 0 0 0;
  }

  .sec06_block .bg_inner {
    background: #e6fcf4;
    padding: 0 1.5rem 6rem;
    box-sizing: border-box;
  }

  .sec06 .sub {
    text-align: center;
  }
  .sec06 .sub span {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }

  .sec06_block .main_ttl02 {
    margin: 0 0 0;
    text-align: center;
  }
  .sec06_block .main_ttl02 .m_ttl {
    font-size: 1.7rem;
  }
  .sec06_block .main_ttl02 .m_ttl .large {
    font-size: 2.3rem;
  }

  .sec06_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec06_block .btn-internal a {
    margin: -2rem auto 0;
    padding: 2rem 3.5rem;
    font-size: 1.4rem;
  }

  .sec06 .img_box {
    position: relative;
    bottom: inherit;
    left: -15px;
    width: calc(100% + 3rem);
    margin: -6rem auto 0;
  }
}

/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  padding: 9rem 0 0;
}

.sec07 p {
  margin: 0 0 0;
}

.sec07 .sv_parts {
  margin: 0 0 0;
  padding: 0 6rem 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 6rem 1.5rem 0;
  }

  .sec07 .sv_parts {
    padding: 0 0 2rem 2rem;
  }
}

/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 15rem 0 15rem;
}

.sec08 p {
  margin: 0 0 0;
}

.sec08 .ttl_wrap {
  text-align: center;
}
.sec08 .ttl {
  display: inline-block;
  padding: 0 6rem 0;
  box-sizing: border-box;
  font-size: 3rem;
  position: relative;
}
.sec08 .ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url('img/illust_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 95px;
}
.sec08 .ttl a {
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.sec08 .ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}

.sec08 .btn-link a {
  margin: 1.5rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 6rem 1.5rem 6rem;
  }

  .sec08 .ttl_wrap {
    text-align: center;
  }
  .sec08 .ttl {
    display: block;
    padding: 0 2rem 0;
    font-size: 2rem;
  }
  .sec08 .ttl::before {
    top: 1rem;
    transform: translate(0, 0);
    background: url('img/illust_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 64px;
    height: 76px;
    margin: -5rem 0 0 0rem;
  }
  .sec08 .ttl a {
    padding: 0 3rem;
  }
  .sec08 .ttl a::after {
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 20px;
  }
}
