/*----------------------------------------------------
reset
----------------------------------------------------*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  min-height: 0;
}

body {
  counter-reset: titleNum;
}

html {
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}

/*----------------------------------------------------
mixin/function
----------------------------------------------------*/
/*-----------
util
------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .flex-pc {
    display: block;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .flex-wrap-pc {
    display: block;
  }
}

.maru {
  font-family: 'Zen Maru Gothic',
 sans-serif;
}

.mincho, .intro .box .txt01, .sec2 .award-list > li .award-ttl {
  font-family: 'Noto Serif JP',
 serif;
}

small {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  small {
    font-size: 4.26667vw;
  }
}

strong {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  strong {
    font-size: 4.53333vw;
  }
}

.fc-pink {
  color: #e95a83;
}

.fc-brown {
  color: #5a3200;
}

.fc-gold {
  color: #c39228;
}

.txt-shadow {
  text-shadow: 0px 0px 5px #fff;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fbceb0), to(#fbceb0));
  background: linear-gradient(transparent 65%, #fbceb0 65%, #fbceb0 100%);
}

/*-----------
common
------------*/
body {
  color: #000;
  font-family: "Zen Maru Gothic",
 sans-serif;
  font-size: 17px;
  line-height: 1.76;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1000px;
  overflow-x: auto;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 4.26667vw;
    line-height: 1.7;
  }
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px;
}

@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 2.66667vw;
    letter-spacing: -0.01em;
  }
}

.sec-ttl {
  max-width: 600px;
  border-top: 2px solid #e6ad06;
  border-bottom: 2px solid #e6ad06;
  -o-border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#e6ad06), to(#af7121));
     border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
  border-image-slice: 1;
  font-size: 31px;
  font-weight: bold;
  margin: 50px auto 40px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec-ttl {
    max-width: 96%;
    font-size: 5.2vw;
    margin: 9.6vw auto 6.66667vw;
    padding: 1.33333vw 0;
  }
}

.sec-ttl::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95px;
  height: 44px;
  /*background: url(../images/icon_crown.png) center center/contain no-repeat;*/
  background: url(../images/icon_crown.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec-ttl::before {
    top: -9.6vw;
    width: 18.66667vw;
    height: 8.93333vw;
  }
}

.subttl {
  border-bottom: 2px solid #e6ad06;
  -o-border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#e6ad06), to(#af7121));
     border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
  border-image-slice: 1;
  color: #5a3200;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.subttl::before {
  content: "";
  position: absolute;
  top: 0;
}

.img {
  text-align: center;
}

/*-----------
section
------------*/
/* mv */
.mv {
  /*background: url(../images/mv_bg.jpg) center center/cover no-repeat;*/
  background: url(../images/mv_bg.webp) center center/cover no-repeat;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .mv {
    /*background: url(../images/mv_bg_sp.jpg) top center/cover no-repeat;*/
    background: url(../images/mv_bg_sp.webp) top center/cover no-repeat;
    height: 109.33333vw;
  }
}

.mv .inner {
  position: relative;
  height: 100%;
  /*background: url(../images/mv_no1.png) right top 100px/auto no-repeat, url(../images/mv_txt.png) left bottom/auto no-repeat;*/
  background: url(../images/mv_no1.webp) right top 100px/auto no-repeat, url(../images/mv_txt.webp) left bottom/auto no-repeat;
  padding: 10px 20px 0;
}

.mv .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv .logo {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mv .online {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5a3200;
  line-height: 1.2;
  padding: 10px 20px;
}

.mv .online .icon {
  margin-right: 10px;
  margin-top: -5px;
}

.mv .btn-reserve a {
  display: block;
  background-color: #c39228;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  padding: 8px 20px;
  margin-right: 20px;
}

.mv .btn-reserve a .icon {
  margin-right: 10px;
}

.mv .tel {
  text-align: right;
}

.mv .tel a {
  color: #5a3200;
  font-size: 27px;
  line-height: 1;
}

.mv .tel small {
  display: block;
  color: #000;
  font-size: 15px;
  margin-top: -5px;
}

.cv {
  background-color: #5a3200;
  padding: 30px 0 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cv {
    padding: 0 0 6.66667vw;
    min-height: 114.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .cv::after {
    content: "";
    position: absolute;
    right: 0vw;
    bottom: 0;
    width: 32vw;
    height: 56.8vw;
    /*background: url(../images/contact_img01_sp.png) center/contain no-repeat;*/
    background: url(../images/contact_img01_sp.webp) center/contain no-repeat;
  }
}

.cv .box {
  /*background: url(../images/mv_no1.png) right 20px top 20px/auto no-repeat, url(../images/contact_img01.png) bottom -20px right 100px/auto no-repeat, #fff;*/
  background: url(../images/mv_no1.webp) right 20px top 20px/auto no-repeat, url(../images/contact_img01.webp) bottom -20px right 100px/auto no-repeat, #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px 20px 20px 110px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .cv .box {
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    padding: 5.33333vw 4vw;
    margin-bottom: 10px;
  }
}

.cv .box .txt01 {
  width: 455px;
  color: #5a3200;
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cv .box .txt01 {
    width: auto;
    font-size: 5.33333vw;
    border-bottom: 2px solid #5a3200;
    padding-bottom: .2em;
    margin-bottom: 1em;
  }
}

.cv .box .btn-tel {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-tel {
    margin-bottom: 2.66667vw;
  }
}

.cv .box .btn-tel a {
  width: 455px;
  display: inline-block;
  background-color: #e95a83;
  border-radius: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: .15em;
  padding: 30px 10px 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-tel a {
    width: 100%;
    font-size: 7.46667vw;
    padding: 5.33333vw 1.33333vw 2.66667vw;
  }
}

.cv .box .btn-tel a img {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-tel a img {
    width: 5.06667vw;
    height: auto;
  }
}

.cv .box .btn-tel a small {
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .1em;
  padding-top: 10px;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-tel a small {
    font-size: 3.73333vw;
    font-weight: normal;
  }
}

.cv .box .flex-pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cv .box .btn-reserve a {
  width: 288px;
  display: inline-block;
  background-color: #c39228;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .15em;
  padding: 25px 10px 25px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-reserve a {
    width: 100%;
    font-size: 5.6vw;
    padding: 5.33333vw 1.33333vw 5.33333vw;
  }
}

.cv .box .btn-reserve a img {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .cv .box .btn-reserve a img {
    width: 5.6vw;
  }
}

.cv .box .txt02 {
  color: #c39228;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff,
 2px 2px 1px #fff;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .cv .box .txt02 {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    padding-left: 5.33333vw;
    padding-right: 24vw;
  }
}

.cv .txt03 {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .cv .txt03 {
    font-size: 3.73333vw;
    padding-right: 26.66667vw;
    text-align: left;
  }
}

.intro {
  /*background: url(../images/intro_bg.jpg) center center/cover no-repeat;*/
  background: url(../images/intro_bg.webp) center center/cover no-repeat;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .intro {
    background: #f7f5f0;
    padding: 2.66667vw 0;
  }
}

.intro .box {
  max-width: 655px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  line-height: 2.225;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .intro .box {
    border-radius: 4vw;
    padding: 4vw;
    text-align: left;
  }
}

.intro .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 87px;
  height: 175px;
  /*background: url(../images/illust_women.png) center center/contain no-repeat;*/
  background: url(../images/illust_women.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .intro .box::after {
    width: 21.06667vw;
    height: 42.26667vw;
    /*background: url(../images/illust_women_sp.png) center center/contain no-repeat;*/
    background: url(../images/illust_women_sp.webp) center center/contain no-repeat;
  }
}

.intro .box .txt01 {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .intro .box .txt01 {
    font-size: 4.26667vw;
    margin-bottom: 1.33333vw;
  }
}

.intro .box .txt02 {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .intro .box .txt02 {
    font-size: 4.26667vw;
    line-height: 1.7;
  }
}

.intro .box .bg {
  margin: 0 -4vw 4vw;
}

.sec1 {
  background-color: #f7f5f0;
  padding: 30px 0 0;
}

@media only screen and (max-width: 768px) {
  .sec1 {
    padding: 8vw 0 0;
  }
}

.sec1 .txt01 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec1 .txt01 {
    text-align: left;
  }
}

.sec1 .img01 {
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center;
}

.sec1 .flex-pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 -20px 20px;
}

.sec1 .flex-pc > * {
  padding: 0 20px 20px;
}

.sec1 .flex-pc .flex-txt {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .sec1 .flex-pc .flex-txt {
    font-size: 4.26667vw;
  }
}

.sec1-2 {
  /*background: url(../images/sec1_bg01.jpg) center right/contain no-repeat;*/
  background: url(../images/sec1_bg01.webp) center right/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec1-2 {
    /*background: url(../images/sec1_bg01_sp.jpg) center bottom/contain no-repeat;*/
    background: url(../images/sec1_bg01_sp.webp) center bottom/contain no-repeat;
    margin-right: 0;
  }
}

.sec1-2 .subttl {
  max-width: 600px;
  font-size: 32px;
  margin: 0 auto 30px 110px;
  padding: 20px 0 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .subttl {
    font-size: 5.86667vw;
    text-align: left;
    margin: 0 auto 30px -2.66667vw;
    padding: 20px 0 10px 28vw;
  }
}

.sec1-2 .subttl::before {
  left: -110px;
  width: 118px;
  height: 117px;
  /*background: url(../images/icon_first.png) center center/contain no-repeat;*/
  background: url(../images/icon_first.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .subttl::before {
    left: 2.66667vw;
    width: 24vw;
    height: 23.73333vw;
  }
}

.sec1-2 .flex-pc {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .flex-pc {
    padding-bottom: 0;
  }
}

.sec1-2 .txt-wrap {
  padding-left: 100px;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .txt-wrap {
    padding-left: 0;
  }
}

.sec1-2 .txt01 {
  margin-bottom: 15px;
}

.sec1-2 .txt02 {
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .txt02 {
    font-size: 4.26667vw;
  }
}

.sec1-2 .illust {
  margin-top: -10px;
}

@media only screen and (max-width: 768px) {
  .sec1-2 .illust {
    margin-top: 2.66667vw;
    width: 52.13333vw;
  }
}

.sec2 {
  background-color: #f7f5f0;
  padding: 60px 0 40px;
}

@media only screen and (max-width: 768px) {
  .sec2 {
    padding: 8vw 0 0;
  }
}

.sec2 .txt01 {
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec2 .txt01 {
    text-align: left;
    margin-bottom: 8vw;
  }
}

.sec2 .subttl {
  max-width: 700px;
  color: #000;
  font-size: 30px;
  margin: 0 auto 20px 80px;
  padding: 20px 0 10px 1em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .sec2 .subttl {
    max-width: 100%;
    font-size: 4.93333vw;
    margin: 0 auto 5.33333vw 16vw;
    padding: 3.73333vw 0 2.66667vw 0.5em;
  }
}

.sec2 .subttl strong {
  font-size: 42px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec2 .subttl strong {
    font-size: 7.2vw;
  }
}

.sec2 .subttl::before {
  top: 0;
  left: -100px;
  width: 91px;
  height: 91px;
}

@media only screen and (max-width: 768px) {
  .sec2 .subttl::before {
    left: -18.66667vw;
    width: 18.13333vw;
    height: 18.26667vw;
  }
}

.sec2 .point-list {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list {
    margin: 0 -2.66667vw !important;
  }
}

.sec2 .point-list > li {
  padding: 6px;
}

.sec2 .point-list > li .box {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 15px 20px 10px 50px;
  line-height: 1.76;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li .box {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0.8) 100%);
    padding: 2.66667vw 4vw;
  }
}

.sec2 .point-list > li .box .flex-pc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec2 .point-list > li .box .flex-pc .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sec2 .point-list > li:nth-child(1) {
  /*background: url(../images/sec2_bg01.jpg) center center/cover no-repeat;*/
  background: url(../images/sec2_bg01.webp) center center/cover no-repeat;
  margin-bottom: 20px;
}

.sec2 .point-list > li:nth-child(1) .subttl::before {
  /*background: url(../images/point1.png) center center/contain no-repeat;*/
  background: url(../images/point1.webp) center center/contain no-repeat;
}

.sec2 .point-list > li:nth-child(2) {
 /* background: url(../images/sec2_bg02.jpg) center center/cover no-repeat;*/
  background: url(../images/sec2_bg02.webp) center center/cover no-repeat;
  margin-bottom: 20px;
}

.sec2 .point-list > li:nth-child(2) .subttl::before {
  /*background: url(../images/point2.png) center center/contain no-repeat;*/
  background: url(../images/point2.webp) center center/contain no-repeat;
}

.sec2 .point-list > li:nth-child(2) .txt02 {
  max-width: 300px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(2) .txt02 {
    max-width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(2) .img {
    width: 74.66667vw;
    margin: 0 auto 4vw;
  }
}

.sec2 .point-list > li:nth-child(3) {
  /*background: url(../images/sec2_bg03.jpg) center center/cover no-repeat;*/
  background: url(../images/sec2_bg03.webp) center center/cover no-repeat;
  margin-bottom: 20px;
}

.sec2 .point-list > li:nth-child(3) .subttl::before {
  /*background: url(../images/point3.png) center center/contain no-repeat;*/
  background: url(../images/point3.webp) center center/contain no-repeat;
}

.sec2 .point-list > li:nth-child(3) .sp .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec2 .point-list > li:nth-child(3) .sp img {
  width: 30.53333vw;
  margin: 0 0 0 0;
}

.sec2 .point-list > li:nth-child(4) {
  /*background: url(../images/sec2_bg04.jpg) center left/cover no-repeat;*/
  background: url(../images/sec2_bg04.webp) center left/cover no-repeat;
  margin-bottom: 20px;
}

.sec2 .point-list > li:nth-child(4) .subttl::before {
  /*background: url(../images/point4.png) center center/contain no-repeat;*/
  background: url(../images/point4.webp) center center/contain no-repeat;
}

.sec2 .point-list > li:nth-child(4) .p {
  max-width: 645px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(4) .p {
    max-width: 100%;
    padding-bottom: 0;
  }
}

.sec2 .point-list > li:nth-child(5) {
  /*background: url(../images/sec2_bg05.jpg) center center/cover no-repeat;*/
  background: url(../images/sec2_bg05.webp) center center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(5) {
   /* background-image: url(../images/sec2_bg05_sp.jpg);*/
    background-image: url(../images/sec2_bg05_sp.webp);
  }
}

.sec2 .point-list > li:nth-child(5) .subttl::before {
 /* background: url(../images/point5.png) center center/contain no-repeat;*/
  background: url(../images/point5.webp) center center/contain no-repeat;
}

.sec2 .point-list > li:nth-child(5) .p {
  max-width: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(5) .p {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .sec2 .point-list > li:nth-child(5) .img {
    width: 70.26667vw;
    margin: 0 auto;
  }
}

.sec2 .award-list {
  margin: 0 -3px 0 !important;
}

@media only screen and (max-width: 768px) {
  .sec2 .award-list {
    margin: 3px -3px 0 !important;
  }
}

.sec2 .award-list > li {
  padding: 6px 3px 0;
  width: 33.333%;
}

@media only screen and (max-width: 768px) {
  .sec2 .award-list > li {
    width: 100%;
    padding: 3px 3px;
  }
}

.sec2 .award-list > li .box {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 10px 20px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .sec2 .award-list > li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.66667vw;
  }
}

.sec2 .award-list > li .box .img {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec2 .award-list > li .box .img {
    width: 25.33333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.33333vw;
  }
}

.sec2 .award-list > li .award-ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec2 .award-list > li .award-ttl {
    font-size: 5.33333vw;
    text-align: left;
  }
}

.sec3 {
  /*background: url(../images/sec3_bg01.jpg) center top 200px/100% auto no-repeat;*/
  background: url(../images/sec3_bg01.webp) center top 200px/100% auto no-repeat;
  padding: 60px 0 0;
}

@media only screen and (max-width: 768px) {
  .sec3 {
    /*background: url(../images/sec3_bg01_sp.jpg) center top 130vw/100% auto no-repeat;*/
    background: url(../images/sec3_bg01_sp.webp) center top 130vw/100% auto no-repeat;
    padding: 8vw 0;
  }
}

.sec3 .txt01 {
  line-height: 2.35;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec3 .txt01 {
    font-size: 4.26667vw;
    left: 1.7;
    text-align: left;
  }
}

.sec3 .policy-box {
  max-width: 804px;
  border-bottom: 2px solid #e6ad06;
  -o-border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#e6ad06), to(#af7121));
     border-image: linear-gradient(to right, #e6ad06 0%, #af7121 100%);
  border-image-slice: 1;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-box {
    margin: 0 -2.66667vw;
    padding: 0 2.66667vw;
  }
}

.sec3 .policy-ttl {
  text-align: center;
}

.sec3 .policy-list {
  margin: 0 auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list {
    margin-bottom: 8vw !important;
  }
}

.sec3 .policy-list li {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list li {
    padding: 0;
  }
}

.sec3 .policy-list li .box {
  width: 233px;
  height: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list li .box {
    width: 46.66667vw;
    height: 49.06667vw;
    font-size: 6.66667vw;
  }
}

.sec3 .policy-list li .box.policy1 {
  /*background: url(../images/sec3_policy1.png) center center/contain no-repeat;*/
  background: url(../images/sec3_policy1.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list li .box.policy1 {
    margin-top: 2.66667vw;
    margin-left: 24vw;
  }
}

.sec3 .policy-list li .box.policy2 {
  /*background: url(../images/sec3_policy2.png) center center/contain no-repeat;*/
  background: url(../images/sec3_policy2.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list li .box.policy2 {
    margin-top: -4vw;
    margin-bottom: -4vw;
  }
}

.sec3 .policy-list li .box.policy3 {
  /*background: url(../images/sec3_policy3.png) center center/contain no-repeat;*/
  background: url(../images/sec3_policy3.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec3 .policy-list li .box.policy3 {
    margin-left: 24vw;
  }
}

.sec3 .flex-revers {
  margin: -10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec3 .flex-revers > * {
  padding: 10px;
}

.sec3 .txt02 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .sec3 .txt02 {
    padding-bottom: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec3 .img01 {
    width: 74.66667vw;
    margin-left: -8vw;
  }
}

.sec3 .bg02 {
 /* background: url(../images/sec3_bg02.jpg) center right 30%/cover no-repeat;*/
  background: url(../images/sec3_bg02.webp) center right 30%/cover no-repeat;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .sec3 .bg02 {
    /*background: url(../images/sec3_bg02_sp.jpg) top center/100% auto no-repeat;*/
    background: url(../images/sec3_bg02_sp.webp) top center/100% auto no-repeat;
    padding: 53.33333vw 0 5.33333vw;
  }
}

.sec3 .txt03 {
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec3 .txt03 {
    text-align: left;
  }
}

.sec4 {
  background-color: #f7f5f0;
  padding: 60px 0 40px;
}

@media only screen and (max-width: 768px) {
  .sec4 {
    padding: 8vw 0 0;
  }
}

.sec4 .txt01 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec4 .txt01 {
    text-align: left;
  }
}

.sec4 .bg01 {
  height: 200px;
  /*background: url(../images/sec4_bg01.jpg) center center/cover no-repeat;*/
  background: url(../images/sec4_bg01.webp) center center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg01 {
    height: 41.06667vw;
   /* background: url(../images/sec4_bg01_sp.jpg) center center/100% auto no-repeat;*/
    background: url(../images/sec4_bg01_sp.webp) center center/100% auto no-repeat;
  }
}

.sec4 .circle01 {
  background-color: #fff;
  border-radius: 50%;
  padding: 30px 20px 80px;
  margin: -60px auto 40px;
}

@media only screen and (max-width: 768px) {
  .sec4 .circle01 {
    margin: -16vw -24vw 13.33333vw;
    padding: 4vw 26vw 10.66667vw;
  }
}

.sec4 .icon {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .sec4 .icon img {
    width: 6vw;
    margin-bottom: 1.33333vw;
  }
}

.sec4 .txt02 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec4 .txt02 {
    font-size: 4.26667vw;
    text-align: left;
    line-height: 1.7;
  }
}

.sec4 .bg02 {
  min-height: 323px;
  /*background: url(../images/sec4_bg02.png) center center/auto no-repeat;*/
  background: url(../images/sec4_bg02.webp) center center/auto no-repeat;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 {
    min-height: 95.2vw;
    /*background: url(../images/sec4_bg02_sp.png) center center/100% auto no-repeat;*/
    background: url(../images/sec4_bg02_sp.webp) center center/100% auto no-repeat;
    margin-bottom: 6.66667vw;
  }
}

.sec4 .bg02 .bubble01,
.sec4 .bg02 .bubble02 {
  width: 391px;
  height: 134px;
  position: absolute;
  border-radius: 67px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.416;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 .bubble01,
  .sec4 .bg02 .bubble02 {
    width: 65.73333vw;
    height: 24.8vw;
    border-radius: 12.4vw;
    font-size: 4.53333vw;
  }
}

.sec4 .bg02 .bubble01::before,
.sec4 .bg02 .bubble02::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.sec4 .bg02 .bubble01 {
  top: -10px;
  left: 56%;
  background-color: #ffd4d4;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 .bubble01 {
    top: -10.66667vw;
    left: auto;
    right: 0;
  }
}

.sec4 .bg02 .bubble01::before {
  bottom: 20px;
  left: -15px;
  border-width: 0 0 30px 40px;
  border-color: transparent transparent #ffd4d4 transparent;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 .bubble01::before {
    bottom: -5.33333vw;
    left: auto;
    right: 20%;
    border-width: 6.66667vw 4vw 0 0;
    border-color: #ffd4d4 transparent transparent transparent;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.sec4 .bg02 .bubble02 {
  bottom: -10px;
  right: 56%;
  background-color: #fff0b9;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 .bubble02 {
    top: 24vw;
    bottom: auto;
    right: auto;
    left: 0;
  }
}

.sec4 .bg02 .bubble02::before {
  top: 20px;
  right: -15px;
  border-width: 30px 40px 0 0;
  border-color: #fff0b9 transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg02 .bubble02::before {
    top: auto;
    bottom: -5.33333vw;
    left: 20%;
    right: auto;
    border-width: 6.66667vw 0 0 4vw;
    border-color: #fff0b9 transparent transparent transparent;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.sec4 .txt03 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .sec4 .txt03 {
    font-size: 4.26667vw;
    text-align: left;
    margin-bottom: 10.66667vw;
  }
}

.sec4 .bg03 {
  height: 380px;
  /*background: url(../images/sec4_bg03.jpg) center center/cover no-repeat;*/
  background: url(../images/sec4_bg03.webp) center center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg03 {
    height: 61.06667vw;
    /*background: url(../images/sec4_bg03_sp.jpg) top center/100% auto no-repeat;*/
    background: url(../images/sec4_bg03_sp.webp) top center/100% auto no-repeat;
  }
}

.sec4 .circle02 {
  background-color: #fff;
  border-radius: 50%;
  padding: 60px 20px 60px;
  margin: -100px auto 20px;
}

@media only screen and (max-width: 768px) {
  .sec4 .circle02 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: -16vw -24vw 0;
    padding: 10.66667vw 26vw 10.66667vw;
  }
}

.sec4 .bg04 {
  height: 101px;
  /*background: url(../images/sec4_bg04.jpg) center center/auto no-repeat, #fff;*/
  background: url(../images/sec4_bg04.webp) center center/auto no-repeat, #fff;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg04 {
    height: 33.33333vw;
    /*background: url(../images/sec4_bg04_sp.jpg) center center/cover no-repeat;*/
    background: url(../images/sec4_bg04_sp.webp) center center/cover no-repeat;
  }
}

.sec4 .bg05 {
  /*background: url(../images/sec4_bg05.jpg) center center/cover no-repeat;*/
  background: url(../images/sec4_bg05.webp) center center/cover no-repeat;
  padding: 60px 0 20px;
}

@media only screen and (max-width: 768px) {
  .sec4 .bg05 {
    /*background: url(../images/sec4_bg05_sp.jpg) bottom center/100% auto no-repeat;*/
    background: url(../images/sec4_bg05_sp.webp) bottom center/100% auto no-repeat;
    padding: 8vw 0 16vw;
  }
}

.sec4 .txt04 {
  font-size: 20px;
  line-height: 2.35;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .sec4 .txt04 {
    font-size: 4.26667vw;
    line-height: 2;
  }
}

.sec4 .illust {
  width: 680px;
  height: 220px;
  /*background: url(../images/illust_women4.png) center center/contain no-repeat;*/
  background: url(../images/illust_women4.webp) center center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .sec4 .illust {
    width: 96vw;
    height: 48.13333vw;
    /*background: url(../images/illust_women4_sp.png) center center/contain no-repeat;*/
    background: url(../images/illust_women4_sp.webp) center center/contain no-repeat;
  }
}

.sec4 .txt05 {
  font-size: 22px;
  padding: 40px 30px 30px 150px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec4 .txt05 {
    max-width: auto;
    font-size: 4.26667vw;
    padding: 8vw 4vw 4vw 26.66667vw;
    text-align: left;
  }
}

.footer {
  background-color: #5a3200;
  color: #fff;
  font-size: 14px;
  padding: 20px 0 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer {
    font-size: 3.46667vw;
  }
}

.footer .logo {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .footer .logo {
    margin-bottom: 2.66667vw;
    font-size: 2.66667vw;
  }
  .footer .logo img {
    width: 42.8vw;
  }
}

.footer .address {
  margin-bottom: 30px;
}

.footer .copyright {
  font-size: 12px;
}

.contact-form {
  background: #f7f5f0;
  padding: 40px 0;
}
/*# sourceMappingURL=style.css.map */