@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

.mb10 {
  margin-bottom: 10px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #222222;
}
body a {
  color: #222222;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------
セクション名やクラス名
----------------------------------*/
/*----- 小見出し -----*/
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}
.header.is-fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.header_inner {
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_logo img {
  max-width: 104px;
  margin-right: 30px;
}
.header_logo p {
  font-weight: 500;
}
.header_logo:hover {
  opacity: 0.7;
}

.nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.nav_item {
  margin-right: 30px;
}
.nav_item > a,
.nav_item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  font-weight: 700;
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 1600px) {
  .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_logo img {
    max-width: 6.1vw;
    margin-right: 1.7vw;
  }
  .header_logo p {
    font-size: 1vw;
  }
  .nav {
    margin-right: 1.19vw;
  }
  .nav_item {
    margin-right: 1.7vw;
  }
  .nav_item > a,
  .nav_item .link {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .header_logo img {
    max-width: 8.1vw;
    margin-right: 2.3vw;
  }
  .header_logo p {
    font-size: 1.25vw;
  }
  .nav {
    margin-right: 0px;
  }
  .nav_item {
    margin-right: 2vw;
  }
  .nav_item > a,
  .nav_item .link {
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 767.1px) {
  .nav_item > a,
  .nav_item .link {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .nav_item > a:hover,
  .nav_item .link:hover {
    color: #008D3C;
  }
  .has-child {
    position: relative;
  }
  .has-child ul {
    position: absolute;
    left: -100%;
    top: 100px;
    z-index: 4;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  }
  .has-child ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 16px 0 16px 40px;
    background: url(../img/common/ico_arrow_03.png) left 18px center no-repeat #E5F4EF;
    background-size: 11px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .has-child ul li a:hover {
    background-image: url(../img/common/ico_arrow_02.png);
    color: #008D3C;
  }
  .has-child ul li + li {
    border-top: 1px solid #ccc;
  }
  .has-child::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: calc(50% - 8px);
    width: 16px;
    height: 8px;
    background: url(../img/common/bg_nav.png) no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .has-child:hover::before {
    background-image: url(../img/common/bg_nav_02.png);
  }
  .has-child:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .jma {
    height: 36px;
    padding: 0 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jma img {
    max-width: 170px;
  }
  .header_inner {
    padding: 3%;
    height: 65px;
  }
  .header_logo img {
    max-width: 76px;
    width: 17vw;
    margin-right: 15px;
  }
  .header_logo p {
    font-size: 12px;
  }
  .nav_wrap {
    background: #1A5CB3;
    position: absolute;
    height: 100vh;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 40px 5% 160px;
    display: block;
    overflow: scroll;
  }
  .nav {
    display: block;
    margin-right: 0;
    border-top: 1px solid #8CAED9;
  }
  .nav_item {
    margin-right: 0;
    border-bottom: 1px solid #8CAED9;
  }
  .nav_item > a,
  .nav_item .link {
    color: #fff;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0;
    background: url(../img/common/ico_arrow_01.png) right center no-repeat;
    background-size: 14px;
  }
  .is-open {
    overflow: hidden;
  }
  .is-open .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .has-child .link {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0;
    position: relative;
  }
  .has-child .link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .has-child .link::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -7px;
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .has-child .link.is-active::before {
    display: none;
  }
  .has-child .link.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .has-child .sub_nav {
    display: none;
    padding: 20px 0 40px 20px;
  }
  .has-child .sub_nav li a {
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  .has-child .sub_nav li a::before {
    content: "─ ";
  }
  .has-child .sub_nav li + li {
    margin-top: 30px;
  }
  .menu_toggle {
    position: absolute;
    top: 10px;
    right: 3%;
    display: block;
    cursor: pointer;
  }
  .menu_toggle div {
    position: relative;
    width: 45px;
    height: 45px;
    background: #1A5CB3;
  }
  .menu_toggle span {
    width: 20px;
    z-index: 100;
    height: 1px;
    left: 13px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu_toggle span:nth-child(1) {
    top: 17px;
  }
  .menu_toggle span:nth-child(2) {
    top: 24px;
  }
  .menu_toggle span:nth-child(3) {
    top: 30px;
  }
  .is-open .menu_toggle span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-open .menu_toggle span:nth-child(2) {
    opacity: 0;
  }
  .is-open .menu_toggle span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../img/top/bg_mv.png), linear-gradient(130deg, rgb(218, 236, 230) 0%, rgb(137, 224, 174) 50%, rgb(116, 213, 213) 100%);
  background-size: 1280px, 100%;
  background-position: left top, center;
  background-repeat: no-repeat;
}
.mv .inner {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv .txt {
  width: 54%;
  padding: 0 5%;
}
.mv .pic {
  width: 46%;
}

.mv_ttl {
  max-width: 473px;
  margin-bottom: 40px;
}
.mv_ttl span {
  margin-top: 20px;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
}
.mv_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #222222;
}

.mv_txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.mv_btn {
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv_btn li {
  width: 48%;
}
.mv_btn .brochure {
  display: block;
  padding: 18px 0 18px 20px;
  background: url(../img/common/ico_dl_01.png) right 14px center no-repeat #1A5CB3;
  background-size: 16px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mv_btn .brochure::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.mv_btn .brochure span {
  padding-left: 30px;
  background: url(../img/common/ico_brochure.png) left center no-repeat;
  background-size: 20px;
  color: #fff;
  font-weight: 700;
}
.mv_btn .brochure:hover {
  background-color: #003C8A;
}
.mv_btn .application {
  display: block;
  padding: 18px 0 18px 36px;
  background: url(../img/common/ico_arrow_01.png) right 15px center no-repeat #F27100;
  background-size: 15px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mv_btn .application::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.mv_btn .application span {
  padding-left: 30px;
  background: url(../img/common/ico_application.png) left center no-repeat;
  background-size: 20px;
  color: #fff;
  font-weight: 700;
}
.mv_btn .application:hover {
  background-color: #C95E00;
}

@media screen and (max-width: 1280px) {
  .mv_ttl {
    max-width: 36.9vw;
    margin-bottom: 3.1vw;
  }
  .mv_ttl span {
    font-size: 2.1vw;
  }
  .mv_txt {
    font-size: 1.6vw;
    margin-bottom: 3.1vw;
  }
  .mv_btn {
    max-width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mv_btn li {
    width: 48%;
  }
  .mv_btn .brochure {
    padding: 1.4vw 0 1.4vw 1.5vw;
    background: #1A5CB3;
  }
  .mv_btn .brochure::after {
    display: none;
  }
  .mv_btn .brochure span {
    font-size: 1.25vw;
    background-size: 1.56vw;
  }
  .mv_btn .application {
    padding: 1.4vw 0 1.4vw 2.8vw;
    background: #F27100;
  }
  .mv_btn .application::after {
    display: none;
  }
  .mv_btn .application span {
    font-size: 1.25vw;
    background-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/top/bg_mv_sp.png), linear-gradient(130deg, rgb(218, 236, 230) 0%, rgb(137, 224, 174) 50%, rgb(116, 213, 213) 100%);
    background-size: 72%, 100%;
    background-position: left top, center;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    overflow: hidden;
  }
  .mv .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mv .txt {
    width: 100%;
    padding: 0 5%;
  }
  .mv .pic {
    width: 100%;
    margin-bottom: 40px;
  }
  .mv_ttl {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mv_ttl img {
    width: 90%;
  }
  .mv_ttl span {
    margin-top: 15px;
    padding-left: 25px;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .mv_ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 2px;
    background: #222222;
  }
  .mv_txt {
    text-align: center;
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
  .mv_btn {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  worries           */
/*----------------------------------------------------- */
.worries {
  background: url(../img/top/bg_worries.png) center bottom no-repeat #E5F4EF;
  background-size: 338px;
  padding: 80px 0 0;
  height: 542px;
}

.worries_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #008D3C;
}

.worries_txt01,
.worries_txt02,
.worries_txt03,
.worries_txt04 {
  max-width: 323px;
  width: 100%;
  aspect-ratio: 325/112;
  background: url(../img/top/bg_worries_txt_01.png) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  position: absolute;
}

.worries_txt01 {
  top: 93px;
  left: 15%;
}

.worries_txt02 {
  top: 93px;
  right: 12%;
  background: url(../img/top/bg_worries_txt_02.png) no-repeat;
  background-size: contain;
}

.worries_txt03 {
  top: 223px;
  left: 3%;
}

.worries_txt04 {
  top: 223px;
  right: 3%;
  background: url(../img/top/bg_worries_txt_02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .worries {
    background: url(../img/top/bg_worries.png) center bottom no-repeat #E5F4EF;
    background-size: 26.4vw;
  }
  .worries_txt01 {
    left: 3%;
  }
  .worries_txt02 {
    right: 3%;
  }
  .worries_txt01,
  .worries_txt02,
  .worries_txt03,
  .worries_txt04 {
    max-width: 27vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .worries {
    background-size: 60%;
    padding: 60px 0 51vw;
    height: auto;
  }
  .worries_ttl {
    font-size: 5.8vw;
    margin-bottom: 30px;
  }
  .worries_txt01,
  .worries_txt02,
  .worries_txt03,
  .worries_txt04 {
    max-width: 80%;
    font-size: 14px;
    aspect-ratio: 553/206;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .worries_txt01 {
    margin: 0 0 10px auto;
    background: url(../img/top/bg_worries_txt_01_sp.png) no-repeat;
    background-size: contain;
  }
  .worries_txt02 {
    margin: 0 0 10px 0;
    background: url(../img/top/bg_worries_txt_02_sp.png) no-repeat;
    background-size: contain;
  }
  .worries_txt03 {
    margin: 0 0 10px auto;
    background: url(../img/top/bg_worries_txt_01_sp.png) no-repeat;
    background-size: contain;
  }
  .worries_txt04 {
    margin: 0 0 20px;
    background: url(../img/top/bg_worries_txt_02_sp.png) no-repeat;
    background-size: contain;
  }
}
/*----------------------------------------------------- */
/*  sec           */
/*----------------------------------------------------- */
.top_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 60px;
}
.top_ttl em {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 500;
  color: #008D3C;
  line-height: 1.4;
  position: relative;
}
.top_ttl em::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -60px;
  width: 70px;
  height: 70px;
  background: url(../img/common/bg_ttl.png) no-repeat;
  background-size: contain;
}

.sec_subttl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_subttl span {
  padding-left: 37px;
  background: url(../img/common/bg_ttl02.png) left center no-repeat;
  background-size: 22px;
  font-size: 20px;
  font-weight: 600;
}

.sec_btn {
  max-width: 313px;
  margin: 0 auto;
}
.sec_btn a {
  display: block;
  background: url(../img/common/ico_arrow_02.png) right 5% center no-repeat;
  background-size: 14px;
  border: 1px solid #008D3C;
  border-radius: 6px;
  font-weight: 700;
  color: #008D3C;
  text-align: center;
  padding: 17px 14% 17px 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_btn a::after {
  content: "";
  position: absolute;
  right: 14%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 141, 60, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_btn a:hover {
  background: url(../img/common/ico_arrow_01.png) right 5% center no-repeat #008D3C;
  background-size: 14px;
  color: #fff;
}
.sec_btn a:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.sec_btn_list {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.sec_btn_list li {
  width: 48%;
}
.sec_btn_list .btn_brochure {
  display: block;
  padding: 25px 13.5% 25px 0;
  background: url(../img/common/ico_dl_01.png) right 5.5% center no-repeat #1A5CB3;
  background-size: 16px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_btn_list .btn_brochure::after {
  content: "";
  position: absolute;
  right: 13.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sec_btn_list .btn_brochure span {
  padding-left: 35px;
  background: url(../img/common/ico_brochure.png) left center no-repeat;
  background-size: 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.sec_btn_list .btn_brochure:hover {
  background-color: #003C8A;
}
.sec_btn_list .btn_application {
  display: block;
  padding: 25px 13.5% 25px 0;
  background: url(../img/common/ico_arrow_01.png) right 5.5% center no-repeat #F27100;
  background-size: 15px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_btn_list .btn_application::after {
  content: "";
  position: absolute;
  right: 13.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sec_btn_list .btn_application span {
  padding-left: 35px;
  background: url(../img/common/ico_application.png) left center no-repeat;
  background-size: 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.sec_btn_list .btn_application:hover {
  background-color: #C95E00;
}
.sec_btn_list .btn_purchase {
  display: block;
  padding: 25px 13.5% 25px 0;
  background: url(../img/common/ico_exlink_01.png) right 5.5% center no-repeat #F27100;
  background-size: 15px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_btn_list .btn_purchase::after {
  content: "";
  position: absolute;
  right: 13.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sec_btn_list .btn_purchase span {
  padding-left: 35px;
  background: url(../img/common/ico_purchase.png) left center no-repeat;
  background-size: 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.sec_btn_list .btn_purchase:hover {
  background-color: #C95E00;
}
.sec_btn_list .exlink {
  background: url(../img/common/ico_exlink_01.png) right 5.5% center no-repeat #F27100;
  background-size: 15px;
}

.tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  max-width: 90%;
}

.tab {
  width: 48%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.tab a {
  display: block;
  width: 100%;
  background: #E9E9E9;
  border-top: 5px solid #E9E9E9;
  border-bottom: 1px solid #008D3C;
  border-radius: 5px 5px 0 0;
  padding: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  position: relative;
  z-index: 10;
  margin-bottom: -1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tab a:hover {
  border-top: 5px solid #C5E8DD;
  background: #C5E8DD;
  color: #008D3C;
}
.tab.is-active a {
  border-top: 5px solid #008D3C;
  border-left: 1px solid #008D3C;
  border-right: 1px solid #008D3C;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #222222;
}

@media screen and (min-width: 768px) {
  .tab.is-active a:hover {
    border-top: 5px solid #C5E8DD;
    border-left: 1px solid #C5E8DD;
    border-right: 1px solid #C5E8DD;
    background: #C5E8DD;
    color: #008D3C;
  }
}
.panel {
  display: none;
  border: 1px solid #008D3C;
  border-radius: 10px;
  background: #fff;
  padding: 60px 5%;
}
.panel.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 4.2vw;
    margin-bottom: 30px;
  }
  .top_ttl em {
    font-size: 8.53vw;
  }
  .top_ttl em::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -11.5vw;
    width: 13.8vw;
    height: 13.8vw;
  }
  .sec_subttl {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_subttl span {
    padding-left: 33px;
    background: url(../img/common/bg_ttl02.png) left center no-repeat;
    background-size: 18px;
    font-size: 16px;
  }
  .sec_btn {
    max-width: 100%;
  }
  .sec_btn_list {
    display: block;
  }
  .sec_btn_list li {
    width: 100%;
  }
  .sec_btn_list li + li {
    margin-top: 20px;
  }
  .sec_btn_list .btn_brochure {
    background-size: 14px;
    padding: 18px 13.5% 18px 0;
  }
  .sec_btn_list .btn_brochure span {
    padding-left: 28px;
    background-size: 18px;
    font-size: 16px;
  }
  .sec_btn_list .btn_application {
    background-size: 12px;
    padding: 18px 13.5% 18px 0;
  }
  .sec_btn_list .btn_application span {
    padding-left: 28px;
    background-size: 18px;
    font-size: 16px;
  }
  .sec_btn_list .btn_purchase {
    background-size: 12px;
    padding: 18px 13.5% 18px 0;
  }
  .sec_btn_list .btn_purchase span {
    padding-left: 28px;
    background-size: 18px;
    font-size: 16px;
  }
  .tab_group {
    margin: 0 -5%;
  }
  .tab_wrap {
    max-width: 90%;
  }
  .tab a {
    padding: 18px 3%;
    font-size: 14px;
  }
  .panel {
    display: none;
    border: 1px solid #008D3C;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    background: #fff;
    padding: 30px 5% 60px;
  }
}
/*----------------------------------------------------- */
/*  top_about           */
/*----------------------------------------------------- */
.top_about {
  padding: 120px 0 150px;
  background: url(../img/common/bg_sec.png) right top no-repeat;
  background-size: 492px;
}
.top_about .sec_btn {
  margin-bottom: 80px;
}

.about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
.about_wrap .txt {
  width: 50%;
  line-height: 2;
}
.about_wrap .txt p + p {
  margin-top: 30px;
}
.about_wrap .txt span {
  display: block;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.about_wrap .pic {
  width: 45%;
}
.about_wrap .pic img {
  border-radius: 10px;
}

/*----- about_learn -----*/
.about_learn {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 3.3% 60px;
  margin-bottom: 120px;
  position: relative;
}
.about_learn::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}
.about_learn::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}

.about_learn_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.about_learn_ttl span {
  background: #fff;
  padding: 0 30px;
}

.about_learn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.about_learn_list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}

.about_item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  position: relative;
}
.about_item .ico {
  max-width: 120px;
  width: 42%;
  margin-right: 5%;
}
.about_item .ico h4 {
  display: none;
}
.about_item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_item .txt h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_item .txt ul {
  margin-left: 1em;
  text-indent: -1em;
}
.about_item:nth-child(1), .about_item:nth-child(2) {
  margin-bottom: 40px;
}
.about_item:nth-child(3), .about_item:nth-child(4) {
  margin-top: 40px;
}
.about_item:nth-child(1)::after, .about_item:nth-child(3)::after {
  position: absolute;
  content: "";
  background: #CCCCCC;
  width: 1px;
  height: 75%;
  left: 111.111%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: 80px 0;
    background: url(../img/common/bg_sec_sp.png) right top no-repeat;
    background-size: 38.6%;
  }
  .top_about .sec_btn {
    margin-bottom: 20px;
  }
  .about_wrap {
    display: block;
    margin-bottom: 80px;
  }
  .about_wrap .txt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .about_wrap .pic {
    width: 100%;
  }
  /*----- about_learn -----*/
  .about_learn {
    padding: 0 3% 60px;
    margin-bottom: 80px;
  }
  .about_learn::before {
    top: 5%;
    height: 90%;
  }
  .about_learn::after {
    top: 5%;
    height: 90%;
  }
  .about_learn_ttl {
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 50px;
  }
  .about_learn_ttl span {
    padding: 0 20px;
  }
  .about_learn_list {
    display: block;
  }
  .about_learn_list::after {
    display: none;
  }
  .about_item {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
  }
  .about_item .ico {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .about_item .ico img {
    width: 19%;
    margin-right: 10px;
  }
  .about_item .ico h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .about_item .txt h4 {
    display: none;
  }
  .about_item:nth-child(1), .about_item:nth-child(2) {
    margin-bottom: 30px;
  }
  .about_item:nth-child(3), .about_item:nth-child(4) {
    margin-top: 0;
  }
  .about_item:nth-child(4) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .about_item:nth-child(1)::after, .about_item:nth-child(3)::after {
    display: none;
  }
}
/*----- about_introduction -----*/
.about_introduction {
  padding-bottom: 120px;
}

.about_introduction_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #008D3C;
  margin-bottom: 40px;
}
.about_introduction_ttl span {
  padding: 0 50px;
  position: relative;
}
.about_introduction_ttl span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 43px;
  background: url(../img/common/bg_ttl_01.png) no-repeat;
  background-size: contain;
}
.about_introduction_ttl span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
  height: 43px;
  background: url(../img/common/bg_ttl_02.png) no-repeat;
  background-size: contain;
}

.about_introductiont_box {
  background: #E5F4EF;
  border: 1px solid #008D3C;
  border-radius: 10px;
  padding: 60px;
}

.about_introduction_txt {
  text-align: center;
  margin-bottom: 55px;
}

.about_introduction_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.about_introduction_item {
  width: 24%;
}
.about_introduction_item .inner01 {
  border-radius: 5px 5px 0 0;
  background: #fff;
  position: relative;
  padding: 10px 10% 0;
}
.about_introduction_item .inner01 .num {
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 2px;
  font-weight: 600;
  background: #1A5CB3;
  border-radius: 100px;
  position: absolute;
  top: -12px;
  left: calc(50% - 50px);
}
.about_introduction_item .inner01 .ttl {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 30px;
}
.about_introduction_item .inner01 .ttl h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1A5CB3;
}
.about_introduction_item .inner01 .list {
  min-height: 120px;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.about_introduction_item .inner01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.about_introduction_item .inner02 {
  border-radius: 0 0 5px 5px;
  background: #008D3C;
  padding: 30px 0;
}
.about_introduction_item .inner02 .ttl {
  width: 125px;
  text-align: center;
  color: #008D3C;
  font-size: 14px;
  padding: 2px;
  font-weight: 600;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto 15px;
}
.about_introduction_item .inner02 .txt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.about_introduction_txt02 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .about_introduction_item .inner01 .ttl {
    height: 8.2vw;
    margin-bottom: 2.3vw;
  }
  .about_introduction_item .inner01 .ttl h3 {
    font-size: 1.56vw;
  }
  .about_introduction_item .inner01 .list {
    font-size: 1.25vw;
  }
  .about_introduction_item .inner02 {
    padding: 2.3vw 0;
  }
  .about_introduction_item .inner02 .ttl {
    width: 9.7vw;
    font-size: 1vw;
  }
  .about_introduction_item .inner02 .txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .about_introduction {
    padding-bottom: 80px;
  }
  .about_introduction_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_introduction_ttl span {
    display: inline-block;
    padding: 0 30px;
    line-height: 1.4;
    position: relative;
  }
  .about_introduction_ttl span::before {
    top: 10px;
  }
  .about_introduction_ttl span::after {
    top: 10px;
  }
  .about_introductiont_box {
    padding: 8.9vw;
  }
  .about_introduction_txt {
    text-align: left;
    margin-bottom: 35px;
  }
  .about_introduction_list {
    display: block;
    margin-bottom: 40px;
  }
  .about_introduction_item {
    width: 100%;
  }
  .about_introduction_item + .about_introduction_item {
    margin-top: 35px;
  }
  .about_introduction_item .inner01 {
    border-radius: 5px 5px 0 0;
    background: #fff;
    position: relative;
    padding: 10px 10% 30px;
  }
  .about_introduction_item .inner01 .ttl {
    height: 90px;
  }
  .about_introduction_item .inner01 .ttl h3 {
    font-size: 18px;
  }
  .about_introduction_item .inner01 .list {
    min-height: auto;
    font-size: 14px;
  }
  .about_introduction_item .inner01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
  .about_introduction_item .inner02 {
    padding: 30px 0;
  }
  .about_introduction_item .inner02 .ttl {
    width: 124px;
    font-size: 14px;
  }
  .about_introduction_item .inner02 .txt {
    font-size: 16px;
  }
  .about_introduction_txt02 {
    text-align: left;
    font-size: 15px;
  }
}
/*----- about_merit -----*/
.about_merit {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 3.3% 80px;
  margin-bottom: 80px;
  position: relative;
}
.about_merit::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}
.about_merit::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}

.about_merit_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-top: -20px;
  margin-bottom: 70px;
}
.about_merit_ttl span {
  background: #fff;
  padding: 0 30px;
}

.about_merit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_merit_div01 {
  width: 27.6%;
}
.about_merit_div01 h3 {
  background: #1A5CB3;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.about_merit_div01 h3 em {
  font-size: 20px;
  font-weight: 600;
}
.about_merit_div01 ul li {
  padding-left: 35px;
  background: url(../img/common/ico_check_01.png) left top 5px no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
}
.about_merit_div01 ul li em {
  font-weight: 700;
}
.about_merit_div01 ul li + li {
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  background: url(../img/common/ico_check_01.png) left top 25px no-repeat;
  background-size: 20px;
}

.about_merit_div02 {
  width: 37.4%;
}
.about_merit_div02 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}
.about_merit_div02 h3 span {
  display: inline-block;
  padding: 0 45px;
  position: relative;
}
.about_merit_div02 h3 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 43px;
  background: url(../img/common/bg_ttl_03.png) no-repeat;
  background-size: contain;
}
.about_merit_div02 h3 span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
  height: 43px;
  background: url(../img/common/bg_ttl_04.png) no-repeat;
  background-size: contain;
}

.about_merit_div03 {
  width: 27.6%;
}
.about_merit_div03 h3 {
  background: #008D3C;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.about_merit_div03 h3 em {
  font-size: 20px;
  font-weight: 600;
}
.about_merit_div03 ul li {
  padding-left: 35px;
  background: url(../img/common/ico_check_02.png) left top 5px no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
}
.about_merit_div03 ul li em {
  font-weight: 700;
}
.about_merit_div03 ul li + li {
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  background: url(../img/common/ico_check_02.png) left top 25px no-repeat;
  background-size: 20px;
}

@media screen and (max-width: 767px) {
  .about_merit {
    padding: 0 3% 40px;
    margin-bottom: 40px;
  }
  .about_merit::before {
    top: 5%;
    height: 90%;
  }
  .about_merit::after {
    top: 5%;
    height: 90%;
  }
  .about_merit_ttl {
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 50px;
  }
  .about_merit_ttl span {
    padding: 0 20px;
  }
  .about_merit_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_merit_div01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 10px;
  }
  .about_merit_div01 h3 {
    font-size: 14px;
    padding: 8px;
  }
  .about_merit_div01 h3 em {
    font-size: 16px;
  }
  .about_merit_div01 ul li {
    padding-left: 26px;
    background-size: 16px;
  }
  .about_merit_div01 ul li + li {
    background-size: 16px;
  }
  .about_merit_div02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .about_merit_div02 h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about_merit_div03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .about_merit_div03 h3 {
    font-size: 14px;
    padding: 8px;
  }
  .about_merit_div03 h3 em {
    font-size: 16px;
  }
  .about_merit_div03 ul li {
    padding-left: 26px;
  }
  .about_merit_div03 ul li + li {
    background-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  learn           */
/*----------------------------------------------------- */
.learn {
  background: #E5F4EF;
  padding: 120px 0 150px;
  overflow: hidden;
}

.learn_txt {
  text-align: center;
  margin-bottom: 60px;
}

.learn_tab_group .panel_ttl01 {
  height: 367px;
  background: url(../img/learn/bg_learn_01.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8%;
  margin-bottom: 40px;
  border-radius: 8px;
}
.learn_tab_group .panel_ttl01 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 20px;
}
.learn_tab_group .panel_ttl01 p {
  font-weight: 600;
}
.learn_tab_group .panel_ttl02 {
  height: 367px;
  background: url(../img/learn/bg_learn_02.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8%;
  margin-bottom: 40px;
  border-radius: 8px;
}
.learn_tab_group .panel_ttl02 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 20px;
}
.learn_tab_group .panel_ttl02 h3 span {
  display: block;
  font-size: 34px;
  line-height: 1;
}
.learn_tab_group .panel_ttl02 p {
  font-weight: 600;
}
.learn_tab_group .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.learn_tab_group .guide .ttl {
  width: 283px;
  height: 100px;
  background: url(../img/top/bg_guide.png) no-repeat;
  background-size: contain;
  margin-right: 3%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.learn_tab_group .guide .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}
.learn_tab_group .learn_panel_list01 {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.learn_tab_group .learn_panel_list01 li + li {
  margin-top: 5px;
}
.learn_tab_group .note {
  margin-bottom: 40px;
  font-size: 14px;
}
.learn_tab_group .learn_panel_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.learn_tab_group .learn_panel_list02 li {
  width: 33.3%;
  padding: 0 3%;
}
.learn_tab_group .learn_panel_list02 li + li {
  border-left: 1px solid #ccc;
}
.learn_tab_group .learn_panel_list02 li:nth-child(1) {
  padding-left: 0;
}
.learn_tab_group .learn_panel_list02 li:nth-child(3) {
  padding-right: 0;
}
.learn_tab_group .learn_panel_list02 .tag01,
.learn_tab_group .learn_panel_list02 .tag02 {
  display: inline-block;
  width: 110px;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 24px;
}
.learn_tab_group .learn_panel_list02 .tag01 {
  border: 1px solid #1A5CB3;
  color: #1A5CB3;
}
.learn_tab_group .learn_panel_list02 .tag02 {
  border: 1px solid #F27100;
  color: #F27100;
}
.learn_tab_group .learn_panel_list02 .sec_subttl {
  min-height: 64px;
}
.learn_tab_group .learn_panel_list02 p {
  min-height: 282px;
  margin-bottom: 30px;
}
.learn_tab_group .learn_panel_list02 .sec_btn {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .learn {
    padding: 60px 0;
  }
  .learn_txt {
    text-align: left;
    margin-bottom: 40px;
  }
  .learn_tab_group .panel_ttl01 {
    width: 100%;
    aspect-ratio: 335/280;
    height: auto;
    background: url(../img/learn/bg_learn_01_sp.png) no-repeat;
    background-size: cover;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
  }
  .learn_tab_group .panel_ttl01 h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .learn_tab_group .panel_ttl02 {
    width: 100%;
    aspect-ratio: 335/280;
    height: auto;
    background: url(../img/learn/bg_learn_02_sp.png) no-repeat;
    background-size: cover;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
  }
  .learn_tab_group .panel_ttl02 h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .learn_tab_group .panel_ttl02 h3 span {
    display: inline-block;
    font-size: 14px;
  }
  .learn_tab_group .guide {
    display: block;
    margin-bottom: 40px;
  }
  .learn_tab_group .guide .ttl {
    width: 100%;
    height: auto;
    aspect-ratio: 335/80;
    background: url(../img/top/bg_guide_sp.png) no-repeat;
    background-size: contain;
    margin-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .learn_tab_group .learn_panel_list01 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .learn_tab_group .learn_panel_list02 {
    display: block;
  }
  .learn_tab_group .learn_panel_list02 li {
    width: 100%;
    padding: 0 0 40px;
  }
  .learn_tab_group .learn_panel_list02 li + li {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-top: 40px;
  }
  .learn_tab_group .learn_panel_list02 li:nth-child(3) {
    padding-top: 40px;
  }
  .learn_tab_group .learn_panel_list02 .tag01,
  .learn_tab_group .learn_panel_list02 .tag02 {
    width: 90px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .learn_tab_group .learn_panel_list02 .sec_subttl {
    min-height: auto;
  }
  .learn_tab_group .learn_panel_list02 p {
    min-height: auto;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .learn_tab_group .learn_panel_list02 .sec_btn {
    max-width: 100%;
  }
}
/*----------------------------------------------------- */
/*  download           */
/*----------------------------------------------------- */
.download {
  background: #1A5CB3;
  padding: 60px 0 80px;
}

.download_ttl {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 60px;
}
.download_ttl span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.download_ttl span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 13px;
  height: 25px;
  background: url(../img/common/bg_ttl_03.png) no-repeat;
  background-size: contain;
}
.download_ttl span::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 13px;
  height: 25px;
  background: url(../img/common/bg_ttl_04.png) no-repeat;
  background-size: contain;
}

.download_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download_list li {
  width: 48%;
  margin-bottom: 40px;
}
.download_list li a {
  display: block;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}
.download_list li a img {
  width: 160px;
  border-radius: 10px 0 0 10px;
}
.download_list li a p {
  font-size: 20px;
  font-weight: 700;
  margin-left: 30px;
}
.download_list li .dl {
  background: url(../img/common/ico_dl_02.png) right 30px center no-repeat #fff;
  background-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.download_list li .dl:hover {
  background-color: #E5F4EF;
}
.download_list li .link {
  background: url(../img/common/ico_arrow_02.png) right 31px center no-repeat #fff;
  background-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.download_list li .link:hover {
  background-color: #E5F4EF;
}

@media screen and (max-width: 1280px) {
  .download_list li a img {
    width: 12.5vw;
  }
  .download_list li a p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .download {
    background: #1A5CB3;
    padding: 60px 0 70px;
  }
  .download_ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .download_ttl span {
    font-size: 13px;
    padding: 0 45px;
  }
  .download_ttl span::before {
    top: 8px;
    width: 16px;
    height: 32px;
  }
  .download_ttl span::after {
    top: 8px;
    width: 16px;
    height: 32px;
  }
  .download_list {
    display: block;
  }
  .download_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .download_list li a {
    padding-right: 0px;
    border-radius: 6px;
  }
  .download_list li a img {
    width: 100px;
    border-radius: 6px 0 0 6px;
  }
  .download_list li a p {
    font-size: 14px;
    margin-left: 15px;
    padding-right: 45px;
  }
  .download_list li .dl {
    background-size: 16px;
    background-position: right 15px center;
  }
  .download_list li .link {
    background-size: 15px;
    background-position: right 15px center;
  }
}
/*----------------------------------------------------- */
/*  top_interview           */
/*----------------------------------------------------- */
.top_interview {
  padding: 120px 0 150px;
  background: url(../img/common/bg_sec.png) right top no-repeat;
  background-size: 492px;
}

.interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.interview_list li:nth-child(n+4) {
  margin-top: 30px;
}
.interview_list li {
  width: 32%;
  border: 1px solid #008D3C;
  border-radius: 10px;
  position: relative;
}
.interview_list li a {
  height: 100%;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_list li a:hover {
  background: #E5F4EF;
  border-radius: 10px;
}
.interview_list li a:hover .pic {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.interview_list li a:hover .pic img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_list li .pic {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.interview_list li .pic img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_list li .wrap {
  padding: 30px 35px 60px;
}
.interview_list li h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.interview_list li h3 em {
  font-size: 20px;
  font-weight: 700;
}
.interview_list li .txt {
  margin-bottom: 20px;
}
.interview_list li .date {
  position: absolute;
  bottom: 40px;
  left: 35px;
  font-size: 12px;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .top_interview {
    padding: 80px 0;
    background: url(../img/common/bg_sec_sp.png) right top no-repeat;
    background-size: 38.6%;
  }
  .interview_list {
    display: block;
    margin-bottom: 40px;
  }
  .interview_list li:nth-child(n+4) {
    margin-top: 0;
  }
  .interview_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview_list li .wrap {
    padding: 20px 20px 30px;
  }
  .interview_list li h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .interview_list li .txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .interview_list li .date {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
/*----------------------------------------------------- */
/*  result           */
/*----------------------------------------------------- */
.result {
  background: #E5F4EF;
  padding: 100px 0 120px;
}
.result .sec_btn_list {
  margin-top: 80px;
}

.result_txt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}
.result_txt em {
  font-size: 36px;
  color: #F27100;
  font-family: "Poppins", sans-serif;
}

.result_box01 {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result_box01 .sec_subttl {
  margin-bottom: 30px;
}
.result_box01 .wrap01 {
  width: 29%;
}
.result_box01 .wrap01 .date {
  margin-bottom: 10px;
}
.result_box01 .pic01 {
  width: 62%;
}
.result_box01 + .result_box01 {
  margin-top: 30px;
}

.result_list {
  border-top: 1px solid #ccc;
}
.result_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.result_list li h4 {
  width: 90px;
  text-align: center;
  color: #fff;
  background: #008D3C;
  border-radius: 100px;
  padding: 5px 0;
}
.result_list li p {
  font-weight: 600;
}
.result_list li p em {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.result_list li .emphasis {
  color: #F27100;
}

.result_box02 {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  margin-top: 30px;
}
.result_box02 .sec_subttl {
  margin-bottom: 30px;
}
.result_box02 .pic02 {
  max-width: 790px;
  margin: 0 auto;
}
.result_box02 .sec_subttl {
  display: inline-block;
  margin-right: 20px;
}
.result_box02 .note {
  font-size: 14px;
  color: #666666;
}
.result_box02 .wrap02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result_box02 .wrap02 ul li {
  width: 20%;
  margin-left: 1em;
  text-indent: -1em;
}
.result_box02 .wrap02 ul::after {
  width: calc(20% + 1em);
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .result {
    padding: 60px 0;
  }
  .result .sec_btn_list {
    margin-top: 40px;
  }
  .result_txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .result_txt em {
    font-size: 24px;
  }
  .result_box01 {
    padding: 30px 8%;
    display: block;
  }
  .result_box01 .sec_subttl {
    margin-bottom: 20px;
  }
  .result_box01 .wrap01 {
    width: 100%;
    margin-bottom: 40px;
  }
  .result_box01 .wrap01 .date {
    margin-bottom: 10px;
  }
  .result_box01 .pic01 {
    width: 100%;
  }
  .result_box01 + .result_box01 {
    margin-top: 20px;
  }
  .result_list {
    border-top: 1px solid #ccc;
  }
  .result_list li {
    padding: 10px 0;
  }
  .result_list li h4 {
    width: 80px;
    padding: 2px 0;
  }
  .result_list li p {
    font-size: 16px;
  }
  .result_box02 {
    padding: 30px 8%;
    margin-top: 20px;
  }
  .result_box02 .sec_subttl {
    margin-bottom: 20px;
  }
  .result_box02 .sec_subttl {
    margin-right: 15px;
  }
  .result_box02 .note {
    font-size: 12px;
  }
  .result_box02 .wrap02 {
    display: block;
  }
  .result_box02 .wrap02 ul li {
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.faq {
  padding: 120px 0;
  background: url(../img/common/bg_sec.png) right top no-repeat;
  background-size: 492px;
}
.faq .sec_btn {
  margin-top: 40px;
}

.faq_tab_group {
  margin-bottom: 80px;
}
.faq_tab_group .tab {
  width: 31.5%;
}
.faq_tab_group .tab a {
  display: block;
  height: 100%;
  font-size: 18px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}
.faq_tab_group .select_wrap {
  display: none;
}

.faq_list {
  border-bottom: 1px solid #ccc;
}
.faq_list dt {
  border-top: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 36px 50px;
  background: url(../img/common/ico_faq.png) left center no-repeat;
  background-size: 30px;
}
.faq_list dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq_list dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -7px;
  width: 2px;
  height: 15px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq_list dt.is-active::before {
  display: none;
}
.faq_list dt.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_list dd {
  display: none;
  padding: 0 0 36px 50px;
}
.faq_list dd .note {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
}
.faq_list dd h3 {
  font-weight: bold;
  color: #008D3C;
}
.faq_list dd .flow {
  margin-top: 15px;
}
.faq_list dd .flow > div {
  margin-top: 15px;
}
.faq_list dd .flow > div h4 {
  font-weight: bold;
}
.faq_list dd a {
  color: #1A5CB3;
  text-decoration: underline;
}
.faq_list dd .category {
  margin-top: 15px;
}
.faq_list dd .category h3 {
  font-weight: bold;
}
.faq_list dd .category .caution {
  font-weight: bold;
  color: #c00;
  margin-top: 10px;
}
.faq_list dd .category ul li {
  padding-left: 8px;
  position: relative;
}
.faq_list dd .category ul li::after {
  position: absolute;
  content: "";
  background: #222;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.faq_list dd ol {
  margin-top: 15px;
}

.application_note {
  margin-top: 60px;
}
.application_note h4 {
  font-weight: 600;
}
.application_note * + h4 {
  margin-top: 20px;
}
.application_note p + p {
  margin-top: 20px;
}
.application_note span + p {
  margin-top: 20px;
}
.application_note span {
  font-size: 14px;
  font-weight: 400;
}
.application_note a {
  color: #1A5CB3;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 80px 0;
    background: url(../img/common/bg_sec_sp.png) right top no-repeat;
    background-size: 38.6%;
  }
  .faq_tab_group {
    margin-bottom: 40px;
  }
  .faq_tab_group .tab_wrap {
    display: none;
  }
  .faq_tab_group .select_wrap {
    display: block;
    overflow: hidden;
    width: 90%;
    position: relative;
    border: 1px solid #b1b1b1;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 15px;
    color: #222222 !important;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
  }
  .faq_tab_group .select_wrap::before {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 9px);
    width: 11px;
    height: 19px;
    background: url(../img/common/ico_select.png) no-repeat;
    background-size: contain;
  }
  .faq_tab_group .select_wrap select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    padding: 18px 40px 18px 20px;
    font-weight: 600;
    color: #222222;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
  }
  .faq_tab_group .select_wrap select option {
    padding: 5px 0;
  }
  .faq_tab_group .select_wrap select,
  .faq_tab_group .select_wrap ::picker(select) {
    -webkit-appearance: base-select;
       -moz-appearance: base-select;
            appearance: base-select;
  }
  .faq_tab_group .select_wrap select::picker(select) {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin: 10px 0;
  }
  .faq_tab_group .select_wrap select::picker-icon {
    display: none;
  }
  .faq_tab_group .select_wrap select::-ms-expand {
    display: none;
  }
  .faq_tab_group .panel {
    padding: 30px 5% 20px;
  }
  .faq_list {
    border-bottom: none;
  }
  .faq_list dt {
    border-top: 1px solid #ccc;
    font-size: 16px;
    padding: 25px 40px;
    background: url(../img/common/ico_faq.png) left center no-repeat;
    background-size: 24px;
  }
  .faq_list dt::after {
    right: 5px;
  }
  .faq_list dt::before {
    right: 12px;
  }
  .faq_list dt:nth-of-type(1) {
    border-top: none;
  }
  .faq_list dd {
    display: none;
    padding: 0 0 25px 0;
  }
  .faq_list dd a {
    color: #1A5CB3;
    text-decoration: underline;
  }
}
/*----------------------------------------------------- */
/*  bnr           */
/*----------------------------------------------------- */
.bnr {
  background: #E5F4EF;
  padding: 60px 0;
}

.bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnr_list li {
  width: calc(20% - 15px);
}
.bnr_list li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bnr_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .bnr {
    padding: 40px 0;
  }
  .bnr_list li {
    width: calc(50% - 15px);
    margin-top: 15px;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
@media screen and (min-width: 767.1px) {
  .fixed_btn {
    position: fixed;
    top: calc(50% - 240px);
    right: 0;
    z-index: 10;
  }
  .fixed_btn li {
    width: 60px;
    height: 275px;
  }
  .fixed_btn li span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .fixed_btn li + li {
    margin-top: 20px;
  }
  .fixed_btn .btn_brochure {
    display: block;
    width: 100%;
    height: 275px;
    background: url(../img/common/ico_dl_01.png) center bottom 15px no-repeat #1A5CB3;
    background-size: 16px;
    border-radius: 6px 0 0 6px;
    position: relative;
    text-align: center;
    padding-top: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_brochure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .fixed_btn .btn_brochure span {
    padding-top: 30px;
    background: url(../img/common/ico_brochure.png) center top no-repeat;
    background-size: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }
  .fixed_btn .btn_brochure:hover {
    background-color: #003C8A;
  }
  .fixed_btn .btn_application {
    display: block;
    height: 275px;
    background: url(../img/common/ico_arrow_01.png) center bottom 16px no-repeat #F27100;
    background-size: 14px;
    border-radius: 6px 0 0 6px;
    position: relative;
    text-align: center;
    padding-top: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_application::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .fixed_btn .btn_application span {
    padding-top: 30px;
    background: url(../img/common/ico_application.png) center top no-repeat;
    background-size: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }
  .fixed_btn .btn_application:hover {
    background-color: #C95E00;
  }
  .fixed_btn .btn_purchase {
    display: block;
    height: 275px;
    background: url(../img/common/ico_exlink_01.png) center bottom 16px no-repeat #F27100;
    background-size: 14px;
    border-radius: 6px 0 0 6px;
    position: relative;
    text-align: center;
    padding-top: 55px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_purchase::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .fixed_btn .btn_purchase span {
    padding-top: 30px;
    background: url(../img/common/ico_purchase.png) center top no-repeat;
    background-size: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }
  .fixed_btn .btn_purchase:hover {
    background-color: #C95E00;
  }
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #fff;
    z-index: 100;
  }
  .fixed_btn li {
    width: 50%;
  }
  .fixed_btn .btn_brochure {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1A5CB3;
    border-radius: 0;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_brochure::after {
    display: none;
  }
  .fixed_btn .btn_brochure span {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/ico_brochure.png) left center no-repeat;
    background-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .fixed_btn .btn_brochure:hover {
    background-color: #003C8A;
  }
  .fixed_btn .btn_application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
    background: #F27100;
    border-radius: 0;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_application::after {
    display: none;
  }
  .fixed_btn .btn_application span {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/ico_application.png) left center no-repeat;
    background-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .fixed_btn .btn_application:hover {
    background-color: #C95E00;
  }
  .fixed_btn .btn_purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
    background: #F27100;
    border-radius: 0;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_btn .btn_purchase::after {
    display: none;
  }
  .fixed_btn .btn_purchase span {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/ico_purchase.png) left center no-repeat;
    background-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .fixed_btn .btn_purchase:hover {
    background-color: #C95E00;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  background: #2D2D2D;
  padding: 60px 0;
  color: #fff;
  position: relative;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .div01 {
  max-width: 240px;
}
.footer .div01 p {
  font-size: 14px;
  color: #fff;
}
.footer .div01 p a {
  color: #fff;
}
.footer .div02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_logo {
  display: block;
  max-width: 240px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_logo:hover {
  opacity: 0.8;
}

.footer_list {
  width: 45%;
  font-size: 14px;
  color: #fff;
}
.footer_list a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_list a:hover {
  text-decoration: underline;
}
.footer_list p {
  margin-bottom: 20px;
}
.footer_list .footer_item + .footer_item {
  margin-top: 20px;
}
.footer_list .footer_sub_list li {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.btn_top {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.btn_top a {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #008D3C;
  border-radius: 5px;
  background: url(../img/common/ico_totop.png) center no-repeat #fff;
  background-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_top a:hover {
  background: url(../img/common/ico_totop_02.png) center no-repeat #008D3C;
  background-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 120px;
  }
  .footer .inner {
    display: block;
    padding: 0 7%;
  }
  .footer .div01 {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .footer .div02 {
    display: block;
    width: 100%;
  }
  .footer_list {
    width: 100%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_list .footer_item + .footer_item {
    margin-top: 0;
  }
  .footer_list .footer_item {
    width: 47%;
    margin-bottom: 20px;
  }
  .footer_list .footer_sub_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_list .footer_sub_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn_top {
    bottom: 70px;
    right: 10px;
  }
}