@charset "UTF-8";
/*-------------------------------------------------------------------
 *
 * File Name   :style.css
 *
--------------------------------------------------------------------*/
/*===================================================================
	reset
===================================================================*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td, pre, form, fieldset, p, blockquote, iframe, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
textarea {
  resize: vertical;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
em, strong {
  font-weight: bold;
}
caption, th {
  text-align: left;
}
/* ------ a ------ */
a {
  outline: none;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
}
a:active {
  text-decoration: none;
}
a span {
  cursor: pointer;
}
/*===================================================================
	PC
===================================================================*/
@media screen and (min-width: 769px), print {
  body {
    zoom: 1;
    background-color: #F7F7F7;
    min-width: 1200px;
    width: 100%;
    padding-top: 65px;
  }
  /*-- header --------------------------------------------------------*/
  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
  }
  .headerArea {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
  }
  .headerArea_block00 {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .headerArea_block01 {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .headerArea_block02 {
    width: 290px;
    margin: 15px 0 auto auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .headerBtn_course {
    width: 120px;
    background-color: #fff;
    border: 1px solid #e76b1e;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 4px 8px 4px 8px;
  }
  .headerBtn_trial {
    width: 120px;
    background-color: #e76b1e;
    border: 1px solid #e76b1e;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 4px 8px 4px 8px;
    margin-left: 8px;
  }
  .headerBtn_trial a {
    color: #fff;
  }
  /*-- footer --------------------------------------------------------*/
  .footerArea {
    width: 100%;
    height: 60px;
    background-color: #ededed;
    padding-top: 10px;
  }
  .footerArea_link {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: center;
  }
  .footerArea_copyright {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: center;
  }
  /*-- main --------------------------------------------------------*/
  .mainArea {
    width: 100%;
    margin: 0 auto;
  }
  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  .clearfix {
    zoom: 1;
  }
  /*-- main keyvisual ----------------------------------------------*/
  .keyvisualArea {
    width: 100%;
    height: 280px;
    background-color: #FFE9E0;
  }
  .keyvisualArea_block01 {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .keyvisualArea_block01_txt {
    height: 300px;
    display: grid;
    place-items: center;
    position: relative;
  }
  .keyvisualArea_block01_txt01 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
    line-height: 60px;
  }
  .keyvisualArea_block01_logo {
    vertical-align: middle;
  }
  .keyvisualArea_block01_logo_ruby {
    position: absolute;
    top: 200px;
    left: 610px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
  }
  .keyvisualArea_block01_img01 {
    position: absolute;
    top: 10px;
    left: 130px;
  }
  .img-keyvisual01_circle {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .keyvisualArea_block01_circletxt01 {
    position: absolute;
    top: 30px;
    left: 65px;
    width: 85px;
    height: 80px;
    background-color: #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .keyvisualArea_block01_img02 {
    position: absolute;
    top: 130px;
    left: 30px;
  }
  .img-keyvisual02_circle {
    width: 135px;
    height: 135px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .keyvisualArea_block01_circletxt02 {
    position: absolute;
    top: 170px;
    left: 150px;
    width: 90px;
    height: 90px;
    background-color: #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .keyvisualArea_block01_img03 {
    position: absolute;
    top: 8px;
    left: 805px;
  }
  .img-keyvisual03_circle {
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .keyvisualArea_block01_circletxt03 {
    position: absolute;
    top: 90px;
    left: 890px;
    width: 90px;
    height: 90px;
    background-color: #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .keyvisualArea_block01_img04 {
    position: absolute;
    top: 13px;
    left: 960px;
  }
  .img-keyvisual04_circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .keyvisualArea_block01_img05 {
    position: absolute;
    top: 70px;
    left: 980px;
  }
  .img-keyvisual05_circle {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .keyvisualArea_block01_badge {
    position: absolute;
    top: 175px;
    left: 810px;
  }
  .keyvisualArea_block01_badge_img {
    width: 120px;
  }
  .keyvisualArea_block01_badgetxt01 {
    position: absolute;
    top: 202px;
    left: 841px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 19px;
    color: #000;
  }
  .keyvisualArea_block01_badgetxt01 span {
    font-size: 12px;
  }
  .keyvisualArea_block01_badgetxt02 {
    position: absolute;
    top: 226px;
    left: 850px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
  }
  .keyvisualArea_block01_badgetxt03 {
    position: absolute;
    top: 235px;
    left: 840px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 36px;
    color: #E24607;
  }
  .keyvisualArea_block01_badgetxt03 span {
    color: #000;
    font-size: 12px;
  }
  /*-- main price --------------------------------------------------*/
  .priceArea {
    width: 100%;
    height: 920px;
    background-color: #FDFBF5;
    padding-top: 40px;
  }
  .priceArea_block01 {
    width: priceArea_block02_box01_menu01px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .priceArea_block01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
    text-align: center;
    padding-top: 40px;
  }
  .priceArea_block01_hl_logo {
    width: 180px;
    vertical-align: middle;
  }
  .priceArea_block02 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .priceArea_block02_box01 {
    width: 250px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_name {
    width: 140px;
    height: 30px;
    margin-top: 12px;
    background-color: #E29607;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_price {
    color: #E29607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
  }
  .priceArea_block02_box01_priceyen {
    color: #E29607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box01_menu01 {
    width: 220px;
    height: 30px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_menu02 {
    width: 220px;
    height: 30px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_menu03 {
    width: 220px;
    height: 30px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_menu04 {
    width: 220px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .priceArea_block02_box02 {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_name {
    width: 140px;
    height: 30px;
    margin-top: 12px;
    background-color: #F76B1E;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_price {
    color: #F76B1E;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
  }
  .priceArea_block02_box02_priceyen {
    color: #F76B1E;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box02_menu01 {
    width: 220px;
    height: 30px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_menu02 {
    width: 220px;
    height: 30px;
    background-color: #6A96D3;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_menu03 {
    width: 220px;
    height: 30px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_menu04 {
    width: 220px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .priceArea_block02_box03 {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: solid 2px #E24607;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_name {
    width: 140px;
    height: 30px;
    margin-top: 12px;
    background-color: #E24607;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_price {
    color: #E24607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
  }
  .priceArea_block02_box03_priceyen {
    color: #E24607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box03_menu01 {
    width: 220px;
    height: 30px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_menu02 {
    width: 220px;
    height: 30px;
    background-color: #6A96D3;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_menu03 {
    width: 220px;
    height: 30px;
    background-color: #3E77C6;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_menu04 {
    width: 220px;
    height: 30px;
    margin-bottom: 15px;
    background-color: #165BBA;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    display: grid;
    place-items: center;
  }
  .priceArea_block03 {
    position: relative;
    width: 800px;
    height: 310px;
    margin: 20px auto 0 auto;
    background: #FFF;
    border: solid 2px #E24607;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .priceArea_block03:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 670px;
    margin-left: -15px;
    border: 19px solid transparent;
    border-bottom: 19px solid #FFF;
    z-index: 2;
  }
  .priceArea_block03:after {
    content: "";
    position: absolute;
    top: -43px;
    left: 670px;
    margin-left: -17px;
    border: 21px solid transparent;
    border-bottom: 21px solid #E24607;
    z-index: 1;
  }
  .priceArea_block03_txt {
    width: 100%;
    height: 55px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 27px;
    color: #000;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
  }
  .priceArea_block03_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .priceArea_block03_img01 {
    width: 32%;
    height: 200px;
    background: url(../img/circle_pink.png) no-repeat center center;
    display: grid;
    align-items: end;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img01_width {
    width: 150px;
  }
  .priceArea_block03_img02 {
    width: 32%;
    height: 200px;
    background: url(../img/circle_pink.png) no-repeat center center;
    display: grid;
    align-items: center;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img02_width {
    width: 180px;
  }
  .priceArea_block03_img03 {
    width: 32%;
    height: 200px;
    background: url(../img/circle_pink.png) no-repeat center center;
    display: grid;
    align-items: center;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img03_width {
    width: 180px;
  }
  .priceArea_block02_box03_limited {
    margin-top: 10px;
  }
  .priceArea_block02_box03_limiteddate {
    font-size: 14px;
    font-weight: bold;
    color: #E24607;
    padding: 5px;
    border: solid 1px #E24607;
  }
  .priceArea_block02_box03_limitedprice {
    font-size: 14px;
    color: #777777;
    text-decoration: line-through;
    padding: 5px;
  }
  .priceArea_coupon {
    width: 340px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .priceArea_coupon_img {
    width: 340px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
  }
  /*-- main trialArea ----------------------------------------------*/
  .trialArea {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #DAEDF1;
  }
  .trialArea2 {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #FFE9E0;
  }
  .trialArea3 {
    width: 100%;
    height: 200px;
    background-color: #DAEDF1;
  }
  .trialArea_bln {
    position: relative;
    width: 260px;
    height: 40px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    border: solid 3px #2AB3CC;
    border-radius: 9999px;
    box-sizing: border-box;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    padding-top: 3px;
    padding-left: 17px;
    text-align: center;
  }
  .trialArea_bln::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
  }
  .trialArea_bln::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -17px;
    border: 12px solid transparent;
    border-top: 12px solid #2AB3CC;
    z-index: 1;
  }
  .trialArea_btn {
    width: 320px;
    height: 120px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #2AB3CC;
    border-radius: 8px;
    border-bottom: solid 5px #2A7684;
  }
  .trialArea_btn_lbl {
    width: 320px;
    background: url(../img/trialArea_btn.png) no-repeat center 70%;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 0px #000, 0 0 0px #000, 0 0 3px rgb(66, 66, 66);
    text-align: center;
    padding-top: 25px;
  }
  /*-- main section01 ----------------------------------------------------------------*/
  .sect01 {
    width: 100%;
    margin-bottom: 50px;
  }
  /*-- main section01 block01 --------------------------------------------------------*/
  .sect01_block01 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .sect01_block01_hl {
    height: 130px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .sect01_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 36px;
    color: #000;
  }
  .sect01_block01_hl_logo {
    width: 170px;
    vertical-align: middle;
  }
  .sect01_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 36px;
    color: #000;
  }
  .sect01_block01_img {
    display: grid;
    place-items: center;
  }
  .sect01_block01_img_width {
    width: 500px;
  }
  .sect01_block01_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block01_box01 {
    position: relative;
    width: 240px;
    height: 220px;
  }
  .sect01_block01_box01_img {
    position: absolute;
    top: 110px;
    right: 50px;
  }
  .sect01_block01_box01_img_width {
    width: 100px;
  }
  .sect01_block01_box01_bln {
    position: relative;
    margin: 10px;
    width: 170px;
    height: 75px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    background: #FFF;
    border: solid 2px #BCBCBC;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect01_block01_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect01_block01_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #BCBCBC;
    z-index: 1;
  }
  .sect01_block01_box02_arrow {
    position: relative;
    width: 310px;
    height: 220px;
    background: url(../img/arrow_studying.png) no-repeat center bottom;
    background-size: 310px 130px;
  }
  .sect01_block01_box02_arrow_lbl {
    width: 310px;
    height: 105px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #Ffffff;
    position: absolute;
    top: 135px;
    left: 40px;
  }
  .sect01_block01_box03 {
    position: relative;
    width: 240px;
    height: 220px;
  }
  .sect01_block01_box03_img {
    position: absolute;
    top: 110px;
    left: 30px;
  }
  .sect01_block01_box03_img_width {
    width: 115px;
  }
  .sect01_block01_box03_bln {
    left: 20px;
    position: relative;
    margin: 10px;
    width: 170px;
    height: 75px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect01_block01_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block01_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  /*-- main section01 block02 --------------------------------------------------------*/
  .sect01_block02 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect01_block02_hl {
    height: 100px;
    margin-top: 60px;
    display: grid;
    place-items: center;
    text-align: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 34px;
    color: #000;
  }
  .sect01_block02_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block02_box01 {
    position: relative;
    width: 49%;
    height: 380px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    justify-items: center;
    border-top: solid 6px #F76B1E;
  }
  .sect01_block02_box01_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    padding-top: 10px;
  }
  .sect01_block02_box01_img {
    display: grid;
    place-items: center;
    position: relative;
  }
  .sect01_block02_box01_img_width {
    width: 300px;
  }
  .sect01_block02_box01_hl2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect01_block02_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: grid;
    place-items: center;
    padding-bottom: 20px;
  }
  .sect01_block02_box02 {
    position: relative;
    width: 49%;
    height: 380px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    justify-items: center;
    border-top: solid 6px #F76B1E;
  }
  .sect01_block02_box02_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding-top: 20px;
  }
  .sect01_block02_box02_cmt1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .sect01_block02_box02_cmt1_bln {
    position: relative;
    width: 250px;
    height: 85px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 10px;
  }
  .sect01_block02_box02_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block02_box02_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block02_box02_cmt1_avt {
    margin-left: 25px;
  }
  .sect01_block02_box02_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  .sect01_block02_box02_cmt2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block02_box02_cmt2_bln {
    position: relative;
    width: 250px;
    height: 85px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 10px;
  }
  .sect01_block02_box02_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block02_box02_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block02_box02_cmt2_avt {
    margin-left: 25px;
  }
  .sect01_block02_box02_cmt2_avt_name {
    padding-left: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  /*-- main section01 block03 --------------------------------------------------------*/
  .sect01_block03 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect01_block03_hl {
    height: 100px;
    margin-top: 60px;
    display: grid;
    place-items: center;
    text-align: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 34px;
    color: #000;
  }
  .sect01_block03_box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box01_img01 {
    position: relative;
    width: 250px;
    height: 170px;
    background-color: #6DC9EE;
    display: grid;
    place-items: center;
  }
  .sect01_block03_box01_img01_width {
    width: 250px;
  }
  .sect01_block03_box01_arrow {
    position: relative;
    width: 290px;
    background: url(../img/arrow_studying.png) no-repeat center top;
    background-size: 270px 90px;
  }
  .sect01_block03_box01_arrow_lbl {
    width: 310px;
    height: 105px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 40px;
  }
  .sect01_block03_box01_arrow_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 21px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 15px
  }
  .sect01_block03_box01_img02 {
    position: relative;
    width: 250px;
    height: 170px;
    background-color: #6DC9EE;
    display: grid;
    place-items: center;
  }
  .sect01_block03_box01_img02_width {
    width: 250px;
  }
  .sect01_block03_box02 {
    width: 600px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box02_circle01 {
    position: relative;
    width: 150px;
    height: 150px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #F76B1E 0%, #F76B1E 40%, #fff 40%, #fff 100%);
  }
  .sect01_block03_box02_circle01_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  .sect01_block03_box02_circle01_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 28px;
  }
  .sect01_block03_box02_plus {
    display: grid;
    place-items: center;
  }
  .sect01_block03_box02_plus_width {
    width: 25px;
  }
  .sect01_block03_box02_circle02 {
    position: relative;
    width: 150px;
    height: 150px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #F76B1E 0%, #F76B1E 40%, #fff 40%, #fff 100%);
  }
  .sect01_block03_box02_circle02_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  .sect01_block03_box02_circle02_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 73px;
    left: 18px;
  }
  .sect01_block03_box02_equal {
    display: grid;
    place-items: center;
  }
  .sect01_block03_box02_equal_width {
    width: 25px;
  }
  .sect01_block03_box02_circle03 {
    position: relative;
    width: 150px;
    height: 150px;
    padding: 2px;
    border-radius: 50%;
    background: #F76B1E;
  }
  .sect01_block03_box02_circle03_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 38px;
  }
  .sect01_block03_box02_circle03_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 0px;
  }
  .sect01_block03_box03 {
    width: 460px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box03_bln {
    position: relative;
    width: 350px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect01_block03_box03_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block03_box03_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block03_box03_avt {
    margin-left: 25px;
  }
  .sect01_block03_box03_avt_name {
    padding-left: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  .sect01_block03_box04 {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box04_bln {
    position: relative;
    width: 500px;
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect01_block03_box04_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block03_box04_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block03_box04_avt {
    display: grid;
    align-items: center;
  }
  .sect01_block03_box04_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 15px;
  }
  /*-- main section02 ----------------------------------------------------------------*/
  .sect02 {
    width: 100%;
    margin-bottom: 50px;
  }
  /*-- main section02 block01 --------------------------------------------------------*/
  .sect02_block01 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect02_block01_hl {
    height: 200px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 36px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect02_block01_box00 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 10%, #fff 10%, #fff 80%, #f7f7f7 80%, #f7f7f7 100%);
  }
  .sect02_block01_box01 {
    position: relative;
    width: 450px;
  }
  .sect02_block01_box01_txt {
    position: absolute;
    top: 90px;
    left: 50px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
  }
  .sect02_block01_box01_cmt {
    position: absolute;
    top: 180px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect02_block01_box01_cmt_bln {
    left: 170px;
    position: relative;
    width: 350px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    z-index: 3;
  }
  .sect02_block01_box01_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block01_box01_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block01_box01_cmt_avt {
    margin-left: 30px;
    margin-right: 10px;
  }
  .sect02_block01_box01_cmt_avt_img {
    width: 80px;
  }
  .sect02_block01_box02 {
    position: relative;
    width: 340px;
  }
  .sect02_block01_box02_sp {
    position: absolute;
    top: -50px;
    left: 20px;
    z-index: 1;
  }
  .sect02_block01_box02_qa {
    position: absolute;
    top: 250px;
    left: 150px;
    z-index: 2;
  }
  .sect02_block01_box02_qa_width {
    width: 230px;
  }
  /*-- main section02 block02 --------------------------------------------------------*/
  .sect02_block02 {
    width: 800px;
    height: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sect02_block02_hl {
    height: 200px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 32px;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect02_block02_box01 {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .sect02_block02_box01_bln {
    top: 70px;
    left: 70px;
    position: relative;
    width: 300px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
  }
  .sect02_block02_box01_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box01_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box01_img {
    width: 350px;
  }
  .sect02_block02_box01_img_width {
    width: 350px;
  }
  .sect02_block02_box02 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .sect02_block02_box02_bln {
    top: 80px;
    left: -20px;
    position: relative;
    width: 250px;
    height: 75px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect02_block02_box02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box02_img {
    width: 200px;
  }
  .sect02_block02_box02_img_width {
    width: 200px;
  }
  .sect02_block02_box03 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect02_block02_box03_bln {
    position: relative;
    width: 530px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect02_block02_box03_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box03_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box03_avt {
    display: grid;
    align-items: center;
  }
  .sect02_block02_box03_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 15px;
  }
  /*-- main section03 ----------------------------------------------------------------*/
  .sect03 {
    width: 100%;
    margin-bottom: 50px;
  }
  /*-- main section03 block01 --------------------------------------------------------*/
  .sect03_block01 {
    width: 800px;
    margin: 20px auto 50px auto;
  }
  .sect03_block01_hl {
    height: 130px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .sect03_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
  }
  .sect03_block01_hl_logo {
    width: 180px;
    vertical-align: middle;
  }
  .sect03_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
  }
  .sect03_block01_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block01_box01 {
    position: relative;
    width: 240px;
  }
  .sect03_block01_box01_img {
    position: absolute;
    top: 130px;
    right: 50px;
  }
  .sect03_block01_box01_img_width {
    width: 140px;
  }
  .sect03_block01_box01_bln {
    position: relative;
    margin: 10px;
    width: 170px;
    height: 95px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-left: 8px;
    padding-right: 8px;
    background: #FFF;
    border: solid 2px #BCBCBC;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect03_block01_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block01_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #BCBCBC;
    z-index: 1;
  }
  .sect03_block01_box02_arrow {
    position: relative;
    width: 310px;
    height: 230px;
    background: url(../img/arrow_studying.png) no-repeat center bottom;
    background-size: 300px 120px;
  }
  .sect03_block01_box02_arrow_lbl {
    width: 310px;
    height: 105px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #Ffffff;
    position: absolute;
    top: 150px;
    left: 40px;
  }
  .sect03_block01_box03 {
    position: relative;
    width: 240px;
  }
  .sect03_block01_box03_img {
    position: absolute;
    top: 130px;
    left: 30px;
  }
  .sect03_block01_box03_img_width {
    width: 110px;
  }
  .sect03_block01_box03_bln {
    left: 50px;
    position: relative;
    margin: 10px;
    width: 140px;
    height: 85px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    padding-left: 8px;
    padding-right: 8px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: end;
  }
  .sect03_block01_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block01_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  /*-- main section03 block02 --------------------------------------------------------*/
  .sect03_block02 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect03_block02_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block02_box01 {
    position: relative;
  }
  .sect03_block02_box01_bln {
    top: 20px;
    left: 20px;
    position: relative;
    margin: 10px;
    width: 150px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block02_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block02_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block02_box01_img {
    width: 240px;
    height: 240px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .sect03_block02_box02 {
    position: relative;
  }
  .sect03_block02_box02_bln {
    top: 20px;
    left: 20px;
    position: relative;
    margin: 10px;
    width: 160px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block02_box02_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block02_box02_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block02_box02_img {
    width: 240px;
    height: 240px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .sect03_block02_box03 {
    position: relative;
  }
  .sect03_block02_box03_bln {
    top: 10px;
    left: -10px;
    position: relative;
    margin: 10px;
    width: 150px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block02_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block02_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block02_box03_img {
    width: 240px;
    height: 240px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  /*-- main section03 block03 --------------------------------------------------------*/
  .sect03_block03 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect03_block03_box01 {
    width: 500px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block03_box01_bln {
    position: relative;
    width: 380px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
  }
  .sect03_block03_box01_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block03_box01_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block03_box01_avt {
    margin-left: 25px;
  }
  .sect03_block03_box01_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  .sect03_block03_box02 {
    width: 500px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block03_box02_bln {
    position: relative;
    width: 380px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect03_block03_box02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block03_box02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block03_box02_avt {
    margin-left: 25px;
  }
  .sect03_block03_box02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block04 --------------------------------------------------------*/
  .sect03_block04 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .sect03_block04_hl {
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 34px;
    margin-top: 30px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block04_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block04_box01 {
    position: relative;
    width: 49%;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect03_block04_box01_hl1 {
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block04_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 15px;
  }
  .sect03_block04_box01_bln {
    top: 30px;
    left: 15px;
    position: relative;
    margin: 10px;
    width: 130px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block04_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block04_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block04_box01_img {
    position: absolute;
    top: 150px;
    right: 20px;
  }
  .sect03_block04_box01_img_width {
    width: 200px;
  }
  .sect03_block04_box02 {
    position: relative;
    width: 49%;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect03_block04_box02_hl1 {
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block04_box02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 15px;
  }
  .sect03_block04_box02_bln {
    position: relative;
    top: 0px;
    left: 5px;
    margin: 10px;
    width: 280px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #F76B1E;
    padding: 8px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 2;
  }
  .sect03_block04_box02_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 4;
  }
  .sect03_block04_box02_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect03_block04_box02_img {
    position: absolute;
    top: 190px;
    right: 10px;
    z-index: 1;
  }
  .sect03_block04_box02_img_width {
    width: 300px;
  }
  /*-- main section03 block05 --------------------------------------------------------*/
  .sect03_block05 {
    width: 800px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block06 --------------------------------------------------------*/
  .sect03_block06 {
    width: 800px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect03_block06_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect03_block06_box01 {
    width: 480px;
  }
  .sect03_block06_box01_hl {
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block06_box01_txt {
    margin: 10px 30px auto 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: inline-block;
  }
  .sect03_block06_box02 {
    margin-top: 40px;
    margin-right: 30px;
  }
  .sect03_block06_box02_width {
    width: 280px;
  }
  /*-- main section03 block07 --------------------------------------------------------*/
  .sect03_block07 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect03_block07_cmt1 {
    width: 610px;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block07_cmt1_bln {
    position: relative;
    width: 500px;
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 18px 15px 18px 15px;
  }
  .sect03_block07_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block07_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block07_cmt1_avt {
    margin-left: 0;
  }
  .sect03_block07_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block07_cmt2 {
    width: 410px;
    margin: 40px 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block07_cmt2_bln {
    position: relative;
    width: 300px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect03_block07_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block07_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block07_cmt2_avt {
    margin-left: 5px;
  }
  .sect03_block07_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block08 --------------------------------------------------------*/
  .sect03_block08 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .sect03_block08_hl {
    height: 200px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 34px;
    color: #000;
    text-align: center;
    line-height: 55px;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box01 {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block08_box01_l {
    width: 50%;
  }
  .sect03_block08_box01_l_txt {
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box01_l_cmt {
    width: 400px;
    margin: 40px 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block08_box01_l_cmt_bln {
    position: relative;
    width: 300px;
    height: 120px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect03_block08_box01_l_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box01_l_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box01_l_cmt_avt {
    margin-left: 5px;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box01_l_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box01_r {
    position: relative;
    width: 49%;
  }
  .sect03_block08_box01_r_bln {
    top: 15px;
    left: -15px;
    position: relative;
    width: 140px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block08_box01_r_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box01_r_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box01_r_img {
    width: 290px;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box02 {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block08_box02_l {
    width: 47%;
    height: 100px;
  }
  .sect03_block08_box02_l_txt {
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    display: grid;
    align-items: start;
    justify-items: center;
  }
  .sect03_block08_box02_l_cmt {
    width: 365px;
    margin: 10px 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block08_box02_l_cmt_bln {
    position: relative;
    width: 260px;
    height: 140px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
  }
  .sect03_block08_box02_l_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box02_l_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box02_l_cmt_avt {
    margin-top: 10px;
    margin-left: 5px;
    display: grid;
    place-items: center;
    height: 120px;
  }
  .sect03_block08_box02_l_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box02_r {
    position: relative;
    width: 49%;
  }
  .sect03_block08_box02_r_img {
    width: 290px;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block09 --------------------------------------------------------*/
  .sect03_block09 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sect03_block09_hl {
    height: 150px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 34px;
    color: #000;
    text-align: center;
    line-height: 55px;
    display: grid;
    place-items: center;
  }
  .sect03_block09_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 340px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect03_block09_box01 {
    width: 400px;
  }
  .sect03_block09_box01_hl {
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block09_box01_txt1 {
    margin: 10px 30px auto 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: inline-block;
  }
  .sect03_block09_box01_txt2 {
    margin: 10px 30px auto 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: inline-block;
  }
  .sect03_block09_box02 {
    margin-top: 40px;
    margin-right: 30px;
  }
  .sect03_block09_box02_width {
    width: 350px;
  }
  /*-- main section03 block10 --------------------------------------------------------*/
  .sect03_block10 {
    width: 600px;
    height: 430px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect03_block10_cmt1 {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block10_cmt1_bln {
    position: relative;
    width: 450px;
    height: 110px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 20px 15px 18px 15px;
  }
  .sect03_block10_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt1_avt {
    display: grid;
    place-items: center;
  }
  .sect03_block10_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block10_cmt2 {
    width: 550px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block10_cmt2_bln {
    position: relative;
    width: 450px;
    height: 110px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .sect03_block10_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt2_avt {
    display: grid;
    place-items: center;
  }
  .sect03_block10_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block10_cmt3 {
    width: 550px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block10_cmt3_bln {
    position: relative;
    width: 450px;
    height: 130px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .sect03_block10_cmt3_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt3_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt3_avt {
    height: 130px;
    display: grid;
    place-items: center;
    margin-top: 10px;
  }
  .sect03_block10_cmt3_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
  }
  /*-- main section04 ----------------------------------------------------------------*/
  .sect04 {
    width: 100%;
    margin-bottom: 70px;
  }
  /*-- main section04 block01 --------------------------------------------------------*/
  .sect04_block01 {
    width: 800px;
    margin: 20px auto 50px auto;
  }
  .sect04_block01_hl {
    height: 130px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .sect04_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
  }
  .sect04_block01_hl_logo {
    width: 180px;
    vertical-align: middle;
  }
  .sect04_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
  }
  .sect04_block01_box00 {
    height: 460px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect04_block01_box01 {
    position: relative;
  }
  .sect04_block01_box01_illust {
    height: 310px;
  }
  .sect04_block01_box01_bln {
    top: 30px;
    left: 20px;
    position: relative;
    width: 160px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect04_block01_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect04_block01_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect04_block01_box01_img {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .sect04_block01_box01_hl {
    height: 65px;
    margin-top: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect04_block01_box01_txt {
    height: 25px;
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect04_block01_box02 {
    position: relative;
  }
  .sect04_block01_box02_illust {
    height: 310px;
  }
  .sect04_block01_box02_bln {
    top: 25px;
    left: 20px;
    position: relative;
    width: 120px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect04_block01_box02_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect04_block01_box02_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect04_block01_box02_img {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .sect04_block01_box02_hl {
    height: 65px;
    margin-top: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect04_block01_box02_txt {
    height: 25px;
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect04_block01_box03 {
    position: relative;
  }
  .sect04_block01_box03_illust {
    height: 310px;
  }
  .sect04_block01_box03_bln {
    top: 20px;
    left: 20px;
    position: relative;
    width: 180px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    color: #F76B1E;
    padding: 5px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect04_block01_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 40%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect04_block01_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect04_block01_box03_img {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .sect04_block01_box03_hl {
    height: 65px;
    margin-top: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  .sect04_block01_box03_txt {
    height: 25px;
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: grid;
    place-items: center;
  }
  /*-- main section04 block02 --------------------------------------------------------*/
  .sect04_block02 {
    width: 500px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect04_block02_bln {
    position: relative;
    width: 380px;
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sect04_block02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect04_block02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect04_block02_avt {
    margin-left: 25px;
  }
  .sect04_block02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  /*-- main section05 ----------------------------------------------------------------*/
  .sect05 {
    width: 100%;
  }
  /*-- main section05 block01 --------------------------------------------------------*/
  .sect05_block01 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect05_block01_hl {
    height: 100px;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect05_block01_hl_txt {
    font-family: 'Zen Kaku Gothic New';
    margin-top: 60px;
    font-weight: 700;
    font-size: 37px;
    color: #000;
  }
  .sect05_block01_hl_logo {
    vertical-align: middle;
  }
  .sect05_block01_box01 {
    width: 100%;
    height: 240px;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box01_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box02 {
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box02_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box02_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box03 {
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box03_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box03_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box04 {
    width: 100%;
    height: 490px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box04_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box04_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box04_illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box04_illust_cmt {
    position: relative;
    width: 400px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box04_illust_cmt_bln {
    position: relative;
    width: 250px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box04_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box04_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box04_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box04_illust_cmt_avt {
    margin-left: 45px;
  }
  .sect05_block01_box04_illust_img_bln {
    left: 340px;
    position: relative;
    width: 180px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    z-index: 2;
  }
  .sect05_block01_box04_illust_img_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box04_illust_img_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box04_illust_img {
    position: relative;
    width: 360px;
    margin-top: 40px;
    display: grid;
    place-items: center;
    z-index: 1;
  }
  .sect05_block01_box04_illust_img_scn_width {
    width: 200px;
  }
  .sect05_block01_box05 {
    width: 100%;
    height: 680px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box05_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box05_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box05_illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box05_illust_cmt01 {
    width: 300px;
    margin-top: 60px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box05_illust_cmt01_bln {
    position: relative;
    width: 200px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
  }
  .sect05_block01_box05_illust_cmt01_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box05_illust_cmt01_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box05_illust_cmt01_avt {
    margin-left: 5px;
  }
  .sect05_block01_box05_illust_cmt01_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }
  .sect05_block01_box05_illust_cmt02 {
    width: 310px;
    margin-top: 60px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box05_illust_cmt02_bln {
    position: relative;
    width: 205px;
    height: 110px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
  }
  .sect05_block01_box05_illust_cmt02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box05_illust_cmt02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box05_illust_cmt02_avt {
    margin-left: 5px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box05_illust_cmt02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box05_illust_img {
    width: 340px;
    margin-top: 20px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box06 {
    width: 100%;
    height: 620px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box06_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sect05_block01_box06_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box06_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box06_illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box06_illust_cmt {
    width: 405px;
    height: 190px;
    margin-top: 40px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box06_illust_cmt_bln {
    position: relative;
    width: 300px;
    height: 190px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 18px 15px 18px 15px;
  }
  .sect05_block01_box06_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box06_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box06_illust_cmt_avt {
    height: 190px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box06_illust_cmt_avt_img {
    margin-top: 35px;
  }
  .sect05_block01_box06_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 40px;
  }
  .sect05_block01_box06_illust_img {
    width: 350px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box07 {
    width: 100%;
    height: 630px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box07_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sect05_block01_box07_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box07_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box07_illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box07_illust_cmt {
    width: 405px;
    height: 150px;
    margin-top: 80px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box07_illust_cmt_bln {
    position: relative;
    width: 300px;
    height: 150px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 18px 15px 18px 15px;
  }
  .sect05_block01_box07_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box07_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box07_illust_cmt_avt {
    display: grid;
    place-items: center;
    height: 150px;
  }
  .sect05_block01_box07_illust_cmt_avt_img {
    margin-top: 20px;
  }
  .sect05_block01_box07_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
  }
  .sect05_block01_box07_illust_img {
    width: 350px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box07_illust_img2 {
    margin-top: 20px;
  }
  .sect05_block01_box07_illust_img1_width {
    width: 240px;
  }
  .sect05_block01_box07_illust_img2_width {
    width: 290px;
  }
  .sect05_block01_box08 {
    width: 100%;
    height: 80px;
    background-color: #F76B1E;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box08_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .sect05_block01_box09 {
    width: 100%;
    height: 490px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 6px #F76B1E;
  }
  .sect05_block01_box09_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sect05_block01_box09_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 20px 40px auto 40px;
  }
  .sect05_block01_box09_illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box09_illust_img_bln {
    top: 80px;
    left: 60px;
    position: relative;
    width: 250px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    z-index: 2;
  }
  .sect05_block01_box09_illust_img_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box09_illust_img_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box09_illust_img {
    width: 500px;
    margin-top: 20px;
    display: grid;
    align-items: center;
    justify-items: start;
    z-index: 1;
  }
  .sect05_block01_box09_illust_img_width {
    width: 400px;
  }
  /*-- main section05 block02 --------------------------------------------------------*/
  .sect05_block02 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect05_block02_cmt1 {
    width: 550px;
    height: 80px;
    margin: 40px 0 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block02_cmt1_bln {
    position: relative;
    width: 450px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block02_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block02_cmt1_avt {
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt2 {
    width: 605px;
    height: 100px;
    margin: 0 auto 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block02_cmt2_bln {
    position: relative;
    width: 500px;
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block02_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block02_cmt2_avt {
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section05 block03 --------------------------------------------------------*/
  .sect05_block03 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect05_block03_block01 {
    display: grid;
    justify-items: end;
    padding-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    color: #F76B1E;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
  }
  .sect05_block03_block01 a {
    color: #F76B1E;
  }
  /*-- main section05 common --------------------------------------------------------*/
  .sect05_arrow {
    width: 800px;
    margin: 0 auto 0 auto;
    ;
    display: grid;
    place-items: center;
  }
  .sect05_tag {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
  }
  .tag_full {
    width: 45px;
    background: #E24607;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .tag_regular {
    width: 80px;
    background: #F76B1E;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .tag_minimum {
    width: 60px;
    background: #E29607;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .chk_orn {
    vertical-align: bottom;
    margin-right: 10px;
  }
  /*-- main section06 ----------------------------------------------------------------*/
  .sect06 {
    width: 100%;
    margin-bottom: 20px;
  }
  /*-- main section06 block01 --------------------------------------------------------*/
  .sect06_block01 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect06_block01_hl {
    height: 200px;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect06_block01_hl_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 37px;
    color: #000;
    text-align: center;
    line-height: 60px;
  }
  .sect06_block01_hl_logo {
    vertical-align: middle;
  }
  /*-- common -----------------------------------------------------------------------*/
  .for-sp {
    display: none;
  }
  .img-tutor01_circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .img-user01_circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .img-user01_square {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 0;
  }
  .img-user02_circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .img-user03_circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
  }
  .img-user03_square {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 0;
  }
  .caption {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: center;
  }
  .arrow_s1 {
    width: 100px;
  }
}
/*===================================================================
	SP
===================================================================*/
@media screen and (max-width: 768px) {
  body {
    zoom: 1;
    background-color: #F7F7F7;
    min-width: 375px;
    width: 100%;
    padding-top: 60px;
  }
  #wrap {
    overflow: hidden;
  }
  /*-- header --------------------------------------------------------*/
  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
  }
  .headerArea {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
  }
  .headerArea_block00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .headerArea_block01 {
    width: 49%;
    display: grid;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
  }
  .headerArea_block02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .headerBtn_course {
    width: 70px;
    background-color: #fff;
    border: 1px solid #e76b1e;
    border-radius: 4px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 4px;
    margin-left: auto;
  }
  .headerBtn_trial {
    width: 70px;
    background-color: #e76b1e;
    border: 1px solid #e76b1e;
    border-radius: 4px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin-left: 2px;
    margin-right: 12px;
  }
  .headerBtn_trial a {
    color: #fff;
  }
  /*-- footer --------------------------------------------------------*/
  .footerArea {
    width: 100%;
    height: 140px;
    background-color: #ededed;
    padding-top: 10px;
  }
  .footerArea_link {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 25px;
  }
  .footerArea_copyright {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 25px;
  }
  /*-- main --------------------------------------------------------*/
  .mainArea {
    width: 100%;
    margin: 0 auto;
  }
  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  .clearfix {
    zoom: 1;
  }
  /*-- main keyvisual--------------------------------------------------------*/
  .for-pc {
    display: none !important;
  }
  .keyvisualArea {
    min-width: 375px;
    width: 100%;
    height: 280px;
    background-color: #FFE9E0;
  }
  .keyvisualArea_block01 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .keyvisualArea_block01_txt {
    height: 130px;
    margin-top: 20px;
    display: grid;
    place-items: center;
    position: relative;
  }
  .keyvisualArea_block01_txt01 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 19px;
    color: #000;
  }
  .keyvisualArea_block01_txt02 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .keyvisualArea_block01_logo {
    width: 180px;
    margin-top: 5px;
    display: grid;
    place-items: center;
  }
  .keyvisualArea_block01_logo_ruby {
    position: absolute;
    top: 115px;
    left: 130px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    text-align: center;
  }
  .keyvisualArea_block01_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .keyvisualArea_block01_box01 {
    position: relative;
    width: 33%;
    height: 110px;
  }
  .keyvisualArea_block01_box01_txt {
    position: absolute;
    top: 72px;
    left: 30px;
    width: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 10px;
    color: #F76B1E;
    text-align: center;
    line-height: 12px;
  }
  .keyvisualArea_block01_box01_img {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .keyvisualArea_block01_box01_img_circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .keyvisualArea_block01_box02 {
    position: relative;
    width: 33%;
    height: 110px;
  }
  .keyvisualArea_block01_box02_txt {
    position: absolute;
    top: 72px;
    left: 30px;
    width: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 10px;
    color: #F76B1E;
    text-align: center;
    line-height: 12px;
  }
  .keyvisualArea_block01_box02_img {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .keyvisualArea_block01_box02_img_circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .keyvisualArea_block01_box03 {
    position: relative;
    width: 32%;
    height: 110px;
  }
  .keyvisualArea_block01_box03_txt {
    position: absolute;
    top: 73px;
    left: 30px;
    width: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 10px;
    color: #F76B1E;
    text-align: center;
    line-height: 9px;
  }
  .keyvisualArea_block01_box03_img {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .keyvisualArea_block01_box03_img_circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .keyvisualArea_block01_badge {
    position: absolute;
    top: 200px;
    left: 10px;
  }
  .keyvisualArea_block01_badge_img {
    width: 80px;
  }
  .keyvisualArea_block01_badgetxt01 {
    position: absolute;
    top: 215px;
    left: 27px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    color: #000;
  }
  .keyvisualArea_block01_badgetxt01 span {
    font-size: 10px;
  }
  .keyvisualArea_block01_badgetxt02 {
    position: absolute;
    top: 232px;
    left: 35px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 10px;
    color: #fff;
  }
  .keyvisualArea_block01_badgetxt03 {
    position: absolute;
    top: 238px;
    left: 28px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 28px;
    color: #E24607;
  }
  .keyvisualArea_block01_badgetxt03 span {
    color: #000;
    font-size: 10px;
  }
  /*-- main price--------------------------------------------------------*/
  .priceArea {
    width: 100%;
    height: 1100px;
    background-color: #FDFBF5;
    overflow: clip;
  }
  .priceArea_block01 {
    width: 310px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .priceArea_block01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    border: #000;
    text-align: center;
    padding-top: 20px;
  }
  .priceArea_block01_hl_logo {
    width: 120px;
    vertical-align: middle;
  }
  .priceArea_block02 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .priceArea_block02_box01 {
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .priceArea_block02_box01_name {
    width: 140px;
    height: 30px;
    margin-top: 15px;
    background-color: #E29607;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box01_price {
    color: #E29607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
  }
  .priceArea_block02_box01_priceyen {
    color: #E29607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box01_menu01 {
    width: 220px;
    height: 24px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  .priceArea_block02_box02 {
    width: 100%;
    height: 230px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .priceArea_block02_box02_name {
    width: 140px;
    height: 30px;
    margin-top: 15px;
    background-color: #F76B1E;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box02_price {
    color: #F76B1E;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
  }
  .priceArea_block02_box02_priceyen {
    color: #F76B1E;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box02_menu01 {
    width: 220px;
    height: 24px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
  }
  .priceArea_block02_box02_menu02 {
    width: 220px;
    height: 24px;
    background-color: #6A96D3;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  .priceArea_block02_box03 {
    width: 100%;
    height: 280px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: solid 3px #E24607;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .priceArea_block02_box03_name {
    width: 140px;
    height: 30px;
    margin-top: 15px;
    background-color: #E24607;
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    display: grid;
    place-items: center;
  }
  .priceArea_block02_box03_price {
    color: #E24607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
  }
  .priceArea_block02_box03_priceyen {
    color: #E24607;
    font-family: 'Murecho', sans-serif;
    font-weight: 600;
    font-size: 25px;
  }
  .priceArea_block02_box03_txt01 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    color: #000;
  }
  .priceArea_block02_box03_txt02 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
  }
  .priceArea_block02_box03_menu01 {
    width: 220px;
    height: 24px;
    background-color: #97B5E0;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
  }
  .priceArea_block02_box03_menu02 {
    width: 220px;
    height: 24px;
    background-color: #6A96D3;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 400;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
  }
  .priceArea_block02_box03_menu03 {
    width: 220px;
    height: 24px;
    background-color: #3E77C6;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
  }
  .priceArea_block02_box03_menu04 {
    width: 220px;
    height: 24px;
    background-color: #165BBA;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  .priceArea_block03 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 290px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: solid 3px #E24607;
    display: grid;
    place-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .priceArea_block03:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    border: 19px solid transparent;
    border-bottom: 19px solid #FFF;
    z-index: 2;
  }
  .priceArea_block03:after {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -17px;
    border: 21px solid transparent;
    border-bottom: 21px solid #E24607;
    z-index: 1;
  }
  .priceArea_block03_txt {
    width: 100%;
    height: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 21px;
    color: #000;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
  }
  .priceArea_block03_img {
    position: relative;
    width: 100%;
    height: 540px;
  }
  .priceArea_block03_img01 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: url(../img/circle_pink.png) no-repeat center center;
    background-size: 100px;
    display: grid;
    align-items: center;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img01_width {
    width: 80px;
  }
  .priceArea_block03_img02 {
    position: absolute;
    top: 10px;
    left: 140px;
    width: 120px;
    height: 120px;
    background: url(../img/circle_pink.png) no-repeat center center;
    background-size: 100px;
    display: grid;
    align-items: center;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img02_width {
    width: 80px;
  }
  .priceArea_block03_img03 {
    position: absolute;
    top: 130px;
    left: 70px;
    width: 140px;
    height: 100px;
    background: url(../img/circle_pink.png) no-repeat center center;
    background-size: 100px;
    display: grid;
    align-items: center;
    justify-items: center;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #E24607;
    text-align: center;
  }
  .priceArea_block03_img03_width {
    width: 80px;
  }
  .priceArea_block02_box03_limited {
    margin-top: 10px;
  }
  .priceArea_block02_box03_limiteddate {
    font-size: 13px;
    font-weight: bold;
    color: #E24607;
    padding: 5px;
    border: solid 1px #E24607;
  }
  .priceArea_block02_box03_limitedprice {
    font-size: 14px;
    color: #777777;
    text-decoration: line-through;
    padding: 5px;
  }
  .priceArea_coupon {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .priceArea_coupon_img {
    width: 250px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
  }
  /*-- main trialArea --------------------------------------------------------*/
  .trialArea {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background: #DAEDF1;
  }
  .trialArea2 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .trialArea3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #DAEDF1;
  }
  .trialArea_bln {
    position: relative;
    width: 200px;
    height: 35px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    border: solid 3px #2AB3CC;
    border-radius: 9999px;
    box-sizing: border-box;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 13px;
    color: #000;
    padding-top: 4px;
    padding-left: 15px;
    text-align: center;
  }
  .trialArea_bln::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
  }
  .trialArea_bln::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -17px;
    border: 12px solid transparent;
    border-top: 12px solid #2AB3CC;
    z-index: 1;
  }
  .trialArea_btn {
    width: 230px;
    height: 90px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #2AB3CC;
    border-radius: 8px;
    border-bottom: solid 5px #2A7684;
  }
  .trialArea_btn_lbl {
    width: 230px;
    background: url(../img/trialArea_btn-sp.png) no-repeat center 60%;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 0px #000, 0 0 0px #000, 0 0 3px rgb(66, 66, 66);
    text-align: center;
    padding-top: 21px;
  }
  /*-- main section01 ----------------------------------------------------------------*/
  .sect01 {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-- main section01 block01 --------------------------------------------------------*/
  .sect01_block01 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .sect01_block01_hl {
    height: 80px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sect01_block01_hl01 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect01_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect01_block01_hl_logo {
    width: 170px;
    vertical-align: middle;
  }
  .sect01_block01_hl02 {
    width: 270px;
    border-bottom: 2px solid #F76B1E;
  }
  .sect01_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect01_block01_hl_logo {
    width: 110px;
    vertical-align: middle;
  }
  .sect01_block01_img {
    display: grid;
    place-items: center;
  }
  .sect01_block01_img_width {
    width: 300px;
  }
  .sect01_block01_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block01_box01 {
    position: relative;
    width: 25%;
    height: 160px;
  }
  .sect01_block01_box01_img {
    position: absolute;
    top: 100px;
    left: 10px;
  }
  .sect01_block01_box01_img_width {
    width: 70px;
  }
  .sect01_block01_box01_bln {
    position: relative;
    margin-top: 15px;
    margin-left: 5px;
    width: 135px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #BCBCBC;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect01_block01_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 30%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect01_block01_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #BCBCBC;
    z-index: 1;
  }
  .sect01_block01_box02 {
    width: 48%;
  }
  .sect01_block01_box02_arrow {
    position: relative;
    height: 160px;
    background: url(../img/arrow_studying.png) no-repeat center bottom;
    background-size: 100% 60px;
  }
  .sect01_block01_box02_arrow_lbl {
    width: 100%;
    height: 50px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 19px;
    color: #Ffffff;
    position: absolute;
    top: 115px;
    left: 10px;
  }
  .sect01_block01_box03 {
    position: relative;
    width: 25%;
    height: 160px;
  }
  .sect01_block01_box03_img {
    position: absolute;
    top: 100px;
    left: 10px;
  }
  .sect01_block01_box03_img_width {
    width: 80px;
  }
  .sect01_block01_box03_bln {
    left: -30px;
    position: relative;
    margin-top: 15px;
    width: 120px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect01_block01_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block01_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  /*-- main section01 block02 --------------------------------------------------------*/
  .sect01_block02 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sect01_block02_hl {
    width: 290px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding-top: 20px;
  }
  .sect01_block02_box01 {
    position: relative;
    width: 97%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    justify-items: center;
    border-top: solid 5px #F76B1E;
  }
  .sect01_block02_box01_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect01_block02_box01_img {
    display: grid;
    place-items: center;
  }
  .sect01_block02_box01_img_width {
    width: 300px;
  }
  .sect01_block02_box01_hl2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #F76B1E;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect01_block02_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: grid;
    place-items: center;
    padding-bottom: 8px;
  }
  .sect01_block02_box02 {
    position: relative;
    width: 97%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: grid;
    justify-items: center;
    border-top: solid 5px #F76B1E;
  }
  .sect01_block02_box02_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding-top: 10px;
  }
  .sect01_block02_box02_cmt1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect01_block02_box02_cmt1_bln {
    position: relative;
    width: 240px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
  }
  .sect01_block02_box02_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 13px solid #FFF;
    z-index: 2;
  }
  .sect01_block02_box02_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block02_box02_cmt1_avt {
    margin-left: 25px;
  }
  .sect01_block02_box02_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: inline-block;
    text-align: center;
  }
  .sect01_block02_box02_cmt2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .sect01_block02_box02_cmt2_bln {
    position: relative;
    width: 240px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
  }
  .sect01_block02_box02_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 13px solid #FFF;
    ;
    z-index: 2;
  }
  .sect01_block02_box02_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block02_box02_cmt2_avt {
    margin-left: 25px;
  }
  .sect01_block02_box02_cmt2_avt_img_width {
    width: 60px;
  }
  .sect01_block02_box02_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section01 block03 --------------------------------------------------------*/
  .sect01_block03 {
    margin-left: auto;
    margin-right: auto;
  }
  .sect01_block03_hl {
    width: 320px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding-top: 20px;
  }
  .sect01_block03_box01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box01_img01 {
    width: 40%;
    height: 110px;
    background-color: #6DC9EE;
    display: grid;
    align-items: start;
  }
  .sect01_block03_box01_img01_width {
    width: 150px;
  }
  .sect01_block03_box01_img02 {
    width: 40%;
    height: 110px;
    background-color: #6DC9EE;
    display: grid;
    align-items: start;
  }
  .sect01_block03_box01_img02_width {
    width: 150px;
  }
  .sect01_block03_box01_arrow {
    width: 100%;
    position: relative;
  }
  .sect01_block03_box01_arrow_img {
    position: absolute;
    top: -30px;
    left: 100px;
  }
  .sect01_block03_box01_arrow_img_size {
    width: 200px;
    height: 50px;
  }
  .sect01_block03_box01_arrow_lbl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 120px;
  }
  .sect01_block03_box01_arrow_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sect01_block03_box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
  }
  .sect01_block03_box02_circle01 {
    position: relative;
    width: 95px;
    height: 95px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #F76B1E 0%, #F76B1E 40%, #fff 40%, #fff 100%);
  }
  .sect01_block03_box02_circle01_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 19px;
  }
  .sect01_block03_box02_circle01_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 44px;
    left: 20px;
  }
  .sect01_block03_box02_plus {
    display: grid;
    place-items: center;
  }
  .sect01_block03_box02_plus_width {
    width: 20px;
  }
  .sect01_block03_box02_circle02 {
    position: relative;
    width: 95px;
    height: 95px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #F76B1E 0%, #F76B1E 40%, #fff 40%, #fff 100%);
  }
  .sect01_block03_box02_circle02_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 19px;
  }
  .sect01_block03_box02_circle02_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 44px;
    left: 11px;
  }
  .sect01_block03_box02_equal {
    display: grid;
    place-items: center;
  }
  .sect01_block03_box02_equal_width {
    width: 20px;
  }
  .sect01_block03_box02_circle03 {
    position: relative;
    width: 95px;
    height: 95px;
    padding: 2px;
    border-radius: 50%;
    background: #F76B1E;
  }
  .sect01_block03_box02_circle03_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 24px;
  }
  .sect01_block03_box02_circle03_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .sect01_block03_box03 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box03_bln {
    position: relative;
    width: 250px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect01_block03_box03_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block03_box03_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block03_box03_avt {
    display: grid;
    place-items: center;
    margin-left: 15px;
    margin-right: auto;
  }
  .sect01_block03_box04_avt_img {
    width: 60px;
  }
  .sect01_block03_box03_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect01_block03_box04 {
    width: 97%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect01_block03_box04_bln {
    position: relative;
    width: 258px;
    height: 100px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-left: 0;
    margin-right: auto;
  }
  .sect01_block03_box04_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect01_block03_box04_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect01_block03_box04_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 15px;
  }
  .sect01_block03_box04_avt_img {
    width: 60px;
  }
  .sect01_block03_box04_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  /*-- main section02 ----------------------------------------------------------------*/
  .sect02 {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-- main section02 block01 --------------------------------------------------------*/
  .sect02_block01 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background: #fff;
  }
  .sect02_block01_hl {
    width: 170px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding-top: 20px;
  }
  .sect02_block01_box00 {
    width: 100%;
    height: 200px;
    background: #fff;
  }
  .sect02_block01_box01 {
    position: relative;
  }
  .sect02_block01_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 19px;
    color: #000;
    padding-top: 17px;
    padding-left: 20px;
  }
  .sect02_block01_box01_cmt {
    position: absolute;
    top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect02_block01_box01_cmt_bln {
    position: relative;
    width: 245px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: 20px;
  }
  .sect02_block01_box01_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block01_box01_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block01_box01_cmt_avt {
    margin-left: 10px;
  }
  .sect02_block01_box01_cmt_avt_img {
    width: 60px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .sect02_block01_box02 {
    position: relative;
    width: 340px;
  }
  .sect02_block01_box02_qa {
    position: absolute;
    top: 35px;
    left: 270px;
    z-index: 2;
  }
  .sect02_block01_box02_qa_width {
    width: 100px;
  }
  /*-- main section02 block02 --------------------------------------------------------*/
  .sect02_block02 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect02_block02_hl01 {
    width: 290px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 25px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect02_block02_hl02 {
    width: 230px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect02_block02_box01 {
    margin-top: 10px;
  }
  .sect02_block02_box01_bln {
    position: relative;
    width: 250px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: 20px;
  }
  .sect02_block02_box01_bln::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box01_bln::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box01_img {
    margin-left: 40px;
  }
  .sect02_block02_box01_img_width {
    width: 300px;
  }
  .sect02_block02_box02 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .sect02_block02_box02_bln {
    top: 30px;
    left: -10px;
    position: relative;
    width: 180px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: 0;
    margin-right: auto;
  }
  .sect02_block02_box02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box02_img {
    margin-left: 40px;
  }
  .sect02_block02_box02_img_width {
    width: 150px;
  }
  .sect02_block02_box03 {
    width: 97%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect02_block02_box03_bln {
    position: relative;
    width: 258px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    padding: 8px;
  }
  .sect02_block02_box03_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect02_block02_box03_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect02_block02_box03_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 24px;
  }
  .sect02_block02_box03_avt_img {
    width: 60px;
  }
  .sect02_block02_box03_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
  }
  /*-- main section03 ----------------------------------------------------------------*/
  .sect03 {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-- main section03 block01 --------------------------------------------------------*/
  .sect03_block01 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect03_block01_hl {
    height: 80px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .sect03_block01_hl01 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect03_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
  }
  .sect03_block01_hl02 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect03_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect03_block01_hl_logo {
    width: 110px;
    vertical-align: middle;
  }
  .sect03_block01_box00 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block01_box01 {
    position: relative;
    width: 28%;
    height: 160px;
  }
  .sect03_block01_box01_img {
    position: absolute;
    top: 100px;
    left: 10px;
  }
  .sect03_block01_box01_img_width {
    width: 90px;
  }
  .sect03_block01_box01_bln {
    position: relative;
    margin-top: 15px;
    margin-left: 5px;
    width: 140px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #BCBCBC;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect03_block01_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 30%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect03_block01_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #BCBCBC;
    z-index: 1;
  }
  .sect03_block01_box02 {
    width: 45%;
  }
  .sect03_block01_box02_arrow {
    position: relative;
    height: 160px;
    background: url(../img/arrow_studying.png) no-repeat center bottom;
    background-size: 100% 50px;
  }
  .sect03_block01_box02_arrow_lbl {
    width: 100%;
    height: 50px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #Ffffff;
    position: absolute;
    top: 122px;
    left: 9px;
  }
  .sect03_block01_box03 {
    position: relative;
    width: 25%;
    height: 160px;
  }
  .sect03_block01_box03_img {
    position: absolute;
    top: 100px;
    left: 10px;
  }
  .sect03_block01_box03_img_width {
    width: 75px;
  }
  .sect03_block01_box03_bln {
    left: -30px;
    position: relative;
    margin-top: 15px;
    width: 120px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block01_box03_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block01_box03_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  /*-- main section03 block02 --------------------------------------------------------*/
  .sect03_block02 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect03_block02_box01 {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect03_block02_box01_bln {
    top: 20px;
    left: 17%;
    position: relative;
    width: 130px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 2;
  }
  .sect03_block02_box01_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 4;
  }
  .sect03_block02_box01_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect03_block02_box01_img {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
    z-index: 1;
  }
  .sect03_block02_box02 {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect03_block02_box02_bln {
    top: 20px;
    left: 50%;
    position: relative;
    width: 130px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 2;
  }
  .sect03_block02_box02_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block02_box02_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block02_box02_img {
    position: absolute;
    left: 10%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
    z-index: 1;
  }
  .sect03_block02_box03 {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect03_block02_box03_bln {
    top: 20px;
    left: 17%;
    position: relative;
    width: 125px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 2;
  }
  .sect03_block02_box03_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 4;
  }
  .sect03_block02_box03_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect03_block02_box03_img {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
    z-index: 1;
  }
  /*-- main section03 block03 --------------------------------------------------------*/
  .sect03_block03 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect03_block03_box01 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect03_block03_box01_bln {
    position: relative;
    width: 240px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect03_block03_box01_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block03_box01_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block03_box01_avt {
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-right: auto;
  }
  .sect03_block03_box01_avt_img {
    width: 60px;
  }
  .sect03_block03_box01_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect03_block03_box02 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect03_block03_box02_bln {
    position: relative;
    width: 240px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect03_block03_box02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block03_box02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block03_box02_avt {
    display: grid;
    place-items: center;
    margin-left: 20px;
    margin-right: auto;
  }
  .sect03_block03_box02_avt_img {
    width: 60px;
  }
  .sect03_block03_box02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block04 --------------------------------------------------------*/
  .sect03_block04 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect03_block04_hl01 {
    width: 210px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block04_hl02 {
    width: 210px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block04_box01 {
    position: relative;
    width: 97%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect03_block04_box01_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect03_block04_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px;
  }
  .sect03_block04_box01_img {
    position: absolute;
    top: 100px;
    left: 170px;
    display: grid;
    place-items: center;
  }
  .sect03_block04_box01_img_width {
    width: 160px;
  }
  .sect03_block04_box01_bln {
    top: 10px;
    left: 40px;
    position: relative;
    margin-top: 15px;
    width: 110px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .sect03_block04_box01_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block04_box01_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block04_box02 {
    position: relative;
    width: 97%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect03_block04_box02_hl1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect03_block04_box02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px;
  }
  .sect03_block04_box02_img {
    position: absolute;
    top: 140px;
    left: 120px;
    display: grid;
    place-items: center;
    z-index: 1;
  }
  .sect03_block04_box02_img_width {
    width: 220px;
  }
  .sect03_block04_box02_bln {
    top: 0px;
    left: 20px;
    position: relative;
    margin-top: 15px;
    width: 170px;
    height: 110px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 15px;
    color: #F76B1E;
    padding: 8px;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 4;
  }
  .sect03_block04_box02_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 3;
  }
  .sect03_block04_box02_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 2;
  }
  /*-- main section03 block05 --------------------------------------------------------*/
  .sect03_block05 {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block06 --------------------------------------------------------*/
  .sect03_block06 {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
  }
  .sect03_block06_box00 {
    position: relative;
    width: 97%;
    height: 350px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect03_block06_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect03_block06_box02 {
    position: absolute;
    top: 190px;
    left: 75px;
    display: grid;
    place-items: center;
    z-index: 1;
  }
  .sect03_block06_box02_width {
    width: 220px;
  }
  .sect03_block06_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  /*-- main section03 block07 --------------------------------------------------------*/
  .sect03_block07 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: grid;
    place-items: center;
  }
  .sect03_block07_cmt1 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block07_cmt1_bln {
    position: relative;
    width: 258px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect03_block07_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block07_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block07_cmt1_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 13px;
  }
  .sect03_block07_cmt1_avt_img {
    width: 60px;
  }
  .sect03_block07_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  .sect03_block07_cmt2 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect03_block07_cmt2_bln {
    position: relative;
    width: 255px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect03_block07_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block07_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block07_cmt2_avt {
    width: 60px;
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-right: auto;
    margin-top: 5px;
  }
  .sect03_block07_cmt2_avt_img {
    width: 60px;
  }
  .sect03_block07_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section03 block08 --------------------------------------------------------*/
  .sect03_block08 {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    margin-top: 30px;
  }
  .sect03_block08_hl01 {
    width: 330px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block08_hl02 {
    width: 320px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block08_hl03 {
    width: 140px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block08_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .sect03_block08_box01_img {
    position: relative;
  }
  .sect03_block08_box01_img_bln {
    top: 20px;
    left: 30px;
    position: relative;
    margin: 10px;
    width: 140px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: grid;
    place-items: center;
  }
  .sect03_block08_box01_img_bln:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box01_img_bln:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box01 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .sect03_block08_box01_cmt {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sect03_block08_box01_cmt_bln {
    position: relative;
    width: 245px;
    height: 120px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect03_block08_box01_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box01_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box01_cmt_avt {
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-right: auto;
    margin-top: 20px;
  }
  .sect03_block08_box01_cmt_avt_img {
    width: 60px;
  }
  .sect03_block08_box01_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .sect03_block08_box02_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect03_block08_box02_img {
    position: relative;
    margin-top: 20px;
  }
  .sect03_block08_box02 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .sect03_block08_box02_cmt {
    width: 97%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sect03_block08_box02_cmt_bln {
    position: relative;
    width: 250px;
    height: 120px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect03_block08_box02_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block08_box02_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block08_box02_cmt_avt {
    display: grid;
    place-items: center;
    margin-right: 15px;
    margin-left: auto;
    margin-top: 20px;
  }
  .sect03_block08_box02_cmt_avt_img {
    width: 60px;
  }
  .sect03_block08_box02_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  /*-- main section03 block09 --------------------------------------------------------*/
  .sect03_block09_hl01 {
    width: 250px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 20px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block09_hl02 {
    width: 180px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block09_hl03 {
    width: 250px;
    border-bottom: 2px solid #F76B1E;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .sect03_block09_box00 {
    width: 97%;
    height: 500px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect03_block09_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect03_block09_box01_txt1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect03_block09_box01_txt2 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 15px;
  }
  .sect03_block09_box02 {
    display: grid;
    place-items: center;
    z-index: 1;
  }
  .sect03_block09_box02_width {
    width: 350px;
  }
  /*-- mein section03 block10 --------------------------------------------------------*/
  .sect03_block10_cmt1 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect03_block10_cmt1_bln {
    position: relative;
    width: 258px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect03_block10_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt1_avt {
    display: grid;
    place-items: center;
    margin-right: 16px;
    margin-left: auto;
    margin-top: 20px;
  }
  .sect03_block10_cmt1_avt_img {
    width: 60px;
  }
  .sect03_block10_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .sect03_block10_cmt2 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect03_block10_cmt2_bln {
    position: relative;
    width: 255px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect03_block10_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt2_avt {
    display: grid;
    place-items: center;
    margin-right: auto;
    margin-left: 15px;
    margin-top: 25px;
  }
  .sect03_block10_cmt2_avt_img {
    width: 60px;
  }
  .sect03_block10_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .sect03_block10_cmt3 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sect03_block10_cmt3_bln {
    position: relative;
    width: 258px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect03_block10_cmt3_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect03_block10_cmt3_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    margin-bottom: 20px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect03_block10_cmt3_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 17px;
    margin-top: 30px;
  }
  .sect03_block10_cmt3_avt_img {
    width: 60px;
  }
  .sect03_block10_cmt3_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
  }
  /*-- main section04 ----------------------------------------------------------------*/
  .sect04 {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-- main section04 block01 --------------------------------------------------------*/
  .sect04_block01 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect04_block01_hl {
    height: 80px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .sect04_block01_hl01 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect04_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #000;
  }
  .sect04_block01_hl02 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect04_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect04_block01_box01_illust {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect04_block01_box01_bln {
    top: 20px;
    left: 10%;
    position: relative;
    width: 150px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 2;
  }
  .sect04_block01_box01_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 4;
  }
  .sect04_block01_box01_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect04_block01_box01_img {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    z-index: 1;
  }
  .sect04_block01_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .sect04_block01_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 5px;
  }
  .sect04_block01_box02 {
    margin-top: 50px;
  }
  .sect04_block01_box02_illust {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect04_block01_box02_bln {
    top: 20px;
    left: 17%;
    position: relative;
    width: 120px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding-top: 8px;
    padding-left: 10px;
    z-index: 2;
  }
  .sect04_block01_box02_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 4;
  }
  .sect04_block01_box02_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect04_block01_box02_img {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    z-index: 1;
  }
  .sect04_block01_box02_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .sect04_block01_box02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 5px;
  }
  .sect04_block01_box03 {
    margin-top: 50px;
  }
  .sect04_block01_box03_illust {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .sect04_block01_box03_bln {
    top: 20px;
    left: 5%;
    position: relative;
    width: 180px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 14px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    z-index: 2;
  }
  .sect04_block01_box03_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 4;
  }
  .sect04_block01_box03_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 3;
  }
  .sect04_block01_box03_img {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 0;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    z-index: 1;
  }
  .sect04_block01_box03_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .sect04_block01_box03_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 5px;
  }
  /*-- main section04 block02 --------------------------------------------------------*/
  .sect04_block02 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .sect04_block02_bln {
    position: relative;
    width: 240px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect04_block02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect04_block02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect04_block02_avt {
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-right: auto;
    margin-top: 10px;
  }
  .sect04_block02_avt_img {
    width: 60px;
  }
  .sect04_block02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
  }
  /*-- main section05 --------------------------------------------------------*/
  .sect05 {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-- main section05 block01 --------------------------------------------------------*/
  .sect05_block01 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect05_block01_hl {
    height: 80px;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .sect05_block01_hl01 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect05_block01_hl01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect05_block01_hl02 {
    border-bottom: 2px solid #F76B1E;
  }
  .sect05_block01_hl02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 26px;
    color: #000;
  }
  .sect05_block01_hl_logo {
    width: 110px;
    vertical-align: middle;
  }
  .sect05_block01_box01 {
    position: relative;
    width: 97%;
    height: 210px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box01_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box01_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box01_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box02 {
    position: relative;
    width: 97%;
    height: 230px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box02_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box02_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box02_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box03 {
    position: relative;
    width: 97%;
    height: 190px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box03_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box03_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box03_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box04 {
    position: relative;
    width: 97%;
    height: 520px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box04_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box04_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box04_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box04_illust_cmt {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sect05_block01_box04_illust_cmt_bln {
    position: relative;
    width: 250px;
    height: 60px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-left: 0;
    margin-right: auto;
  }
  .sect05_block01_box04_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box04_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box04_illust_cmt_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 16px;
  }
  .sect05_block01_box04_illust_cmt_avt_img {
    width: 60px;
  }
  .sect05_block01_box04_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box04_illust_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .sect05_block01_box04_illust_img_scn {
    width: 200px;
  }
  .sect05_block01_box04_illust_img_scn_width {
    width: 180px;
  }
  .sect05_block01_box04_illust_img_bln {
    top: 30px;
    left: 45px;
    position: relative;
    margin: 10px;
    width: 120px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
  }
  .sect05_block01_box04_illust_img_bln:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box04_illust_img_bln:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box05 {
    position: relative;
    width: 97%;
    height: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box05_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box05_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box05_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box05_illust_cmt01 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect05_block01_box05_illust_cmt01_bln {
    position: relative;
    width: 240px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
  }
  .sect05_block01_box05_illust_cmt01_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box05_illust_cmt01_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box05_illust_cmt01_avt {
    display: grid;
    place-items: center;
    margin-left: 14px;
    margin-right: auto;
  }
  .sect05_block01_box05_illust_cmt01_avt_img {
    width: 60px;
  }
  .sect05_block01_box05_illust_cmt01_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box05_illust_cmt02 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect05_block01_box05_illust_cmt02_bln {
    position: relative;
    width: 245px;
    height: 80px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect05_block01_box05_illust_cmt02_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box05_illust_cmt02_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box05_illust_cmt02_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 17px;
    margin-top: 10px;
  }
  .sect05_block01_box05_illust_cmt02_avt_img {
    width: 60px;
  }
  .sect05_block01_box05_illust_cmt02_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box05_illust_img {
    margin-top: 20px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box06 {
    position: relative;
    width: 97%;
    height: 820px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box06_illust_cmt {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect05_block01_box06_illust_cmt_bln {
    position: relative;
    width: 245px;
    height: 170px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect05_block01_box06_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box06_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box06_illust_cmt_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 50px;
  }
  .sect05_block01_box06_illust_cmt_avt_img {
    width: 60px;
  }
  .sect05_block01_box06_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
  }
  .sect05_block01_box06_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box06_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box06_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box06_illust_img {
    margin-top: 20px;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box07 {
    position: relative;
    width: 97%;
    height: 760px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box07_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box07_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box07_chk {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 10px 20px auto 10px;
  }
  .sect05_block01_box07_illust_cmt {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect05_block01_box07_illust_cmt_bln {
    position: relative;
    width: 245px;
    height: 120px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect05_block01_box07_illust_cmt_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box07_illust_cmt_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box07_illust_cmt_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 18px;
    margin-top: 25px;
  }
  .sect05_block01_box07_illust_cmt_avt_img {
    width: 60px;
  }
  .sect05_block01_box07_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  .sect05_block01_box07_illust_img1 {
    display: grid;
    place-items: center;
    margin-bottom: 20px;
  }
  .sect05_block01_box07_illust_img1_width {
    width: 250px;
  }
  .sect05_block01_box07_illust_img2 {
    display: grid;
    place-items: center;
  }
  .sect05_block01_box07_illust_img2_width {
    width: 250px;
  }
  .sect05_block01_box08 {
    position: relative;
    width: 97%;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #F76B1E;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box08_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    display: grid;
    place-items: center;
  }
  .sect05_block01_box09 {
    position: relative;
    width: 97%;
    height: 520px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: solid 5px #F76B1E;
  }
  .sect05_block01_box09_hl {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 10px;
  }
  .sect05_block01_box09_txt {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 15px;
  }
  .sect05_block01_box09_illust {
    width: 97%;
    position: relative;
  }
  .sect05_block01_box09_illust_img_bln {
    top: 10px;
    left: 20px;
    position: relative;
    width: 250px;
    height: 90px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: 10px;
  }
  .sect05_block01_box09_illust_img_bln::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 20%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }
  .sect05_block01_box09_illust_img_bln::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 20%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block01_box09_illust_img_width {
    width: 350px;
  }
  .sect05_block01_box09_illust_cmt_avt {
    display: grid;
    place-items: center;
  }
  .sect05_block01_box09_illust_cmt_avt_img {
    width: 60px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .sect05_block01_box09_illust_cmt_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  /*-- main section05 block02 --------------------------------------------------------*/
  .sect05_block02 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect05_block02_cmt1 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sect05_block02_cmt1_bln {
    position: relative;
    width: 255px;
    height: 70px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    margin-right: 0;
    margin-left: auto;
  }
  .sect05_block02_cmt1_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block02_cmt1_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block02_cmt1_avt {
    width: 60px;
    margin-left: 15px;
    margin-right: auto;
  }
  .sect05_block02_cmt1_avt_img {
    width: 60px;
  }
  .sect05_block02_cmt1_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
  }
  .sect05_block02_cmt2 {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sect05_block02_cmt2_bln {
    position: relative;
    width: 258px;
    height: 120px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 16px;
    color: #F76B1E;
    background: #FFF;
    border: solid 2px #F76B1E;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
    margin-right: auto;
    margin-left: 0;
  }
  .sect05_block02_cmt2_bln::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 13px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .sect05_block02_cmt2_bln::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 15px solid transparent;
    border-right: 15px solid #F76B1E;
    z-index: 1;
  }
  .sect05_block02_cmt2_avt {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: 17px;
    margin-top: 25px;
  }
  .sect05_block02_cmt2_avt_img {
    width: 60px;
  }
  .sect05_block02_cmt2_avt_name {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 10px;
    color: #000;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
  }
  /*-- main section05 block03 --------------------------------------------------------*/
  .sect05_block03 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .sect05_block03_block01 {
    display: grid;
    justify-items: end;
    padding-top: 10px;
    font-family: 'Zen Kaku Gothic New';
    color: #F76B1E;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
  }
  .sect05_block03_block01 a {
    color: #F76B1E;
  }
  /*-- main section05 common --------------------------------------------------------*/
  .sect05_arrow {
    width: 100%;
    margin: 0 auto 0 auto;
    ;
    display: grid;
    place-items: center;
  }
  .sect05_tag {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
  }
  .tag_full {
    width: 45px;
    background: #E24607;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .tag_regular {
    width: 80px;
    background: #F76B1E;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .tag_minimum {
    width: 60px;
    background: #E29607;
    color: #fff;
    padding: 2px;
    border-radius: 7px;
    margin: 4px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  .chk_orn {
    vertical-align: middle;
    margin-right: 10px;
  }
  /*-- main section06 --------------------------------------------------------*/
  .sect06 {
    width: 100%;
    margin-bottom: 30px;
  }
  /*-- main section06 block01 --------------------------------------------------------*/
  .sect06_block01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .sect06_block01_hl {
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    position: relative;
  }
  .sect06_block01_hl_txt01 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 22px;
    color: #000;
  }
  .sect06_block01_hl_txt02 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 30px;
    color: #000;
  }
  .sect06_block01_hl_logo {
    width: 180px;
    margin-top: 5px;
    display: grid;
    place-items: center;
  }
  .sect06_block01_hl_logo_ruby {
    position: absolute;
    top: 125px;
    left: 130px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    text-align: center;
  }
  /*-- common --------------------------------------------------------*/
  .for-pc {
    display: none;
  }
  .img-tutor01_circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .img-user01_circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .img-user01_square {
    width: 60px;
    height: 60px;
  }
  .img-user02_circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .img-user03_circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px #F76B1E;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
  }
  .img-user03_square {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 0;
  }
  .caption {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-align: center;
  }
  .arrow_s1 {
    width: 80px;
  }
  .list_aicon {
    vertical-align: middle;
  }
  h1 {
    text-align: center;
    display: grid;
    place-items: center;
  }
  h2 {
    text-align: center;
    ;
  }
}
/*===================================================================
	COMMON
===================================================================*/
.img-cover {
  object-fit: cover;
}
.ornD {
  color: #E24607;
}
.ornL {
  color: #e76b1e;
}
.blk {
  color: #000000;
}
.yel {
  color: #FFF61C;
}
.under_line {
  text-decoration: underline;
}
#page_top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  font-size: 24px;
  z-index: 9999
}
#page_top a {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 5px
}
#page_top a:hover {
  text-decoration: none;
  background: #999
}
.sharoushi2_results .mv {
  width: 512px;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.celebration_mv {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 70px;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
}
.results_ttl {
  white-space: nowrap;
  font-size: 39px;
}
.results_ttl .text_01 {
  font-size: 100%;
}
.results_ttl .text_02 {
  font-size: 80%;
  font-weight: 500;
  margin-right: 5px;
}
.results_ttl .text_03 {
  font-size: 100%;
}
.results_ttl_orange {
  color: #F76B1E;
  padding: 0 0 20px;
  font-weight: 500;
  font-size: 30px;
  margin-top: -5px;
}
.results_ttl_orange small {
  font-size: 13px;
}
.results_ttl_orange .number {
  font-size: 190%;
  background: linear-gradient(transparent 70%, #FFF61C 50%);
  margin-bottom: 0;
  background-position: top;
  line-height: 1;
  display: inline-block;
}
.results_ttl_sub {
  font-weight: 600;
  padding: 20px 0 15px;
  font-size: 22px;
}
.results_ttl_sub_note {
  font-weight: lighter;
  color: #848484;
  font-size: 11px;
}
.celebration_mv_movie {
  max-width: 560px !important;
}
.celebration_mv_bg {
  background: #FDFBF5;
  width: 100%;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .celebration_mv {
    text-align: center;
    padding: 40px 0;
  }
  .results_ttl {
    white-space: nowrap;
    font-size: 26px;
  }
  .results_ttl .text_01 {
    font-size: 100%;
  }
  .results_ttl .text_02 {
    font-size: 80%;
    font-weight: 500;
    margin-right: 5px;
  }
  .results_ttl .text_03 {
    font-size: 100%;
  }
  .results_ttl_orange {
    color: #F76B1E;
    font-weight: 600;
    font-size: 28px;
    line-height: .95;
    margin-top: 10px;
  }
  .results_ttl_orange small {
    font-size: 13px;
  }
  .results_ttl_orange .number {
    font-size: 190%;
    background: linear-gradient(transparent 70%, #FFF61C 50%);
    margin-bottom: 0;
    background-position: top;
    line-height: 1;
    display: inline-block;
  }
  .results_ttl_sub {
    padding: 15px 0 8px;
    font-size: 16px;
  }
  .results_ttl_sub_note {
    font-weight: lighter;
    color: #848484;
    font-size: 11px;
  }
  .celebration_mv_movie {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  .celebration_mv_bg {}
  .results_ttl_orange_sub {
    font-size: 20px;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.voice {
  padding: 100px 0;
  background: #FFE9E0;
  margin-top: 80px;
  font-family: 'Zen Kaku Gothic New';
}
@media screen and (min-width: 811px) {
  .voice__inner01 {
    max-width: calc(1170px + 3.6rem + 4rem);
    margin: 0 auto;
  }
}
.voice__title01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .voice__title01 {
    gap: 4px;
    margin-bottom: 40px;
  }
}
.voice__title01-sub {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__title01-sub {
    font-size: 25px;
  }
}
.voice__title01-main {
  position: relative;
  display: inline-block;
  color: #F76B1E;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__title01-main {
    font-size: 30px;
  }
}
.voice__title01-main::after {
  right: auto;
  left: calc(100% + 0.8em);
  transform: translateY(-50%) rotate(25deg);
}
.voice__slider01 {
  width: 1170px;
  max-width: 540px;
  padding-bottom: 1rem;
  overflow: visible;
}
@media screen and (min-width: 811px) {
  .voice__slider01 {
    position: static;
    max-width: 100%;
  }
}
.voice__slider01-wrap .swiper-button-prev, .voice__slider01-wrap .swiper-button-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: 3;
  border: 0.4rem solid var(--color03);
  border-radius: 50%;
  background: #F76B1E;
  transform: translate(50%, -50%);
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .voice__slider01-wrap .swiper-button-prev:hover, .voice__slider01-wrap .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap .swiper-button-prev, .voice__slider01-wrap .swiper-button-next {
    right: auto;
    left: 0;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
  }
}
.voice__slider01-wrap .swiper-button-prev::before, .voice__slider01-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.9rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(50% - 0.2rem);
  background: var(--color03);
  -webkit-clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap .swiper-button-prev::before, .voice__slider01-wrap .swiper-button-next::before {
    width: 20px;
    height: 20px;
  }
}
.voice__slider01-wrap .swiper-button-next {
  right: auto;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }
}
.voice__slider01-wrap .swiper-button-next::before {
  right: 50%;
  transform: translate(-50%, -50%);
}
.voice__slider01-wrap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap {
    max-width: 100%;
    overflow: hidden;
  }
}
.voice__slider01-item {
  height: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .voice__slider01-item {
    padding: 0 2rem;
  }
}
.voice__slider01-inner {
  height: 100%;
  font-family: 'Zen Kaku Gothic New';
  padding: 2rem 2rem;
  border-radius: 1rem;
  background: #fff;
  color: #333;
}
.voice__slider01-head {
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 811px) {
  .voice__slider01-head {
    margin-bottom: 1rem;
  }
}
.voice__slider01-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.voice__slider01-image img {
  width: 27.6150627615%;
  max-width: 9rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image img {
    width: 5.5rem;
  }
}
.voice__slider01-image figcaption .name {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .name {
    font-size: 16px;
  }
}
.voice__slider01-image figcaption .desc {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #E24607;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .desc {
    font-size: 18px;
  }
}
.voice__slider01-text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (min-width: 811px) {
  .voice__slider01-text {
    font-size: 16px;
  }
}
.voice__slider01-wrap .swiper-button-next:after, .voice__slider01-wrap .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  -webkit-clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  transform: translate(-50%, -50%) rotate(180deg);
}
.voice__slider01-wrap .swiper-button-next:after {
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper {
  width: min(100%, 1200px);
  height: auto;
}
@media screen and (min-width: 811px) {
  .swiper {
    width: calc(100% - 3rem);
  }
}
.swiper-slide {
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  height: auto !important;
  flex-direction: column; /*子要素に追加*/
}
.text-orange {
  color: #F76B1E;
}

.voice__slider01-h4 {
    font-size: 126%;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
  .voice__slider01-wrap {
    margin: 0 20px;
    padding: 0;
  }
  .voice__title01-sub {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .voice__title01-main {
    font-size: 24px;
    line-height: 1;
  }
	.voice__slider01-h4 { font-size: 120%;}
  .voice__slider01-inner {
    padding: 16px 22px;
  }
  .voice__slider01-text {
    font-size: 15px;
  }
  .voice__slider01-image figcaption .name {
    font-size: 18px;
  }
  .voice__slider01-image figcaption .desc {
    font-size: 15px;
  }
  .voice__slider01-head {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .voice__slider01-wrap .swiper-button-prev, .voice__slider01-wrap .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .voice__slider01-wrap .swiper-button-next:after, .voice__slider01-wrap .swiper-button-prev:after {
    width: 10px;
    height: 16px;
  }
	.voice__slider01-h4 {
    margin-top: 14px;
}
}


