@charset "UTF-8";
/****************************************

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

*****************************************/
/*!
Theme Name: qolcc
Description: 共生グループ | 就労継続支援A型（筑後市）と障がい者グループホーム（八女市）の運営
Theme URI: https://www.qolcc.co.jp
Version: 1.0
License: qolcc.co.jp
License URI: https://www.qolcc.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  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, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, 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;
}

/* 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;
}

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

body設定(主に書式)

*****************************************/
body {
  position: relative;
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #333;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 1.5rem;
    background-size: auto 430px;
  }
}
/****************************************

ページ共通

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

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

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

*****************************************/
a:link, a:visited {
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .head_area {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.6%;
    width: 100%;
    z-index: 99;
    gap: 2%;
  }
  .head_page_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.6%;
    width: 100%;
    z-index: 99;
    gap: 2%;
    margin-bottom: 20px;
  }
  .head_info {
    display: flex;
    align-items: center;
    justify-content: end;
    height: -moz-max-content;
    height: max-content;
    z-index: 999;
    transition: 0.3s;
  }
  .head_info .area {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .head_info .address {
    font-size: 1.3rem;
  }
  .head_info .inner {
    margin-right: 3%;
    padding-top: 25px;
  }
  .head_info .tel {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .contact_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background: #619697;
    border-radius: 0 0 0 29px;
  }
  .contact_btn a:hover {
    background: #ce6083;
  }
}
.scroll-bar {
  position: absolute;
  left: 25px;
  bottom: -60px;
  height: 225px;
  overflow: hidden;
}
.scroll-bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #fff;
}
.scroll-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  /* 透明 → 白 → 透明（フェードは色で） */
  background: linear-gradient(to bottom, rgba(97, 150, 151, 0) 0%, rgba(97, 150, 151, 0.8) 35%, rgba(97, 150, 151, 0.8) 65%, rgba(97, 150, 151, 0) 100%);
  animation: scrollLine 2s linear infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(380px);
  }
}
.scroll-bar span {
  font-family: "Spectral", "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: #fff;
}
.scroll-bar span a {
  color: #fff;
  text-decoration: none;
}
.scroll-bar span a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1400px) {
  .head_area,
  .head_page_area {
    justify-content: end;
  }
  .head_logo {
    position: absolute;
    left: 2.8%;
    top: 35px;
    z-index: 9999;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  .head_info {
    display: none;
  }
  .head_logo {
    max-width: 200px;
    top: 20px;
    left: 20px;
  }
  .scroll-bar {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 44px;
    height: 43px;
    cursor: pointer;
    z-index: 9999999;
    background: #619697;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 8px;
  }
  #toggle span:nth-child(2) {
    top: 19px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #619697;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(12px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
    background: rgba(97, 150, 151, 0.95);
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    width: 90%;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
    margin: 0 auto -1px;
    background: rgba(97, 150, 151, 0.95);
  }
  #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 span {
    font-family: initial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #aaa;
    padding: 6px 0;
  }
  #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: #619697;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    font-size: 1.4rem;
    font-family: initial;
    font-weight: 400;
    display: block;
    padding: 10px 0;
    color: #619697;
    background: rgba(255, 255, 255, 0.95);
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: rgba(97, 150, 151, 0.98);
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  margin-bottom: 5px;
}
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: end;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
}
#g_navi .menu > li > a {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  padding: 10px 20px 8px;
  letter-spacing: 0.1em;
  color: #333;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  min-width: 180px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 14px 12px;
  background-color: rgba(97, 150, 151, 0.9);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(206, 96, 131, 0.9);
  transition: 0.3s linear;
}
#g_navi .menu li ul li a {
  background-image: none !important;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  #g_navi .menu > li > a {
    font-size: 1.6rem;
  }
}
/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    transition: 0.6s;
    background: #ce6083;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: calc(50% - 20px);
  }
}
/****************************************

メインビジュアル

*****************************************/
#top_mv {
  position: relative;
  display: flex;
  justify-content: end;
  padding-top: 140px;
  margin-bottom: 140px;
}
#top_mv .top_mv_img {
  width: 73.491%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_mv_txt {
  position: absolute;
  left: 13.5%;
  top: 50%;
  transform: translateY(-50%);
}

#mv {
  position: relative;
  height: 240px;
  background: #ecf8f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mv .main {
  position: relative;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #619697;
  letter-spacing: 0.2em;
}
#mv .sub {
  position: absolute;
  left: -85px;
  top: -50px;
}

@media screen and (max-width: 1400px) {
  .top_mv_txt {
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    height: 60vh;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #top_mv::after {
    width: 95%;
    height: 100%;
    top: 25px;
  }
  #top_mv .top_mv_img {
    height: 100%;
    -o-object-position: 40% center;
       object-position: 40% center;
  }
  .top_mv_txt {
    width: 80%;
    top: 50%;
    padding-bottom: 30px;
    left: 2%;
    transform: translateY(-50%);
  }
  .top_mv_txt img {
    filter: drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
  }
  #mv {
    position: relative;
    padding-top: 0;
    background: #ecf8f6;
    height: 260px;
    padding-top: 30px;
  }
  #mv .main {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #mv .sub {
    font-size: 4rem;
    color: #ce6083;
    margin: 0;
    position: absolute;
    left: -30px;
    top: 0;
    height: 50px;
    transform: rotate(0deg) translateY(-50%);
  }
  #mv .sub img {
    width: 70%;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 140px;
}

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

main#single_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 60px;
}

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

.single_tit {
  margin-bottom: 25px;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 60px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1200px;
  text-align: right;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #333;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #619697;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #619697;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a {
  line-height: 1.8;
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 0 0;
  }
  main#top_main::before {
    width: 100%;
    background-size: contain;
    top: 0;
  }
  main#page_main {
    padding: 0 15px 0;
    background: none;
  }
  main#page_main::before {
    height: 150px;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .breadcrumb_area .breadcrumb p a {
    color: #333;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
  .elementor-33 .elementor-element.elementor-element-835e6e6 > .elementor-widget-container {
    margin: 0;
  }
  .single_tit {
    font-size: 2.2rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 140px 10% 140px 0;
  background: url(images/top_box01.jpg) center top no-repeat;
}
.top_box01 .btn_box {
  gap: 20px;
  margin-top: 55px;
}

@media screen and (max-width: 1400px) {
  .top_box01 {
    padding: 140px 5% 140px 0;
  }
  .top_box01 .btn_box {
    margin-top: 35px;
    gap: 15px;
  }
}
.top_box02 {
  padding: 120px 3% 100px;
}
.top_box02 .area {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto 70px;
  align-items: center;
}
.top_box02 .come {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 50px;
}
.top_box02 .txt {
  width: 48.052%;
}
.top_box02 figure {
  position: relative;
  width: 48.052%;
  z-index: 2;
}
.top_box02 figure::after {
  position: absolute;
  content: "";
  background: #f2d6e0;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.top_box02 figure img {
  height: 446px;
}
@media print, screen and (min-width: 768px) {
  .top_box02 {
    background: linear-gradient(to bottom, transparent 0%, transparent 45%, #faeff3 45%, #faeff3 100%);
  }
}

.top_menu div {
  padding: 15px 0 15px;
  position: relative;
  width: 240px;
  height: 210px;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 2;
}
.top_menu div::after {
  position: absolute;
  content: "";
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.top_menu div:hover::after {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .top_menu div:not(:last-child) {
    border-right: 1px solid rgba(97, 150, 151, 0.3);
  }
}
.top_menu div a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top_menu p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #619697;
}

.top_box03 {
  gap: 40px;
  align-items: center;
  text-align: center;
  padding: 100px 7%;
  background: url(images/top_box03.jpg) center left no-repeat, url(images/top_box03_02.jpg) center right no-repeat;
}
.top_box03 .bnr_box {
  gap: 50px;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1400px) {
  .top_box03 {
    padding: 100px 3%;
  }
  .top_box03 .bnr_box {
    justify-content: space-between;
    gap: 15px;
  }
  .top_box03 .bnr_box li img {
    width: 100%;
    height: auto;
  }
}
.top_box04 {
  padding: 100px 5% 160px;
  background: url(images/top_box04.jpg) center center no-repeat;
  background-size: cover;
}
.top_box04 .inner {
  width: 100%;
  margin-left: calc((100% - 1200px) / 2);
}
@media print, screen and (min-width: 768px) {
  .top_box04 .inner {
    max-width: 540px;
  }
}
.top_box04 .btn03 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 80px 15px 50px;
    background: url(images/top_box04.jpg) center right 52% no-repeat;
  }
  .top_box04 .inner {
    margin: auto;
    text-align: center;
  }
  .top_box04 .inner p {
    text-align: left;
  }
  .top_box04 .btn03 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1650px) {
  .top_box03 {
    position: relative;
  }
  .top_box03 .txt {
    width: 74%;
    padding: 7% 4%;
    font-size: 1.7rem;
    min-height: initial;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
  }
  .top_box03::after {
    background: url(images/top_img02.jpg) center left 40% no-repeat;
    background-size: cover;
  }
  .top_box04 .inner {
    margin-left: calc((100% - 1020px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 100px 15px 50px;
    background-position: right 0;
    background-size: cover;
  }
  .top_box01 .btn_box {
    margin-top: 40px;
  }
  .top_box02 {
    padding: 50px 0;
    background: #faeff3;
  }
  .top_box02 .come {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0em;
    margin-top: 35px;
    text-align: center;
  }
  .top_box02 .txt {
    width: 100%;
    padding: 0 15px;
  }
  .top_box02 figure {
    padding: 0 10px 0 0;
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
  .top_box02 figure::after {
    width: calc(100% - 10px);
    right: 0px;
    bottom: -10px;
  }
  .top_box02 figure img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .top_box02 .area {
    flex-direction: column;
    margin-bottom: 0;
  }
  .top_box03 {
    padding: 50px 15px;
    background: url(images/top_box03.jpg) top 20% left no-repeat, url(images/top_box03_02.jpg) bottom 20% right no-repeat;
    background-size: auto 30%, auto 30%;
  }
  .top_box03 .bnr_box {
    flex-wrap: wrap;
  }
  .top_box03 .bnr_box li {
    width: 100%;
  }
  .top_box03 p {
    text-align: left;
  }
  .top_menu {
    background: #faeff3;
    padding: 0 15px;
  }
  .top_menu div {
    padding: 0;
    width: 50%;
    background: #faeff3;
  }
  .top_menu div img {
    width: auto;
    height: 80%;
  }
  .top_box04 .inner {
    margin-left: auto;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  width: 100%;
  padding: 100px 3%;
  background: #ecf8f6;
  text-align: center;
}
#top_news::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 140%;
  background: url(images/top_news.jpg) top left repeat;
  z-index: -1;
}
#top_news .btn01 {
  margin: 40px auto 0;
}

.news_box {
  width: 1080px;
  height: 260px;
  overflow-y: scroll;
  margin: 0 auto;
}
.news_box li {
  width: 97%;
  display: flex;
  justify-content: left;
  padding: 25px 0;
  gap: 40px;
  border-bottom: 1px dotted #666666;
}
.news_box data {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #619697;
}
.news_box h3 {
  line-height: 1.6;
}
.news_box h3 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.news_box h3 a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #619697;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.news_box h3 a:hover::after {
  transform: scale(1, 1);
}
.news_box h3 a {
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #top_news {
    padding: 75px 15px 50px;
  }
  #top_news .area {
    display: block;
  }
  #top_news .news_box {
    width: 100%;
  }
  #top_news .news_box li {
    padding: 10px 10px;
    display: block;
    text-align: left;
  }
  #top_news::after {
    width: 100%;
    border-radius: 30px;
  }
}
/****************************************

content下層用

*****************************************/
.aic {
  align-items: center;
}

/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .img_auto {
    width: auto;
    margin: 0 auto;
  }
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .img_box {
    gap: 4%;
    flex-wrap: wrap;
  }
}
/*working place IKIGAI*/
.point_box {
  margin-top: 40px;
  gap: 30px;
  flex-wrap: nowrap;
}
.point_box dl {
  width: 33.3333333333%;
  background: #faeff3;
  text-align: center;
  padding: 15px 20px 20px;
}
.point_box dl dt {
  font-size: 3.4rem;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #ce6083;
  line-height: 1.5;
}
.point_box dl dd {
  line-height: 1.5;
}

.flow_box figure {
  margin-bottom: 5px;
}
.flow_box figcaption {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #619697;
}

.tc {
  text-align: center;
}

/*作業内容*/
.timeline {
  position: relative;
  padding: 0 0 40px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 30%;
  top: 20px;
  width: 6px;
  height: calc(100% - 40px);
  background: #619697;
  transform: translateX(-50%);
}
.timeline .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
  position: relative;
}
.timeline .item::before {
  content: "";
  position: absolute;
  left: 30%;
  width: 18px;
  height: 18px;
  background: #ecf8f6;
  border: 3px solid #619697;
  border-radius: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.timeline .item .time {
  font-family: "Spectral", "Noto Serif JP", serif;
  width: 25%;
  padding: 2px 0;
  border-radius: 50px;
  text-align: center;
  color: #619697;
  font-size: 2.4rem;
  background: #ecf8f6;
}
.timeline .item .content {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  width: 65%;
  color: #619697;
  font-size: 2.8rem;
  line-height: 1.6;
}
.timeline .item .content .sub {
  display: block;
  font-size: 1.6rem;
  margin-top: 6px;
  color: #333;
  font-family: initial;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .point_box {
    flex-wrap: wrap;
    gap: 15px;
  }
  .point_box dl {
    width: 100%;
  }
  .flow_box {
    gap: 20px;
  }
  .timeline {
    padding-bottom: 10px;
  }
  .timeline::before {
    left: 32%;
    width: 3px;
  }
  .timeline .item::before {
    left: 32%;
    width: 12px;
    height: 12px;
    border: 2px solid #619697;
  }
  .timeline .item .time {
    width: 27%;
    font-size: 1.6rem;
  }
  .timeline .item .content {
    width: 62%;
    font-size: 1.7rem;
  }
  .timeline .item .content .sub {
    font-size: 1.4rem;
  }
}
.flow_box02 .timeline {
  position: static;
}
.flow_box02 .timeline::before {
  display: none;
}
.flow_box02 .timeline .item {
  align-items: start;
}
.flow_box02 .timeline .item::before {
  display: none;
}
.flow_box02 .timeline .content {
  width: 72%;
}
.flow_box02 .timeline .content p {
  font-family: initial;
  color: initial;
  font-size: 1.6rem;
  font-weight: 400;
}
.flow_box02 .timeline .content h2 {
  margin-bottom: 10px;
}
.flow_box02 .timeline .content .tel {
  color: #333;
}
.flow_box02 .timeline .content .linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.flow_box02 .timeline .content .linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.flow_box02 .timeline .content .linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.flow_box02 .timeline .content .linkbd02:hover::after {
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
}
.flow_box02 .timeline .content .linkbd02 {
  line-height: 1;
}

/*スコア表・評価表・自己評価*/
.score_list li:not(:last-child) {
  margin-bottom: 10px;
}
.score_list li a {
  position: relative;
  border: 1px solid #619697;
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}
.score_list li a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-right: 2px solid #619697;
  border-bottom: 2px solid #619697;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
.score_list li a:hover {
  color: #fff;
  background: #619697;
}
.score_list li a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*お知らせ*/
.topic_box .btn01 {
  margin: 50px 0 0;
  text-align: right;
}

/*経営理念*/
.principle_list {
  flex-wrap: nowrap;
  gap: 30px;
}
.principle_list li {
  background: #faeff3;
  width: 33.3333333333%;
  color: #ce6083;
  font-size: 2rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

/*お問い合わせ*/
.contact_box {
  gap: 35px;
}

.policy_box {
  text-align: center;
  padding: 45px;
  background: #faeff3;
}
.policy_box dt {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #ce6083;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.policy_box dd {
  font-size: 1.4rem;
}

/*お問い合わせ・エントリー*/
@media screen and (max-width: 767px) {
  .principle_list {
    gap: 15px;
  }
  .principle_list li {
    font-size: 1.6rem;
  }
  .topic_box h2 {
    font-size: 1.6rem;
  }
  .faq_box dl {
    padding: 14px;
  }
  .faq_box dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_box dl dt,
  .faq_box dl dd {
    padding-left: 40px;
    line-height: 1.6;
  }
  .faq_box dl dt::after,
  .faq_box dl dd::after {
    font-size: 2.2rem;
    width: 40px;
  }
  .faq_box dl dt {
    font-size: 1.7rem;
  }
  .flow_box dl {
    padding: 20px 20px 25px;
  }
  .flow_box dl dt {
    margin-bottom: 0;
  }
  .flow_box dl dd {
    text-align: left;
    font-size: 1.5rem;
  }
  .flow_box dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .flow_box dl:not(:last-child)::before {
    bottom: -13px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 13px solid #1b2c7a;
  }
  .flow_box dl:not(:last-child)::after {
    bottom: -12px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 13px solid #fff;
  }
  img.tel {
    width: auto;
    height: 26px;
  }
  .policy_box {
    padding: 30px 20px;
  }
  .policy_box dd {
    text-align: left;
  }
  .topic_box article {
    padding: 30px 15px;
    border-bottom: 1px solid #ccc;
  }
  .topic_box figure {
    margin-bottom: 10px;
  }
  .topic_box .btn01 {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .topic_box h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .topic_box .data {
    font-size: 1.5rem;
  }
  .flow_box02 .timeline .item {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .flow_box02 .timeline .time {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .flow_box02 .timeline .content {
    display: block;
    width: 100%;
  }
  .flow_box02 .timeline .content h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .flow_box02 .timeline .content .tel {
    text-decoration: none;
  }
}
/****************************************

single.php
mt10
*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below div {
  width: 250px;
  transition: 0.3s;
}
.nav-below div a {
  display: block;
  padding: 15px 5px;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ce6083;
  border: solid 1px rgba(255, 255, 255, 0.16);
}
.nav-below div a:hover {
  background: #619697;
}
.nav-below .next,
.nav-below .prev {
  width: 160px;
}
.nav-below > a {
  display: block;
  width: 30%;
  max-width: 140px;
  padding: 15px 5px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px rgba(255, 255, 255, 0.16);
  background: #ce6083;
  color: #fff;
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #619697;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: #619697;
}
.nav-below > a:hover span {
  color: rgba(97, 150, 151, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: #fff;
  border: solid 1px #619697;
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  transition: 0.3s;
  color: #fff;
  background: #619697;
}

.pager .current {
  background: rgba(238, 238, 238, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #619697;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single_box h1 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside {
  position: relative;
}
aside .balloon {
  position: absolute;
  display: inline-block;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #333;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  padding: 0 30px;
  font-weight: 500;
  left: 50%;
  top: -110px;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
}
aside .balloon::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 1px;
  left: 0;
  top: 50%;
  background: #333;
  transform: rotate(-36deg) translateY(-50%);
}
aside .balloon::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 1px;
  right: 0;
  top: 50%;
  background: #333;
  transform: rotate(36deg) translateY(-50%);
}
aside .bnr_box {
  gap: 0;
}
aside .bnr_box li {
  width: 50%;
}
aside .bnr_box li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  aside {
    padding: 50px 15px;
  }
  aside .balloon {
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    top: 0;
    margin-bottom: 30px;
  }
  aside .balloon p {
    font-size: 2rem;
  }
  aside .bnr_box {
    flex-direction: column;
    gap: 15px;
  }
  aside .bnr_box li {
    width: 100%;
  }
}
/****************************************

テーブル

*****************************************/
.overview_table,
.terms_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; /* 行間の余白 */
}

.overview_table th,
.overview_table td,
.terms_table th,
.terms_table td {
  border: 1px solid #436a6b;
  line-height: 1.6;
  vertical-align: middle;
}

.overview_table th,
.terms_table th {
  width: 30%;
  background: #609696;
  font-weight: 500;
  text-align: left;
  white-space: 600;
  font-size: 1.6rem;
  color: #fff;
  padding: 14px 20px;
  vertical-align: top;
}

.overview_table td,
.terms_table td {
  width: 70%;
  background: #fff;
  padding: 14px 20px;
  line-height: 2;
}

.price_table01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  letter-spacing: 0.08em;
}
.price_table01 th,
.price_table01 td {
  border: 1px solid #ccc;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6;
}
.price_table01 thead th {
  background: #ecf8f6;
  color: #619697;
  font-weight: 600;
  font-size: 1.8rem;
}
.price_table01 thead th.total {
  background: #619697;
  color: #ffffff;
}
.price_table01 thead th:last-child {
  background: #fff;
  color: #619697;
}
.price_table01 tbody td:nth-child(1),
.price_table01 tbody td:nth-child(2) {
  background: #ecf8f6;
  font-size: 1.8rem;
  width: 11%;
}
.price_table01 .first {
  width: 22%;
}
.price_table01 .sum {
  font-size: 1.8rem;
}
.price_table01 .trial {
  font-size: 1.6rem;
}

.price_table02 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.price_table02 th,
.price_table02 td {
  border: 1px solid #ccc;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.price_table02 thead th {
  background: #8fb5b6;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}
.price_table02 thead th.total {
  background: #619697;
  color: #ffffff;
}
.price_table02 thead th:last-child {
  background: #fff;
  color: #619697;
}
.price_table02 tbody td:nth-child(1),
.price_table02 tbody td:nth-child(2) {
  background: #8fb5b6;
  font-size: 1.8rem;
  width: 11%;
  color: #fff;
  vertical-align: top;
}
.price_table02 .sum {
  font-size: 1.8rem;
}
.price_table02 .trial {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .overview_table,
  .terms_table {
    border-spacing: 0 10px;
  }
  .overview_table tr:not(:last-child) td,
  .terms_table tr:not(:last-child) td {
    border-bottom: none;
  }
  .overview_table th,
  .terms_table th {
    border-bottom: 0;
  }
  .overview_table th,
  .overview_table td,
  .terms_table th,
  .terms_table td {
    width: 100%;
    display: block;
  }
  .table_wrap {
    overflow-x: auto;
  }
  .price_table01,
  .price_table02 {
    margin-top: 20px;
    width: 820px;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 60px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.4s;
  background: #619697;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 1px solid #619697;
}
.btn01 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
.btn01 a:hover {
  background: #fff;
  color: #619697;
  font-weight: 500;
}
.btn01 a:hover::after {
  border-right: 2px solid #619697;
  border-bottom: 2px solid #619697;
}

.btn02 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 60px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.4s;
  background: #619697;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 1px solid #619697;
}
.btn02 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
.btn02 a:hover {
  background: #fff;
  color: #619697;
  font-weight: 500;
}
.btn02 a:hover::after {
  border-right: 2px solid #619697;
  border-bottom: 2px solid #619697;
}
.btn02 a {
  transition: 0.4s;
  background: #619697;
}
.btn02 a:hover {
  background: #ce6083;
}
.btn02 a {
  width: 420px;
  height: 90px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  color: #619697;
  border: 1px solid #619697;
}
.btn02 a span {
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 15px;
}
.btn02 a span svg {
  width: 30px;
  fill: #619697;
  transition: 0.4s;
}
.btn02 a::after {
  right: 35px;
  border-right: 2px solid #619697;
  border-bottom: 2px solid #619697;
  transition: 0.4s;
}
.btn02 a:hover {
  background: #619697;
  color: #fff;
}
.btn02 a:hover span svg {
  fill: #fff;
}
.btn02 a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btn03 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 60px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.4s;
  background: #619697;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 1px solid #619697;
}
.btn03 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
.btn03 a:hover {
  background: #fff;
  color: #619697;
  font-weight: 500;
}
.btn03 a:hover::after {
  border-right: 2px solid #619697;
  border-bottom: 2px solid #619697;
}
.btn03 a {
  background: #ce6083;
  border: 1px solid #ce6083;
}
.btn03 a:hover {
  background: #fff;
  color: #ce6083;
  font-weight: 500;
}
.btn03 a:hover::after {
  border-right: 2px solid #ce6083;
  border-bottom: 2px solid #ce6083;
}

@media screen and (max-width: 767px) {
  .btn01 {
    text-align: center;
    margin: 0 auto;
  }
  .btn01 a {
    width: 300px;
    font-size: 1.5rem;
  }
  .btn02 a {
    max-width: 100%;
    height: 60px;
  }
  .btn02 a span {
    font-size: 1.5rem;
  }
  .btn05 {
    margin: 0 auto;
  }
  .btn05 a {
    min-width: 345px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .movie_btn li {
    width: 100%;
  }
  .movie_btn li a {
    height: 120px;
    font-size: 2rem;
  }
  .movie_btn li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

テキスト設定

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

.br_sp {
  display: none;
}

.marker, .marker02 {
  display: inline-block;
  color: #619697;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #619697;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
}
.linkbd02 {
  color: #fff;
  padding-bottom: 5px;
}
.linkbd02:hover {
  opacity: 0.8;
}

.txt_area {
  background: #f3f9fc;
  padding: 30px;
}

.txt720 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt720 {
    max-width: 720px;
  }
}

.txt740 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt740 {
    max-width: 740px;
  }
}

.txt760 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt760 {
    max-width: 760px;
  }
}

.frame_box {
  border: 1px solid #ce6083;
  padding: 10px;
  background: #fff;
}
.frame_box .inner {
  background: rgba(80, 167, 209, 0.14);
  padding: 30px;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.circle_li li {
  position: relative;
  padding: 0 0 0 18px;
}
.circle_li li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #ce6083;
}

.li_circle02 li {
  width: 48%;
}

.li_check li {
  position: relative;
  width: 49%;
  padding: 12px 15px 12px 60px;
  font-size: 2rem;
  background: #515151;
  padding-left: 60px;
}
@media print, screen and (min-width: 768px) {
  .li_check li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
.li_check li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #000 url(images/icon_check.svg) center center no-repeat;
  background-size: 20px;
  transform: translateY(-50%);
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .txt_right {
    text-align: right;
  }
}
.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .balloon {
    text-align: center;
    line-height: 1.6;
    padding: 0 30px 5px;
    font-size: 1.7rem;
  }
  .balloon::before, .balloon::after {
    bottom: 0;
    top: auto;
  }
  .frame_box .inner {
    padding: 20px;
  }
  .txt_area {
    padding: 20px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 30px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
  .li_check li {
    padding: 12px 10px 12px 40px;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .li_check li:not(:last-child) {
    margin-bottom: 8px;
  }
  .li_check li::after {
    left: 10px;
    background-size: 10px;
    width: 20px;
    height: 20px;
  }
  .li_circle li, .li_circle02 li {
    font-size: 1.5rem;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

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

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 700;
}

.big {
  font-size: 2rem;
  font-weight: 600;
  color: #619697;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.06em;
}

.red {
  color: red;
  font-weight: 500;
}

.blue {
  color: #619697;
}

.yellow {
  color: #ce6083;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img380 {
  width: 100%;
  max-width: 380px;
}

.img400 {
  width: 100%;
  max-width: 400px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 1.8;
}
.top_headline .sub {
  position: absolute;
  top: -33px;
  left: -140px;
}

.top_subhead01, .top_subhead03, .top_subhead04 {
  margin-bottom: 40px;
}
.top_subhead01 span, .top_subhead03 span, .top_subhead04 span {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  color: #ce6083;
  letter-spacing: 0.2em;
  margin-top: 5px;
}

.top_subhead02 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 0 #000;
  margin-bottom: 40px;
  line-height: 1.8;
}
.top_subhead02 span {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  color: #619697;
  margin-top: 15px;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.top_subhead03, .top_subhead04 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  color: #619697;
  display: inline-block;
}
.top_subhead03 span, .top_subhead04 span {
  position: absolute;
  left: -75px;
  top: -50px;
}

.top_subhead04 {
  color: #ce6083;
  margin-bottom: 30px;
}
.top_subhead04 span {
  position: absolute;
  left: -125px;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .top_headline {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .top_headline .sub {
    left: -15px;
    top: -65px;
  }
  .top_headline .sub img {
    width: 70%;
  }
  .top_subhead01, .top_subhead03, .top_subhead04 {
    font-size: 3.6rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .top_subhead01 img, .top_subhead03 img, .top_subhead04 img {
    max-width: 420px;
  }
  .top_subhead01 span, .top_subhead03 span, .top_subhead04 span {
    font-size: 2rem;
    margin-top: 0;
  }
  .top_subhead02 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .top_subhead02 img {
    width: auto;
  }
  .top_subhead02 span {
    margin-top: 5px;
    font-size: 2rem;
  }
  .top_subhead03, .top_subhead04 {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 2.8rem;
  }
  .top_subhead03 span, .top_subhead04 span {
    top: -40px;
  }
  .top_subhead03 span img, .top_subhead04 span img {
    width: 50%;
  }
  .top_subhead04 span {
    left: -110px;
    top: -45px;
  }
  .top_subhead04 span img {
    width: 60%;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  position: relative;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.8rem;
  color: #619697;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 40px;
  padding-bottom: 15px;
  line-height: 1.8;
  text-align: center;
}
.headline span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  color: #f4ab58;
  letter-spacing: 0.05em;
  text-shadow: none;
}
.headline::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #619697;
}

.subhead01 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.9rem;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #619697;
  border-bottom: 3px solid rgba(97, 150, 151, 0.3);
}

.subhead02 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #619697;
}

.subhead03 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  color: #619697;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 25px;
  margin-bottom: 30px;
  background: #ecf8f6;
  letter-spacing: 0.06em;
}

.subhead04,
.subhead05 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .subhead01 {
    font-size: 2.2rem;
    padding: 0 10px 10px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .subhead02 {
    font-size: 2.2rem;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .subhead02 span {
    font-size: 4rem;
  }
  .subhead03 {
    font-size: 1.8rem;
    padding: 5px 10px;
    line-height: 1.5;
  }
  .subhead03 span {
    font-size: 4rem;
    left: 20px;
  }
  .subhead04 {
    margin-bottom: 15px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 60px !important;
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  .f_logo {
    max-width: 240px;
    margin: 0 0 20px;
  }
  .f_logo img {
    width: 100% !important;
  }
  #sp_footer {
    background: #619697;
    position: relative;
    z-index: 999999;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #619697;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: auto;
    max-width: 26px;
    height: 24px;
    margin-bottom: 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    font-family: "Spectral", "Noto Serif JP", serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 50px 15px 35px;
    text-align: left;
    color: #fff;
  }
  #sp_footer .sp_footer_box img {
    width: auto;
  }
  #sp_footer .sp_footer_box p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  #sp_footer .f_link {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 5px;
    border-radius: 8px;
    line-height: 1.5;
  }
  #sp_footer .f_link a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 999;
    padding-bottom: 3px;
    color: #444;
  }
  #sp_footer .f_link a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #619697;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s;
  }
  #sp_footer .f_link a:hover::after {
    transform: scale(1, 1);
  }
  #sp_footer .f_link a {
    font-size: 1.3rem;
  }
  .f_tel {
    margin: 15px 0 5px;
  }
  .sp_copyright {
    font-size: 1.3rem;
    color: #fff;
    padding-bottom: 20px;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #pc_footer {
    background: #619697;
    padding: 120px 0 95px;
  }
  #pc_footer .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #pc_footer p {
    color: #fff;
    font-size: 1.4rem;
  }
  .f_logo {
    margin-bottom: 35px;
  }
  .f_tel {
    margin-top: 35px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  .f_link {
    gap: 40px;
  }
  .f_link dt {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px;
  }
  .f_link dt a {
    color: #fff;
    text-decoration: none;
  }
  .f_link dt a:hover {
    color: rgba(255, 255, 255, 0.65);
  }
  .f_link ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .f_link ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .f_link ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
  }
  .f_link ul li a:hover {
    color: rgba(255, 255, 255, 0.65);
  }
  .f_link .area dt {
    margin-bottom: 12px;
  }
  .pagetop {
    position: fixed;
    right: 25px;
    bottom: 30px;
  }
  .inner {
    position: relative;
  }
  .pc_copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    padding: 12px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #ce6083 solid;
  border-radius: 0;
  background-color: #ce6083;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #ce6083 solid;
  box-shadow: 0 0 2px 2px rgba(206, 96, 131, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #619697;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ce6083;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #ce6083;
  border-right: 3px solid #ce6083;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #ce6083;
  box-shadow: 0 0 2px 2px rgba(206, 96, 131, 0.5);
  background-color: #ce6083;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(206, 96, 131, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #ce6083;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #ce6083;
  border-right: 1px solid #ce6083;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #ce6083;
  border-right: 1px solid #ce6083;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #ce6083;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(206, 96, 131, 0.7), rgba(206, 96, 131, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(206, 96, 131, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(206, 96, 131, 0.3);
}

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

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

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

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

.clearfix {
  display: block;
}

/* End Hack */