@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #000;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

.sec_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 21px;
  }
}

.sec_ttl::after {
  content: '';
  display: block;
  width: 232px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec_ttl::after {
    width: 110px;
  }
}

/* ======================================================================
 header
====================================================================== */
.header {
  height: 85px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    position: fixed;
    width: 100%;
    background: #fff;
  }
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header .inner {
    width: 100%;
    padding: 0 1.5% 0 5.5%;
  }
}

.header_left_img {
  width: 186px;
}

@media screen and (max-width: 768px) {
  .header_left_img {
    width: 104px;
  }
}

.header_left_img .img {
  width: 186px;
}

@media screen and (max-width: 768px) {
  .header_left_img .img {
    width: 104px;
  }
}

@media screen and (max-width: 768px) {
  .header_menu {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
  }
}

.header_menu .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header_menu .item_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5% 10% 10%;
  }
}

.header_menu .item_list .item + .item {
  margin-left: 26px;
  padding-left: 26px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header_menu .item_list .item + .item {
    margin-left: 0;
    padding-left: 0;
  }
}

.header_menu .item_list .item + .item::before {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  background-color: #000;
  position: absolute;
  top: -6px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .header_menu .item_list .item + .item::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header_menu .item_list .item:last-child {
    border-bottom: 1px solid #000;
  }
}

.header_menu .item_list .link {
  text-decoration: none;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .header_menu .item_list .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    font-size: 14px;
  }
  .header_menu .item_list .link::before {
    content: '●';
    display: block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

.header .menu_ham {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .header .menu_ham {
    display: block;
  }
}

.header .menu_ham .ham_line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu_ham .ham_line1 {
  top: 32%;
}

.header .menu_ham .ham_line1.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.header .menu_ham .ham_line2 {
  top: 50%;
}

.header .menu_ham .ham_line2.active {
  width: 0;
}

.header .menu_ham .ham_line3 {
  top: 68%;
}

.header .menu_ham .ham_line3.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  border-top: 1px solid #020d57;
  padding: 22px 0 25px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 16px 0 15px;
  }
}

.footer_logo {
  text-align: center;
  width: 167px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 146px;
  }
}

.footer_logo .img {
  width: 167px;
}

@media screen and (max-width: 768px) {
  .footer_logo .img {
    width: 146px;
  }
}

.footer_copyright {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 8px;
  }
}

/* ======================================================================
 main
====================================================================== */
.main {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 50px;
  }
}

.fixed_contact_md {
  position: fixed;
  top: calc(50% + 100px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .fixed_contact_md {
    display: none;
  }
}

.fixed_contact_sm {
  display: none;
  background-color: #020d57;
  height: 60px;
  padding: 0 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .fixed_contact_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed_contact_sm_txt {
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}

.fixed_contact_sm_btn {
  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;
  background-color: #FFF;
  font-weight: 500;
  color: #020d57;
  text-decoration: none;
  font-size: 13px;
  width: 171px;
  height: 34px;
  padding-bottom: 1px;
  padding-left: 5px;
}

.page_top {
  position: fixed;
  bottom: 50px;
  right: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .page_top {
    bottom: 20%;
    right: 5%;
  }
}

.page_top.hidden {
  opacity: 0;
}

/* ----------------------------------------------------------------------
 kv
---------------------------------------------------------------------- */
.kv_top_img {
  width: 100%;
}

.kv_top_img .img {
  width: 100%;
}

.kv_top_txt {
  position: absolute;
  top: 186px;
  left: calc(50% - 230px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv_top_txt .img {
  display: block;
}

.kv_top_txt .img._01 {
  margin-bottom: 30px;
  width: 20vw;
}

.kv_top_txt .img._02 {
  width: 32.9vw;
}

.kv_bottom {
  position: relative;
  background-color: #eff4f5;
}

.kv_bottom::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 123px solid #020d57;
  border-right: 850px solid transparent;
  border-bottom: 123px solid transparent;
  border-left: 850px solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .kv_bottom::before {
    border-top: 77px solid #020d57;
    border-right: 850px solid transparent;
    border-bottom: 77px solid transparent;
    border-left: 850px solid transparent;
  }
}

.kv_bottom_txt {
  text-align: center;
  position: relative;
  z-index: 2;
}

.kv_bottom_txt._01 {
  padding-top: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .kv_bottom_txt._01 {
    width: 227px;
    margin: 0 auto 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .kv_bottom_txt._01 .img {
    width: 227px;
  }
}

.kv_bottom_txt._02 {
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .kv_bottom_txt._02 {
    width: 160px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .kv_bottom_txt._02 .img {
    width: 160px;
  }
}

/* ----------------------------------------------------------------------
 sec01
---------------------------------------------------------------------- */
.sec01 {
  background-color: #eff4f5;
}

.sec01 .inner {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .sec01 .inner {
    padding-bottom: 25px;
  }
}

.sec01_ttl {
  padding-top: 55px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .sec01_ttl {
    padding-top: 15px;
    margin-bottom: 22px;
  }
}

.sec01_topbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sec01_topbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.sec01_img {
  width: 194px;
  margin-right: 55px;
}

@media screen and (max-width: 768px) {
  .sec01_img {
    position: absolute;
    left: 24px;
    bottom: -78px;
    width: 86px;
    z-index: 2;
  }
}

.sec01_img .img {
  width: 194px;
}

@media screen and (max-width: 768px) {
  .sec01_img .img {
    width: 86px;
  }
}

.sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 715px;
}

@media screen and (max-width: 768px) {
  .sec01_flex {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec01_flex .item {
  background-color: #2a5086;
  border-radius: 8.57px;
  position: relative;
  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;
}

.sec01_flex .item:nth-child(-n + 3) {
  width: 225px;
  height: 123px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(-n + 3) {
    width: 100%;
    height: 86px;
    margin-bottom: 13px;
  }
}

.sec01_flex .item:not(:nth-child(-n + 3)) {
  width: 348px;
  height: 99px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:not(:nth-child(-n + 3)) {
    width: 100%;
    height: 86px;
  }
}

.sec01_flex .item:nth-child(3) .effect {
  letter-spacing: -.08em;
}

.sec01_flex .item:nth-child(2), .sec01_flex .item:nth-child(3) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(2), .sec01_flex .item:nth-child(3) {
    margin-left: 0;
  }
}

.sec01_flex .item:nth-child(1) .num_img {
  top: -15px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(1) .num_img {
    width: 25px;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(1) .num_img .img {
    width: 25px;
  }
}

.sec01_flex .item:nth-child(2) .num_img {
  top: -15px;
  left: -8px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(2) .num_img {
    width: 33px;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(2) .num_img .img {
    width: 33px;
  }
}

.sec01_flex .item:nth-child(3) .num_img {
  top: -13px;
  left: -8px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(3) .num_img {
    width: 32px;
    top: 50%;
    left: -17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(3) .num_img .img {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(4) {
    margin-bottom: 13px;
  }
}

.sec01_flex .item:nth-child(4) .num_img {
  top: -12px;
  left: -23px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(4) .num_img {
    width: 33px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(4) .num_img .img {
    width: 33px;
  }
}

.sec01_flex .item:nth-child(5) {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(5) {
    margin-left: 0;
  }
}

.sec01_flex .item:nth-child(5) .num_img {
  top: -12px;
  left: -8px;
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(5) .num_img {
    width: 35px;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec01_flex .item:nth-child(5) .num_img .img {
    width: 35px;
  }
}

.sec01_flex .num_img {
  position: absolute;
}

.sec01_flex .item_txt {
  color: #FFF;
  font-size: 21px;
  text-align: center;
  line-height: 29.46px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .sec01_flex .item_txt {
    font-size: 17px;
    line-height: 25.46px;
  }
}

.sec01_flex .item_txt .effect {
  color: #ffff00;
}

.sec01_flex_bottom {
  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;
  width: 100%;
  height: 40px;
  background-color: #ffff84;
  margin-top: 27px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_flex_bottom {
    padding-left: 50px;
    padding-bottom: 2px;
    height: 35px;
  }
}

.sec01_flex_bottom::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #eff4f5;
  position: absolute;
  top: 0;
  left: 0;
}

.sec01_flex_bottom::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 20px solid #eff4f5;
  position: absolute;
  top: 0;
  right: 0;
}

.sec01_flex_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;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #2a5086;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .sec01_flex_link {
    font-size: 17px;
  }
}

.sec01_flex_link::after {
  content: '▼';
  display: block;
  margin-left: 15px;
  color: #2a5086;
}

.sec01_bottombox {
  width: 796px;
  height: 412px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px auto 0;
  border-radius: 10px;
  border: 2px solid #2a5086;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_bottombox {
    width: 100%;
    height: 336px;
    margin: 110px auto 0;
  }
}

.sec01_box_ttl {
  display: block;
  width: 465px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  color: #171e5d;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -.08em;
  background-color: #eff4f5;
}

@media screen and (max-width: 768px) {
  .sec01_box_ttl {
    font-size: 20px;
    width: 300px;
  }
}

.sec01_box_ttl::after {
  content: '';
  display: block;
  background-image: url(/img/sec01_box_ttl.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 438px;
  height: 23px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec01_box_ttl::after {
    width: 280px;
    height: 23px;
  }
}

.sec01_list {
  padding-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .sec01_list {
    padding-top: 15px;
    padding-left: 15px;
  }
}

.sec01_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sec01_list .list_item {
    font-size: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 23px;
  }
}

.sec01_list .list_item::before {
  content: '';
  width: 31px;
  height: 30px;
  background-image: url(/img/sec01_check.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 34px;
}

@media screen and (max-width: 768px) {
  .sec01_list .list_item::before {
    width: 15px;
    height: 14px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.sec01_list .list_item + .list_item {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec01_list .list_item + .list_item {
    margin-top: 15px;
  }
}

.sec01_list .marker {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sec01_list .marker {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.sec01_list .marker::before {
  content: '';
  display: block;
  width: calc(100% + 6px);
  height: 5px;
  background-color: #ffff00;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec01_list .sm_group {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.sec02 {
  background-image: url(/img/sec02_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .sec02 {
    background-size: auto 101%;
  }
}

.sec02 .inner {
  padding-top: 70px;
  padding-bottom: 184px;
}

@media screen and (max-width: 768px) {
  .sec02 .inner {
    padding-top: 25px;
    padding-bottom: 74px;
  }
}

.sec02_ttl {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .sec02_ttl {
    margin-bottom: 20px;
  }
}

.sec02_lead {
  text-align: center;
  color: #020d57;
  font-size: 21px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec02_lead {
    font-size: 17px;
    line-height: 27px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.05em;
    margin-bottom: 20px;
  }
}

.sec02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10%;
    margin-bottom: 30px;
  }
}

.sec02_flex .asterisk {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .sec02_flex .asterisk {
    font-size: 10px;
    bottom: -20px;
    right: 10%;
  }
}

.sec02_img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .sec02_img {
    width: 100%;
  }
}

.sec02_img .img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .sec02_img .img {
    width: 100%;
  }
}

.sec02_img + .sec02_img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .sec02_img + .sec02_img {
    margin-left: 0;
    margin-top: 10px;
  }
}

.sec02_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 42px;
  color: #1a1a1a;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec02_txt {
    font-size: 16px;
    line-height: 32px;
    padding: 0 10%;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.03em;
  }
}

.sec03 {
  background-color: #eef6e5;
  position: relative;
}

.sec03::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10vw solid transparent;
  border-left: 50vw solid #eef6e5;
  position: absolute;
  top: -10vw;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .sec03::before {
    border-top: 8.3vw solid transparent;
    border-left: 50vw solid #eef6e5;
    top: -8.3vw;
  }
}

.sec03::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10vw solid transparent;
  border-right: 50vw solid #eef6e5;
  position: absolute;
  top: -10vw;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .sec03::after {
    border-top: 8.3vw solid transparent;
    border-right: 50vw solid #eef6e5;
    top: -8.3vw;
  }
}

.sec03 .inner {
  padding-bottom: 87px;
}

.sec03_ttl {
  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;
  width: 382px;
  height: 57px;
  padding-top: 5px;
  background-color: #8bbf4b;
  position: relative;
  color: #FFF;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  position: relative;
  z-index: 2;
  bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec03_ttl {
    width: 172px;
    height: 36px;
    font-size: 21px;
    bottom: 30px;
    padding: 0;
  }
}

.sec03_ttl::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 57px solid transparent;
  border-right: 26px solid #8bbf4b;
  position: absolute;
  top: 0;
  left: -26px;
}

@media screen and (max-width: 768px) {
  .sec03_ttl::before {
    border-top: 36px solid transparent;
    border-right: 16px solid #8bbf4b;
    left: -16px;
  }
}

.sec03_ttl::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 57px solid transparent;
  border-left: 26px solid #8bbf4b;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: auto;
  right: -26px;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 768px) {
  .sec03_ttl::after {
    border-bottom: 36px solid transparent;
    border-left: 16px solid #8bbf4b;
    right: -16px;
  }
}

.sec03_flex {
  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;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .sec03_flex {
    margin-top: -5px;
    margin-bottom: 65px;
  }
}

.sec03_flex_imgbox {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 5%;
  }
}

.sec03_flex_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec03_flex_ttl .img {
  display: block;
  margin: 0 auto;
}

.sec03_flex_ttl .img:first-child {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_ttl .img:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_ttl .img:last-child {
    width: 64%;
  }
}

.sec03_flex_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_txt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.08em;
  }
}

.sec03_sub_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  color: #8bbf4b;
  text-align: center;
  position: relative;
  background-color: #eef6e5;
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec03_sub_ttl {
    font-size: 20px;
    margin-bottom: 45px;
  }
}

.sec03_sub_ttl::before {
  content: '';
  display: block;
  width: 200px;
  height: 50px;
  background-color: #eef6e5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec03_sub_ttl::before {
    width: 150px;
  }
}

.sec03_sub_ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8bbf4b;
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}

.sec03_sub_ttl .effect {
  font-size: 40px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .sec03_sub_ttl .effect {
    font-size: 25px;
  }
}

.sec03_flex_list {
  padding-left: 222px;
  padding-bottom: 60px;
  border-bottom: 1px solid #8bbf4b;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list {
    padding: 0 5% 40px;
    margin-bottom: 25px;
  }
}

.sec03_flex_list .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec03_flex_list .flex_item + .flex_item {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item + .flex_item {
    margin-top: 80px;
  }
}

.sec03_flex_list .flex_item:nth-child(2) .item_num {
  top: -45px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(2) .item_num {
    top: -25px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(2) .item_img {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(2) .item_img .img {
    width: 160px;
  }
}

.sec03_flex_list .flex_item:nth-child(3) .item_num {
  top: -45px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(3) .item_num {
    top: -15px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(3) .item_img {
    width: 106px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(3) .item_img .img {
    width: 106px;
  }
}

.sec03_flex_list .flex_item:nth-child(4) {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(4) {
    margin-top: 100px;
  }
}

.sec03_flex_list .flex_item:nth-child(4) .item_num {
  top: -85px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(4) .item_num {
    top: -60px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(4) .item_img {
    width: 107px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(4) .item_img .img {
    width: 107px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.sec03_flex_list .flex_item:nth-child(5) {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(5) {
    margin-top: 80px;
  }
}

.sec03_flex_list .flex_item:nth-child(5) .item_num {
  top: -55px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(5) .item_num {
    top: -35px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(5) .item_img {
    width: 137px;
  }
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .flex_item:nth-child(5) .item_img .img {
    width: 137px;
  }
}

.sec03_flex_list .item_num {
  position: absolute;
  top: -60px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_num {
    top: -10px;
    left: 10px;
  }
}

.sec03_flex_list .item_num .num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: oblique;
  font-size: 40px;
  color: #826239;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_num .num {
    font-size: 26px;
  }
}

.sec03_flex_list .item_num .num::before {
  content: url(/img/num_bottom.svg);
  display: block;
  position: absolute;
  bottom: -24px;
  left: -6px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_num .num::before {
    content: url(/img/sp/num_bottom.svg);
    bottom: -18px;
    left: -3px;
  }
}

.sec03_flex_list .item_img {
  width: 204px;
  text-align: center;
  margin-right: 26px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.sec03_flex_list .item_img .img + .img {
  margin-left: 12px;
}

.sec03_flex_list .item_ttl {
  font-weight: 500;
  font-size: 21px;
  color: #8bbf4b;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_ttl {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}

.sec03_flex_list .item_txt {
  font-size: 16px;
  line-height: 27px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec03_flex_list .item_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.sec03_movie {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec03_movie .movie {
    width: 100%;
  }
}

.sec04 .inner {
  padding: 60px 0 65px;
}

@media screen and (max-width: 768px) {
  .sec04 .inner {
    padding: 28px 0 25px;
  }
}

.sec04_ttl {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .sec04_ttl {
    margin-bottom: 36px;
  }
}

.sec04_lead {
  text-align: center;
  color: #020d57;
  font-size: 21px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 40px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .sec04_lead {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 17px;
  }
}

.sec04_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec04_txt {
    line-height: 32px;
    text-align: left;
    padding: 0 5%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.sec04_txt + .sec04_txt {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .sec04_txt + .sec04_txt {
    margin-top: 30px;
  }
}

.sec04_signature {
  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;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .sec04_signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}

.sec04_signature_job {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .sec04_signature_job {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.sec05_top {
  background-color: #020d57;
  height: 150px;
  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;
}

@media screen and (max-width: 768px) {
  .sec05_top {
    height: 60px;
    padding: 0 10%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec05_top_txt {
  margin-right: 132px;
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .sec05_top_txt {
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
  }
}

.sec05_top_btn {
  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;
  background-color: #FFF;
  width: 410px;
  height: 60px;
  font-weight: 500;
  color: #020d57;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec05_top_btn {
    font-size: 13px;
    width: 171px;
    height: 34px;
    padding-bottom: 1px;
    padding-left: 5px;
  }
}

.sec05_bottom {
  height: 108px;
  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;
}

@media screen and (max-width: 768px) {
  .sec05_bottom {
    height: 75px;
    padding-bottom: 15px;
  }
}

.sec05_bottom .tel {
  width: 67px;
  height: 30px;
  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;
  color: #FFF;
  background-color: #020d57;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .sec05_bottom .tel {
    font-size: 12px;
    width: 38px;
    height: 17px;
    margin-right: 7px;
  }
}

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

@media screen and (max-width: 768px) {
  .sec05_bottom .sm_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 6px;
  }
}

.sec05_bottom .num {
  color: #020d57;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 38px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}

@media screen and (max-width: 768px) {
  .sec05_bottom .num {
    font-size: 22px;
    letter-spacing: .08em;
    margin-right: 0;
  }
}

.sec05_bottom .time {
  color: #020d57;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec05_bottom .time {
    font-size: 11px;
    position: relative;
    right: 5px;
  }
}
/*# sourceMappingURL=style.css.map */