@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  table-layout: fixed;
}

h1, h2, h3, h4, h5, h6, p, span {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================
	OverAll
 ===================================================*/
* {
  box-sizing: border-box;
}

body {
  color: #232323;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.048em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  display: block;
  text-decoration: none;
}

.container {
  margin: 0 auto;
}

.hide {
  height: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.b-gray {
  background-color: #F2F2F2;
}

.b-beige {
  background-color: #FEF5ED;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix * {
  zoom: 1;
}

/* ============================
	PC
 ===================================================*/
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  p {
    line-height: 35.2px;
  }
  .container {
    width: 1000px;
  }
  .pt-10 {
    padding-top: 80px;
  }
  .pb-5 {
    padding-bottom: 40px;
  }
  .pb-10 {
    padding-bottom: 80px;
  }
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* ============================
	SP
 ===================================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: calc(29 / 750 * 100vw);
    line-height: 1.8;
  }
  .container {
    width: 92%;
  }
  .pt-10 {
    padding-top: calc(100 / 750 * 100vw);
  }
  .pb-10 {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .pb-5 {
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

/* ============================
	Header
 ===================================================*/
.l-header {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .l-header {
    min-width: 1000px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: calc(90 / 750 * 100vw);
  }
}

.l-header-inner {
  height: 100%;
  margin: auto;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-header-inner {
    height: 100%;
    width: 1000px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header-inner {
    display: inline-block;
    width: 100%;
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.l-header-logo {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 344px;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    width: calc(344 / 750 * 100vw);
    height: auto;
    float: left;
  }
}

.l-header-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* ============================
	mainvisual
 ===================================================*/
.main-visual {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-visual {
    min-width: 1000px;
    background: url(../img/MV_pc.png) center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    width: 100%;
    background: url(../img/MV_sp.png) center no-repeat;
    background-size: cover;
  }
}

.main-visual-inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .main-visual-inner {
    width: 1000px;
    height: 700px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner {
    width: 100%;
    height: calc(750 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
}

.main-visual-inner-alpha-heading {
  display: table;
  color: #ffffff;
  font-weight: 700;
  background: #572B2F;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-visual-inner-alpha-heading {
    padding: 15px 25px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner-alpha-heading {
    padding: calc(15 / 750 * 100vw) calc(25 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.main-visual-inner-alpha-middle {
  color: #A61E2D;
  font-weight: 900;
  text-shadow: 0px 0px 5px white, 0px 0px 15px white, 0px 0px 15px white;
  line-height: 1.20;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .main-visual-inner-alpha-middle {
    margin-top: 20px;
    font-size: 83px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner-alpha-middle {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(70 / 750 * 100vw);
  }
}

.main-visual-inner-alpha-bottom {
  display: inline;
  background: linear-gradient(transparent 55%, #F8FF92 0%);
  color: #572B2F;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .main-visual-inner-alpha-bottom {
    margin: 15px -10px 0;
    padding: 0 10px;
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner-alpha-bottom {
    font-size: calc(46 / 750 * 100vw);
  }
}

.main-visual-inner-alpha-badge {
  display: block;
  background: url(../img/mv-badge.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .main-visual-inner-alpha-badge {
    width: 227px;
    height: 182px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner-alpha-badge {
    width: calc(227 / 750 * 100vw);
    height: calc(182 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
}

/* ============================
	Contact
 ===================================================*/
@media screen and (min-width: 768px) {
  .contact-wrap {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrap {
    width: 100%;
  }
}

.contact-container {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .contact-container {
    width: 1000px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-container {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 65px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-heading {
    display: block;
    padding: calc(65 / 750 * 100vw) 0;
  }
}

.contact-heading img {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .contact-heading img {
    width: 508px;
    height: 335px;
  }
}

@media screen and (max-width: 767px) {
  .contact-heading img {
    width: 100%;
  }
}

.contact-heading-txt {
  flex-shrink: 0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .contact-heading-txt {
    width: 431px;
  }
}

@media screen and (max-width: 767px) {
  .contact-heading-txt {
    width: 100%;
  }
}

.contact-heading-txt-alpha {
  font-weight: 700;
  line-height: 1.72;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .contact-heading-txt-alpha {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-heading-txt-alpha {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}

.contact-heading-txt p {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .contact-heading-txt p {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact-heading-txt p {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.contact-body-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .contact-body-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact-body-heading {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contact-body-heading li {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-body-heading li {
    padding: 0 calc(25 / 750 * 100vw);
  }
}

.contact-body-heading li:not(:last-child) {
  border-right: 2px solid #232323;
}

@media screen and (min-width: 768px) {
  .contact-btn {
    width: 730px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn {
    width: calc(580 / 750 * 100vw);
    margin: 0 auto;
  }
}

.contact-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .contact-btn-list {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list {
    margin-top: calc(25 / 750 * 100vw);
  }
}

.contact-btn-list li {
  position: relative;
  display: block;
  margin: 0 auto;
}

.contact-btn-list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/info_material_cursor.png) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li::after {
    right: calc(20 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.contact-btn-list li a {
  display: block;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a {
    height: 62px;
    border-radius: 31px;
    line-height: 62px;
    font-size: 24px;
    transition: all .3s;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a {
    height: calc(100 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a:hover {
    opacity: 0.7;
  }
}

.contact-btn-list li a.c-exp {
  background-color: #A61E2D;
  border-bottom: solid 3px #9B0000;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a.c-exp {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a.c-exp {
    width: calc(580 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.contact-btn-list li a.c-exp::before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/info_material_paper.png") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a.c-exp::before {
    left: 34px;
    top: 20px;
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a.c-exp::before {
    left: calc(65 / 750 * 100vw);
    top: calc(32 / 750 * 100vw);
    width: calc(41 / 750 * 100vw);
    height: calc(41 / 750 * 100vw);
  }
}

.contact-btn-list li a.c-req {
  background-color: #337A54;
  border-bottom: solid 3px #125121;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a.c-req {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a.c-req {
    width: calc(580 / 750 * 100vw);
  }
}

.contact-btn-list li a.c-req .c-list-btn-cloud {
  position: relative;
  display: inline;
  background-color: #ffffff;
  color: #337A54;
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a.c-req .c-list-btn-cloud {
    top: -2px;
    margin: 0 10px 0 -24px;
    padding: 3px 8px;
    border-radius: 31px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a.c-req .c-list-btn-cloud {
    top: calc(0 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) 0 calc(-100 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    font-size: calc(25 / 750 * 100vw);
  }
}

.contact-btn-list li a.c-req .c-list-btn-cloud::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .contact-btn-list li a.c-req .c-list-btn-cloud::after {
    right: -2px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn-list li a.c-req .c-list-btn-cloud::after {
    right: calc(-4 / 750 * 100vw);
    width: calc(8 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
}

/* ============================
	bnr-area
 ===================================================*/
.bnr-area {
  text-align: center;
}

.bnr-area a:hover{
opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .bnr-area {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-area {
    padding: calc(45 / 750 * 100vw) 0;
  }
}

.bnr-area picture {
  margin: auto;
}

/* ============================
	Section
 ===================================================*/
.heading-area {
  text-align: center;
}

.heading-area .cont-sub-ttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-area .cont-sub-ttl {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .heading-area .cont-sub-ttl {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.heading-area .cont-sub-ttl::before, .heading-area .cont-sub-ttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #121212;
}

@media screen and (min-width: 768px) {
  .heading-area .cont-sub-ttl::before, .heading-area .cont-sub-ttl::after {
    width: 1px;
    height: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-area .cont-sub-ttl::before, .heading-area .cont-sub-ttl::after {
    width: calc(1 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

.heading-area .cont-sub-ttl::before {
  left: -20px;
  transform: rotate(-45deg);
}

.heading-area .cont-sub-ttl::after {
  right: -20px;
  transform: rotate(45deg);
}

.heading-area-alpha {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-area-alpha {
    font-size: 34px;
    letter-spacing: 0.102em;
  }
}

@media screen and (max-width: 767px) {
  .heading-area-alpha {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(0.42 / 750 * 100vw);
  }
}

.heading-area-alpha::after {
  content: '';
  display: block;
  background: #A61D2D;
}

@media screen and (min-width: 768px) {
  .heading-area-alpha::after {
    width: 150px;
    height: 3px;
    margin: 15px auto 5px;
  }
}

@media screen and (max-width: 767px) {
  .heading-area-alpha::after {
    width: calc(150 / 750 * 100vw);
    height: calc(5 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto calc(5 / 750 * 100vw);
  }
}

.heading-area-alpha .txt-red {
  display: inline;
  color: #A61D2D;
}

.heading-area-txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .heading-area-txt {
    margin-top: 50px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .heading-area-txt {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.wrapper {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .wrapper {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

/* ============================
	sec01
 ===================================================*/
.intro {
  background-color: #FFF;
  background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06));
  background-size: 30px 30px;
  background-repeat: repeat;
}

@media screen and (min-width: 768px) {
  .intro {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

.intro-cont {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .intro-cont {
    width: 1000px;
  }
}

.intro .introduction {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .intro .introduction {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .intro .introduction {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.intro-ttl {
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .intro-ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .intro-ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.intro-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #161616;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .intro-ttl::before {
    bottom: -24px;
    width: 350px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .intro-ttl::before {
    bottom: calc(-30 / 750 * 100vw);
    width: calc(428 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}

.intro-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  transform: rotate(-135deg);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .intro-ttl:after {
    bottom: -34px;
    width: 18px;
    height: 18px;
    border-top: 4px solid #161616;
    border-left: 4px solid #161616;
  }
}

@media screen and (max-width: 767px) {
  .intro-ttl:after {
    bottom: calc(-38.5 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-top: calc(4 / 750 * 100vw) solid #161616;
    border-left: calc(4 / 750 * 100vw) solid #161616;
  }
}

@media screen and (min-width: 768px) {
  .intro .check {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .intro .check {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .intro .check ul {
    padding-left: 130px;
  }
}

@media screen and (max-width: 767px) {
  .intro .check ul {
    margin-top: calc(20 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
  }
}

.intro .check ul li {
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  line-height: 2.8;
}

@media screen and (min-width: 768px) {
  .intro .check ul li {
    padding-left: 60px;
    background-position: left 0px top 20px;
    background-size: 38px auto;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .intro .check ul li {
    padding-left: calc(70 / 750 * 100vw);
    background-position: left 0px top calc(25 / 750 * 100vw);
    background-size: calc(46 / 750 * 100vw) auto;
    font-size: calc(30 / 750 * 100vw);
  }
}

.intro .check ul li .bold {
  display: inline;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .intro-img {
    width: 297px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .intro-img {
    display: block;
    width: calc(365 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.intro-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .intro-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .intro-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(60 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .intro-bottom li {
    width: 421px;
    height: 280px;
    margin: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .intro-bottom li {
    width: calc(317 / 750 * 100vw);
    height: calc(211 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .update-alpha {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .update-alpha {
    padding-bottom: calc(50 / 750 * 100vw);
  }
}

.update-alpha-heading {
  display: table;
  margin: auto;
  background-color: #572B2F;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .update-alpha-heading {
    padding: 10px 60px;
    border-radius: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .update-alpha-heading {
    padding: calc(15 / 750 * 100vw) calc(35 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.update-alpha-middle {
  font-weight: 700;
  line-height: 1.62;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .update-alpha-middle {
    margin-top: 30px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .update-alpha-middle {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.update-alpha-middle .txt-red {
  color: #A61D2D;
}

@media screen and (min-width: 768px) {
  .update-alpha-middle .txt-red {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .update-alpha-middle .txt-red {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .update-body {
    padding: 0 50px;
  }
}

.update-body img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .update-body img {
    width: 100%;
  }
}

.update-body-heading {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .update-body-heading {
    margin: 40px 0;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .update-body-heading {
    margin: calc(40 / 750 * 100vw) 0;
    font-size: calc(36 / 750 * 100vw);
  }
}

.update-body-txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .point {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .point {
    margin: calc(80 / 750 * 100vw) auto 0;
  }
}

.point-block {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .point-block:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .point-block:not(:last-child) {
    margin-bottom: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .point-parent {
    width: 473px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .point-parent {
    width: 100%;
    text-align: center;
  }
}

.point-num {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.07em;
  background: #A61D2D;
}

@media screen and (min-width: 768px) {
  .point-num {
    margin-bottom: 20px;
    padding: 5px 25px;
    font-size: 22px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .point-num {
    margin-bottom: calc(20 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) calc(45 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}

.point-ttl {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .point-ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: calc(42 / 750 * 100vw);
  }
}

.point img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .point img {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .point img {
    width: 100%;
    margin-top: calc(20 / 750 * 100vw);
  }
}

.point-txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .point-txt {
    width: 473px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .point-txt {
    width: 100%;
    margin-top: calc(30 / 750 * 100vw);
  }
}

.point-txt .txt-str {
  display: inline;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .point ._left {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .point ._right {
    float: right;
  }
}

/* ============================
	sec02
 ===================================================*/
.block-ttl {
  font-weight: 700;
  text-align: center;
}

.block-ttl-img {
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-ttl-img._01 {
  background-image: url(../img/style-ttl.png);
}

@media screen and (min-width: 768px) {
  .block-ttl-img._01 {
    width: 58px;
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-img._01 {
    width: calc(58 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}

.block-ttl-img._02 {
  background-image: url(../img/support-ttl.png);
}

@media screen and (min-width: 768px) {
  .block-ttl-img._02 {
    width: 86.34px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-img._02 {
    width: calc(86.34 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
  }
}

.block-ttl-alpha {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .block-ttl-alpha {
    margin-top: 5px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-alpha {
    margin-top: calc(5 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

.block-ttl-alpha::before, .block-ttl-alpha::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  margin: auto;
  background-color: #121212;
}

@media screen and (min-width: 768px) {
  .block-ttl-alpha::before, .block-ttl-alpha::after {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-alpha::before, .block-ttl-alpha::after {
    height: calc(50 / 750 * 100vw);
  }
}

.block-ttl-alpha::before {
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .block-ttl-alpha::before {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-alpha::before {
    left: calc(-40 / 750 * 100vw);
  }
}

.block-ttl-alpha::after {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .block-ttl-alpha::after {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .block-ttl-alpha::after {
    right: calc(-40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .style-block {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .style-block {
    margin-top: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .style-block .style-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box {
    display: block;
    margin-top: calc(50 / 750 * 100vw);
  }
}

.style-block .style-box > li {
  display: block;
  flex-shrink: 0;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .style-block .style-box > li {
    width: 480px;
    padding: 45px 55px 10px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box > li {
    width: 100%;
    padding: calc(45 / 750 * 100vw) calc(55 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box > li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.style-block .style-box > li img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .style-block .style-box > li img {
    margin-top: calc(-20 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}

.style-block .style-box-tag {
  display: block;
  margin: auto;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
.style-box-pt{
  padding-top: 100px;
}
}

@media screen and (min-width: 768px) {
  .style-block .style-box-tag {
    height: 54px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box-tag {
    height: calc(80 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(80 / 750 * 100vw);
  }
}

.style-block .style-box-tag.weekday {
  background-color: #A61D2D;
}

.style-block .style-box-tag.weekend {
  background-color: #337A54;
}
.weekend .c-list-btn-cloud {
  top: -2px;
  margin: 0 10px 0 -24px;
  padding: 3px 8px;
  border-radius: 31px;
  font-size: 16px;
}
.weekend .c-list-btn-cloud {
  position: relative;
  display: inline;
  background-color: #ffffff;
  color: #337A54;
  font-feature-settings: "palt";
}

.weekend .c-list-btn-cloud::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  transform: rotate(45deg);
  right: -2px;
  width: 9px;
  height: 9px;
}

.style-block .style-box-ttl {
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .style-block .style-box-ttl {
    margin-top: 25px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box-ttl {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.style-block .style-box-time {
  color: #A61D2D;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .style-block .style-box-time {
    margin-top: 25px;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box-time {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.style-block .style-box ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul {
    margin: calc(30 / 750 * 100vw) 0 0;
  }
}

.style-block .style-box ul > li {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li {
    font-size: calc(32 / 750 * 100vw);
  }
}

.style-block .style-box ul > li ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li ul {
    margin-top: 10px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li ul {
    margin-top: calc(10 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li ul:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li ul:last-child {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.style-block .style-box ul > li ul > li {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1.76;
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li ul > li {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li ul > li {
    text-align: justify;
  }
}

.style-block .style-box ul > li ul > li::before {
  content: '';
  position: absolute;
  margin: auto;
  border: 1px solid #121212;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li ul > li::before {
    top: 8px;
    left: -25px;
    width: .95rem;
    height: .95rem;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li ul > li::before {
    top: calc(15 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .style-block .style-box ul > li ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .style-block .style-box ul > li ul > li:not(:last-child) {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .support-block {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .support-block {
    margin-top: calc(110 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .support-block .support-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box {
    display: block;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.support-block .support-box > li {
  flex-shrink: 0;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .support-block .support-box > li {
    width: 480px;
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box > li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box > li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.support-block .support-box-ttl {
  display: block;
  width: 100%;
  background-color: #572B2F;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .support-block .support-box-ttl {
    height: 80px;
    font-size: 28px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box-ttl {
    height: calc(100 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .support-block .support-box-body {
    padding: 40px 45px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box-body {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.support-block .support-box-body p {
  text-align: justify;
}

.support-block .support-box-note {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .support-block .support-box-note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box-note {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.support-block .support-box-note li {
  display: block;
  font-weight: 400;
  line-height: 1.76;
}

@media screen and (min-width: 768px) {
  .support-block .support-box-note li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .support-box-note li {
    font-size: calc(24 / 750 * 100vw);
  }
}

.support-block .support-box-note li::before {
  content: '※';
  margin: auto;
}

.style-box-list{
  position: relative;
}

.balloon-wrap{
  top: -40px;
  right: -20px;
  position: absolute;
}

.balloon{
  position: relative;
  width: 120px;
  height: 120px;
  background: #572B2F;
  color: #fff;
  padding: 1em 0;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-feature-settings: "palt";
}
.balloon:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 3px;
  bottom: 3px;
  border-style: solid;
  border-color: #572B2F transparent transparent transparent;
  border-width: 17.32px 10px 0 10px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .balloon-wrap{
    top: calc(-60/750 * 100vw);
    right: calc(-25/750 * 100vw);
  }
  
  .balloon{
    position: relative;
    width: calc(150/750 * 100vw);
    height: calc(150/750 * 100vw);
    padding: 1.4em 0;
    line-height: 1.4;
    font-size: calc(36/750 * 100vw);
  }
  .balloon:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 3px;
    bottom: 3px;
    border-style: solid;
  }
}


/* ============================
	sec03
 ===================================================*/
@media (min-width: 768px) {
  .qa {
    margin: 40px auto 60px;
  }
}

@media (max-width: 767px) {
  .qa {
    margin: calc(40 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.qa-list {
  width: 100%;
}

@media (min-width: 768px) {
  .qa-list {
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .qa-list {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

.qa-list-item {
  border: solid 3px #572B2F;
  border-radius: 11px;
}

@media (min-width: 768px) {
  .qa-list-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .qa-list-item {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.qa-list-item .qa-list-q {
  position: relative;
  display: flex;
  cursor: pointer;
  background: #572B2F;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.079em;
  line-height: 1.54;
}

@media (min-width: 768px) {
  .qa-list-item .qa-list-q {
    padding: 20px 30px 20px 54px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .qa-list-item .qa-list-q {
    padding: calc(26 / 750 * 100vw) calc(68 / 750 * 100vw) calc(26 / 750 * 100vw) calc(80 / 750 * 100vw);
    text-align: justify;
  }
}

.qa-list-item .qa-list-q::before {
  content: 'Q : ';
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .qa-list-item .qa-list-q::before {
    margin-left: -34px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .qa-list-item .qa-list-q::before {
    width: calc(70 / 750 * 100vw);
    margin-left: calc(-60 / 750 * 100vw);
  }
}

.qa-list-item .qa-list-q p {
  display: flex;
  align-items: center;
}

.qa-list-item .qa-list-q-txt {
  display: inline-block;
}

.qa-list-item .qa-list-q-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .qa-list-item .qa-list-q-icon {
    right: 20px;
    height: 31px;
    width: 31px;
  }
}

@media (max-width: 767px) {
  .qa-list-item .qa-list-q-icon {
    right: calc(15 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.qa-list-item .qa-list-q-icon span::before,
.qa-list-item .qa-list-q-icon span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  margin: -4% 0 0 -28%;
  background: #ffffff;
  vertical-align: middle;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .qa-list-item .qa-list-q-icon span::before,
  .qa-list-item .qa-list-q-icon span::after {
    width: 15px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .qa-list-item .qa-list-q-icon span::before,
  .qa-list-item .qa-list-q-icon span::after {
    width: calc(18 / 750 * 100vw);
    height: 1px;
  }
}

.qa-list-item .qa-list-q-icon span::after {
  transform: rotate(90deg);
}

.qa-list-item .qa-list-q-icon span::before {
  transform: rotate(0deg);
}

.qa-list-item .qa-list-q.open .qa-list-q-icon span::after {
  transform: rotate(180deg);
}

.qa-list-item .qa-list-a {
  position: relative;
  display: none;
  text-align: justify;
}

@media (min-width: 768px) {
  .qa-list-item .qa-list-a {
    padding: 30px 20px;
    line-height: 35.2px;
  }
}

@media (max-width: 767px) {
  .qa-list-item .qa-list-a {
    padding: calc(26 / 750 * 100vw) calc(30 / 750 * 100vw) calc(26 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.qa-list-item .qa-list-a .txt-str {
  font-weight: 700;
}

.qa-list-item .qa-list-a a {
  color: #121212;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .qa-list-item .qa-list-a a:hover {
    opacity: .7;
  }
}

/* ============================
	sec04
 ===================================================*/
@media (min-width: 768px) {
  .voice-area {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .voice-area {
    margin-top: calc(70 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-area-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .voice-area-list {
    display: block;
    margin-top: calc(70 / 750 * 100vw);
  }
}

.voice-area-list-cnt {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .voice-area-list-cnt {
    flex-shrink: 0;
    width: 485px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .voice-area-list-cnt {
    width: 100%;
    padding: calc(40 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .voice-area-list-cnt:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.voice-area-list-cnt img {
  display: block;
  margin: auto;
}

.voice-area-list-top {
  border-bottom: 1px dashed #707070;
}

@media (min-width: 768px) {
  .voice-area-list-top {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .voice-area-list-top {
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.voice-area-list-top-heading {
  font-weight: 700;
  line-height: 1.72;
}

@media (min-width: 768px) {
  .voice-area-list-top-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .voice-area-list-top-heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-area-list-top-name {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .voice-area-list-top-name {
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-area-list-body {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .voice-area-list-body {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.voice-area-list-body-txt {
  line-height: 1.92;
  text-align: justify;
}

/* ============================
	sec05
 ===================================================*/
@media (min-width: 768px) {
  .instructor-area {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .instructor-area {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.instructor-area-list {
  list-style: none;
}

@media (min-width: 768px) {
  .instructor-area-list {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.instructor-area-list li {
  border: 4px solid #CBCBCB;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .instructor-area-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list li {
    display: grid;
    margin-top: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .instructor-area-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.instructor-area-list-body {
  text-align: justify;
}

@media (min-width: 768px) {
  .instructor-area-list-body {
    flex-shrink: 0;
    width: 464px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list-body {
    width: 100%;
    order: 2;
  }
}

.instructor-area-list-body-name {
  font-weight: 700;
}

@media (min-width: 768px) {
  .instructor-area-list-body-name {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list-body-name {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.instructor-area-list-body-heading {
  font-weight: 700;
  line-height: 1.72;
}

@media (min-width: 768px) {
  .instructor-area-list-body-heading {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list-body-heading {
    margin-top: calc(5 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .instructor-area-list-body-txt {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list-body-txt {
    margin-top: calc(10 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .instructor-area-list img {
    flex-shrink: 0;
    width: 425px;
    height: 325px;
  }
}

@media (max-width: 767px) {
  .instructor-area-list img {
    width: 100%;
    order: 1;
  }
}

/* ============================
	sec06
 ===================================================*/
@media (min-width: 768px) {
  .about-area {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-area {
    margin-bottom: calc(70 / 750 * 100vw);
  }
}

.about-area-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 4px solid #CBCBCB;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .about-area-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .about-area-box {
    display: grid;
    margin-top: calc(70 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}

.about-area-box-txt {
  letter-spacing: 0;
  text-align: justify;
}

@media (min-width: 768px) {
  .about-area-box-txt {
    flex-shrink: 0;
    width: 454px;
  }
}

@media (max-width: 767px) {
  .about-area-box-txt {
    width: 100%;
    margin-top: calc(30 / 750 * 100vw);
    order: 2;
  }
}

.about-area-box-img {
  display: flex;
  background-color: #FAF9F5;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .about-area-box-img {
    flex-shrink: 0;
    width: 425px;
  }
}

@media (max-width: 767px) {
  .about-area-box-img {
    width: 100%;
    height: calc(230 / 750 * 100vw);
    order: 1;
  }
}

.about-area-box-img img {
  margin: auto;
}

@media (min-width: 768px) {
  .about-area-box-img img {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .about-area-box-img img {
    width: 80%;
  }
}

/* ============================
	footer
 =============================*/
footer {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  footer {
    height: 96px;
  }
}

@media (max-width: 767px) {
  footer {
    height: calc(110 / 750 * 100vw);
  }
}

.footer-copyright {
  text-align: center;
  letter-spacing: 0.079em;
}

@media screen and (min-width: 768px) {
  .footer-copyright {
    line-height: 96px;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(110 / 750 * 100vw);
  }
}
