@charset "UTF-8";
/*!
Theme Name:一般社団法人らいおんハート
Description:一般社団法人らいおんハート-香川県高松市の就労継続支援B型
Theme URI:https://www.lionhart0808.com
License:一般社団法人らいおんハート
License URI:https://www.lionhart0808.com
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&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: bold;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

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

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

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

          フォントサイズ

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

          フォント種類

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

          カラー種類

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

body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}

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

ページ共通

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

#page-wrapper {
  background: url(images/page_bg.png) no-repeat center top;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

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

.border {
  border: 1px solid #ccc !important;
}

.c-base_width {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

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

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

*****************************************/
a:link,
a:visited {
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  text-decoration: none;
  transition: 0.3s linear;
}

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

a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

.img_opacity {
  transition: 0.3s linear;
}

.img_opacity a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
.c-headerLogo {
  max-width: 431px;
  width: 100%;
}
.c-headerLogo a {
  display: block;
}
.c-headerLogo img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  .c-header {
    position: relative;
  }
  .c-header__inner {
    width: 100%;
    padding-left: calc(100% - 1500px);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    background: rgba(255, 255, 255, 0.75);
  }
  .c-header__right {
    display: flex;
  }
  .c-header__right__inner {
    padding: 0 50px 0 10px;
  }
  .catchCopy {
    position: absolute;
    font-size: 7.2rem;
    line-height: 1.2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #000;
    z-index: 10;
    left: 18.75%;
    bottom: 130px;
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.7), -2px 2px 10px rgba(255, 255, 255, 0.7), 2px -2px 10px rgba(255, 255, 255, 0.7), -2px -2px 10px rgba(255, 255, 255, 0.7);
  }
  .c-headerTel {
    color: #009900;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: right;
  }
  .c-headerTel span {
    position: relative;
    padding-left: 24px;
  }
  .c-headerTel span::before {
    position: absolute;
    content: "";
    background: url(images/g-tel_icon.png) no-repeat;
    width: 22px;
    height: 26px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c-header-contactBtn {
    min-width: 97px;
  }
}
@media screen and (max-width: 1420px) {
  .c-headerLogo {
    max-width: 300px;
    width: 100%;
  }
  .c-header__right__inner {
    padding: 0 40px 0 10px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .c-header__inner {
    width: 100%;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    background: rgba(255, 255, 255, 0.75);
  }
  .catchCopy {
    position: absolute;
    font-size: 20px;
    font-size: 6.25vw;
    line-height: 1.2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #000;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.7), -2px 2px 10px rgba(255, 255, 255, 0.7), 2px -2px 10px rgba(255, 255, 255, 0.7), -2px -2px 10px rgba(255, 255, 255, 0.7);
  }
  .c-headerLogo {
    width: 250px;
  }
  .c-header__right {
    display: none;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 15px;
    width: 40px;
    height: 37px;
    padding: 7px 5px;
    background: #009900;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 3px;
    background: #FFF;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #FFF;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 153, 0, 0.8);
    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-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #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 .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: rgba(50, 173, 155, 0.6);
  }
  #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 {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

g_navi

*****************************************/
#g_navi {
  padding-bottom: 13px;
}

#g_navi .menu {
  *zoom: 1;
  display: flex;
  list-style-type: none;
}

#g_navi .menu > li {
  position: relative;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 5px;
}
#g_navi .menu > li:last-child {
  margin-right: 0;
}

#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}

#g_navi .menu > li > a img {
  margin-bottom: 5px;
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: 170px;
  padding: 12px 5px;
  background: #009900;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  color: #FFF;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background: rgba(50, 173, 155, 0.8);
  color: #FFF;
  transition: 0.3s linear;
}

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

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

@media screen and (max-width: 1420px) {
  #g_navi .menu > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル・スライダー

*****************************************/
@media screen and (min-width: 768px) {
  .hero {
    width: 100%;
  }
  .hero__img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    width: 100%;
  }
  .hero__img {
    position: relative;
    width: 150%;
    left: -25%;
  }
}

@media print, screen and (min-width: 768px) {
  .mv {
    width: 100%;
    height: 380px;
  }
  .mv img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
  }
  .mv img {
    position: relative;
    width: 200%;
    left: -50%;
  }
}

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

content 共通設定

*****************************************/
main#top {
  width: 100%;
  padding-bottom: 100px;
}

main#page_main {
  padding-bottom: 100px;
}

.breadcrumb_area {
  padding: 20px 0 0;
}

.breadcrumb_area .breadcrumb p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb p {
    text-align: left;
  }
}

.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #131313;
  transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited,
.breadcrumb_area .breadcrumb p a:hover,
.breadcrumb_area .breadcrumb p a:active {
  color: #131313;
}

.breadcrumb {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  main#page_main {
    width: 100%;
  }
  .breadcrumb_area {
    width: 100%;
    padding: 10px;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.4rem;
  }
  #contents {
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
/****************************************

トップ用

*****************************************/
.p-blog-section {
  padding: 150px 0 0;
}
.p-blog-section__btn {
  max-width: 282px;
  width: 100%;
  margin: 30px auto 0;
}
.p-blog-section__btn a {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-blog-section {
    padding: 100px 10px 0;
  }
}

.p-news-section {
  padding: 68px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-news-section {
    padding: 60px 10px 80px;
  }
}

.p-news_list {
  border: 1px solid #666;
  padding: 0 0 30px 30px;
  height: 295px;
  overflow-y: scroll;
}
.p-news_list__item {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 15px 0 15px 24px;
}
.p-news_list__item .date {
  margin-right: 14px;
}
.p-news_list__item::before {
  position: absolute;
  content: "";
  background: url(images/news_icon.jpg) no-repeat;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.p-news_list__item a {
  position: relative;
  color: #666;
  text-decoration: none;
}
.p-news_list__item a:hover::before {
  width: 100%;
}
.p-news_list__item a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #131313;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-news_list__item {
    flex-direction: column;
  }
  .p-news_list__item::before {
    top: 30px;
  }
}

.c-subhead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #222;
}

@media screen and (max-width: 767px) {
  .c-subhead {
    font-size: 2.4rem;
  }
}

.c-subhead-about {
  margin-bottom: 40px;
}
.c-subhead-about span {
  position: relative;
  padding-left: 105px;
}
.c-subhead-about span::before {
  position: absolute;
  content: "";
  background: url(images/about_treat.png) no-repeat;
  width: 111px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-subhead-working {
  margin-bottom: 40px;
}
.c-subhead-working span {
  position: relative;
  padding-left: 120px;
}
.c-subhead-working span::before {
  position: absolute;
  content: "";
  background: url(images/working_trerat.png) no-repeat;
  width: 111px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-subhead-news {
  margin-bottom: 50px;
}
.c-subhead-news span {
  position: relative;
  padding-left: 100px;
}
.c-subhead-news span::before {
  position: absolute;
  content: "";
  background: url(images/news_treat.png) no-repeat;
  width: 90px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-subhead-blog {
  margin-bottom: 50px;
}
.c-subhead-blog span {
  position: relative;
  padding-left: 100px;
}
.c-subhead-blog span::before {
  position: absolute;
  content: "";
  background: url(images/blog_treat.png) no-repeat;
  width: 90px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-working-section {
  max-width: 1100px;
  width: 100%;
  margin: 150px auto 0;
}

@media screen and (max-width: 767px) {
  .p-working-section {
    margin: 100px auto 0;
    padding: 0 10px;
  }
}

.p-working_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-top: 50px;
}
.p-working_list li a {
  display: block;
}

.p-faq-section {
  position: relative;
  padding: 133px 0;
}
.p-faq-section::before {
  position: absolute;
  content: "";
  background: url(images/faq_bg.jpg) no-repeat;
  width: 69.0104166667%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-faq-section::before {
    width: 100%;
    height: 0;
    padding-top: 46.4150943396%;
    background-size: contain;
  }
}

.c-subhead-faq {
  margin-bottom: 35px;
  justify-content: start;
}
.c-subhead-faq span {
  position: relative;
  padding-left: 0;
}
.c-subhead-faq span::before {
  position: absolute;
  content: "";
  background: url(images/faq_treat.png) no-repeat;
  width: 90px;
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-faq-section__btn {
  max-width: 282px;
  width: 100%;
  margin: 30px auto 0;
}
.p-faq-section__btn a {
  display: block;
}

.p-faq-section__inner {
  position: relative;
  width: 56.0416666667%;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-faq-section__inner {
    width: 100%;
  }
}

.p-faq-section__body {
  max-width: 615px;
  padding: 70px 40px 67px 85px;
}

@media screen and (max-width: 767px) {
  .p-faq-section__body {
    max-width: 100%;
    padding: 30px;
  }
}

.p-about-section {
  max-width: 1200px;
  width: 100%;
  margin: 150px auto 0;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-about-section {
    padding: 0 10px;
    margin: 0 auto;
  }
}

.p-about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.p-about_list li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-about_list {
    display: flex;
    flex-direction: column;
  }
  .p-about_list li {
    max-width: 345px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-about_list li:last-child {
    margin: 0 auto;
  }
}

.bg01 {
  position: relative;
}
.bg01::after {
  position: absolute;
  content: "";
  background: url(images/bg01.png) no-repeat center top;
  width: 100%;
  height: 618px;
  top: 115px;
  z-index: -1;
}

.c-home-section {
  position: relative;
  margin-top: 90px;
  padding: 92px 0 143px;
}
.c-home-section::after {
  position: absolute;
  content: "";
  background: url(images/top_img01.jpg) no-repeat;
  width: 64.6875%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.c-home-section__title {
  position: absolute;
  top: 0;
  left: 18.75%;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.12em;
  z-index: 10;
  transition: 0.3s linear;
}
.c-home-section__title span.orange {
  color: #ff9500;
  font-size: 4.8rem;
}
.c-home-section__title span.green {
  color: #009900;
  font-size: 4.8rem;
}
.c-home-section__body {
  position: relative;
  width: calc(100% - 295px);
  padding: 100px 0 45px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1500px) {
  .c-home-section__title {
    font-size: 2.4rem;
    line-height: 1.5;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 767px) {
  .c-home-section {
    padding: 54% 10px 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-home-section__title {
    position: static;
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .c-home-section__title span.green {
    font-size: 2.8rem;
  }
  .c-home-section__title span.orange {
    font-size: 2.8rem;
  }
}

.c-home-section__text {
  padding-left: 23.9583333333%;
}

@media screen and (max-width: 767px) {
  .c-home-section::after {
    width: 100%;
    height: 0;
    padding-top: 52.3349436393%;
    background-size: contain;
  }
  .c-home-section__body {
    width: 100%;
    padding: 0;
  }
  .c-home-section__text {
    padding-left: 0;
  }
}

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

news トップ用

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

下層用

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

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

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .intro_item {
    width: 525px !important;
    margin-right: 50px;
  }
  .intro_item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro_item {
    width: 100% !important;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .intro_item:last-of-type {
    margin-bottom: 0;
  }
}

.line_break {
  margin-top: 20px;
}

.staff_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: 1px solid #6C5938;
  padding: 30px;
}

.staff_box:not(:first-of-type) {
  margin-top: 60px;
}

.staff_box__img {
  position: relative;
  width: 330px;
  height: 247px;
}

.staff_box__txt {
  width: 740px;
}

.message_box {
  max-width: 1100px;
  width: 100%;
  margin: 40px auto 0;
  border: 1px solid #6C5938;
}

.message_box__text {
  text-align: center;
  color: #6C5938;
  font-size: 2.2rem;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .message_box__text {
    text-align: left;
    font-size: 2rem;
  }
}

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

.contact_tel {
  color: #009900;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.contact_tel span {
  position: relative;
  padding-left: 24px;
}
.contact_tel span::before {
  position: absolute;
  content: "";
  background: url(images/g-tel_icon.png) no-repeat;
  width: 22px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.red-text {
  color: #FF0000;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.04em !important;
}

.introduction_item {
  margin-top: 30px;
}
.introduction_item dt {
  color: #339333;
  font-weight: bold;
}

.blog:not(:first-of-type) {
  margin-top: 50px;
}
.blog__btn {
  max-width: 282px;
  width: 100%;
  margin: 20px 0 0 auto;
}
.blog__img {
  position: relative;
  width: 400px;
  height: 310px;
}

@media screen and (max-width: 767px) {
  .blog__btn {
    margin: 20px auto 0;
  }
}

.privacy_policy {
  background: rgba(242, 241, 236, 0.65);
  padding: 30px;
  margin-top: 30px;
}
.privacy_policy dt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.privacy_policy dd p {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privacy_policy {
    padding: 20px;
  }
}

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

single.php

*****************************************/
.single_box {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single_box .single_tit {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #009900;
  font-size: 2.6rem;
  text-align: center;
}

.single_box .single_tit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #009900;
  transform: translateX(-50%);
}

.single_box .date {
  margin-bottom: 20px;
  color: #999;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: bold;
}

.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 540px;
  margin: 70px auto 0;
  padding: 15px 10px;
  background: #009900;
}

.nav-below li {
  color: #FFF;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

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

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    flex-wrap: wrap;
    width: auto;
    margin-top: 50px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
/****************************************

aside

*****************************************/
#bottom_area {
  margin-bottom: 80px;
}

#bottom_area .top_box02_inner {
  margin-bottom: 40px;
}

#bottom_area .top_box02_inner section h3 {
  margin-bottom: 0;
}

#sidebar {
  width: 220px;
}

#sidebar h2 {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #81B5E9;
  color: #FFF;
  font-size: 1.6rem;
}

#sidebar ul:not(:last-child) {
  margin-bottom: 30px;
}

#sidebar ul li {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
  font-size: 1.4rem;
}

#sidebar ul li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

#sidebar ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}

#sidebar ul li a:hover::after {
  width: 100%;
}

#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover,
#sidebar ul li a:active {
  color: #333;
}

#sidebar .post-date {
  display: block;
  color: #999;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #bottom_area {
    display: none;
  }
  #sidebar {
    width: 100%;
  }
}
/****************************************

テーブル

*****************************************/
.over_table .elementor-price-list {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.over_table .elementor-price-list li {
  border-bottom: 1px solid #ccc;
}

.over_table .elementor-price-list li {
  margin-bottom: 0 !important;
}

.over_table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

.over_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  font-size: 1.6rem;
  margin-bottom: 0;
  align-items: stretch;
}

.over_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  max-width: 100%;
  width: 22%;
  display: block;
  background: #E8E8E8;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 13px 10px 12px 20px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .over_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.over_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-price {
  width: 78%;
  display: block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 13px 10px 12px 20px;
}

@media screen and (max-width: 767px) {
  .over_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.table01 {
  width: 100%;
}
.table01 th {
  width: 340px;
  background: #E8E8E8;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 10px 10px;
  text-align: left;
  vertical-align: middle;
}
.table01 td {
  width: 760px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 11px 10px 10px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

.table02 {
  width: 100%;
}
.table02 th,
.table02 td {
  font-weight: normal;
  padding: 10px;
}
.table02 .th-head {
  background: #eee;
  border: 1px solid #ccc;
}
.table02 .th01 {
  width: 29%;
  background: #fff;
  border: 1px solid #ccc;
}
.table02 td {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.table_scroll {
  height: 300px;
  overflow-y: scroll;
}

.table03 {
  width: 100%;
}
.table03 th {
  width: 25%;
  background: #E8E8E8;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.table03 .th-head {
  background: #fff;
}
.table03 td {
  width: 25%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 11px 10px 10px;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

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

ボタン

*****************************************/
a.c-btn {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

a.c-btn01 {
  background: #009900;
}
a.c-btn01:hover {
  background: #25b725;
}

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

txt設定

*****************************************/
.common-width {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.ml15 {
  margin-left: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt50 {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .txt660 {
    width: 660px;
  }
  .txt620 {
    width: 620px;
  }
  .txt730 {
    width: 730px;
  }
  .txt810 {
    width: 810px;
  }
}
@media screen and (max-width: 767px) {
  .txt570,
  .txt620,
  .txt730,
  .txt810 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 50px;
  }
  .txt550,
  .txt590,
  .txt680 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img560 {
    max-width: 560px;
    width: 100%;
    margin: 20px auto 0;
  }
}

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

P

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

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

.big {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #D80700;
}

/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .img160 {
    margin: 20px auto 0;
  }
}

.img200 {
  width: 200px;
}

.img350 {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .img350 {
    width: 100%;
    margin: 20px auto 0;
  }
}

.img400 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .img400 {
    width: 100%;
    margin: 20px auto 0;
  }
}

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

トップページタイトル

*****************************************/
.subhead {
  color: #0565B3;
  font-size: 5rem;
  letter-spacing: normal;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}

.top__box01--title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
  font-size: 4.2rem;
  overflow: hidden;
}
.top__box01--title span {
  font-size: 5rem;
}
.top__box01--title::before {
  position: absolute;
  content: "ABOUT";
  font-family: "Roboto", sans-serif;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #CECECE;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top__box01--title {
    font-size: 2rem;
  }
  .top__box01--title span {
    font-size: 2.8rem;
  }
  .top__box01--title::before {
    font-size: 7rem;
    top: -15px;
  }
}

.top__box03--title {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  margin-bottom: 30px;
  overflow: hidden;
}
.top__box03--title::before {
  position: absolute;
  content: "FACILITY";
  font-family: "Roboto", sans-serif;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #CECECE;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top__box03--title {
    font-size: 2.8rem;
  }
  .top__box03--title::before {
    font-size: 7rem;
  }
}

.c-page__box {
  border: 1px solid #6C5938;
}
.c-page__box__title {
  text-align: center;
  font-weight: bold;
  color: #6C5938;
  font-size: 2.6rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
}
.c-page__box__text {
  line-height: 1.7 !important;
  letter-spacing: 0.04em !important;
  text-align: center;
}

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

下層ページタイトル

*****************************************/
.headline {
  position: relative;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.headline span.en {
  color: #3FB23F;
  font-size: 1.8rem;
  display: inline-block;
  padding-top: 20px;
}
.headline span.jp {
  color: #000;
  font-size: 2.8rem;
  display: inline-block;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .headline img {
    width: 50px !important;
  }
  .headline span.jp {
    font-size: 2.4rem;
  }
}

.c-page-subhead {
  font-size: 2.2rem;
  letter-spacing: 0.04em !important;
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6C5938;
  margin-bottom: 30px !important;
}

.c-page-subhead02 {
  background: #40B340;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em !important;
  padding: 16px 10px 16px 15px;
}

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

spフッター

*****************************************/
@media screen and (max-width: 767px) {
  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #009900;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12px);
    top: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sp_company::after {
    background-image: url(images/sp_company.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_mail::after {
    background-image: url(images/sp_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_tel::after {
    background-image: url(images/sp_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_pagetop::after {
    background-image: url(images/sp_pagetop.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #0aad0a;
  }
  .pageTop {
    display: none !important;
  }
  .c-footer {
    background: #009900;
    padding-bottom: 70px;
  }
  .c-footer__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
  }
  .copyright {
    background: rgba(0, 92, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .c-footerLogo {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
  }
  .address {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  .c-footerText {
    text-align: center;
    color: #fff;
    letter-spacing: 0.14em;
    font-weight: bold;
  }
  .c-footerList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }
  .c-footerList li a {
    display: block;
  }
  .c-footerList li:not(:first-child) {
    margin-top: 20px;
  }
  .c-footerTel {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
  }
  .c-footerTel span {
    position: relative;
    padding-left: 24px;
  }
  .c-footerTel span::before {
    position: absolute;
    content: "";
    background: url(images/w-tel_icon.png) no-repeat;
    width: 22px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/****************************************

pcフッター

*****************************************/
@media print, screen and (min-width: 768px) {
  .sp_footer__btn {
    display: none;
  }
  .pageTop {
    position: absolute;
    content: "";
    right: 360px;
    bottom: 440px;
  }
  .c-footer {
    position: relative;
    background: #009900;
  }
  .c-footer__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .copyright {
    background: rgba(0, 92, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 12px 0;
  }
  .c-footerLogo {
    color: #fff;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
  }
  .address {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  .c-footerText {
    text-align: center;
    color: #fff;
    letter-spacing: 0.14em;
    font-weight: bold;
  }
  .c-footerList {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .c-footerList li a {
    display: block;
  }
  .c-footerTel {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
  }
  .c-footerTel span {
    position: relative;
    padding-left: 24px;
  }
  .c-footerTel span::before {
    position: absolute;
    content: "";
    background: url(images/w-tel_icon.png) no-repeat;
    width: 22px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nagusa_section {
  background: #e5f8d9;
  padding: 30px;
}

.nagusa_section__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.nagusa_section p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

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

Contact Form7

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

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

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

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #009900 solid;
  border-radius: 8px;
  background-color: #009900;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
  background-color: #fff;
  color: #009900;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #009900 solid;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.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);
}

.form_row .form_input_post {
  width: 180px;
}

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

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

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

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #009900;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #009900;
  border-right: 3px solid #009900;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #009900;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
  background-color: #009900;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #009900;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #009900;
  border-right: 1px solid #009900;
}

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

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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