@charset "UTF-8";
/*
Theme Name:株式会社ヘブンハート
Description:株式会社ヘブンハート | 福岡県築上郡 就労支援 就労継続支援A型 就労継続支援B型
Version: 1.0
License:株式会社ヘブンハート
License URI:https://www.heaven-heart.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Kiwi+Maru&family=M+PLUS+1:wght@100..900&display=swap");
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.7647;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .mb50,
  .mb110 {
    margin-bottom: 30px;
  }
  .mb120 {
    margin-bottom: 0px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.header_wrap {
  width: 100%;
  padding: 20px 265px 10px 0;
  align-items: center !important;
  position: relative;
  justify-content: right !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.header_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .header_left {
    max-width: 320px;
    width: 30%;
  }
}
.header_left::before {
  display: block;
  content: url(images/shape.png);
  position: absolute;
  top: 128px;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .header_left::before {
    content: "";
    background: url(images/shape.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 20px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .header_left::after {
    position: absolute;
    content: "";
    background: url(images/shape.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    bottom: -30px;
    left: 20%;
  }
}

.h_logo {
  width: 100%;
  aspect-ratio: 32/24;
  border-radius: 0 0 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .h_logo {
    border-radius: 0 0 20px 0;
  }
}
.h_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.h_logo a img {
  width: 70%;
}

.h_contact {
  width: 180px;
  aspect-ratio: 18/17;
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 99;
}
.h_contact a {
  text-decoration: none;
  font-size: 1.7rem;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #de78b6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_contact a:hover {
  background-color: #4ac7d6;
}
.h_contact a p {
  padding-top: 60px;
  background: url(images/h_mail.svg) top center no-repeat;
  text-align: center;
}
.h_contact a span {
  font-size: 1.1rem;
  display: block;
  letter-spacing: 0.09em;
  font-family: "Istok Web", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 2px;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 2.6%;
  bottom: 160px;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .scroll {
    left: 1.5%;
    bottom: 60px;
    font-size: clamp(0.6rem, 2vw, 1rem);
  }
}
.scroll a {
  color: #fff;
  text-decoration: none;
}
.scroll a:hover {
  opacity: 0.8;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -90px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    bottom: -60px;
    height: 50px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right {
  display: flex;
  align-items: center;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right, .h_contact,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  width: 1280px;
  right: 0;
}
#mv_top .top_catch {
  position: absolute;
  left: 8.3333%;
  top: 50%;
  transform: translateY(-55px);
  width: 34.2%;
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: revert;
    bottom: 20%;
    transform: translateY(0);
    width: 50%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}
#mv_top .slider > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .slider > img {
    width: 150%;
    position: relative;
    left: -25%;
  }
}

.slider {
  width: 93.75%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider {
    overflow: hidden;
    border-radius: 0 0 0 30px;
  }
}
.slider::before {
  display: block;
  content: url(images/shape.png);
  position: absolute;
  top: 110px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slider::before {
    display: none;
  }
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_page .slider {
  height: 420px;
}
@media screen and (max-width: 767px) {
  #mv_page .slider {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #mv_page .slider > img {
    width: 190%;
  }
}

.page_title {
  position: absolute;
  left: 120px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 10px;
    bottom: 10px;
    width: 30%;
  }
}
.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 130%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 900px;
  margin: 0px auto 140px;
}
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    padding: 0 3%;
    margin: 0px auto 60px;
  }
}
#single_box .date {
  color: #f558ac;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  #single_box .date {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.single_text {
  width: 100%;
  border-bottom: 1px solid #bbb;
  padding-bottom: 70px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single_text {
    padding-bottom: 30px;
  }
}
.single_text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single_text p {
    font-size: 1.4rem;
  }
}

.single_img {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single_img {
    margin-bottom: 20px;
  }
}
.single_img img {
  max-width: 100%;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .single_img img {
    width: auto;
  }
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}

a.page-numbers {
  background: #eee;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #323333;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #fcebf8;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #f26cb4;
  border: solid 1px #f26cb4;
  color: white;
}

.nav-below {
  margin: 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-below > a {
  margin: 0 5px;
  text-decoration: none;
  color: #323333;
  font-size: 1.1rem;
  position: relative;
  border: 1px solid #323333;
  padding: 25px 35px;
}
@media screen and (max-width: 767px) {
  .nav-below > a {
    padding: 10px 5px;
  }
}
.nav-below > a:hover {
  background-color: #fcebf8;
}

@media screen and (max-width: 767px) {
  .nav-below .btn2 {
    width: 170px;
  }
}

/* 前へ、次へのホバー時 */
/* 前へ、次へのホバー時 */
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #f558ac;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #f558ac;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #f558ac;
  border-radius: 100vmax;
  background-color: #f558ac;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #f558ac;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 0 3%;
    margin-bottom: 60px;
  }
}
.aside > p {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .aside > p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.aside_box {
  padding: 50px 20px 65px;
  background: linear-gradient(60deg, #e6accf, #c7f5f9);
  max-width: 1400px;
  border-radius: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aside_box {
    width: 100%;
    padding: 60px 20px;
  }
}
.aside_box > p {
  font-size: 1.6rem;
  margin-bottom: 45px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .aside_box > p {
    font-size: 1.4rem;
  }
}

.aside_tel {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .aside_tel {
    width: 290px;
  }
}
.aside_tel a {
  width: 100%;
  text-decoration: none;
  border-radius: 100vmax;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside_tel a:hover {
  background-color: #fcebf8;
}
.aside_tel a p {
  color: #333;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.a_tel1 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .a_tel1 {
    font-size: 1.4rem;
  }
}

.a_tel2 {
  font-weight: 500;
  font-size: 3rem;
  padding: 7px 0 7px 35px;
  letter-spacing: 0;
  background: url(images/tel.svg) left top 12px no-repeat;
  display: inline-block;
  margin-inline: auto;
  color: #f558ac !important;
  letter-spacing: 0.05em;
}
.a_tel2 p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .a_tel2 {
    font-size: 2.6rem;
  }
}

.a_tel3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .a_tel3 {
    font-size: 1.3rem;
  }
}

.aside_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .aside_btn {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.aside_contact {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .aside_contact {
    width: 290px;
  }
}
.aside_contact a {
  width: 100%;
  text-decoration: none;
  border-radius: 100vmax;
  padding: 34px 85px;
  background-color: #de78b6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .aside_contact a {
    padding: 30px 25px;
  }
}
.aside_contact a:hover {
  background-color: #f558ac;
}
.aside_contact a p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding-left: 35px;
  background: url(images/mail.svg) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_contact a p {
    font-size: 1.8rem;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 75px;
  background-color: #fcebf8;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
}

.footer_container {
  width: calc(100% - 40px);
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
  }
}

.footer_name {
  font-size: 2rem;
  margin: 15px 0;
}
.footer_name span {
  font-size: 1.6rem;
  margin-right: 10px;
}

.footer_address {
  font-size: 1.6rem;
  margin-bottom: 25px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.4rem;
  }
}

.footer_right {
  display: flex;
  gap: 100px;
  padding: 30px 0px 0 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 80px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.sitemap li {
  margin-bottom: 15px;
}

.sitemap a {
  font-size: 1.7rem;
  text-decoration: none;
  position: relative;
  color: #333;
  letter-spacing: 0.1em;
}
.sitemap dt {
  color: #f558ac;
  font-size: 2rem;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.sitemap li, .sitemap dd {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(images/arrow2.svg) center left no-repeat;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #de78b6;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  color: #fff;
  margin-top: 60px;
  background-color: #de78b6;
  text-align: center;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  .copyright_block {
    margin-top: 50px;
  }
}

.copyright {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
    text-align: center;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #4ac7d6;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 26px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow2.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #de78b6;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #de78b6;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: #e25eae;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #e25eae;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 23px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 33px;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  #g_navi .menu > li {
    margin: 0 15px;
  }
}
#g_navi .menu > li > a > span {
  display: block;
  color: #4ac7d6;
  font-size: 1.1rem;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #de78b6;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #de78b6;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #de78b6;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 20px 0;
  position: relative;
  margin-bottom: 80px;
}
.breadcrumb_area::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: linear-gradient(60deg, #e6abcf, #c7f5f9);
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area::after {
    height: 95px;
  }
}

.breadcrumb {
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-left: 20px;
}
.breadcrumb span {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    margin: 0 10px;
  }
}

.breadcrumb p {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.breadcrumb a {
  color: #fff;
  position: relative;
}
.breadcrumb a:hover {
  color: #fcebf8;
  text-decoration: none;
}

/* パンくずリストホバー時アンダーライン */
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5% 10px;
    margin: 10px auto 30px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_title {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-right: 40px;
  letter-spacing: 0.012em;
}

.top_ttl01 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #f885c3;
  margin-bottom: 50px;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_ttl01 {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
.top_ttl01 span {
  font-size: 1.6rem;
  color: #4ac7d6;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_ttl01 span {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.top_ttl02 {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #f885c3;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 50px;
  background: url(images/ttl_deco.svg) top 15px right no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    font-size: 2.3rem;
  }
}
.top_ttl02 span {
  font-size: 1.6rem;
  color: #4ac7d6;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl02 span {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_c {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top_ttl03 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  color: #f558ac;
  margin-bottom: 50px;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_ttl03 {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
.top_ttl03 span {
  font-size: 1.2rem;
  color: #4ac7d6;
  letter-spacing: 0.1em;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 span {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.ttl_contact {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  color: #f558ac;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-top: 35px;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background: url(images/ttl_deco2.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl_contact {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
.ttl_contact span {
  font-size: 1.8rem;
  color: #4ac7d6;
  letter-spacing: 0.2em;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_contact span {
    font-size: 1.4rem;
  }
}

.headline {
  text-align: center;
  font-size: 3.3rem;
  color: #f558ac;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 80px;
  padding-top: 35px;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  background: url(images/headline_deco.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
    padding-top: 25px;
    background-size: 50px;
    margin-bottom: 40px;
  }
}
.headline span {
  font-size: 1.8rem;
  color: #4ac7d6;
  letter-spacing: 0.15em;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.4rem;
  }
}

.ttl01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #50adb9;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 10px 20px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2rem;
    background-size: 25px;
  }
}
.ttl01 span {
  font-size: 1.6rem;
}

.ttl01_1 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #50adb9;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 10px 20px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl01_1 {
    font-size: 2.3rem;
    background-size: 25px;
    margin-bottom: 30px;
  }
}

.ttl01_2 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #50adb9;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 10px 20px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl01_2 {
    font-size: 2rem;
    background-size: 25px;
    margin-bottom: 30px;
  }
}

.ttl01_3 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #50adb9;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 10px 20px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ttl01_3 {
    font-size: 2.3rem;
    background-size: 25px;
    margin-bottom: 30px;
  }
}

.ttl01_4 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #50adb9;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl01_4 {
    font-size: 2rem;
    background-size: 25px;
    margin-bottom: 15px;
  }
}
.ttl01_4 span {
  font-size: 1.6rem;
}

.headline2 {
  text-align: center;
  font-size: 3.3rem;
  color: #f558ac;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 50px;
  padding-top: 35px;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  background: url(images/headline_deco.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline2 {
    font-size: 2.5rem;
    padding-top: 25px;
    background-size: 50px;
    margin-bottom: 40px;
  }
}
.headline2 span {
  font-size: 1.8rem;
  color: #4ac7d6;
  letter-spacing: 0.15em;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline2 span {
    font-size: 1.4rem;
  }
}

.ttl02 {
  font-size: 2.6rem;
  color: #f674b8;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.ttl03 {
  text-align: center;
  font-size: 3.2rem;
  color: #50adb9;
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 30px;
  padding-top: 20px;
  background: url(images/ttl_deco4.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 2.3rem;
  }
}

.ttl04 {
  font-size: clamp(2.3rem, 1.8vw, 2.8rem);
  font-weight: 500;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #f674b8;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.8rem;
  }
}

.single_ttl {
  font-size: 2.6rem;
  margin-bottom: 40px;
  color: #e25eae;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 180px;
    margin: 0 auto;
  }
}
.btn1 a {
  color: inherit;
  text-align: center;
  font-size: 1.6rem;
  background: url(images/btn_arrow1.svg) right 15px center no-repeat, #fff;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid #e25eae;
  width: 100%;
  padding: 11px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn1 a:hover {
  background: url(images/btn_arrow1.svg) right 10px center no-repeat, #fcebf8;
}

.btn2 {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 250px;
    margin: 0 auto;
  }
}
.btn2 a {
  color: inherit;
  border-radius: 100vmax;
  border: 1px solid #e25eae;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn2 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  top: 5px;
  left: 5px;
  background-color: #fccee7;
  z-index: -1;
}
.btn2 a span {
  padding: 10px 0 10px 40px;
  background: url(images/btn_arrow2.svg) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.btn2 a:hover {
  background-color: #fcebf8;
}
.btn2 a:hover::after {
  background-color: #f558ac;
}

.btn_container {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
    margin: 30px 0 40px;
  }
}

.btn2_1 {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2_1 {
    width: 160px;
  }
}
.btn2_1 a {
  color: inherit;
  border-radius: 100vmax;
  border: 1px solid #e25eae;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn2_1 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  top: 5px;
  left: 5px;
  background-color: #fccee7;
  z-index: -1;
}
.btn2_1 a span {
  padding: 10px 0 10px 40px;
  background: url(images/btn_arrow2.svg) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn2_1 a {
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}
.btn2_1 a:hover {
  background-color: #fcebf8;
}
.btn2_1 a:hover::after {
  background-color: #f558ac;
}

.btn_report {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_report {
    width: 48%;
    margin: 0 auto;
  }
}
.btn_report a {
  color: inherit;
  border-radius: 100vmax;
  border: 1px solid #e25eae;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn_report a {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.btn_report a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  top: 5px;
  left: 5px;
  background-color: #fccee7;
  z-index: -1;
}
.btn_report a span {
  padding: 10px 0 10px 40px;
  background: url(images/pdf.svg) left center no-repeat;
  color: #444;
}
@media screen and (max-width: 767px) {
  .btn_report a span {
    padding: 10px 0 10px 25px;
    background-size: 18px;
  }
}
.btn_report a:hover {
  background-color: #fcebf8;
}
.btn_report a:hover::after {
  background-color: #f558ac;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  max-width: 1260px;
  height: 100%;
  height: 300px;
  overflow-y: scroll;
  padding-right: 0px;
  margin-left: 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .news_post {
    margin-left: 0;
    height: auto;
    max-height: 300px;
    border-bottom: none;
  }
}

.news_post article a {
  width: 100%;
  padding: 38px 70px 38px 30px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background: url(images/news_arrow.svg) right 20px center no-repeat;
}

.news_post article a:hover {
  background: #fcebf8;
  background: url(images/news_arrow.svg) right 10px center no-repeat, #fcebf8;
}

.news_post article a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_post article a:hover::before {
  right: 10px;
}

.news_post article a h3 {
  color: #222;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: inline-block;
  font-weight: 400;
}

.news_post article .date {
  font-size: 1.5rem;
  color: #f558ac;
  font-weight: 500;
  margin-right: 5px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-right: 40px;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 60px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    color: #aaa;
  }
}
/****************************************

contentトップ用

*****************************************/
/* トップお知らせ*/
.top_box01 {
  padding: 28px 45px 28px 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 20px 3%;
    display: block;
    margin-bottom: 60px;
  }
}
.top_box01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 510px;
  background: linear-gradient(60deg, #e6accf, #c7f5f9);
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .top_box01::after {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01::after {
    height: 300px;
  }
}

.news_post_top .date {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_post_top .date {
    font-size: 1.3rem;
  }
}
.news_post_top a {
  color: #fff;
}
.news_post_top a h3 {
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .news_post_top a h3 {
    font-size: 1.4rem;
  }
}
.news_post_top a:hover {
  text-decoration: none;
}

.top_box01_content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_box01_content {
    display: block;
    margin-bottom: 20px;
  }
}

/* section1*/
.top_box02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 60px;
  }
}

.w1650 .flex_r {
  max-width: 1650px;
  width: calc(100% - 20px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .w1650 .flex_r {
    width: 100%;
  }
}

.txt1 {
  width: 580px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    padding: 0 3%;
    margin-top: 0;
  }
}

.fig1 {
  width: 50%;
  max-width: 887px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 90%;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

/* section2*/
.top_box03 {
  margin-bottom: 115px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.top_box03 {
  position: relative;
}
.top_box03::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 436px;
  background: linear-gradient(60deg, #e6abcf, #c7f5f9);
  opacity: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box03::after {
    height: 80%;
  }
}

.w1650 .flex {
  max-width: 1650px;
  width: calc(100% - 20px);
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .w1650 .flex {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w1650 .flex .fig1 {
    margin: 0 0 0 auto;
  }
}

.txt1_1 {
  width: 510px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .txt1_1 {
    width: 100%;
    padding: 0 3%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.txt1_1 p {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .txt1_1 p {
    margin-bottom: 30px;
  }
}

/* section3*/
.top_box04 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 60px;
  }
}
.top_box04 .w1200 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04 .w1200 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.bnr1 {
  border: 16px;
  overflow: hidden;
  border-radius: 16px;
  width: 560px;
  box-shadow: 13px 13px 27px rgba(0, 0, 0, 0.1725490196);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bnr1 {
    max-width: 560px;
    width: 100%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1725490196);
  }
}
.bnr1 p {
  color: #555;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.bnr1_content {
  width: 354px;
  aspect-ratio: 354/190;
  display: flex;
  align-items: center;
}

/* section4*/
.top_box5 {
  max-width: 1660px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box5 {
    margin-bottom: 60px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .top_box5_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}

/* section5*/
.top_box06 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    margin-bottom: 60px;
  }
}
.top_box06 .flex_r {
  max-width: 1650px;
  width: calc(100% - 20px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box06 .flex_r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_box06 .txt1 {
    margin-bottom: 30px;
  }
}
.top_box06 .txt1 p {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top_box06 .txt1 p {
    margin-bottom: 30px;
  }
}

.txt2 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

.about_name {
  font-size: 2.8rem;
  text-align: right;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-right: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about_name {
    font-size: 2.2rem;
    margin-right: 0px;
  }
}
.about_name span {
  font-size: 1.8rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .about_name span {
    font-size: 1.6rem;
  }
}

.about_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_box01 {
    margin-bottom: 60px;
  }
}
.about_box01 .txt2 {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .about_box01 .txt2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.about_box02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_box02 {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 30px;
  }
}

.box01 {
  width: 570px;
  border: 2px solid #de78b6;
  padding: 20px 40px 35px;
  border-radius: 20px;
  background: url(images/woman1.png) right 40px bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .box01 {
    width: 100%;
    padding: 20px 20px 180px;
    background: url(images/woman1.png) center bottom no-repeat;
    background-size: 100px;
  }
}
.box01 dt {
  font-size: 3rem;
  display: inline-block;
  padding: 10px 15px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  font-weight: 500;
  color: #50adb9;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .box01 dt {
    font-size: 2.3rem;
    background-size: 25px;
  }
}
.box01 dd {
  font-size: 1.8rem;
  padding-left: 45px;
  background: url(images/check.svg) left 10px center no-repeat;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .box01 dd {
    font-size: 1.6rem;
    padding-left: 30px;
    background: url(images/check.svg) left center no-repeat;
    background-size: 20px;
  }
}
.box01 p {
  font-size: 1.6rem;
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .box01 p {
    font-size: 1.4rem;
  }
}

.box01_1 {
  width: 570px;
  border: 2px solid #50adb9;
  padding: 20px 40px 35px;
  border-radius: 20px;
  background: url(images/woman2.png) right 40px bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .box01_1 {
    width: 100%;
    padding: 20px 20px 180px;
    background: url(images/woman2.png) center bottom no-repeat;
    background-size: 140px;
  }
}
.box01_1 dt {
  font-size: 3rem;
  display: inline-block;
  padding: 10px 15px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  font-weight: 500;
  color: #f674b8;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .box01_1 dt {
    font-size: 2.3rem;
    background-size: 25px;
  }
}
.box01_1 dd {
  font-size: 1.8rem;
  padding-left: 45px;
  background: url(images/check2.svg) left 10px center no-repeat;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .box01_1 dd {
    font-size: 1.6rem;
    padding-left: 30px;
    background: url(images/check.svg) left center no-repeat;
    background-size: 20px;
  }
}

.about_box03 {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_box03 {
    margin-bottom: 60px;
  }
}

.white_box {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 8px 8px 27px rgba(0, 0, 0, 0.2039215686);
  width: 630px;
  padding: 40px 60px 48px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .white_box {
    position: relative;
    transform: translateY(10%);
    width: 90%;
    padding: 20px 20px 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2039215686);
  }
}

.pic {
  border-radius: 20px;
  overflow: hidden;
  width: 680px;
}
@media screen and (max-width: 767px) {
  .pic {
    width: 90%;
    margin: 0 0 0 auto;
  }
}

.report_post article {
  border: 1px solid #e25eae;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .report_post article {
    flex-direction: column;
  }
}
.report_post .btn_box {
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 377px);
}
@media screen and (max-width: 767px) {
  .report_post .btn_box {
    width: 100%;
    padding: 20px 10px;
  }
}

.ttl_box {
  background-color: #fceff7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 377px;
}
@media screen and (max-width: 767px) {
  .ttl_box {
    width: 100%;
    padding: 20px;
  }
}
.ttl_box h2 {
  font-size: 3rem;
  color: #f558ac;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl_box h2 {
    font-size: 2.2rem;
  }
}

.report_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .report_box01 {
    margin-bottom: 60px;
  }
}

.btn_box_container {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .btn_box_container {
    gap: 30px 10px;
  }
}

.tbl1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 13px 0px;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    border-spacing: 0;
  }
}
.tbl1 th {
  width: 272px;
  border-bottom: 1px solid #f558ac;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    font-size: 1.5rem;
    width: 100%;
    border-bottom: none;
    padding: 20px 20px 5px;
  }
}
.tbl1 td {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #f558ac;
    padding: 0 20px 20px;
  }
}
.tbl1 tr:first-of-type th {
  border-top: 1px solid #de78b6;
}
.tbl1 tr:first-of-type td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tbl1 tr:first-of-type td {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}

.company_box01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .company_box01 {
    margin-bottom: 60px;
  }
}

.eigyou {
  font-size: 1.6rem;
  color: #f558ac;
  border: 1px solid #e25eae;
  padding: 11px;
  text-align: center;
  width: 390px;
  margin: 30px auto 0;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .eigyou {
    width: 90%;
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}

.map {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_box02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company_box02 {
    margin-bottom: 60px;
  }
}

.activity_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .activity_box01 {
    margin-bottom: 60px;
  }
}
.activity_box01 .txt3 {
  margin-top: 110px;
}
@media screen and (max-width: 1450px) {
  .activity_box01 .txt3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .activity_box01 .txt3 {
    margin-top: 0;
  }
}

.txt3 {
  max-width: 650px;
  width: 45%;
  margin-left: 5%;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .txt3 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    padding: 0 3%;
    margin-bottom: 40px;
    margin-left: 0;
  }
}

.fig3 {
  width: 55%;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 90%;
  }
}
.fig3 img {
  width: 100%;
  height: auto;
}

.pink {
  color: #f558ac;
}

.recommend {
  border: 2px solid #50adb9;
  border-radius: 20px;
  padding: 20px 40px 40px;
  margin-top: 45px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding: 20px;
    margin-top: 30px;
    margin-left: 1px;
  }
}
.recommend dt {
  font-size: 2.6rem;
  display: inline-block;
  padding: 10px 15px 0px 0;
  background: url(images/ttl_deco3.svg) top right no-repeat;
  font-weight: 500;
  color: #f674b8;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recommend dt {
    font-size: 2rem;
    background-size: 25px;
  }
}
.recommend dd {
  font-size: 1.8rem;
  padding-left: 40px;
  background: url(images/check2.svg) left top 5px no-repeat;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recommend dd {
    font-size: 1.5rem;
    padding-left: 30px;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
  }
}

.activity_box02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .activity_box02 {
    margin-bottom: 60px;
  }
}
.activity_box02 .flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .activity_box02 .fig3 {
    margin: 0 0 0 auto;
  }
}

.txt3_1 {
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
  .txt3_1 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .txt3_1 {
    width: 100%;
    padding: 0 3%;
    margin-bottom: 40px;
  }
}

.activity_box03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .activity_box03 {
    margin-bottom: 60px;
  }
}

.txt3_2 {
  margin-top: 80px;
  max-width: 630px;
  width: 40%;
}
@media screen and (max-width: 1450px) {
  .txt3_2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .txt3_2 {
    width: 100%;
    padding: 0 3%;
  }
}

.activity_box04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .activity_box04 {
    padding: 0 3%;
    margin-bottom: 60px;
  }
}

.activity_box04_container {
  max-width: 1540px;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  display: flex;
  gap: 1.875%;
}
@media screen and (max-width: 767px) {
  .activity_box04_container {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 4%;
    justify-content: center;
  }
}

.activity_box04_content {
  max-width: 280px;
  width: 18.5%;
}
@media screen and (max-width: 767px) {
  .activity_box04_content {
    width: 48%;
  }
}
.activity_box04_content figure {
  width: 100%;
  margin-bottom: 10px;
}
.activity_box04_content figure img {
  width: 100%;
  height: auto;
}
.activity_box04_content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .activity_box04_content p {
    font-size: 1.4rem;
  }
}

.activity_box05 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .activity_box05 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .activity_box05 .fig3 {
    margin: 0 0 0 auto;
  }
}

.check_list {
  margin-top: 20px;
}
.check_list dl {
  padding-left: 35px;
  background: url(images/check.svg) top 15px left no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .check_list dl {
    background: url(images/check.svg) top 8px left no-repeat;
    background-size: 20px;
    padding-left: 25px;
  }
}
.check_list dt {
  font-size: 2.6rem;
  color: #f558ac;
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .check_list dt {
    font-size: 1.8rem;
  }
}
.check_list dd {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .check_list dd {
    font-size: 1.4rem;
  }
}

.activity_box06 {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity_box06 {
    margin-bottom: 60px;
  }
}

.activity_box07 {
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .activity_box07 {
    padding: 0 3%;
    margin: 0 auto 60px;
  }
}

.activity_box07_box {
  border: 1px solid #50adb9;
  border-radius: 20px;
  padding: 30px 50px 40px;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .activity_box07_box {
    width: 100%;
    padding: 20px;
  }
}

.flow_box01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .flow_box01 {
    margin-bottom: 60px;
  }
}

.tbl2 {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .tbl2 {
    width: 100%;
  }
}
.tbl2 th {
  font-size: 3rem;
  color: #4ac7d6;
  font-weight: 400;
  padding: 15px 30px 0 0;
  text-align: right;
  position: relative;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    font-size: 1.8rem;
    width: 20%;
    padding: 10px 10px 0 0;
  }
}
.tbl2 th::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100vmax;
  background-color: #e25eae;
  top: 40px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .tbl2 th::before {
    width: 10px;
    height: 10px;
    top: 22px;
    right: -10px;
  }
}
.tbl2 td:first-of-type {
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #f558ac;
  font-size: 3.3rem;
  font-weight: 500;
  padding: 15px 0 0 70px;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .tbl2 td:first-of-type {
    font-size: 1.8rem;
    width: 35%;
    padding: 10px 0px 0 20px;
  }
}
.tbl2 td:last-of-type {
  font-family: "Kiwi Maru", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .tbl2 td:last-of-type {
    font-size: 1.3rem;
    width: 45%;
    padding: 10px 0px 0 0;
  }
}
.tbl2 tr {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .tbl2 tr {
    height: 60px;
  }
}
.tbl2 tr:nth-child(even) {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .tbl2 tr:nth-child(even) {
    height: 120px;
  }
}
.tbl2 tr:not(:last-of-type) th::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  top: 50px;
  right: -8px;
  background-color: #e25eae;
}
@media screen and (max-width: 767px) {
  .tbl2 tr:not(:last-of-type) th::after {
    top: 30px;
    right: -5px;
  }
}

.fig4 {
  display: flex;
  flex-direction: column;
  width: 360px;
  gap: 10px;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .fig4 {
    width: 100%;
    gap: 2%;
    margin-left: 0;
    flex-direction: row;
  }
}
.fig4 figure {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig4 figure {
    width: 49%;
  }
}

.flow_bnr {
  box-shadow: 13px 13px 27px rgba(0, 0, 0, 0.2549019608);
  width: 560px;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .flow_bnr {
    width: 100%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2549019608);
  }
}

.flow_box02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .flow_box02 {
    padding: 0 3%;
    margin-bottom: 60px;
  }
}

.news_box01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .news_box01 {
    margin-bottom: 60px;
  }
}

.news_container {
  border-top: 1px solid #ccc;
}

.news_container article a {
  width: 100%;
  padding: 37px 70px 37px 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background: url(images/news_arrow.svg) right 25px center no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news_container article a {
    flex-direction: column;
    padding: 20px 50px 20px 10px;
    background: url(images/news_arrow.svg) right 15px center no-repeat;
    background-size: 20px;
  }
}

.news_container article a:hover {
  background: #fcebf8;
  background: url(images/news_arrow.svg) right 10px center no-repeat, #fcebf8;
}
@media screen and (max-width: 767px) {
  .news_container article a:hover {
    background: url(images/news_arrow.svg) right 5px center no-repeat, #fcebf8;
    background-size: 20px;
  }
}

.news_container article a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_container article a:hover::before {
  right: 10px;
}

.news_container article a h2 {
  color: #222;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news_container article a h2 {
    font-size: 1.5rem;
  }
}

.news_container article .date {
  font-size: 1.5rem;
  color: #f558ac;
  font-weight: 500;
  margin-right: 5px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .news_container article .date {
    font-size: 1.3rem;
  }
}

.recruit_box01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruit_box01 {
    margin-bottom: 60px;
  }
}
.recruit_box01 > p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .recruit_box01 > p {
    font-size: 1.6rem;
  }
}

.contact_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact_box01 {
    margin-bottom: 60px;
  }
}
.contact_box01 > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact_box01 > p {
    font-size: 1.4rem;
  }
}

.contact_tel {
  max-width: 440px;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #e25eae;
  border-radius: 100vmax;
}
.contact_box02 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .contact_box02 {
    margin-bottom: 60px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */