@charset "UTF-8";

/*-------------------   common   -------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  font-size: 62.5%;
  text-align: left;
}

body {
  /* padding-top:166px; */
  /* margin-bottom: -166px; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif !important;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  text-align: left;
}

body:lang(ja),
button:lang(ja),
input:lang(ja),
select:lang(ja),
optgroup:lang(ja),
textarea:lang(ja),
.author-description .author-link:lang(ja),
.comment-metadata:lang(ja),
.comment-reply-link:lang(ja),
.comments-title:lang(ja),
.comment-author .fn:lang(ja),
.discussion-meta-info:lang(ja),
.entry-meta:lang(ja),
.entry-footer:lang(ja),
.main-navigation:lang(ja),
.no-comments:lang(ja),
.not-found .page-title:lang(ja),
.error-404 .page-title:lang(ja),
.post-navigation .post-title:lang(ja),
.page-links:lang(ja),
.page-description:lang(ja),
.pagination .nav-links:lang(ja),
.sticky-post:lang(ja),
.site-title:lang(ja),
.site-info:lang(ja),
#cancel-comment-reply-link:lang(ja),
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja),
.page-title:lang(ja),
blockquote cite:lang(ja),
table:lang(ja),
.button:lang(ja),
input:lang(ja)[type="button"],
input:lang(ja)[type="reset"],
input:lang(ja)[type="submit"],
.comment-navigation .nav-previous:lang(ja),
.comment-navigation .nav-next:lang(ja),
.comment-list .pingback .comment-body:lang(ja),
.comment-list .trackback .comment-body:lang(ja),
.comment-list .pingback .comment-body .comment-edit-link:lang(ja),
.comment-list .trackback .comment-body .comment-edit-link:lang(ja),
.comment-form .comment-notes:lang(ja),
.comment-form label:lang(ja),
.widget_archive ul li:lang(ja),
.widget_categories ul li:lang(ja),
.widget_meta ul li:lang(ja),
.widget_nav_menu ul li:lang(ja),
.widget_pages ul li:lang(ja),
.widget_recent_comments ul li:lang(ja),
.widget_recent_entries ul li:lang(ja),
.widget_rss ul li:lang(ja),
.widget_tag_cloud .tagcloud:lang(ja),
.entry .entry-content .wp-block-button .wp-block-button__link:lang(ja),
.entry .entry-content .wp-block-archives li:lang(ja),
.entry .entry-content .wp-block-categories li:lang(ja),
.entry .entry-content .wp-block-latest-posts li:lang(ja),
.entry .entry-content .wp-block-verse:lang(ja),
.entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter,
.entry .entry-content .wp-block-pullquote cite:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover-image h2:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover h2:lang(ja),
.entry .entry-content .wp-block-audio figcaption:lang(ja),
.entry .entry-content .wp-block-video figcaption:lang(ja),
.entry .entry-content .wp-block-image figcaption:lang(ja),
.entry
  .entry-content
  .wp-block-gallery
  .blocks-gallery-image
  figcaption:lang(ja),
.entry
  .entry-content
  .wp-block-gallery
  .blocks-gallery-item
  figcaption:lang(ja),
.entry .entry-content .wp-block-file:lang(ja),
.entry .entry-content .wp-block-file .wp-block-file__button:lang(ja),
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-meta:lang(ja),
.wp-caption-text:lang(ja),
.gallery-caption:lang(ja) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif !important;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
  transition-delay: 150ms;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.b {
  font-weight: bold;
}

.font-big {
  font-size: 1.4em;
}

.font-big2 {
  font-size: 2em;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-_15 {
  margin-left: -30px;
}

.mr-_15 {
  margin-right: -30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ar-c {
  text-align: center;
}

.color-gr {
  color: #1b904f;
}

.color-gr2 {
  color: #537562;
}

.color-or {
  color: #f39700;
}

.color-red {
  color: #ba000e;
}

.bg-gr {
  border: 6px solid #e4f1ea;
  padding: 20px;
  background: #fff;
}

.bg-gr2 {
  border: 1px solid #1b904f;
  padding: 10px 20px;
  background: #fff;
  color: #1b904f;
  font-weight: bold;
}

/*header*/
header {
  /* background: rgba(255,255,255,.8);*/
  padding: 80px 10px 10px;
  width: 100%;
  margin: 0 auto;
  /* box-shadow: 3px 2px 8px #ccc;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
}

header h1 {
  width: 40%;
  max-width: 220px;
  float: left;
}

h1:not(.site-title):before,
h2:before {
  content: none;
}

.site-branding {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  transition: all 0.9s;
}

.site-branding.none {
  transform: translateY(-100%);
}

#head-btn {
  float: right;
}

#head-btn a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ff8417;
  background: #ff8417;
  border-radius: 50px;
  padding: 10px 40px;
  display: block;
  text-align: center;
  transition: 0.3s all;
  margin-top: 12px;
  animation: skew 2.3s linear infinite;
}

#head-btn a:hover {
  color: #000;
  background: #ff8417;
}

#head-tel {
  float: right;
  margin-right: 20px;
}

@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 4.2deg);
  }

  10% {
    transform: skew(-4deg, -3deg);
  }

  15% {
    transform: skew(3deg, 2.2deg);
  }

  20% {
    transform: skew(-2deg, -1.5deg);
  }

  25% {
    transform: skew(0.9deg, 0.9deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }

  40% {
    transform: skew(-0.2deg, -0.2deg);
  }

  45% {
    transform: skew(0.1deg, 0.1deg);
  }

  50% {
    transform: skew(0deg, 0deg);
  }
}

.mv {
  position: relative;
  max-width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url(../images/sv/main.jpg) no-repeat 40% -60px;
  background-size: 100%;
}

.mv img {
  position: absolute;
  left: 50%;
  top: 42%;
  margin-left: -300px;
  width: 600px;
}

.bred {
  color: #aa1a1a;
}

/*content-01*/
.content-01 {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.4;
  padding: 80px 0 40px;
  margin: 0;
  position: relative;
  text-align: center;
}

.content-01 .content-wrap {
  width: 768px;
}

.content-01 .flex {
  margin: 0;
  justify-content: center;
}

.content-01 .flex p {
  margin: 20px 10px 10px;
  justify-content: center;
}

.content-01-2 {
  margin-top: 150px;
}

.content-01-3 {
  position: absolute;
  left: 35%;
  top: 45%;
  width: 30%;
}

.content-01-base {
  background: #efefef;
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: url(../images/sv/content1-bgb.png) no-repeat 50% bottom,
    linear-gradient(#efefef 92%, rgba(0, 0, 0, 0) 10%);
  overflow: hidden;
}

.content-01-base::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 80px solid #efefef;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
}

ul.base-list {
  margin: 60px auto;
  list-style: none;
  display: inline-block;
  margin-left: -15%;
}

ul.base-list li {
  position: relative;
  padding-left: 30px;
  background: url("../images/sv/check-icon.png") no-repeat left 10px;
  margin: 0 0 20px 0;
  font-size: 1.4em;
  font-weight: bold;
  background-size: 25px;
  line-height: 1.6;
  text-align: left;
}

/*content-02*/
.content-02 {
  background: url("../images/sv/content2-bg.png") no-repeat top center, #f1f0ef;
  font-size: 2.5em;
  line-height: 1.4;
  padding: 60px 0 40px;
  position: relative;
  margin: 60px 0;
}

.content-02 .content-wrap {
  width: 1200px;
}

h2 {
  font-weight: bold;
  margin: 60px 0;
  text-align: center;
  color: #fff;
}

.point-wrap {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  box-shadow: 1px 1px 7px #a9a9a9;
  padding: 20px;
  margin: 0 10px 20px;
  width: 48%;
}

.content-02 .flex {
  justify-content: center;
}

p.point-txt {
  text-align: center;
  font-weight: bold;
  font-size: 0.6em;
  margin: 20px 0;
}

p.point-img {
  text-align: center;
}

p.point-txt span {
  display: inline-block;
  background: #e3e3e3;
  padding: 5px 10px;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-size: 17px;
}

.point-dat {
  font-weight: normal;
  font-size: 0.6em;
  padding: 0 50px 40px;
}

/*03*/
.content-03 {
  background: #f1f0ef;
  line-height: 1.7;
  padding: 60px 0 100px;
  position: relative;
}

.content-03 h2 {
  font-weight: bold;
  text-align: center;
  color: #404040;
  margin: 0 0 60px;
  font-size: 2.4em;
}

.content-03 .flex {
  align-content: space-between;
}

.content-03 h2 span::before,
.content-03 h2 span::after {
  background-color: #000;
}

.vo-det {
  background: #fff;
  padding: 20px 20px 20px;
  text-align: left;
  /* min-height: 395px; */
}

.vo-img {
  width: 100%;
  margin: 0 auto;
}

.vo-img img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

article.voice {
  width: 32%;
  padding: 0;
  background: #fff;
  box-shadow: 1px 1px 6px #d0d0d0;
}

article.voice h3 {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

article.voice h3 span {
  font-weight: normal;
  font-size: 0.9em;
  text-align: right;
  display: block;
  float: right;
}

/*04*/
.content-04 {
  background: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 60px 0;
  position: relative;
}

.content-04 h2 {
  font-weight: bold;
  text-align: center;
  color: #404040;
  margin: 0 0 60px;
  font-size: 1.8em;
}

.content-04 h2 span::before,
.content-04 h2 span::after {
  background-color: #000;
}

.content-04 .flex div {
  width: 49%;
}

.btn a {
  display: block;
  background: #f59e14;
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 1px 6px #9a9a9a;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  max-width: 320px;
  margin: 30px auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.btn a:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

.btn a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  left: 85%;
  height: 3px;
  background: #fff;
}

/*05*/
.content-05 {
  background: #f4f9f9;
  padding: 0 0 60px;
}

.flow-area {
  margin-top: -200px;
}

.flow-step {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 6px #d0d0d0;
  margin: 0 0 10px;
  padding: 60px 40px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 10px;
}

.flow-step h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.flow-step h3 span {
  margin-right: 20px;
  color: #ff8417;
}

.content-05 .content-head {
  background: url(../images/sv/content5-bg.png) no-repeat center -220px;
  height: 600px;
}

.content-05 h2.fadeInUp {
  margin: 0;
  padding: 100px 0;
  font-size: 2.5em;
  line-height: 1.4;
}

p.al-c.msg {
  font-size: 1.2em;
  width: 768px;
  margin: 60px auto;
}

.g-area {
  background: #f4f9f9;
  padding: 40px 0;
}

.g-area dt {
  font-weight: bold;
  font-size: 1.4em;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 20px 0;
  padding: 20px 0;
}

.g-area dd {
  font-size: 1.1em;
}

.g-area dl {
  width: 768px;
  margin: 0 auto;
}

/*06*/
.content-06 {
  background: #f1f0ef;
  line-height: 1.8;
  padding: 60px 0;
}

.content-06 h2 {
  font-size: 2.5em;
  color: #000;
  margin: 40px 0;
}

.content-06 h2 span::before,
.content-06 h2 span::after {
  background: #000;
}

.vo-step {
  background: #fff;
  box-shadow: 1px 1px 6px #d0d0d0;
  margin: 0 0 10px;
  padding: 20px 40px;
  font-size: 1.2em;
  font-weight: normal;
  border-radius: 10px;
}

.voc-img {
  width: 16%;
}

.voc-txt {
  width: 84%;
}

.voc-img img {
  background: #e7e7e7;
  padding: 20px 15px;
  display: block;
}

.vo-step h3 {
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 10px;
  border-left: 4px solid #ff8417;
  margin-bottom: 20px;
}

.vo-step h3 span {
  background: #ff8417;
  color: #fff;
  font-size: 0.8em;
  padding: 5px 20px;
  border-radius: 50px;
  margin: 0 0 0 15px;
}

/*07*/
.content-07 {
  background: #efeee1;
  line-height: 1.8;
  padding: 60px 0 0;
}

.content-07 h2 {
  font-size: 2.5em;
  color: #000;
  margin: 40px 0;
}

.content-07 h2 span::before,
.content-07 h2 span::after {
  background: #000;
}

.content-07 .content-wrap {
  width: 768px;
}

p.cont-head {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  color: #271801;
}

.cont-txt {
  text-align: center;
  font-size: 1.2em;
}

.cont-txt a {
  display: block;
  margin: 60px 0 10px;
}

.cont-img {
  width: 35%;
}

.cont-txt .btn.ybtn a {
  width: 100%;
  max-width: 100%;
  background: url(../images/sv/mail-icon1.png) no-repeat 40px center, #f59e14;
  background-size: 50px;
}

.btn.w-btn a {
  background: #fff;
  color: #000;
}

.btn.w-btn a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  left: 85%;
  height: 3px;
  background: #000;
}

/*08*/
.content-08 {
  background: #fffffa;
  line-height: 1.8;
  padding: 60px 0;
}

.content-08 .content-wrap {
  width: 768px;
}

/*09*/
.content-09 {
  background: #f1f1f1;
  line-height: 1.8;
}

.content-09 .content-wrap {
  background: url("../images/lady.png") no-repeat 90% bottom;
  width: 768px;
  padding: 100px 0;
}

/*10*/
.content-10 {
  background: url("../images/bg8.png") no-repeat left bottom;
  line-height: 2;
  background-size: cover;
  color: #000;
  font-weight: bold;
}

.content-10 .content-wrap {
  width: 600px;
  padding: 40px 0 60px;
  position: relative;
}

.content-10 .content-wrap::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 400px;
  right: -10%;
  bottom: 0;
  background: url(../images/onis.png) no-repeat;
  background-size: 100%;
}

/*11*/
.content-11 {
  background: #f3f6f1;
  line-height: 1.8;
}

.content-11 h2 {
  margin-bottom: 20px;
}

.content-11 .content-wrap {
  width: 768px;
  padding: 40px 20px 60px;
}

.bg-wh {
  background: #fff;
  padding: 30px;
  margin: 20px 0 10px;
}

.content-11 .bg-wh .flex {
  justify-content: space-between;
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
}

.content-11 .bg-wh .flex div {
  width: 33%;
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fbfbfb;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.8rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #00ac4e;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 15px 70px;
  text-decoration: none;
  vertical-align: bottom;
  display: block;
  margin: 20px auto;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #729c58;
  cursor: pointer;
}

.bg-gr button,
.bg-gr input[type="button"] {
  background: #eaf5f0;
  color: #00ac4e;
  font-size: 0.6em;
  border-radius: 0;
  border: 1px solid #00ac4e;
  padding: 20px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
  margin-left: -10px;
}

.bg-gr input[type="text"] {
  border: 1px solid #00ac4e;
  color: #00ac4e;
  padding: 7.5px 20px;
  border-radius: 0;
}

.content-11 .bg-gr {
  border: 8px solid #e4f1ea;
  border-radius: 10px;
}

/*12*/
.content-12 {
  background: url("../images/kasai_bg.png") no-repeat center top;
  line-height: 1.8;
}

.content-12 .content-wrap {
  width: 768px;
  padding: 40px 0;
}

.hoken-btn a {
  background: #f39700;
  text-decoration: none;
  font-weight: bold;
  width: 75%;
  color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  display: block;
  text-align: center;
  transition: 0.3s all;
  margin: 30px auto 20px;
  animation: skew 2.3s linear infinite;
  font-size: 1.4em;
}

div#footer-contents {
  background: #e3e3e3;
  color: #333;
  text-align: center;
  padding: 10px;
}

footer {
  padding: 20px 0;
}

footer .content-wrap {
  width: 600px;
  margin-bottom: 40px;
}

img.sv {
  display: block;
  margin: 20px auto;
}

footer .flex div {
  width: 48%;
}

/*13*/
.content-13 {
  background: #fff;
  line-height: 1.8;
}

.content-13 .content-wrap {
  width: 768px;
  padding: 40px 0;
}

.contain-tb {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  margin: 40px auto;
  width: 100%;
}

.contain-tb img {
  height: 100%;
  width: auto;
  max-height: 40px;
  vertical-align: bottom;
  margin: 0 10px;
}

.contain-tb th {
  width: 30%;
  background: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 10px;
  font-weight: bold;
}

.contain-tb td {
  width: 70%;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 10px;
}

.content-11 .bg-wh .flex div.lineico {
  position: absolute;
  width: 70px;
  right: 20%;
  top: 50px;
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*yume*/

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #10394b;
  opacity: 0.5;
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 4px 4px;*/
  z-index: 2;
}

.opacitys {
  transition: 0.5s;
}

.opacitys:hover {
  opacity: 0.6;
}

p.ttl-big {
  position: relative;
  /* text-align: left; */
  color: #fff;
  position: absolute;
  top: 40vh;
  bottom: 0;
  left: -60vh;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 700px;
  width: 100%;
  height: 300px;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4em;
  line-height: 1.6;
}

p.ttl-big img {
  width: 100%;
}

.bnr-wrap {
  max-width: 400px;
  margin: -60px auto 60px;
  position: relative;
  z-index: 3;
}

.sri-bg {
  background: url(../img/sri-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

h2.main-ttl {
  font-weight: bold;
  margin: 60px 0;
  text-align: center;
  color: #929292;
  font-family: pacifico, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 4.5em;
}

.center {
  text-align: center;
}

.btn a {
  display: block;
  text-align: center;
  margin: 40px auto;
  border-radius: 80px;
  color: #7d7b7b;
  position: relative;
  background: #fff;
  font-size: 16px;
  padding: 15px 0;
}

.btn a::before {
  content: "";
  position: absolute;
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #6b6b6b;
  border-right: 1px solid #585858;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.con-001 {
  padding: 60px 0;
}

section.con-001.s04 {
  padding: 0;
}

.bg-gr {
  background: #f2f2f2;
  border: none;
  padding: 60px 0;
}

.top-bnr-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-bnr {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .top-bnr-wrap {
    display: block;
  }

  .top-bnr {
    margin: 40px auto 0;
    display: block;
    width: 80%;
  }
}

.vd {
  float: left;
  background: #fbafb482;
  width: 70%;
  padding: 80px;
  position: relative;
  margin: 40px 0;
}

.vd2 {
  float: right;
  background: #affbe982;
  width: 70%;
  padding: 80px;
  position: relative;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.bg-yume {
  background: url(../img/vobg.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.block.map {
  max-width: 800px;
}

.block.conat {
  max-width: 500px;
}

.bg-grb {
  background: #d7e5e6;
  border: none;
  padding: 60px 0;
}

.bg-grbb {
  background: #5facb1;
  border: none;
  padding: 60px 0;
}

.f_bnr {
  padding: 2.5% 2%;
  background: #f0f0f0;
}

.f_bnr .inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

.f_bnr .inner figure {
  text-align: center;
  margin: 0 auto 2em;
}

.f_bnr .inner ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.f_bnr .inner ul li {
  width: 19.5%;
  margin-bottom: 1.5em;
}

.footer_bottom {
  background-color: #fdfcfb;
}

.footer_bottom_box {
  width: 61%;
  margin: 0 auto;
  position: relative;
  max-width: 860px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_30 {
  margin-top: 30px !important;
}

footer#colophon {
  text-align: center;
}

.main-navigation ul li a {
  color: #000;
  font-style: normal;
  font-weight: 900;
  display: block;
  padding: 20px 12px;
  font-size: 15px;
  letter-spacing: -1.5px;
  line-height: 1.2;
}

.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header {
  transition: 0.2s;
}

.headerColor-default {
  background: rgb(255 255 255 / 95%);
  padding: 10px;
}

li#menu-item-44 a {
  background: #6cb593;
  border-radius: 80px;
  padding: 10px 40px;
  display: block;
  transition: 0.5s;
  color: #fff;
}

li#menu-item-44 a:hover {
  text-decoration: none;
  background: #375a4a;
}

.saiyo-btn {
  display: none;
}

.txt-in {
  text-align: center;
}

.txt-wrap {
  text-align: left;
  display: inline-block;
  margin-bottom: 40px;
}

.kv-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  animation-name: fadein;
  animation-duration: 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kv-wrap img {
  max-width: 1400px;
  height: 70vh;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
  display: block;
  margin: 0 auto;
}

.kv-wrap h2 {
  position: absolute;
  background: #fff;
  font-family: yu-mincho-pr6, sans-serif !important;
  color: #070707;
  font-weight: 600;
  right: 60px;
  padding: 30px 80px;
  font-size: 4em;
  letter-spacing: 1px;
  bottom: -10px;
  margin: 0;
  text-align: left !important;
  border: none;
}

.kv-wrap h2 span {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
  font-weight: normal;
  font-family: inherit;
  margin: 20px 0 0 auto;
  padding: 0;
  display: block;
}

a.sh-btn {
  border: 2px solid #fff;
  padding: 20px 30px;
  display: block;
  margin: 40px auto 0;
  width: 300px;
}

h3.page-ttl {
  font-weight: bold;
  font-size: 1.8em;
  font-family: yu-mincho-pr6, sans-serif !important;
  color: #070707;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 80px 0 40px;
  line-height: 1.6;
}

.sv-box {
  position: relative;
  width: 30%;
  z-index: 1;
  margin-bottom: 40px;
}

.sv-box::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 30px;
  background: #fff0f2;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}

p.num {
  color: #f48686;
  font-size: 68px;
  font-family: alisha, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
}

h4.g-ttl {
  font-weight: bold;
  font-size: 1.3em;
  margin: 30px auto;
  line-height: 1.5;
  display: inline-block;
  min-height: 60px;
}

.sv-img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  min-height: 75px;
}

.sv-txt {
  color: #333;
  margin: 20px auto;
}

.step-box p.num {
  text-align: left;
  font-size: 55px;
  margin-bottom: 40px;
  color: #62c6ad;
}

h4.step-ttl {
  font-weight: bold;
  font-size: 1.4em;
  color: #62c6ad;
  font-family: yu-mincho-pr6, sans-serif !important;
  margin-bottom: 10px;
}

.step-box p.num {
  text-align: left;
  font-size: 55px;
  margin: 60px 0 20px;
  color: #62c6ad;
  letter-spacing: 2px;
}

.step-box {
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
}

.qatt {
  color: #fb5f5f;
  font-family: yu-mincho-pr6, sans-serif !important;
  font-weight: bold;
  font-size: 1.4em;
  display: block;
  margin-bottom: 5px;
}

.question {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: #484141;
  padding: 15px;
  font-family: yu-mincho-pr6, sans-serif !important;
  border-bottom: 1px dotted #a2a2a2;
}

p.answer {
  display: none;
  background: #f7f7f7;
  margin-left: 1em;
  padding: 10px;
  font-size: 1em;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #f88789;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.yumebbb {
  position: relative;
  z-index: 1;
}

.yumebbb::after {
  content: "Feature";
  position: absolute;
  font-family: pacifico, sans-serif;
  z-index: -1;
  color: #ffffff;
  opacity: 0.61;
  top: 110px;
  font-size: 180px;
  letter-spacing: 25px;
  left: 34%;
}

.pick-box {
  background: #fff;
  width: 49%;
  margin: 0 0 20px;
  padding: 40px;
}

h4.pick-ttl {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin: 0 0 30px;
}

.pick-box .sv-img {
  width: 80px;
  margin: 0 auto 20px;
  text-align: center;
  min-height: 75px;
  vertical-align: middle;
}

.post,
.page {
  margin: 0;
}

span.us {
  color: #df6e72;
  font-weight: bold;
  font-size: 0.8em;
}

section.p-contact dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #382816;
}

section.p-contact input,
section.p-contact select,
section.p-contact textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border: 1px solid #e26666;
}

section.p-contact dl {
  margin: 10px auto 20px;
  font-weight: 500;
  max-width: 500px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #6cb593;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 15px 70px;
  text-decoration: none;
  vertical-align: bottom;
  display: block;
  margin: 20px auto;
  max-width: 300px;
}

section.member-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.member-img img {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 50%;
}

section.member-wrap .member-list {
  width: 25%;
  padding: 40px 2%;
}

section.member-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.member-wrap .member-list {
  width: 25%;
  padding: 40px 2%;
}

.member-name {
  text-align: center;
  font-weight: bold;
  color: #f75347;
  font-size: 1.1em;
}

.member-name p:first-child {
  font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: normal;
  letter-spacing: -1px;
  min-height: 50px;
}

p.member-btn {
  background: #6cb593;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  letter-spacing: -1px;
  margin-top: 10px;
}

.member-hide {
  display: none;
  width: 250%;
  background: #fff4f4;
  padding: 20px;
  position: relative;
}

p.staff_syozoku {
  font-weight: bold;
}

p.member-btn::before {
  position: absolute;
  content: "";
  left: 15px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  top: 36%;
}

p.member-btn::after {
  left: 20px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #6cb593;
  position: absolute;
  content: "";
  top: 40%;
}

p.staff_position {
  color: #f75347;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1em;
}

p.staff_name {
  color: #f75347;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.3em;
  margin-bottom: 30px;
}

p.staff_small span.staff_small_l {
  background: #ffdc73;
  text-align: center;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  font-size: 0.9em;
  min-width: 80px;
}

p.staff_small span.staff_small_r {
  margin-top: 5px;
  font-size: 0.84em;
}

.staff_det .m80-t {
  margin-top: 50px;
}

.member-list:nth-of-type(4n) .member-hide {
  margin-left: -150%;
}

.item_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  display: flex;
  width: 48%;
  margin: 30px 0 50px;
  flex-flow: wrap;
  justify-content: space-between;
}

.item .txt {
  width: 63%;
  margin-bottom: 15px;
}

.item .txt p.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: yu-mincho-pr6, sans-serif !important;
  color: #278257;
}

.item .txt p {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}

.item figure {
  width: 29.5%;
  margin-bottom: 15px;
}

.voice_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice_content .col-md-5 {
  width: 10%;
}

.col-md-12 {
  width: 100%;
}

.col-md-7 {
  width: 85%;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-md-6.col-sm-6.col-xs-12.voice_content_under {
  width: 48%;
  padding: 15px;
  box-shadow: 0 0 8px #e2e2e2;
  margin-bottom: 15px;
}

.content_wrap.flex-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: yu-mincho-pr6, sans-serif !important;
}

.content_wrap.flex-box h4 {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: yu-mincho-pr6, sans-serif !important;
  margin: 10px 0;
  color: #f6a2a2;
}

p.heightLine-1 {
  margin: 15px 0;
}

.n2_clear {
  clear: both;
  margin-top: 100px;
}

section.sec_3 .inner .news_box {
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 1%;
  margin-bottom: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.sec_3 .inner .news_box article {
  display: flex;
  width: 33%;
  color: #000;
  flex-flow: wrap;
  flex-direction: column;
}

section.sec_3 .inner .news_box article figure {
  margin-bottom: 0.5em;
  height: 150px;
  overflow: hidden;
}

section.sec_3 .inner .news_box article figure img {
  object-fit: cover;
}

section.sec_3 .inner .news_box article div {
  width: 100%;
}

section.sec_3 .inner .news_box article p.ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: auto;
  padding: 0.5em 0 0;
  max-width: 80%;
}

.t_r {
  text-align: right;
}

section.sec_3 .inner .info_box {
  display: flex;
  margin-bottom: 1em;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  align-items: center;
}

section.sec_3 .inner .info_box ul {
  width: 70%;
}

section.sec_3 .inner .info_box ul li p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  width: 71%;
}

section.sec_3 .inner .info_box ul li a {
  display: flex;
  margin: 0.5em 0;
  align-items: flex-start;
}

section.sec_3 .inner .more a {
  display: block;
  margin: 0 10px 40px 0;
  font-weight: bold;
  width: 300px;
  padding: 1em 2em;
  /* border: #000 solid 2px; */
  background: #6cb593;
  color: #fff;
}

p {
  word-break: break-all;
}

.info_box p:first-child {
  margin-right: 15px;
  font-weight: bold;
  font-size: 1.2em;
}

.info_box .date {
  margin-right: 15px;
}

.pagenation {
  text-align: center;
}

h3.type-yougo {
  background: #f1f1f1;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4em;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

h3.type-yougo::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

h3.type-yougo.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

h4.type-yougo {
  font-weight: bold;
  font-size: 1.1em;
  color: #49a77b;
}

h4.type-yougo + div {
  background: #f8feff;
  padding: 10px 10px 0px;
  margin-bottom: 40px;
}

ul.yougo_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff0f5;
  font-weight: bold;
  font-size: 1.1em;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 20px auto 50px;
  max-width: 450px;
}

ul.yougo_tag li {
  width: 40px;
  position: relative;
  text-align: center;
}

ul.yougo_tag li a {
  text-decoration: underline;
}

.site-branding img {
  max-width: 200px;
}

.kv-wrap.ppw {
  padding-top: 200px;
}

.kv-wrap.ppw h2 {
  position: relative;
  text-align: left;
  color: #30a26d;
  font-size: 1.2em;
  padding: 30px 40px;
}

section.sec_3.gb-gh {
  background: #f1f1f1;
  padding: 50px 0;
}

.slid {
  max-width: 1200px;
  float: right;
  position: relative;
  width: 75%;
}

.n2_clear {
  clear: both;
  margin-top: 100px;
}

.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
  border-radius: 0px 0px 0px 80px;
}

.slid-txt {
  position: absolute;
  left: -22vw;
  top: 250px;
  font-size: 3.5em;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1rem;
  /* font-family: dnp-shuei-4go-std, sans-serif;*/
  text-shadow: 1px 1px 8px #fff;
  color: #4e3f38;
  /* background: rgba(255,255,255,.3); */
  filter: drop-shadow(0 0 10px #fff);
  /* box-shadow: inset 0 0 0px 50px white; */
  z-index: 1;
}

.slid-txt::after {
  content: "";
  position: absolute;
  background: url(../img/yumenomachi_txt.png) no-repeat 0 bottom;
  width: 100%;
  height: 30vh;
  left: 10px;
  z-index: -1;
  bottom: -120px;
  background-size: contain;
  /* transform: rotate(2deg); */
  opacity: 0.6;
}

.slid-txt span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform,
    -webkit-filter;
  will-change: transform, opacity, filter;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.brand.is_visble .slid-txt span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.is_gr {
  color: #ff819e;
}

.foot_kotei {
  position: fixed;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 10px #ccc;
  max-width: 400px;
  transition: 0.5s;
  z-index: 2;
}

.foot_kotei.hide {
  transform: translateY(100%);
}

.close-btn {
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #999;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 1.3em;
  line-height: 1.3em;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  /* font-weight: bold; */
}

.flex.foot_bn {
  max-width: 700px;
  margin: 0 auto;
}

.flex.foot_bn div {
  width: 49%;
}

.breadcrumbs {
  padding: 10px;
  font-size: 11px;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 20px 20px 60px !important;
}

@media only screen and (max-width: 768px) {
  .saboxplugin-wrap .saboxplugin-gravatar {
    padding: 20px !important;
  }
}

.manzoku h4 {
  font-weight: bold;
  font-size: 1.2em;
  background: #ffd8d8;
  padding: 5px;
  color: #414141;
}

section.group-wrap .dg {
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.flex-wrap_par {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

section.group-wrap .dg figure {
  width: 150px;
  margin: 15px;
}

section.group-wrap .dg div {
  font-weight: bold;
  font-size: 1.3em;
}

.btn-gr a {
  display: block;
  margin: 20px auto;
  background-color: #ee3a4c;
  background-image: linear-gradient(94deg, #e3251e 0%, #ff7e4d 85%);
  color: #fff;
  font-weight: bold;
  padding: 25px;
  width: 300px;
  position: relative;
}

.btn-gr.ggr a {
  background: #eeeeee;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #b2b2b2;
  border-radius: 6px;
  padding: 10px 15px;
}

.dg-gr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.dg-gr ul li {
  width: auto;
  height: 60px;
  margin: 15px;
}

.dg-gr ul li img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section.group-wrap .dg {
    align-items: center;
    display: flex;
  }

  section.group-wrap .dg figure {
    width: 150px;
    margin: 15px;
  }

  section.group-wrap .dg div {
    font-weight: bold;
    font-size: 1em;
  }

  .btn-gr.ggr a {
    background: #eeeeee;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #b2b2b2;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 0.8rem;
    width: 220px;
  }

  .dg-gr ul li {
    width: auto;
    height: 35px;
    margin: 8px 4px;
  }
}

.flex.prtn {
  justify-content: center;
  margin: 40px 0;
}

/* トップページYouTube動画 */

#youtube-area-wrap {
  position: relative; /*ローディング画像などを表示す際の基点とするため指定*/
  /* margin-top: 110px; */
  width: 100%;
  height: 0;
  padding-top: 55%;
  /* height: 600px; */
  text-align: center;
  color: #fff;
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background-size: cover;
  z-index: 1;
}

/* youtube設定 */

#youtube-area {
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  /* min-height: 100%; */
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}

/* 投稿ページレイアウト修正221223 */

.single-post {
  padding: 120px 5%;
}

.single-post .site-main,
.single-post .breadcrumbs {
  width: 100%;
  max-width: 1400px;
  padding: 0 5%;
}

.single-post .kv-wrap.ppw {
  padding-top: 120px;
}

@media only screen and (max-width: 768px) {
  .single .site-main .entry-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .single .kv-wrap h2 {
    position: static;
  }
  .single .kv-wrap img {
    object-position: 50% 50%;
  }
}

/* トップLINEボタン */

.btn02 {
  position: absolute;
  left: -22vw;
  bottom: 120px;
  width: 100%;
  z-index: 999;
}

.btn02 a {
  background-color: #6cb593;
  display: block;
  text-align: center;
  border-radius: 80px;
  color: #fff;
  font-size: 22px;
  padding: 25px 0;
  width: 100%;
  max-width: 500px;
}

.btn02 a::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 25px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  background-image: url(../img/line_white.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}

@media screen and (max-width: 1200px) {
  .btn02 {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn02 {
    position: absolute;
    left: 1vw;
    bottom: -60px;
    width: 100%;
    z-index: 1;
  }
  .btn02 a {
    font-size: 15px;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
}

/* CTA */
.cta_container {
  background-color: #fff2f9;
  padding: 3rem 3rem;
  @media (max-width: 768px) {
    padding: 2rem 1rem;
  }
  .cta_heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    &.cta_heading--center {
      text-align: center;
      @media (max-width: 768px) {
        text-align: left;
      }
    }
    &.cta_default {
      @media (max-width: 768px) {
        text-align: center;
      }
      br {
        .sp {
          display: none;
          @media (max-width: 768px) {
            display: block;
          }
        }
      }
      span {
        display: inline-block;
        position: relative;
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #333;
        }
        &::before {
          left: -20px;
          transform: rotate(-20deg);
        }
        &::after {
          right: -20px;
          transform: rotate(20deg);
        }
      }
    }
    @media (max-width: 768px) {
      font-size: 1.5rem;
      text-align: left;
      line-height: 1.5;
    }
  }
}
.cta_separator {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  @media (max-width: 768px) {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.cta_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  .cta_button {
    flex-basis: calc(50% - 1rem);
    @media (max-width: 768px) {
      flex-basis: 100%;
    }
    a {
      padding: 0.5rem 2.5rem;
      border-radius: 30px;
      background-color: #ff017e;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      display: flex;
      gap: 1rem;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.4;
      text-decoration: none;
      align-items: center;
      transition: ease 0.3s;
      width: 100%;
      min-height: 60px;
      &:hover {
        opacity: 0.7;
      }
      @media (max-width: 768px) {
        font-size: 1.25rem;
        padding: 1rem 2rem;
        min-width: auto;
      }
      .cta_button_text {
        min-width: 0;
        flex: 1 1 0%;
        text-align: center;
      }
      .cta_icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        flex-shrink: 0;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        color: #f07800;
        font-size: 1rem;
        @media (max-width: 768px) {
          font-size: 0.875rem;
          width: 20px;
          height: 20px;
        }
      }
      .cta_button:hover .cta_icon {
        background: #0073aa;
        color: #fff;
      }
    }
  }
}
