@charset "UTF-8";
/*
Theme Name:一般社団法人じょいなす
Description:一般社団法人じょいなす | 貝塚市にある自立訓練・就労移行支援事務所
Version: 1.0
License:一般社団法人じょいなす
License URI:https://www.joinus.or.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Zen+Maru+Gothic&display=swap");
/****************************************

リセット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,
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: "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.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0em;
  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;
  transition: 0.3s linear;
}

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

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

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

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

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

a:hover img.img_contrast {
  filter: contrast(115%);
  transition: 0.3s linear;
}

a img.img_saturate {
  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;
}

.tc {
  text-align: center;
}

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

.w1660 {
  max-width: 1660px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.w1800 {
  max-width: 1800px;
  width: calc(100% - 40px);
  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;
  }
  .w1200, .w1800 {
    width: 100%;
    padding: 0 3%;
  }
  .w1660 {
    width: 100%;
  }
}
/****************************************

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;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

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

.mv {
  background: url(images/mv_bg.jpg) top center no-repeat;
  background-size: contain;
}

.mv2 {
  background: url(images/pagemv_bg.jpg) top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .mv2 {
    background-size: 120%;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.h_telcontainer {
  display: flex;
  gap: 30px;
}

.h_mail {
  position: absolute;
  right: 0;
  top: -30px;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.h_mail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #d5a4d1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_mail a:hover {
  background-color: #a6d58a;
}
.h_mail span {
  color: #fff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 40px;
  background: url(images/h_mail.svg) top center no-repeat;
}

.h_tel, .h_tel2 {
  width: 280px;
  padding-top: 10px;
}

.h_tel_name {
  border-radius: 10px;
  text-align: center;
  padding: 7px 3px;
  position: relative;
}
.h_tel_name P {
  font-size: 1.5rem;
}
.h_tel_name P span {
  font-size: 1.2rem;
  letter-spacing: -0.05em;
}
.h_tel_name::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 0 10px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
}

.h_tel .h_tel_name::after {
  border-color: #b8e0c3 transparent transparent transparent;
}
.h_tel .h_tel_num {
  background: url(images/h_tel1.svg) no-repeat left 10px center;
}

.h_tel2 .h_tel_name::after {
  border-color: #f0e394 transparent transparent transparent;
}
.h_tel2 .h_tel_num {
  background: url(images/h_tel2.svg) no-repeat left 10px center;
}

.bg_g {
  background-color: #b8e0c3;
}

.bg_y {
  background-color: #f0e394;
}

.h_tel_num {
  font-size: 3.3rem;
  padding-left: 40px;
  letter-spacing: 0.08em;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .h_telcontainer,
  .h_mail, .h_nav {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 180px;
    line-height: 1;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .top_catch {
  position: absolute;
  left: 5.2%;
  top: 275px;
  width: 45%;
  max-width: 653px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .slider {
    padding: 0 1.5%;
  }
}
.slider img {
  max-width: 1681px;
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  #mv_page {
    height: 80px;
    margin-bottom: 0;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.page_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 664px;
}
@media screen and (max-width: 767px) {
  .page_title {
    height: 45px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page_title img {
  width: auto;
  height: 100%;
}

.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: 102%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .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: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    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 {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

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

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

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

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

.nav-below {
  text-align: center;
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #d5a4d1;
  border-bottom: 1px solid #d5a4d1;
  text-decoration: none;
  color: #d5a4d1;
}

.nav-below .next {
  width: 25%;
  border-right: 1px solid #d5a4d1;
}

.nav-below .prev {
  width: 25%;
  border-left: 1px solid #d5a4d1;
}

.nav-below .back {
  width: 50%;
}

.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #d5a4d1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    font-size: 1.3rem;
    padding: 20px 5px;
  }
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  background: #d5a4d1;
  color: #fff;
}

@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: 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: #CC0000;
  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: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #d5a4d1;
  border-radius: 8px;
  background-color: #d5a4d1;
  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: #d5a4d1;
  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 {
    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;
  background: url(images/c_bg.jpg) no-repeat center top;
  padding: 90px 0 30px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 60px 0 20px;
  }
}
.aside .w1200 {
  background: url(images/nasu4.png) no-repeat right 40px top 10px;
}
@media screen and (max-width: 767px) {
  .aside .w1200 {
    background: url(images/nasu4.png) no-repeat center bottom;
    background-size: 250px;
    padding-bottom: 100px;
  }
}

.c_link_container {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c_link_container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
  }
}
.c_link_container > div {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .c_link_container > div {
    width: 300px;
  }
}
.c_link_container p {
  text-align: center;
}
.c_link_container p span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
.c_link_container p > span {
  position: relative;
}
.c_link_container p > span::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  transform: rotate(55deg);
  top: 15px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .c_link_container p > span::before {
    width: 20px;
    top: 15px;
    left: -20px;
  }
}
.c_link_container p > span::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  transform: rotate(-55deg);
  top: 15px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .c_link_container p > span::after {
    width: 20px;
    top: 15px;
    right: -20px;
  }
}
.c_link_container p > span span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c_link_container p > span span {
    font-size: 1.2rem;
  }
}
.c_link_container .c_tel1 p > span::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  transform: rotate(55deg);
  top: 15px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .c_link_container .c_tel1 p > span::before {
    width: 20px;
    top: 15px;
    left: -30px;
  }
}
.c_link_container .c_tel1 p > span::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  transform: rotate(-55deg);
  top: 15px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .c_link_container .c_tel1 p > span::after {
    width: 20px;
    top: 15px;
    right: -30px;
  }
}

.c_contact p > span::after, .c_contact p > span::before {
  background-color: #d5a4d1;
}
.c_contact > div {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c_contact > div {
    margin-top: 5px;
  }
}
.c_contact > div a {
  width: 100%;
  text-decoration: none;
  background-color: #d5a4d1;
  text-align: center;
  border-radius: 100vmax;
  padding: 27.5px;
}
@media screen and (max-width: 767px) {
  .c_contact > div a {
    padding: 20px;
  }
}
.c_contact > div a span {
  color: #fff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 30px;
  background: url(images/h_mail.svg) no-repeat left top 10px;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .c_contact > div a span {
    font-size: 2rem;
    background: url(images/h_mail.svg) no-repeat left top 8px;
    background-size: 22px;
  }
}
.c_contact > div a:hover {
  background-color: #a6d58a;
}

.c_tel1 p > span::after, .c_tel1 p > span::before {
  background-color: #a6d58a;
}
.c_tel1 > div {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c_tel1 > div {
    margin-top: 5px;
  }
}
.c_tel1 > div a {
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #a6d58a;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100vmax;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .c_tel1 > div a {
    padding: 14px;
  }
}
.c_tel1 > div a span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.3rem;
  letter-spacing: 0.35rem;
  color: #333;
  font-weight: 600;
  padding-left: 30px;
  background: url(images/h_tel1.svg) no-repeat left top 15px;
  background-size: 17px;
}
@media screen and (max-width: 767px) {
  .c_tel1 > div a span {
    font-size: 2.6rem;
    background: url(images/h_tel1.svg) no-repeat left top 10px;
    background-size: 15px;
    padding-left: 25px;
  }
}
.c_tel1 > div a:hover {
  background-color: #f2f9e6;
}

.c_tel2 p > span::after, .c_tel2 p > span::before {
  background-color: #fae17a;
}
.c_tel2 > div {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c_tel2 > div {
    margin-top: 5px;
  }
}
.c_tel2 > div a {
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fae17a;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100vmax;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .c_tel2 > div a {
    padding: 14px;
  }
}
.c_tel2 > div a span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.3rem;
  letter-spacing: 0.35rem;
  color: #333;
  font-weight: 600;
  padding-left: 30px;
  background: url(images/h_tel2.svg) no-repeat left top 15px;
  background-size: 17px;
}
@media screen and (max-width: 767px) {
  .c_tel2 > div a span {
    font-size: 2.6rem;
    background: url(images/h_tel2.svg) no-repeat left top 10px;
    background-size: 15px;
    padding-left: 25px;
  }
}
.c_tel2 > div a:hover {
  background-color: #fefced;
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.footer_sp {
  display: none;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding: 50px 3% 0;
    flex-direction: column;
    border: none;
  }
}

.footer_address {
  line-height: 2.1875;
}

.f_link {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .f_link {
    margin: 30px auto 0;
  }
}
.f_link > div {
  width: 170px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .f_link > div {
    width: 140px;
  }
}
.f_link > div a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7edf6;
  padding: 15px;
}
.f_link > div a:hover {
  background-color: #f2f9e6;
}
.f_link > div span {
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 40px;
  letter-spacing: 0.1rem;
  color: #333;
  display: inline-block;
}

.f_insta span {
  background: url(images/f_insta.svg) no-repeat center top;
}

.f_youtube span {
  background: url(images/f_youtube.svg) no-repeat center top;
}

.sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sitemap dd {
  padding-left: 20px;
  position: relative;
  margin-bottom: 13px;
}
.sitemap dd::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #f7edf6;
  top: 10px;
  left: 0;
}
.sitemap dd a {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}
.sitemap div a, .sitemap dt {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #ba75b4;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}
.sitemap dt {
  margin-bottom: 10px;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
  text-decoration: none;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d5a4d1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

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

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

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

.copyright_block {
  text-align: center;
  background-color: #d5a4d1;
  padding: 13px 0;
}

.copyright {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  /* フローティングバナー */
  .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;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #ba75b4;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    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: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    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: 52px;
    height: 52px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 9999;
    background: #d5a4d1;
    border: 1px solid #fff;
  }
  #toggle::after {
    display: block;
    content: "メニュー";
    position: absolute;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 5px;
    left: 0;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 26px;
    height: 2px;
    right: 12px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_nav.png) no-repeat right bottom, #d5a4d1;
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  /* spナビ下の情報 */
  .sp_navi_info {
    margin: 0 20px 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid #d5a4d1;
    border-radius: 15px;
    text-align: center;
  }
  .sp_navi_info dt {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ba75b4;
    letter-spacing: 0.03em;
    font-size: 2.2rem;
    color: #ba75b4;
    font-weight: 600;
    line-height: 1;
    font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .n_tel1 {
    text-align: center;
  }
  .n_tel1 a {
    font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0.35rem;
    color: #333;
    font-weight: 600;
    padding-left: 30px;
    background: url(images/h_tel1.svg) no-repeat left top 15px;
    background-size: 15px;
    padding-left: 25px;
    transition: 0.3s;
  }
  .n_tel1 p {
    background-color: #a6d58a;
    border-radius: 100vmax;
    padding: 2px;
  }
  .n_tel1 p span {
    font-size: 1.2rem;
  }
  .n_tel1:hover span {
    opacity: 0.8;
  }
  .n_tel2 {
    text-align: center;
  }
  .n_tel2 a {
    font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0.35rem;
    color: #333;
    font-weight: 600;
    padding-left: 30px;
    background: url(images/h_tel2.svg) no-repeat left top 15px;
    background-size: 15px;
    padding-left: 25px;
    transition: 0.3s;
  }
  .n_tel2 p {
    background-color: #fae17a;
    border-radius: 100vmax;
    padding: 2px;
  }
  .n_tel2 p span {
    font-size: 1.2rem;
  }
  .n_tel2:hover span {
    opacity: 0.8;
  }
  #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;
    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: rgba(255, 255, 255, 0.1);
  }
  #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(186, 117, 180, 0.5490196078);
  }
  #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: #d5a4d1;
  }
  #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;
    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 {
  padding: 10px 0px;
  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:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0px;
  width: 200px;
}
#g_navi .menu > li:not(:last-child)::after {
  display: block;
  content: url(images/nav_deco.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#g_navi .menu .navi1 span {
  font-size: 1.5rem;
  display: block;
  line-height: 1.25;
}

#g_navi .menu .navi2 > a {
  font-size: 1.6rem;
  line-height: 1.25;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 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: #d5a4d1;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #d5a4d1;
  opacity: 0.6;
  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;
  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;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #d5a4d1;
    transition: 0.6s;
    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 {
  margin: 20px auto 80px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.8rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #d5a4d1;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d5a4d1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

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

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 3%;
    margin: 20px auto 40px;
  }
  .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;
}

.topttl01 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  line-height: 1.714;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  background: url(images/ttl_line.png) no-repeat center bottom;
}
.topttl01 .maker {
  font-size: 3rem;
  background: linear-gradient(transparent 70%, rgba(242, 208, 57, 0.6980392157) 0%);
  padding: 0 5px 0px;
  display: inline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topttl01 .maker {
    font-size: 1.8rem;
  }
}
.topttl01 .maker::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(60deg);
  top: 25px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .topttl01 .maker::before {
    width: 20px;
    top: 15px;
    left: -10px;
  }
}
.topttl01 .maker::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(-60deg);
  top: 25px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .topttl01 .maker::after {
    width: 20px;
    top: 15px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .topttl01 {
    font-size: clamp(2rem, 5.75vw, 2.3rem);
    margin-bottom: 20px;
  }
}

.topttl01_continer {
  display: flex;
  justify-content: center;
}

.purple {
  color: #ba75b4;
}

.topttl02 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  line-height: 1.714;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  background: url(images/ttl_line.png) no-repeat center bottom;
  display: inline;
}
@media screen and (max-width: 767px) {
  .topttl02 {
    font-size: 2rem;
  }
}

.topttl02_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  line-height: 1.714;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  background: url(images/ttl_line.png) no-repeat center bottom;
  display: inline;
}
@media screen and (max-width: 767px) {
  .topttl02_1 {
    font-size: 2.5rem;
  }
}

.topttl03 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.3rem;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
  background: url(images/ttl_deco2.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .topttl03 {
    font-size: 2.5rem;
    background-size: 150px;
    padding-bottom: 20px;
  }
}

.topttl04 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.3rem;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.topttl04::after {
  display: block;
  content: "";
  position: absolute;
  width: 260px;
  height: 53px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/ttl_deco3.png) no-repeat center bottom;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .topttl04::after {
    background-size: 200px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .topttl04 {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
}

.topttl02_continer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topttl02_continer {
    justify-content: center;
  }
}

.topttl05 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  line-height: 1.714;
  letter-spacing: 0;
  color: #ba75b4;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding: 25px 170px 30px;
  background: url(images/fl_r.png) right top 5px no-repeat, url(images/fl_l.png) left top 5px no-repeat;
  display: inline;
}
@media screen and (max-width: 767px) {
  .topttl05 {
    font-size: 2.5rem;
    background-size: 70px;
    padding: 10px 80px;
    margin-bottom: 20px;
  }
}

.headline {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
  }
}
.headline span {
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: linear-gradient(transparent 60%, #FBF0BC 0%);
  padding: 0 10px 5px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 2.2rem;
  }
}

.ttl01 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  padding: 0 0 15px 50px;
  background: url(images/ttl_maru.png) no-repeat left top 7px, url(images/ttl_line2.png) no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 0 0 15px 35px;
    background: url(images/ttl_maru.png) no-repeat left top 2px, url(images/ttl_line2.png) no-repeat left bottom;
    background-size: 25px, auto;
  }
}

.ttl02 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  line-height: 1.714;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  background: url(images/ttl_line3.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2;
  }
}
.ttl02 .maker {
  font-size: 2.4rem;
  background: linear-gradient(transparent 70%, rgba(242, 208, 57, 0.6980392157) 0%);
  padding: 0 5px 0px;
  display: inline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl02 .maker {
    font-size: 1.5rem;
  }
}
.ttl02 .maker::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(60deg);
  top: 20px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .ttl02 .maker::before {
    width: 20px;
    top: 15px;
    left: -10px;
  }
}
.ttl02 .maker::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(-60deg);
  top: 20px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .ttl02 .maker::after {
    width: 20px;
    top: 15px;
    right: -10px;
  }
}
.ttl02 .strong {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .ttl02 .strong {
    font-size: 1.7rem;
  }
}

.ttl03 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  color: #ba75b4;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.6rem;
  }
}

.ttl04 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: url(images/ttl_line3.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.ttl05 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  color: #ba75b4;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.ttl05_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl05_1 {
    margin-top: 0;
    font-size: 2rem;
  }
}

.ttl05_1_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl05_1_1 {
    margin-top: 0;
    font-size: 1.8rem;
  }
}

.ttl06 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3rem;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 2.5rem;
  }
}
.ttl06 span {
  font-size: 4.8rem;
  color: #e6b904;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl06 span {
    font-size: 4rem;
  }
}

.ttl07 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #ba75b4;
  background-color: #f9f2f9;
}
@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/* ボタン */
.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;
  user-select: none;
  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: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  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: 300px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 180px;
  }
}
.btn1 a {
  color: #fff;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #d5a4d1;
  font-size: 1.8rem;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 22px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.3rem;
    padding: 15px;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a::before {
    width: 8px;
    height: 8px;
  }
}
.btn1 a:hover {
  background: #a6d58a;
}
.btn1 a:hover::before {
  right: 10px;
}

.btn_container1 {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn_container1 {
    gap: 30px;
    margin-top: 40px;
  }
}

.btn2 {
  width: 300px;
}
.btn2 a {
  color: #fff;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #d5a4d1;
  font-size: 1.6rem;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 11px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn2 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2 a::before {
    width: 8px;
    height: 8px;
  }
}
.btn2 a:hover {
  background: #a6d58a;
}
.btn2 a:hover::before {
  right: 10px;
}

.btn2_1 {
  width: 300px;
}
.btn2_1 a {
  color: #fff;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #d5a4d1;
  font-size: 1.6rem;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2_1 a {
    font-size: 1.4rem;
    padding: 13px;
  }
}
.btn2_1 a span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .btn2_1 a span {
    font-size: 1.6rem;
  }
}
.btn2_1 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2_1 a::before {
    width: 8px;
    height: 8px;
  }
}
.btn2_1 a:hover {
  background: #a6d58a;
}
.btn2_1 a:hover::before {
  right: 10px;
}

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

.btn3 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 180px;
  }
}
.btn3 a {
  color: #fff;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #d5a4d1;
  font-size: 1.8rem;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 22px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.3rem;
    padding: 15px;
  }
}
.btn3 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn3 a::before {
    width: 8px;
    height: 8px;
  }
}
.btn3 a:hover {
  background: #a6d58a;
}
.btn3 a:hover::before {
  right: 10px;
}

.btn4 {
  width: 200px;
  margin: 10px auto;
}
.btn4 a {
  color: #fff;
  background: #d5a4d1;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    padding: 15px;
  }
}
.btn4 a span {
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  padding-left: 35px;
  background: url(images/h_mail.svg) no-repeat left center;
  background-size: 23px;
}
@media screen and (max-width: 767px) {
  .btn4 a span {
    font-size: 1.6rem;
  }
}
.btn4 a:hover {
  background: #a6d58a;
}
.btn4 a:hover::before {
  right: 10px;
}

.btn_container3 {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    gap: 30px;
    margin-top: 20px;
    justify-content: center;
  }
}

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

news トップ用

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

.news_post {
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
}

.news_post article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_post article {
  width: 100%;
  padding: 24px 20px 24px 0;
  border-bottom: 1px dotted #999;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_post article {
    padding: 20px 10px 20px 0;
    flex-direction: column;
  }
}

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

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}

.news_timecate {
  display: flex;
  justify-content: space-between;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .news_timecate {
    justify-content: left;
    gap: 20px;
    margin-bottom: 10px;
  }
}
.news_timecate span {
  width: 160px;
  border-radius: 100vmax;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .news_timecate span {
    width: 140px;
  }
}

.news {
  background-color: #c4f1ff;
}

.staffblog {
  background-color: #f2f9e6;
}

.etc {
  background-color: #fefced;
}

.selfreliancetraining {
  background-color: #fad9dd;
}

.worktransition {
  background-color: #f5c7be;
}

.wai-blog {
  background-color: #dbdef1;
}

.recruit {
  background-color: #fbd6b4;
}

.news-com {
  background-color: #c3e7e3;
}

.ict {
  background-color: #f9f2f9;
}

.news_post article .date {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ba75b4;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
  }
}

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

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

contentトップ用

*****************************************/
/* 一人ひとりに適した就労・社会参加を支援 */
.top_box01 {
  padding: 100px 0;
  background: url(images/deco_l.png) no-repeat left 6.77% top 65px, url(images/deco_r.png) no-repeat right 6.77% bottom 30px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 30px 3% 80px;
    background: url(images/deco_r.png) no-repeat center;
    background-size: 80%;
  }
}
.top_box01 p {
  line-height: 2.4;
}

/* 自立訓練・就労移行支援ふぁいんず */
.top_box02 {
  padding: 90px 0 100px;
  position: relative;
  background: url(images/green_bg.jpg) center top;
  border-radius: 30px;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    border-radius: 0px;
    padding: 60px 3%;
  }
}
.top_box02 p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_box02 p {
    margin-bottom: 40px;
  }
}
.top_box02::before {
  display: block;
  content: "";
  position: absolute;
  width: 457px;
  height: 184px;
  background: url(images/nasu1.png) no-repeat center top;
  top: -70px;
  left: 6%;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  .top_box02::before {
    left: 1%;
    background-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top_box02::before {
    background: url(images/nasu1.png) no-repeat center top;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 40%;
  }
}

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

.top_box02_bnr {
  width: 31.325%;
  max-width: 520px;
  position: relative;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1725490196));
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02_bnr {
    width: 100%;
  }
}
.top_box02_bnr::before {
  display: block;
  position: absolute;
  top: -75px;
  right: 20px;
  font-size: 12rem;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_box02_bnr::before {
    top: -50px;
    font-size: 8rem;
  }
}
.top_box02_bnr img {
  width: 100%;
  height: auto;
}
.top_box02_bnr:hover {
  filter: none;
}

.n01::before {
  content: "01";
  color: #9de8ff;
}

.n02::before {
  content: "02";
  color: #f6b3bc;
}

.n03::before {
  content: "03";
  color: #fae17a;
}

/* 泉州中障害者就業・生活支援センター */
.flower_bg {
  background: url(images/bg_flower_l.png) left 30px top -20px no-repeat, url(images/bg_flower_r.png) right 30px top -20px no-repeat, url(images/bg_flower_b.png) center bottom no-repeat;
  isolation: isolate;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .flower_bg {
    background: url(images/bg_flower_l.png) left 1% top -5px no-repeat, url(images/bg_flower_r.png) right 1% top -5px no-repeat, url(images/bg_flower_b.png) center bottom no-repeat;
    background-size: 40%, 40%, 100%;
    padding-bottom: 50px;
  }
}

.top_box03 {
  padding-top: 90px;
  margin-bottom: 100px;
  background: url(images/nasu2.png) right 11% bottom no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  .top_box03 {
    background: url(images/nasu2.png) right 1% bottom no-repeat;
    background-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top_box03 {
    background: url(images/nasu2.png) center bottom no-repeat;
    background-size: 130px;
    padding: 60px 3% 130px;
    margin-bottom: 60px;
  }
}

/* 支援の流れ */
.top_box04_container {
  display: flex;
  justify-content: space-between;
}
.top_box04_container > div:not(:last-child) {
  position: relative;
}
.top_box04_container > div:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #fae17a;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_box04_container > div:not(:last-child)::after {
    right: -18%;
    border-width: 40px 0 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    flex-wrap: wrap;
    gap: 20px 9%;
    justify-content: center;
  }
}

.top_box04_content1 {
  max-width: 260px;
  width: 15.66%;
}
@media screen and (max-width: 767px) {
  .top_box04_content1 {
    width: 40.66%;
  }
}
.top_box04_content1 img {
  width: 100%;
  height: auto;
}

.top_box04_content2 {
  max-width: 257px;
  width: 15.48%;
}
@media screen and (max-width: 767px) {
  .top_box04_content2 {
    width: 40.48%;
    margin-right: 9%;
  }
}
.top_box04_content2 img {
  width: 100%;
  height: auto;
}

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

/* よくあるご質問 */
.faq_container {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .faq_container {
    width: 100%;
  }
}

.accordion {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-bottom: 20px;
  }
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 30px 0 30px 70px;
  background: url(images/q.png) no-repeat left 10px top 25px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 20px 40px 15px;
    background: url(images/q.png) no-repeat left 0px top 18px;
    background-size: 30px;
    font-size: 1.6rem;
  }
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 4rem; /* 記号のサイズ */
  position: absolute;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1;
  right: 10px;
  top: 50%;
  color: #999;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 10px;
    font-size: 2.5rem;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  padding: 0px 0 30px 70px;
  background: url(images/a.png) no-repeat left 10px top 0px;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    padding: 20px 10px 15px 40px;
    background: url(images/a.png) no-repeat left 0px top 15px;
    background-size: 30px;
  }
}
.accordion_answer p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .accordion_answer p {
    font-size: 1.4rem;
  }
}
.accordion_answer a {
  color: #9de8ff;
  text-decoration: none;
  position: relative;
}
.accordion_answer a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #9de8ff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.accordion_answer a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}

.top_box05 {
  position: relative;
  background: url(images/nasu3.png) no-repeat left 45px bottom;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    background: url(images/nasu3.png) no-repeat center bottom;
    background-size: 80px;
    padding-bottom: 150px;
  }
}

.faq_btn {
  position: absolute;
  left: 0;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .faq_btn {
    position: sticky;
  }
}

/* ブログ */
/* じょいなすとは */
.txt1 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.txt1 p {
  line-height: 2.25;
}

.fig1 {
  width: 600px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
  }
  .fig1 img {
    width: 60%;
    max-width: 460px;
  }
}

.sec_mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 40px;
  }
}

.txt2 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.txt2 p {
  line-height: 1.875;
}

.fig2 {
  width: 430px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
  }
  .fig2 img {
    width: 60%;
    max-width: 311px;
  }
}

.sign {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sign {
    font-size: 1.8rem;
  }
}
.sign span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sign span {
    font-size: 1.5rem;
  }
}

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

/* スタッフ紹介 */
.staff_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff_post article {
  width: 580px;
  display: flex;
  justify-content: space-between;
  align-self: start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .staff_post article {
    flex-direction: column;
    align-items: center;
  }
}
.staff_post article figure {
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  border: 2px solid #d5a4d1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .staff_post article figure {
    margin-bottom: 20px;
  }
}

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

.affiliation {
  display: inline-block;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 150px;
  background-color: #f7edf6;
  border-radius: 100vmax;
  padding: 5px;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .affiliation {
    width: 100%;
  }
}

/* 自立訓練（生活訓練） */
.training_box01 {
  background: url(images/bg_flower_b.png) center bottom no-repeat;
  padding-bottom: 330px;
  position: relative;
}
.training_box01::after {
  display: block;
  content: "";
  position: absolute;
  width: 598px;
  height: 270px;
  background: url(images/training_img1.png) no-repeat center bottom;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .training_box01::after {
    background-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .training_box01 {
    padding: 0 3% 150px;
    background-size: contain;
  }
}

.tbl1 {
  margin: 20px auto 50px;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    width: 100%;
  }
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}
.tbl1 th {
  border: 1px solid #fae17a;
  background-color: #fefced;
  font-size: 1.8rem;
  width: 300px;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100%;
    margin-top: -1px;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.tbl1 td {
  border: 1px solid #fae17a;
  width: 600px;
  padding: 18px 75px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    width: 100%;
    margin-top: -1px;
    padding: 10px;
    text-align: center;
  }
}

.purple_box {
  background-color: #f9f2f9;
  border-radius: 30px;
  padding: 30px 30px 20px;
}
@media screen and (max-width: 767px) {
  .purple_box {
    padding: 30px 5% 20px;
  }
}

.list1 {
  column-count: 2;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
  }
}
.list1 li {
  padding: 0 0 10px 30px;
  margin-bottom: 10px;
  background: url(images/check.svg) no-repeat left top 7px;
  letter-spacing: 0;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .list1 li {
    padding: 0 0 10px 25px;
    background: url(images/check.svg) no-repeat left top 5px;
    background-size: 17px;
  }
}
.list1 .ls {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .list1 .ls {
    letter-spacing: 0.05em;
  }
}

.col4_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col4_container {
    flex-wrap: wrap;
    gap: 10px 4%;
  }
  .col4_container > div {
    width: 48%;
  }
}
.col4_container figure {
  border-radius: 20px;
  overflow: hidden;
}

.tbl2 {
  border-collapse: separate;
}
.tbl2 th {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
}
.tbl2 td {
  width: 150px;
  border: 2px solid #a6d58a;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border-radius: 100vmax;
  text-align: center;
  background-color: #fff;
  padding: 6px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.tbl2 tr:not(:last-child) {
  padding-bottom: 60px;
}

.day_container {
  padding: 10px 30px 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .day_container {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}

.day_list {
  width: 360px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f2f9e6;
  column-count: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .day_list {
    margin-top: 50px;
    width: 100%;
    max-width: 330px;
  }
}
.day_list::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 50px 7.5px 0;
  border-color: transparent #f2f9e6 transparent transparent;
  top: 25px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .day_list::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 50px 7.5px;
    border-color: transparent transparent #f2f9e6 transparent;
    top: -50px;
    left: 28%;
  }
}
.day_list::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 50px 7.5px 0;
  border-color: transparent #f2f9e6 transparent transparent;
  bottom: 25px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .day_list::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 50px 7.5px;
    border-color: transparent transparent #f2f9e6 transparent;
    top: -50px;
    right: 28%;
    left: revert;
  }
}
.day_list li {
  line-height: 1.375;
}

.supplement {
  position: absolute;
  left: 325px;
  bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .supplement {
    position: sticky;
    margin-top: 20px;
  }
}

.training_box04 {
  background: url(images/training_img6.png) no-repeat right 30px bottom;
}
@media screen and (max-width: 767px) {
  .training_box04 {
    background: url(images/training_img6.png) no-repeat center bottom;
    background-size: 150px;
    padding-bottom: 120px;
  }
}

/* 就労移行支援 */
.list2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list2 {
    display: block;
  }
}
.list2 li {
  padding: 0 20px 10px 30px;
  margin-bottom: 10px;
  background: url(images/check.svg) no-repeat left top 7px;
  letter-spacing: 0;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list2 li {
    padding: 0 0 10px 25px;
    background: url(images/check.svg) no-repeat left top 5px;
    background-size: 17px;
    display: block;
  }
}
.list2 .ls {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .list2 .ls {
    letter-spacing: 0.05em;
  }
}

.flow_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.flow_content {
  width: 350px;
  background-color: #f2f9e6;
  border-radius: 20px;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 767px) {
  .flow_content {
    width: 100%;
    padding: 30px 5%;
  }
}
.flow_content:not(:last-child) {
  position: relative;
}
.flow_content:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 30px;
  border-color: transparent transparent transparent #f2f9e6;
  bottom: 50%;
  right: -30px;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .flow_content:not(:last-child)::after {
    border-width: 30px 45px 0 45px;
    border-color: #f2f9e6 transparent transparent transparent;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
  }
}

.flow1 {
  position: relative;
}
.flow1::before {
  display: block;
  content: "01";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow1 .ttl05_1 {
  padding-bottom: 130px;
  background: url(images/support01.svg) no-repeat center bottom;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow1 .ttl05_1 {
    padding-bottom: 100px;
    background-size: 80px;
  }
}

.flow2 {
  position: relative;
}
.flow2::before {
  display: block;
  content: "02";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow2 .ttl05_1 {
  padding-bottom: 150px;
  background: url(images/support02.svg) no-repeat center bottom;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow2 .ttl05_1 {
    padding-bottom: 80px;
    background-size: 80px;
    margin-bottom: 10px;
  }
}

.flow3 {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .flow3 {
    margin-right: 0;
  }
}
.flow3::before {
  display: block;
  content: "03";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow3 .ttl05_1 {
  padding-bottom: 160px;
  background: url(images/support03.svg) no-repeat center bottom;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow3 .ttl05_1 {
    padding-bottom: 120px;
    background-size: 90px;
    margin-bottom: 15px;
  }
}
.flow3 p {
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .flow3 p {
    line-height: 1.875;
  }
}

.flow4 {
  position: relative;
}
.flow4::before {
  display: block;
  content: "04";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow4 .ttl05_1 {
  padding-bottom: 150px;
  background: url(images/support04.svg) no-repeat center bottom;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .flow4 .ttl05_1 {
    padding-bottom: 80px;
    background-size: 100px;
    margin-bottom: 15px;
  }
}

.flow5 {
  position: relative;
}
.flow5::before {
  display: block;
  content: "05";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow5 .ttl05_1 {
  padding-bottom: 150px;
  background: url(images/support05.svg) no-repeat center bottom;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flow5 .ttl05_1 {
    padding-bottom: 100px;
    background-size: 60px;
    margin-bottom: 15px;
  }
}
.flow5 p {
  line-height: 1.625;
}

.ff_tel {
  text-align: center;
}
.ff_tel span {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.15em;
  color: #333;
  font-weight: 600;
  padding-left: 25px;
  background: url(images/h_tel1.svg) no-repeat left top 10px;
  background-size: 15px;
}

.support_box04 {
  background: url(images/support_img5.png) no-repeat right 30px bottom;
}
@media screen and (max-width: 767px) {
  .support_box04 {
    background: url(images/support_img5.png) no-repeat center bottom;
    background-size: 130px;
    padding-bottom: 120px;
  }
}

/* 就労選択支援事業 */
.project_box01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .project_box01 {
    margin-bottom: 30px;
  }
}

.list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list3 {
    display: block;
  }
}
.list3 li {
  padding: 0 20px 10px 30px;
  margin-bottom: 10px;
  background: url(images/check.svg) no-repeat left top 7px;
  letter-spacing: 0;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  min-width: 450px;
}
@media screen and (max-width: 767px) {
  .list3 li {
    padding: 0 0 10px 25px;
    background: url(images/check.svg) no-repeat left top 5px;
    background-size: 17px;
    display: block;
    min-width: revert;
  }
}
.list3 .ls {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .list3 .ls {
    letter-spacing: 0.05em;
  }
}

.flow2_1 {
  position: relative;
}
.flow2_1::before {
  display: block;
  content: "02";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow2_1 .ttl05_1 {
  padding-bottom: 180px;
  background: url(images/project02.svg) no-repeat center bottom;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow2_1 .ttl05_1 {
    padding-bottom: 120px;
    background-size: 110px;
    margin-bottom: 10px;
  }
}

.flow3_1 {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .flow3_1 {
    margin-right: 0;
  }
}
.flow3_1::before {
  display: block;
  content: "03";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow3_1 .ttl05_1 {
  padding-bottom: 170px;
  background: url(images/project03.svg) no-repeat center bottom;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow3_1 .ttl05_1 {
    padding-bottom: 120px;
    background-size: 100px;
    margin-bottom: 15px;
  }
}
.flow3_1 p {
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .flow3_1 p {
    line-height: 1.875;
  }
}

.flow4_1 {
  position: relative;
}
.flow4_1::before {
  display: block;
  content: "04";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow4_1 .ttl05_1 {
  padding-bottom: 150px;
  background: url(images/project04.svg) no-repeat center bottom;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .flow4_1 .ttl05_1 {
    padding-bottom: 100px;
    background-size: 80px;
    margin-bottom: 15px;
  }
}
.flow4_1 p {
  line-height: 1.625;
}

.flow5_1 {
  position: relative;
}
.flow5_1::before {
  display: block;
  content: "05";
  position: absolute;
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  font-size: 6rem;
  line-height: 1;
  top: 0px;
  left: 10px;
}
.flow5_1 .ttl05_1 {
  padding-bottom: 150px;
  background: url(images/project05.svg) no-repeat center bottom;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flow5_1 .ttl05_1 {
    padding-bottom: 120px;
    background-size: 80px;
    margin-bottom: 15px;
  }
}

.caution {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .project_box04 .sp_menu figure {
    width: 500px;
  }
}

/* 泉州中障害者就業・生活支援センターについて */
.overview_box01 {
  padding-bottom: 290px;
  background: url(images/overview_img.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .overview_box01 {
    background-size: 220px;
    padding-bottom: 120px;
  }
}

.overview_box02 {
  padding-bottom: 30px;
  background: url(images/overview_img2.png) no-repeat right 20px bottom;
}
@media screen and (max-width: 767px) {
  .overview_box02 {
    padding-bottom: 160px;
    background: url(images/overview_img2.png) no-repeat center bottom;
    background-size: 120px;
  }
}
.overview_box02 .purple_box {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .overview_box02 .purple_box {
    margin-bottom: 40px;
  }
}
.overview_box02 .purple_box::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 90px 0 90px;
  border-color: #f9f2f9 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .overview_box02 .purple_box::after {
    bottom: -20px;
    border-width: 20px 30px 0 30px;
  }
}

.solution {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.solution .maker {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: linear-gradient(transparent 70%, rgba(242, 208, 57, 0.6980392157) 0%);
  padding: 0 5px 0px;
  display: inline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution .maker {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.solution .maker::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(60deg);
  top: 15px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .solution .maker::before {
    top: 30px;
    width: 50px;
    left: -20px;
  }
}
.solution .maker::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #d5a4d1;
  transform: rotate(-60deg);
  top: 15px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .solution .maker::after {
    top: 30px;
    width: 50px;
    right: -70px;
  }
}

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

.o_contact {
  width: 350px;
  border-radius: 100vmax;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .o_contact {
    width: 300px;
  }
}
.o_contact a {
  width: 100%;
  text-decoration: none;
  background-color: #d5a4d1;
  text-align: center;
  padding: 17.5px;
}
@media screen and (max-width: 767px) {
  .o_contact a {
    padding: 15px;
  }
}
.o_contact a span {
  color: #fff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  padding-left: 30px;
  background: url(images/h_mail.svg) no-repeat left top 10px;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .o_contact a span {
    font-size: 2rem;
    background: url(images/h_mail.svg) no-repeat left top 10px;
    background-size: 20px;
  }
}
.o_contact a:hover {
  background-color: #a6d58a;
}

.o_tel {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .o_tel {
    width: 300px;
  }
}
.o_tel a {
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fae17a;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100vmax;
  padding: 14px;
  line-height: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .o_tel a {
    padding: 14px;
  }
}
.o_tel a span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.35rem;
  color: #333;
  font-weight: 600;
  padding-left: 30px;
  background: url(images/h_tel2.svg) no-repeat left top 15px;
  background-size: 17px;
}
@media screen and (max-width: 767px) {
  .o_tel a span {
    font-size: 2.6rem;
    background: url(images/h_tel2.svg) no-repeat left top 10px;
    background-size: 15px;
    padding-left: 25px;
  }
}
.o_tel a:hover {
  background-color: #fefced;
}

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

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

.step {
  background: url(images/step_deco.png) center no-repeat;
  width: 191px;
  aspect-ratio: 191/140;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .step {
    margin: 0 auto;
  }
}
.step p {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
}
.step p span {
  font-family: "Caveat", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #a6d58a;
  display: block;
  font-size: 3.6rem;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.step_container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .step_container {
    flex-direction: column;
  }
}

.step_content {
  margin-top: 40px;
  width: 970px;
}
@media screen and (max-width: 767px) {
  .step_content {
    margin-top: 10px;
    width: 100%;
  }
}

.step_content2 {
  width: 970px;
}
@media screen and (max-width: 767px) {
  .step_content2 {
    margin-top: 10px;
    width: 100%;
  }
}

.step3_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .step3_container {
    margin-top: 0;
    gap: 20px;
  }
}

.step_support {
  width: 470px;
  border-radius: 10px;
  border: 1px solid #a6d58a;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .step_support {
    width: 100%;
    padding: 20px 3%;
  }
}
.step_support h2 {
  font-size: 2.2rem;
  color: #a6d58a;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .step_support h2 {
    font-size: 1.8rem;
  }
}
.step_support p {
  line-height: 1.5;
}

.step_container:not(:last-child) {
  position: relative;
}
.step_container:not(:last-child)::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% + 50px);
  top: 0;
  left: 90px;
  background-color: #d8f6cc;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .step_container:not(:last-child)::before {
    display: none;
  }
}

/* よくあるご質問 */
.faq {
  border-radius: 20px;
  padding: 30px;
  background-color: #f9f2f9;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 5%;
  }
}
.faq dt {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  padding: 0 0 10px 60px;
  background: url(images/q2.png) no-repeat left 10px top 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq dt {
    font-size: 1.8rem;
    background: url(images/q2.png) no-repeat left 10px top 3px;
    background-size: 22px;
    padding: 0 0 10px 50px;
  }
}
.faq dd {
  background: url(images/a2.png) no-repeat left 10px top 5px;
  padding: 0 0 5px 60px;
}
@media screen and (max-width: 767px) {
  .faq dd {
    background: url(images/a2.png) no-repeat left 10px top 0px;
    background-size: 19px;
    padding: 0 0 10px 50px;
  }
}

/* まいぽて（マイポテンシャル） */
.red {
  color: #fe3737;
}

.mypote_point_container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 50px;
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mypote_point_container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
}
.mypote_point_container::before {
  display: block;
  content: "";
  position: absolute;
  width: 206px;
  height: 238px;
  background: url(images/mypote1.png) no-repeat left bottom;
  bottom: 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .mypote_point_container::before {
    height: 160px;
    background-size: contain;
    left: 0;
  }
}
.mypote_point_container::after {
  display: block;
  content: "";
  position: absolute;
  width: 188px;
  height: 229px;
  background: url(images/mypote2.png) no-repeat right bottom;
  bottom: 0;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .mypote_point_container::after {
    height: 155px;
    background-size: contain;
    right: 0;
  }
}

.mypote_point {
  width: 332px;
  aspect-ratio: 332/323;
  background: url(images/mypote_deco.png) no-repeat center;
  display: flex;
  flex-direction: column;
  padding: 50px 30px 0;
}
@media screen and (max-width: 767px) {
  .mypote_point {
    max-width: 332px;
    width: 100%;
    background-size: contain;
    padding: 0px 35px 0;
    align-items: center;
    justify-content: center;
  }
}
.mypote_point p {
  line-height: 1.25;
  letter-spacing: 0.025em;
  padding-bottom: 40px;
}

.list4 {
  column-count: 3;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .list4 {
    column-count: 1;
  }
}
.list4 li {
  padding: 0 0 10px 30px;
  margin-bottom: 10px;
  background: url(images/check.svg) no-repeat left top 7px;
  letter-spacing: 0;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .list4 li {
    padding: 0 0 10px 25px;
    background: url(images/check.svg) no-repeat left top 5px;
    background-size: 17px;
  }
}
.list4 .ls {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .list4 .ls {
    letter-spacing: 0.05em;
  }
}

.col3_container {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .col3_container {
    flex-wrap: wrap;
    gap: 15px 4%;
  }
}
.col3_container figure {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .col3_container figure {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .col3_container figure:first-child {
    width: 100%;
  }
}

.tbl3 {
  width: 100%;
}
.tbl3 th:first-child, .tbl3 td:first-child {
  width: 33.3333333333%;
}
.tbl3 th {
  border: 1px solid #e6b904;
  background-color: #fefced;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    font-size: 1.6rem;
  }
}
.tbl3 td {
  border: 1px solid #e6b904;
  text-align: center;
  padding: 20px;
}

.scroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .sp_menu figure {
    width: 1000px;
  }
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #ba75b4;
    margin-bottom: 10px;
  }
}
.tr2 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tr2 {
    text-align: left;
  }
}

.maru {
  background-color: #d5a4d1;
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  margin-right: 10px;
}

.mypoteimg {
  background: url(images/mypote3.png) right bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .mypoteimg {
    padding-bottom: 150px;
    background: url(images/mypote3.png) center bottom no-repeat;
  }
}

/* ブログ */
.blog_box01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .blog_box01 {
    margin-bottom: 50px;
  }
  .blog_box01 img {
    width: 70%;
  }
}

.blog_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog_container {
    flex-direction: column;
    gap: 40px;
  }
}

.category {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .category {
    width: 100%;
  }
}
.category section {
  margin-bottom: 50px;
  border: 2px solid #ba75b4;
}
@media screen and (max-width: 767px) {
  .category section {
    margin-bottom: 30px;
  }
}
.category h2 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f7edf6;
  padding: 8px 25px;
}
@media screen and (max-width: 767px) {
  .category h2 {
    font-size: 1.4rem;
    padding: 8px 25px;
  }
}
.category ul {
  padding: 10px 25px 20px;
}
.category li {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .category li {
    font-size: 1.5rem;
  }
}
.category a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

.category a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d5a4d1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

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

.blog_content {
  width: 920px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog_content {
    width: 100%;
    flex-direction: column;
  }
}

.txt5 {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    width: 100%;
  }
}
.txt5 span {
  padding: 3px;
  width: 200px;
  border-radius: 100vmax;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .txt5 span {
    width: 150px;
    font-size: 1.3rem;
  }
}

.fig5 {
  border-radius: 20px;
  overflow: hidden;
  width: 380px;
  aspect-ratio: 380/285;
}
@media screen and (max-width: 767px) {
  .fig5 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig5 a {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 就職までの流れ */
.flowstep_content {
  width: 970px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flowstep_content {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.flowstep_content figure {
  border-radius: 20px;
  overflow: hidden;
}

.work_box01 {
  background: url(images/bg_flower_b.png) center bottom no-repeat;
  padding-bottom: 330px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work_box01 {
    padding: 0 3% 150px;
    background-size: contain;
  }
}
.work_box01::after {
  display: block;
  content: "";
  position: absolute;
  width: 744px;
  height: 270px;
  background: url(images/work_img.png) no-repeat center bottom;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .work_box01::after {
    background-size: 230px;
  }
}
.work_box01 .purple {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .work_box01 .purple {
    font-size: 1.5rem;
  }
}

.txt4 {
  width: 790px;
}

@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig4 {
  border-radius: 20px;
  overflow: hidden;
}

/* 事務所概要 */
.tbl4 dl {
  display: flex;
  border-bottom: 1px solid #ba75b4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tbl4 dl {
    flex-direction: column;
    margin-bottom: 0;
  }
  .tbl4 dl:first-child {
    border-top: 1px solid #ba75b4;
  }
}
.tbl4 dt {
  padding: 10px 0 10px 95px;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .tbl4 dt {
    width: 100%;
    padding: 10px;
    background-color: #f9f2f9;
  }
}
.tbl4 dd {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tbl4 dd {
    width: 100%;
  }
}

/* お問い合わせ */
.contact_tel a span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.35rem;
  color: #333;
  font-weight: 600;
  padding-left: 30px;
  background: url(images/h_tel1.svg) no-repeat left top 15px;
  background-size: 17px;
  transition: 0.3s;
}
.contact_tel a:hover span {
  color: #ba75b4;
}

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