@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0;
  border: none;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 0em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 737px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #434343;
  text-decoration: none;
}

a:visited {
  color: #434343;
  text-decoration: none;
}

a:hover {
  color: #434343;
  text-decoration: none;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  color: #434343;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
}
body.non_scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

section.back-color {
  background-color: rgba(255, 237, 182, 0.15);
}

.contents-inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0;
}
@media screen and (max-width: 999px) {
  .contents-inner {
    width: 90%;
    padding: 12vw 0;
  }
}

@media screen and (max-width: 736px) {
  .pc_img {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_img {
    display: block;
  }
}

.fadeIn {
  opacity: 0;
  transition: 0.7s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_br {
    display: block;
  }
}

ul {
  margin: 0;
}
ul li {
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
}

.loop-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ==================================
main-visual
================================== */
.main-visual {
  width: 100%;
  height: 1035px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .main-visual {
    height: 900px;
  }
}
@media screen and (max-width: 736px) {
  .main-visual {
    height: 66vh;
  }
}
.main-visual h1 {
  color: #44C64A;
  writing-mode: vertical-rl;
  position: absolute;
  top: 225px;
  right: 13vw;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  z-index: 10;
  text-shadow: 0 0 2px #fff;
}
@media screen and (max-width: 999px) {
  .main-visual h1 {
    font-size: 2.8rem;
    right: 5vw;
  }
}
@media screen and (max-width: 736px) {
  .main-visual h1 {
    font-size: 2rem;
    top: 12vh;
    right: 7vw;
    line-height: 1.5;
  }
}
.main-visual__container {
  width: 1000px;
  height: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .main-visual__container {
    width: 90%;
  }
}
.main-visual__image {
  position: absolute;
}
.main-visual__image.img-main {
  width: 1112px;
  height: 792.651px;
  right: 250px;
  top: 160px;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .main-visual__image.img-main {
    width: 900px;
    height: auto;
    top: 130px;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__image.img-main {
    width: 100vw;
    height: auto;
    right: auto;
    left: -23vw;
    top: auto;
    bottom: -1vh;
  }
}
.main-visual__image.img-01 {
  width: 321px;
  height: 330px;
  bottom: 85px;
  right: 132px;
  z-index: 8;
}
@media screen and (max-width: 736px) {
  .main-visual__image.img-01 {
    width: 27vw;
    height: auto;
    top: 12vh;
    bottom: auto;
    right: auto;
    left: -6vw;
  }
}
.main-visual__image.img-02 {
  width: 285px;
  height: 306px;
  bottom: -75px;
  left: 250px;
  z-index: 7;
}
@media screen and (max-width: 736px) {
  .main-visual__image.img-02 {
    width: 25vw;
    height: auto;
    bottom: auto;
    left: 24vw;
    top: 20vh;
  }
}
.main-visual__deco {
  position: absolute;
}
.main-visual__deco.deco01 {
  width: 268px;
  height: 287px;
  left: -500px;
  top: 210px;
}
@media screen and (max-width: 999px) {
  .main-visual__deco.deco01 {
    display: none;
  }
}
.main-visual__deco.deco02 {
  width: 209px;
  height: 215px;
  transform: translate(0, 20px) rotate(-73.477deg);
  left: 300px;
  bottom: -50px;
}
.main-visual__deco.deco02.is-show {
  transform: translate(0, 0) rotate(-73.477deg);
}
@media screen and (max-width: 999px) {
  .main-visual__deco.deco02 {
    width: 190px;
    left: 350px;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__deco.deco02 {
    width: 25vw;
    height: auto;
    right: 2vw;
    left: auto;
    bottom: -4vh;
  }
}
.main-visual__deco.deco03 {
  width: 268px;
  height: 287px;
  transform: translate(0, 20px) rotate(-114.14deg);
  right: -588px;
  top: 200px;
}
.main-visual__deco.deco03.is-show {
  transform: translate(0, 0) rotate(-114.14deg);
}
@media screen and (max-width: 999px) {
  .main-visual__deco.deco03 {
    width: 174px;
    height: auto;
    right: -25px;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__deco.deco03 {
    width: 25vw;
    height: auto;
    right: auto;
    top: 10vh;
    left: -8vw;
  }
}
.main-visual__deco.deco04 {
  width: 239px;
  height: 245px;
  top: 485px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .main-visual__deco.deco04 {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__deco.deco04 {
    display: block;
    width: 20vw;
    height: auto;
    top: 183px;
    right: auto;
    left: 12vw;
  }
}
.main-visual__deco.deco05 {
  width: 622px;
  height: 448px;
  transform: translate(0, 20px) rotate(-12.057deg);
  right: -550px;
  bottom: -25px;
}
.main-visual__deco.deco05.is-show {
  transform: translate(0, 0) rotate(-12.057deg);
}
@media screen and (max-width: 999px) {
  .main-visual__deco.deco05 {
    width: 450px;
    height: auto;
    right: -100px;
    bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__deco.deco05 {
    width: 55vw;
    height: auto;
    right: -25vw;
    bottom: auto;
    top: 14vh;
  }
}

/* ==================================
topabout-sec
================================== */
.topabout-sec {
  background-color: rgba(68, 198, 74, 0.1);
  z-index: 0;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 736px) {
  .topabout-sec {
    padding-top: 60px;
  }
}
.topabout-sec__deco {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
}
.topabout-sec__deco svg {
  width: 100%;
  height: auto;
}
.topabout-sec:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.about-sec__title {
  text-align: center;
  font-size: 2.4rem;
  color: #44C64A;
  margin-bottom: 70px;
  font-weight: 600;
}
.about-sec__title span {
  color: #F68F8F;
}
@media screen and (max-width: 736px) {
  .about-sec__title {
    font-size: 1.5rem;
    margin-bottom: 10vw;
  }
}
.about-sec__about {
  background-color: #fff;
  border-radius: 50px;
  width: 85vw;
  padding: 110px calc((85vw - 1000px) / 2);
  margin-left: calc((85vw - 1000px) / 2 * -1);
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .about-sec__about {
    margin-left: auto;
    margin-right: auto;
    padding: 8vw;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__about {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10vw;
  }
}
.about-sec__text {
  width: 835px;
  margin: auto;
  color: #44C64A;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
  margin-bottom: 85px;
}
@media screen and (max-width: 999px) {
  .about-sec__text {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__text {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 10vw;
  }
}
.about-sec__text span {
  color: #F68F8F;
}
.about-sec__calculation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-sec__calculation__illust {
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .about-sec__calculation__illust {
    width: 17vw;
    height: 17vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__calculation__illust {
    width: 19vw;
    height: 19vw;
    margin-bottom: 2vw;
  }
}
.about-sec__calculation__illust img {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-sec__calculation__illust:before {
  content: "";
  display: block;
  position: absolute;
  width: 211px;
  height: 211px;
  border-radius: 50%;
  background-color: rgba(246, 143, 143, 0.1);
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .about-sec__calculation__illust:before {
    width: 100%;
    height: 100%;
  }
}
.about-sec__calculation__illust:after {
  content: "";
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  bottom: 0;
  left: -85px;
  margin: auto;
  background-image: url(../img/index/about_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .about-sec__calculation__illust:after {
    width: 4vw;
    height: 4vw;
    left: -6.5vw;
  }
}
.about-sec__calculation__item {
  width: 260px;
}
.about-sec__calculation__item:first-child .about-sec__calculation__illust img {
  width: 100%;
}
.about-sec__calculation__item:first-child .about-sec__calculation__illust:after {
  display: none;
}
.about-sec__calculation__item:last-child .about-sec__calculation__illust img {
  width: 83%;
}
@media screen and (max-width: 999px) {
  .about-sec__calculation__item {
    width: 17vw;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__calculation__item {
    width: 19vw;
  }
}
.about-sec__calculation__name {
  width: 190px;
  border-radius: 30px;
  background-color: #44C64A;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin: auto;
  padding: 5px 0 8px;
}
@media screen and (max-width: 999px) {
  .about-sec__calculation__name {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__calculation__name {
    font-size: 0.8rem;
    padding: 3px 0 5px;
  }
}
.about-sec__calculation__text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .about-sec__calculation__text br {
    display: none;
  }
}
.about-sec__btn {
  width: 665px;
  margin: auto;
  border-radius: 60px;
  overflow: hidden;
  background-color: #F68F8F;
}
@media screen and (max-width: 999px) {
  .about-sec__btn {
    width: 500px;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__btn {
    width: 95%;
  }
}
.about-sec__btn a {
  display: block;
  position: relative;
  color: #fff;
  padding: 30px 50px;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .about-sec__btn a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__btn a {
    padding: 20px 67px 20px 45px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.about-sec__btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/global/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .about-sec__btn a:after {
    width: 5vw;
    height: 5vw;
    right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-sec__btn:hover a {
    opacity: 0.7;
  }
}
.about-sec__btn:hover a:after {
  right: 32px;
}

/* ==================================
topinfo-sec
================================== */
.topinfo-sec {
  position: relative;
  background-color: rgba(68, 198, 74, 0.1);
  padding-top: 100px;
}
@media screen and (max-width: 736px) {
  .topinfo-sec {
    padding-top: 60px;
  }
}
.topinfo-sec__deco {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.topinfo-sec__deco svg {
  width: 100%;
  height: auto;
}
.topinfo-sec__container {
  background-color: #44C64A;
  width: 870px;
  border-radius: 30px;
  margin: auto;
  padding: 48px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .topinfo-sec__container {
    width: 100%;
  }
}
.topinfo-sec__subtitle {
  width: 190px;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 0 6px;
  margin: 0 auto 20px;
  color: #44C64A;
  font-size: 1.1rem;
}
.topinfo-sec__title {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 30px;
}
.topinfo-sec__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/global/symbol_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.topinfo-sec__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.topinfo-sec__mail img {
  width: 24px;
  margin-right: 7px;
  margin-top: 3px;
}
.topinfo-sec__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 27px;
}
.topinfo-sec__tel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.topinfo-sec__tel__item img {
  width: 19px;
  margin-right: 3px;
  margin-top: 3px;
}
.topinfo-sec__tel__item a {
  color: #fff;
}
.topinfo-sec__tel__item:first-child {
  margin-right: 21px;
}
.topinfo-sec__tel__item:last-child {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1;
}
.topinfo-sec__add {
  margin-bottom: 20px;
}
.topinfo-sec__support {
  font-size: 1.25rem;
}
@media screen and (max-width: 736px) {
  .topinfo-sec__support {
    line-height: 1.3;
  }
}
.topinfo-sec__support span {
  font-size: 0.9rem;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .topinfo-sec__support span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* ==================================
support-about-sec
================================== */
.support-about-sec {
  position: relative;
  z-index: 0;
}
.support-about-sec .contents-title {
  margin-bottom: 50px;
}
.support-about-sec__deco {
  position: absolute;
  z-index: -1;
}
.support-about-sec__deco.deco01 {
  width: 252px;
  height: 258px;
  top: 0;
  left: -40px;
  transform: translate(0, 20px) rotate(-73.477deg);
}
.support-about-sec__deco.deco01.is-show {
  transform: translate(0, 0) rotate(-73.477deg);
}
@media screen and (max-width: 999px) {
  .support-about-sec__deco.deco01 {
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .support-about-sec__deco.deco01 {
    width: 26vw;
    height: auto;
    left: -13vw;
    top: -1vh;
  }
}
.support-about-sec__deco.deco02 {
  width: 199px;
  height: 213px;
  top: 230px;
  left: 290px;
  transform: translate(0, 20px) rrotate(82.547deg);
}
.support-about-sec__deco.deco02.is-show {
  transform: translate(0, 0) rrotate(82.547deg);
}
@media screen and (max-width: 999px) {
  .support-about-sec__deco.deco02 {
    width: 140px;
    height: auto;
    left: 130px;
  }
}
@media screen and (max-width: 736px) {
  .support-about-sec__deco.deco02 {
    width: 25vw;
    height: auto;
    top: 13vh;
    left: -2vw;
  }
}
.support-about-sec__deco.deco03 {
  width: 452px;
  height: 325px;
  top: 65px;
  right: -60px;
  transform: translate(0, 20px) rotate(-12.057deg);
}
.support-about-sec__deco.deco03.is-show {
  transform: translate(0, 0) rotate(-12.057deg);
}
@media screen and (max-width: 999px) {
  .support-about-sec__deco.deco03 {
    width: 380px;
    height: auto;
    top: 0;
  }
}
@media screen and (max-width: 736px) {
  .support-about-sec__deco.deco03 {
    width: 45vw;
    height: auto;
    top: -5vw;
    right: -17vw;
  }
}

.support-about {
  width: 915px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .support-about {
    width: 100%;
  }
}
.support-about__item {
  width: 448px;
  background-color: #44C64A;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .support-about__item {
    width: 49%;
  }
}
@media screen and (max-width: 736px) {
  .support-about__item {
    width: 100%;
  }
}
.support-about__item:first-child {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 736px) {
  .support-about__item:first-child {
    border-radius: 50px 50px 0 0;
    margin-bottom: 3vw;
  }
}
.support-about__item:last-child {
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 736px) {
  .support-about__item:last-child {
    border-radius: 0 0 50px 50px;
  }
}
.support-about__head {
  padding: 35px 0;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 736px) {
  .support-about__head {
    padding: 25px 0;
  }
}
.support-about__head span {
  display: block;
  width: 150px;
  border-radius: 30px;
  color: #44C64A;
  padding: 0 auto 5px;
  margin: 0 auto 5px;
  background-color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 736px) {
  .support-about__head span {
    font-size: 1rem;
    padding: 1px 0 2px;
  }
}
.support-about__head h5 {
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .support-about__head h5 {
    font-size: 1.3rem;
  }
}
.support-about__about {
  padding: 30px 0 50px;
}
.support-about__text {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .support-about__text {
    font-size: 1.1rem;
  }
}
.support-about__illust {
  width: 260px;
  height: 130px;
  margin: auto;
}
.support-about__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==================================
header
================================== */
header {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 14px;
  z-index: 9999;
}
@media screen and (max-width: 736px) {
  header {
    height: auto;
  }
}

.header-logo {
  width: 405px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0 70px 70px 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 25vw;
  }
}
@media screen and (max-width: 999px) {
  .header-logo {
    width: 35vw;
  }
}
@media screen and (max-width: 736px) {
  .header-logo {
    width: 44vw;
  }
}
.header-logo a {
  display: block;
  padding: 23px 48px 29px 26px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .header-logo a {
    padding: 3vw 5vw 5vw 3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-logo:hover a {
    opacity: 0.7;
  }
}
.header-navi {
  height: 92px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0 25px 0 35px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .header-navi {
    display: none;
  }
}
.header-navi:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 198, 74, 0.1);
  top: 0;
  left: 0;
  z-index: -1;
}
.header-navi ul {
  display: flex;
  flex-wrap: wrap;
}
.header-navi ul li a {
  display: block;
  padding: 10px 13px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header-navi ul li a {
    font-size: 1rem;
    padding: 10px 11px;
  }
}
.header-navi ul li:hover a {
  color: #44C64A;
}
.header-navi ul li.active a {
  color: #44C64A;
}
.header-navi .support-btn {
  width: 120px;
  background-color: #44C64A;
  border-radius: 50px;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.header-navi .support-btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 6px 0 7px;
}
@media screen and (max-width: 1200px) {
  .header-navi .support-btn a {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-navi .support-btn:hover {
    opacity: 0.7;
  }
}

.sp-nav {
  display: none;
  width: 65px;
  height: 55px;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
  border: 1px solid #fff;
  border-right: none;
}
@media screen and (max-width: 999px) {
  .sp-nav {
    display: block;
    width: 85px;
    height: 75px;
  }
}
@media screen and (max-width: 736px) {
  .sp-nav {
    width: 65px;
    height: 55px;
  }
}
.sp-nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 198, 74, 0.1);
  top: 0;
  left: 0;
  z-index: -1;
}
.sp-nav__line {
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -3px;
  margin: auto;
}
.sp-nav__line:before, .sp-nav__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #44C64A;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.sp-nav__line:before {
  top: -4.5px;
}
.sp-nav__line:after {
  bottom: -4.5px;
}
.sp-nav.open .sp-nav__line:before {
  top: 0;
  bottom: 0;
  transform: rotate(225deg);
}
.sp-nav.open .sp-nav__line:after {
  top: 0;
  bottom: 0;
  transform: rotate(-225deg);
}

/* ==================================
sp / open-nav
================================== */
.open-nav {
  display: none;
  z-index: 8888;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
}
.open-nav__inner {
  padding: 27vw 10vw 10vw;
}
.open-nav__inner ul li a {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 1.1rem;
}

/* ==================================
contact-btn
================================== */
.contact-btn {
  width: 226px;
  border-radius: 40px 0 0 40px;
  background-color: #F68F8F;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 8888;
}
@media screen and (max-width: 736px) {
  .contact-btn {
    width: 185px;
    bottom: 15px;
  }
}
.contact-btn a {
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .contact-btn a {
    font-size: 1rem;
  }
}
.contact-btn a img {
  width: 26px;
  margin-right: 5px;
  margin-top: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .contact-btn:hover a {
    opacity: 0.7;
  }
}

/* ==================================
footer
================================== */
footer {
  background-color: rgba(68, 198, 74, 0.1);
  border-top: 1px solid #44C64A;
}
@media screen and (max-width: 736px) {
  footer {
    padding-bottom: 22vw;
  }
}

.footer-inner {
  width: 1000px;
  margin: auto;
  padding: 118px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .footer-inner {
    width: 90%;
    padding: 15vw 0;
  }
}
.footer-about {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .footer-about {
    width: 100%;
  }
}
.footer-logo {
  width: 356px;
  margin-bottom: 66px;
}
@media screen and (max-width: 736px) {
  .footer-logo {
    width: 75%;
    margin: 0 auto 8vw;
  }
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns__item {
  width: 50px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .footer-sns__item {
    width: 35px;
    margin: 0 10px;
  }
}
.footer-sns__item:last-child {
  margin-right: 0;
}
.footer-sns__item.banner-item {
  width: 190px;
}
@media screen and (max-width: 404px) {
  .footer-sns__item.banner-item {
    margin-top: 5vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-sns__item:hover {
    opacity: 0.7;
  }
}
.footer-nav {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media screen and (max-width: 736px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  margin-right: 70px;
}
.footer-nav ul li {
  transition: all 0.3s ease;
}
.footer-nav ul li a {
  display: block;
  padding: 10px 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav ul li:hover {
    opacity: 0.7;
  }
}
.footer-nav ul:last-child {
  margin-right: 0;
}
.footer-copy {
  border-top: 1px solid #44C64A;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  .footer-copy {
    padding: 5vw 0;
    border-bottom: 1px solid #44C64A;
  }
}
.footer-copy small {
  color: #44C64A;
}
@media screen and (max-width: 736px) {
  .footer-copy small {
    font-size: 0.8rem;
  }
}

/* ==================================
contents-title
================================== */
.contents-title {
  margin-bottom: 120px;
  padding-top: 77px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .contents-title {
    padding-top: 13vw;
    margin-bottom: 11vw;
  }
}
.contents-title:before {
  content: "";
  display: block;
  width: 73px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/global/symbol.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 736px) {
  .contents-title:before {
    width: 11vw;
    height: 11vw;
  }
}
.contents-title p {
  color: #44C64A;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
  .contents-title p {
    font-size: 1rem;
  }
}
.contents-title h3 {
  text-align: center;
  font-weight: 600;
  color: #44C64A;
  font-size: 2.4rem;
}
@media screen and (max-width: 736px) {
  .contents-title h3 {
    font-size: 1.6rem;
  }
}

/* ==================================
contents-btn
================================== */
.contents-btn {
  width: 485px;
  margin: 65px auto 0;
  border-radius: 60px;
  border: 3px solid #44C64A;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .contents-btn {
    width: 90%;
    margin-top: 10vw;
  }
}
.contents-btn a {
  display: block;
  padding: 25px 43px;
  position: relative;
  color: #44C64A;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .contents-btn a {
    font-size: 1rem;
    padding: 20px 50px 20px 37px;
  }
}
.contents-btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/global/arrow_gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .contents-btn a:after {
    width: 5vw;
    height: 5vw;
    right: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contents-btn:hover a {
    opacity: 0.7;
  }
}
.contents-btn:hover a:after {
  right: 34px;
}
.contents-btn.back-btn a {
  text-align: center;
}
.contents-btn.back-btn a:after {
  transform: scale(-1, 1);
  right: auto;
  left: 37px;
}
@media screen and (max-width: 736px) {
  .contents-btn.back-btn a:after {
    left: 30px;
  }
}
.contents-btn.back-btn:hover a:after {
  left: 34px;
  right: auto;
}

/* ==================================
contents-text
================================== */
.contents-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .contents-text {
    margin-bottom: 11vw;
  }
}
.contents-text p {
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 736px) {
  .contents-text p {
    font-size: 1rem;
  }
}
.contents-text.text-center p {
  text-align: center;
}

/* ==================================
sc-sec
================================== */
.sc-sec__container {
  width: 85vw;
  margin-left: calc((85vw - 1000px) / 2 * -1);
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 100px;
  padding: 130px calc((85vw - 1000px) / 2);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sc-sec__container {
    margin: auto;
    padding: 100px 5vw;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__container {
    width: 95%;
    margin: auto;
    padding: 5vw;
    border-radius: 50px;
  }
}
.sc-sec__title {
  position: absolute;
  text-align: center;
  width: 365px;
  border-radius: 50px;
  background-color: #44C64A;
  color: #fff;
  padding: 10px 0 11px;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 736px) {
  .sc-sec__title {
    width: 65%;
    font-size: 1.2rem;
    padding: 6px 0 8px;
    top: -22px;
  }
}
.sc-sec__head {
  overflow: hidden;
  margin-bottom: 50px;
}
.sc-sec__head__left {
  width: 394px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .sc-sec__head__left {
    width: 45%;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__head__left {
    width: 100%;
    float: none;
  }
}
.sc-sec__head__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .sc-sec__head__image svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__head__image {
    width: 80%;
    margin: 9vw auto 5vw;
  }
}
.sc-sec__head__btn {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #44C64A;
}
@media screen and (max-width: 736px) {
  .sc-sec__head__btn {
    display: none;
  }
}
.sc-sec__head__btn a {
  position: relative;
  display: block;
  color: #44C64A;
  padding: 20px 35px 23px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .sc-sec__head__btn a {
    line-height: 1.4;
    padding: 17px 48px 19px 35px;
  }
}
.sc-sec__head__btn a:after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/global/arrow_gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .sc-sec__head__btn a:after {
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-sec__head__btn:hover a {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-sec__head__btn:hover a:after {
    right: 22px;
  }
}
.sc-sec__head__right {
  width: 556px;
  float: right;
}
.sc-sec__head__right .sc-sec__head__btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sc-sec__head__right {
    width: 50%;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__head__right {
    width: 100%;
    float: none;
  }
  .sc-sec__head__right .sc-sec__head__btn {
    display: block;
  }
}
.sc-sec__head__title {
  color: #44C64A;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .sc-sec__head__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.sc-sec__head__about {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 736px) {
  .sc-sec__head__about {
    font-size: 1rem;
  }
}
.sc-sec__head__add {
  font-size: 1.1rem;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 736px) {
  .sc-sec__head__add {
    font-size: 1rem;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__head__info {
    margin-bottom: 10vw;
    font-size: 0.9rem;
  }
}
.sc-sec__head__info table tr th {
  vertical-align: top;
  font-weight: 500;
  width: 30%;
}
.sc-sec__head__info table tr td {
  vertical-align: top;
  padding-bottom: 5px;
}
.sc-sec__contact {
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 48px;
  padding: 35px 0 40px;
  text-align: center;
  color: #44C64A;
}
@media screen and (max-width: 999px) {
  .sc-sec__contact {
    padding: 35px 5vw 40px;
  }
}
.sc-sec__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.sc-sec__mail img {
  width: 34px;
  margin-right: 13px;
  margin-top: 8px;
}
@media screen and (max-width: 736px) {
  .sc-sec__mail {
    font-size: 1rem;
  }
  .sc-sec__mail img {
    width: 27px;
  }
}
.sc-sec__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sc-sec__tel__item {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .sc-sec__tel__item {
    font-size: 1.2rem;
    width: 100%;
  }
}
.sc-sec__tel__item img {
  width: 34px;
  margin-right: 8px;
  margin-top: 6px;
}
@media screen and (max-width: 736px) {
  .sc-sec__tel__item img {
    width: 18px;
    margin-right: 3px;
  }
}
.sc-sec__tel__item a {
  color: #44C64A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-sec__tel__item:first-child {
  margin-right: 35px;
}
@media screen and (max-width: 736px) {
  .sc-sec__tel__item:first-child {
    margin-right: 0;
  }
}
.sc-sec__tel__item:last-child {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .sc-sec__tel__item:last-child {
    font-size: 0.9rem;
  }
}
.sc-sec__map {
  width: calc(100% + 8vw);
  height: 600px;
  margin-left: -4vw;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sc-sec__map {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .sc-sec__map {
    height: 50vw;
    margin-bottom: 4vw;
  }
}
.sc-sec__map iframe {
  width: 100%;
  height: 100%;
}

/* ==================================
organization-slider
================================== */
.organization-slider {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  overflow: hidden;
  margin-bottom: 80px;
}
.organization-item {
  width: 580px !important;
  margin-right: 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .organization-item {
    width: 440px !important;
  }
}
.organization-item a {
  overflow: hidden;
  display: block;
}
.organization-item__image {
  width: 295px;
  float: left;
  position: relative;
}
.organization-item__image svg image {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .organization-item__image {
    width: 45%;
  }
  .organization-item__image svg {
    width: 100%;
    height: auto;
  }
}
.organization-item__district {
  width: 150px;
  border-radius: 30px;
  background-color: #F68F8F;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 4px 0 5px;
}
@media screen and (max-width: 736px) {
  .organization-item__district {
    width: 100px;
    font-size: 0.8rem;
  }
}
.organization-item__about {
  width: 258px;
  float: right;
  position: relative;
}
@media screen and (max-width: 736px) {
  .organization-item__about {
    width: 51%;
  }
}
.organization-item__title {
  color: #44C64A;
  font-size: 1.6rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .organization-item__title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.organization-item__title:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 60px);
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #44C64A;
  z-index: -1;
}
.organization-item__opp {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .organization-item__opp {
    margin-bottom: 12px;
  }
}
.organization-item__opp p {
  width: 50%;
  color: #44C64A;
}
.organization-item__opp p span {
  font-size: 1.4rem;
}
.organization-item__opp p:last-child {
  text-align: right;
}
@media screen and (max-width: 736px) {
  .organization-item__opp p {
    font-size: 0.75rem;
  }
  .organization-item__opp p span {
    font-size: 1rem;
  }
}
.organization-item__text {
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .organization-item__text {
    font-size: 0.9rem;
  }
}
.organization-item__cat {
  display: flex;
  flex-wrap: wrap;
  width: 160px;
}
@media screen and (max-width: 736px) {
  .organization-item__cat {
    width: 100%;
  }
}
.organization-item__cat li {
  width: 32px;
  height: 32px;
  background-color: #F68F8F;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 0.85rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 6px;
}
.organization-item__cat li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  .organization-item__cat li {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}
.organization-item__mem {
  position: absolute;
  color: #44C64A;
  font-size: 0.8rem;
  right: 0;
  bottom: 0;
}
.organization-item__mem span {
  font-size: 1.15rem;
}
@media screen and (max-width: 736px) {
  .organization-item__mem {
    position: static;
    font-size: 0.75rem;
  }
  .organization-item__mem span {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .organization-item:hover {
    opacity: 0.7;
  }
}
.organization-icon-info {
  position: relative;
  height: 30px;
}
.organization-icon-info__link {
  position: absolute;
  right: 0;
  top: 0;
  color: #F68F8F !important;
  border-bottom: 1.5px solid #F68F8F;
  padding-left: 35px;
  padding-bottom: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.organization-icon-info__link:before {
  content: "？";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F68F8F;
  border-radius: 50%;
  left: 0;
  top: 1px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .organization-icon-info__link:hover {
    opacity: 0.7;
  }
}
.organization-icon-modal {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 9999;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.organization-icon-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.organization-icon-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  width: min(520px, 100% - 32px);
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 736px) {
  .organization-icon-modal__panel {
    width: 85%;
    padding: 40px;
  }
}
.organization-icon-modal__panel ul {
  display: flex;
  flex-wrap: wrap;
}
.organization-icon-modal__panel ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .organization-icon-modal__panel ul li {
    width: 100%;
  }
}
.organization-icon-modal__panel ul li span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F68F8F;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding-bottom: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .organization-icon-modal__panel ul li span {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}
.organization-icon-modal__close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 45px;
  height: 45px;
  border: 0;
  background: transparent;
  cursor: pointer;
  background-color: #44C64A;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.organization-icon-modal__close:before {
  content: "×";
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .organization-icon-modal__close:hover {
    opacity: 0.7;
  }
}
.organization-icon-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.organization-icon-modal.is-open .organization-icon-modal__panel {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}
.organization-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 101px;
}
@media screen and (max-width: 999px) {
  .organization-list {
    gap: 3vw;
  }
}
@media screen and (max-width: 736px) {
  .organization-list {
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }
}
.organization-list .organization-item {
  width: 256px !important;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .organization-list .organization-item {
    width: 100% !important;
  }
}
.organization-list .organization-item__image {
  width: 100%;
  margin-bottom: 15px;
}
.organization-list .organization-item__image svg {
  width: 100%;
  height: auto;
}
.organization-list .organization-item__district {
  bottom: 30px;
}
.organization-list .organization-item__about {
  width: 100%;
}

/* ==================================
news-slider
================================== */
.news-slider {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding-left: calc((100vw - 100%) / 2) !important;
}
@media screen and (max-width: 736px) {
  .news-slider {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
  }
}

.news-post {
  width: 380px !important;
  height: auto !important;
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  margin-right: 20px;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .news-post {
    width: 240px !important;
  }
}
.news-post:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(68, 198, 74, 0.08);
  z-index: -1;
}
.news-post a {
  display: block;
  padding: 27px 30px 90px 30px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 736px) {
  .news-post a {
    padding: 24px 25px 75px 25px;
  }
}
.news-post__date {
  color: #44C64A;
  border-bottom: 1px solid #44C64A;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
@media screen and (max-width: 736px) {
  .news-post__date {
    font-size: 0.9rem;
    padding-bottom: 11px;
    margin-bottom: 17px;
  }
}
.news-post__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .news-post__title {
    font-size: 1.1rem;
  }
}
.news-post__cat {
  position: absolute;
  bottom: 30px;
  left: 27px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .news-post__cat {
    bottom: 24px;
  }
}
.news-post__cat li {
  background-color: #44C64A;
  border-radius: 30px;
  color: #fff;
  padding: 3px 20px 4px;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 736px) {
  .news-post__cat li {
    font-size: 0.8rem;
    padding: 1px 17px 3px;
  }
}
.news-post__cat li:last-child {
  margin-right: 0;
}
.news-post__cat li.study-session {
  background-color: #F68F8F;
}

/* ==================================
pages main-visual
================================== */
.pages-mv {
  margin-top: 183px;
}
@media screen and (max-width: 736px) {
  .pages-mv {
    margin-top: 25vw;
    margin-bottom: 5vw;
  }
}
.pages-mv__inner {
  width: 1000px;
  min-height: 556px;
  margin: auto;
  position: relative;
  padding-left: 525px;
}
@media screen and (max-width: 999px) {
  .pages-mv__inner {
    width: 90%;
    min-height: 360px;
    padding-left: calc(620px - 10vw);
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__inner {
    min-height: auto;
    padding-left: 0;
  }
}
.pages-mv__image {
  width: 984px;
  position: absolute;
  left: -545px;
  top: 0;
}
@media screen and (max-width: 999px) {
  .pages-mv__image {
    width: 620px;
    left: -14vw;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__image {
    width: 95vw;
    position: static;
    margin-left: -15vw;
    padding-top: 5vw;
    margin-bottom: 7vw;
  }
}
.pages-mv__image svg {
  width: 100%;
  height: auto;
  display: block;
}
.pages-mv__image .mv-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* クリック透過 */
}
.pages-mv__info {
  width: calc((100vw - 1000px) / 2 * 0.7 + 100%);
  min-height: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .pages-mv__info {
    min-height: 360px;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__info {
    width: 100%;
    min-height: auto;
    align-items: normal;
  }
}
.pages-mv__subtext {
  color: #44C64A;
  font-size: 1.7rem;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .pages-mv__subtext {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.pages-mv__title {
  color: #44C64A;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 3rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .pages-mv__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__title {
    font-size: 1.8rem;
    margin-bottom: 3vw;
  }
}
.pages-mv__copy {
  font-size: 1.8rem;
  color: #44C64A;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .pages-mv__copy {
    font-size: 1.3rem;
  }
}
.pages-mv__deco {
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}
.pages-mv__deco.deco01 {
  width: 481px;
  height: 346px;
  right: -536px;
  top: 30px;
  transform: translate(0, 20px) rotate(-12.057deg);
}
.pages-mv__deco.deco01.is-show {
  transform: translate(0, 0) rotate(-12.057deg);
}
@media screen and (max-width: 999px) {
  .pages-mv__deco.deco01 {
    width: 340px;
    height: auto;
    right: -14vw;
    top: -5vw;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__deco.deco01 {
    width: 50vw;
    height: auto;
    right: -25vw;
    top: 0;
  }
}
.pages-mv__deco.deco02 {
  width: 205px;
  height: 210px;
  top: 5px;
  right: 430px;
}
@media screen and (max-width: 999px) {
  .pages-mv__deco.deco02 {
    width: 145px;
    height: auto;
    top: -90px;
    right: 20vw;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__deco.deco02 {
    width: 22vw;
    height: auto;
    top: 21vh;
    right: -2vw;
  }
}
.pages-mv__deco.deco03 {
  width: 268px;
  height: 287px;
  top: 320px;
  right: 100px;
  transform: translate(0, 20px) rotate(153.623deg);
}
.pages-mv__deco.deco03.is-show {
  transform: translate(0, 0) rotate(153.623deg);
}
@media screen and (max-width: 999px) {
  .pages-mv__deco.deco03 {
    width: 160px;
    height: auto;
    top: 255px;
    right: 19vw;
  }
}
@media screen and (max-width: 736px) {
  .pages-mv__deco.deco03 {
    width: 22vw;
    height: auto;
    top: 0;
    right: auto;
    left: -9vw;
  }
}

/* ==================================
block title
================================== */
.block-title {
  text-align: center;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .block-title {
    margin-bottom: 10vw;
  }
}
.block-title h3 {
  font-weight: 600;
  color: #44C64A;
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .block-title h3 {
    font-size: 1.5rem;
  }
}
.block-title p {
  color: #44C64A;
  font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
  .block-title p {
    font-size: 1.1rem;
  }
}
.block-title:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #44C64A;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*==== Layout Module ==============================================*/
.local_navi {
  margin-bottom: 20px;
}

.local_navi a {
  display: inline-block;
  border: 1px #000 solid;
  width: 8em;
  margin-right: 1em;
  line-height: 2;
  text-align: center;
}

/*見出しタイプ*/
.unit_pageHeader {
  background-color: #1159B5;
  color: #fff;
  font-size: 3.8rem;
  padding: 0.8em;
  line-height: 1.2;
  margin-bottom: 1.2em;
  font-weight: normal;
}

.form_header {
  background-color: #F68F8F;
  color: #fff;
  font-size: 3.8rem;
  padding: 0.8em;
  line-height: 1.2;
  margin-bottom: 1.2em;
  font-weight: normal;
}

.unit_mid_type1 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  font-weight: 200;
  color: #44C64A;
  font-size: 1.875rem;
  margin-bottom: 1em;
}

.unit_mid_type1_wh {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  font-weight: 200;
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 1em;
}

.unit_mid_type2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  font-weight: 200;
  color: #44C64A;
  font-size: 1.375rem;
  margin-bottom: 1em;
}

.unit_mid_type3 {
  color: #1159B5;
  font-size: 1.125rem;
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 1.4em;
}

.unit_mid_type3:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #1159B5;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.unit_mid_layer_case {
  position: relative;
  height: 50px;
}

.unit_mid_layer {
  background-color: #44C64A;
  width: 500px;
}

.unit_mid_layer h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  color: #fff;
  font-size: 1.375rem;
  padding-left: 2em;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  line-height: 1.2;
}

.unit_mid_layer_left_top {
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.unit_mid_layer_right_top {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.unit_mid_layer_left_bottom {
  position: absolute;
  top: -100px;
  left: -20px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_mid_layer {
    width: auto;
  }
  .unit_mid_layer_case {
    margin-bottom: 15px;
    height: auto;
  }
  .unit_mid_layer h2 {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
  .unit_mid_layer_left_top {
    position: relative;
    bottom: auto;
    left: 0px;
  }
  .unit_mid_layer_left_bottom {
    position: relative;
    top: auto;
    left: auto;
  }
  .unit_mid_layer_right_top {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.unit_Block_center {
  /*width: 1024px;
  margin-left: auto;
  margin-right: auto;*/
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}

.unit_mid_Block_center {
  /*width: 1024px;
  margin-left: auto;
  margin-right: auto;*/
}

.gmap_box {
  width: 100%;
  height: 450px;
}

.gmap_box iframe {
  width: 100%;
  height: 100%;
}

.unit_icon_fontsize_mini {
  font-size: 14px;
}

.unit_icon_fontsize_mid {
  font-size: 18px;
}

.unit_icon_fontsize_large {
  font-size: 22px;
}

.unit_btn_border {
  border: 1px #000 solid;
  width: 48%;
  padding: 8px;
  display: block;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_Block_center {
    width: 100%;
    padding-bottom: 8px;
  }
  .unit_mid_Block_center {
    width: 100%;
  }
  .gmap_box {
    width: 100%;
    height: 300px;
  }
  .gmap_box iframe {
    width: 100%;
    height: 100%;
  }
}
/*パーツ*/
ul.sq {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5em;
  margin-left: 0.8em;
}

ul.sq li {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}

ul.sq li:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #9FA0A0;
  position: absolute;
  top: 0.3em;
  left: 0;
}

/*メイン写真*/
.detail_main_ph {
  margin-bottom: 1rem;
}

.detail_main_ph img {
  width: 100%;
}

/*レイアウト*/
.unit_layout_twin {
  display: flex;
  justify-content: space-between;
}

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

.unit_layout_twin .unit_layout_box {
  width: 48%;
}

.unit_layout_twin_fit .unit_layout_box {
  width: 50%;
}

.unit_layout_photo_left .unit_layout_box {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}

.unit_layout_photo_left .unit_mid_type3 {
  margin-left: 52%;
}

.unit_layout_photo_right .unit_layout_box {
  float: right;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}

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

.unit_layout_box_3_1 {
  width: 38%;
  margin-bottom: 15px;
}

.unit_layout_box_3_2 {
  width: 60%;
  margin-bottom: 15px;
}

.unit_layout_grid3 img {
  width: 100%;
  margin-bottom: 15px;
}

/*PotoBox*/
.unit_photo_box {
  margin-bottom: 15px;
}

.unit_photo_box img {
  max-width: 100%;
  text-align: center;
}

.unit_photo_box p {
  color: #bbb;
  margin-top: 6px;
  margin-bottom: 0;
}

/*Thumb 3col*/
.unit_thumbs_group_3col {
  display: flex;
  justify-content: flex-start;
}

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

.unit_thumb_box {
  margin-bottom: 0.6rem;
}

.unit_thumb_box img {
  width: 100%;
}

.unit_thumbs_group_3col .unit_thumb_box {
  width: 32%;
  margin-right: 2%;
}

.unit_thumbs_group_5col .unit_thumb_box {
  width: 18%;
}

.unit_thumbs_group_3col .unit_thumb_box img {
  border-radius: 8px;
}

.unit_thumbs_group_3col .unit_thumb_box:nth_child(3n) {
  margin-right: 0;
}

.unit_thumb_box_photo p {
  margin-top: 6px;
  margin-bottom: 0;
  color: #bbb;
}

.unit_thumb_box p {
  margin-top: 6px;
  margin-bottom: 0;
  color: #bbb;
}

.unit_thumb_box p span.rubi {
  font-size: small;
  font-style: italic;
  display: block;
}

.unit_line_box {
  border: 1px #000 solid;
  padding: 16px;
  padding-bottom: 3px;
  margin-bottom: 1.5em;
}

.unit_line_box_bg {
  background-color: #F6F4E1;
}

.unit_btn_group {
  padding-bottom: 10px;
}

.unit_btn_group_twin {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.unit_btn {
  border: 1px #000 solid;
  background-color: #EFEFEF;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.unit_btn_group_twin a.unit_btn {
  width: 48%;
}

a.unit_btn:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -11px;
  background-image: url(../img/def/unit/icon_btn_arrow.svg);
}

a.unit_btn_img img {
  width: 100%;
}

a.unit_btn_img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.unit_btn_group_twin a.unit_btn_img {
  width: 48%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_layout_twin {
    display: block;
  }
  .unit_layout_twin_fit {
    display: block;
  }
  .unit_layout_twin .unit_layout_box {
    width: 100%;
  }
  .unit_layout_twin_fit .unit_layout_box {
    width: 100%;
  }
  .unit_layout_photo_left .unit_layout_box {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .unit_layout_photo_left .unit_mid_type3 {
    margin-left: 0%;
  }
  .unit_layout_photo_right .unit_layout_box {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  .unit_btn_group_twin {
    display: block;
  }
  .unit_btn_group_twin a.unit_btn {
    width: 100%;
  }
  .unit_btn_group_twin a.unit_btn_img {
    width: 100%;
  }
  .unit_layout_grid3 {
    display: block;
  }
  .unit_layout_box_3_1 {
    width: 100%;
  }
  .unit_layout_box_3_2 {
    width: 100%;
  }
  .unit_thumbs_group_3col {
    display: block;
  }
  .unit_thumbs_group_5col {
    display: block;
  }
  .unit_thumbs_group_5col .unit_thumb_box {
    width: 100%;
  }
  .unit_thumbs_group_3col .unit_thumb_box {
    width: 100%;
  }
}
/*+++++ INDEX ThumbNail ++++++*/
.unit_index_col_header {
  position: relative;
}

.unit_index_col_header_btn {
  position: absolute;
  right: 0;
  top: 0px;
  text-align: right;
}

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

.unit_col2_listing_box {
  width: 49%;
  border: 1px #bbb solid;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.unit_col2_listing_box:hover {
  opacity: 0.8;
}

.unit_col2_listing_box a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}

.unit_col2_listing_box_thumbside {
  width: 25%;
}

.unit_col2_listing_box_thumb_case {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.unit_icon_new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 30%;
  background-position: center center;
  background-size: cover;
  z-index: 20;
  background-image: url(../img/page_module/icon/icon_new.svg);
}

.unit_col2_listing_box_thumb_case_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 10;
}

.unit_col2_listing_box_txtside {
  position: relative;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 35px;
}

.unit_col2_listing_box_txtside h3 {
  font-size: 1.125rem;
}

.unit_col2_listing_box_txt_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_index_col_header_btn {
    position: relative;
    padding-bottom: 10px;
  }
  .unit_index_col2_listing {
    display: block;
  }
  .unit_col2_listing_box {
    width: 100%;
  }
  .unit_col2_listing_box_txtside {
    padding-bottom: 10px;
  }
  .unit_col2_listing_box_txt_bottom {
    position: relative;
    right: auto;
    left: 0;
    height: auto;
  }
  .unit_col2_listing_box_txtside h3 {
    font-size: 1rem;
  }
}
.unit_index_col4_listing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.unit_col4_listing_box {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 8px;
  border: 1px #bbb solid;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.unit_col4_listing_box:nth-child(4n) {
  margin-right: 0;
}

.unit_col4_listing_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 54%;
  overflow: hidden;
}

.unit_col4_listing_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 10;
}

.unit_col4_listing_box_txt {
  padding: 10px;
}

.unit_col4_listing_box_txt h3 {
  font-size: 1rem;
}

.unit_col4_icon_new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  z-index: 20;
  background-image: url(../img/page_module/icon/icon_new.svg);
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_index_col4_listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .unit_col4_listing_box {
    width: 49%;
    margin-right: 0;
  }
}
/*ION*/
.unit_icon_group {
  position: absolute;
  top: 0;
  right: 8px;
  text-align: right;
}

.uni_entry_icon {
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-left: 0.5em;
  font-size: 0.8rem;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
}

.unit_icon_type1 {
  border: 2px #3755B2 solid;
  background-color: #3755B2;
  color: #fff;
}

.unit_icon_type2 {
  border: 2px #3C8EB6 solid;
  background-color: #fff;
  color: #3C8EB6;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_icon_group {
    position: relative;
    right: auto;
    left: 0;
    text-align: left;
  }
}
/*TABLE*/
.unit_simple_table table {
  border-top: 1px #bbb solid;
}

.unit_simple_table table th {
  border: 0;
  font-weight: bold;
  vertical-align: top;
  width: 10em;
}

.unit_simple_table table td {
  border: 0;
  vertical-align: top;
}

.unit_simple_table table tr {
  border-bottom: 1px #bbb solid;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit_simple_table table th {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
  }
  .unit_simple_table table td {
    display: block;
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
p {
  margin-bottom: 0;
}

.page_title_inner {
  width: 1000px;
  margin: 40px auto;
  font-size: 2.2rem;
  padding-bottom: 10px;
  position: relative;
  color: #F68F8F;
}

.page_title_inner:after {
  content: "";
  width: 200px;
  height: 2px;
  display: block;
  background-color: #F68F8F;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.main_image {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

.contents_item {
  width: 100%;
  padding: 30px 0;
}

.back_color {
  background-color: rgba(68, 198, 74, 0.1);
}

.contents_item.margin_top {
  padding-top: 60px;
}

.contents_item.margin_bottom {
  padding-bottom: 60px;
}

.contents_item_inner {
  width: 1000px;
  margin: auto;
}

.contents_item h1 {
  color: #44C64A;
  font-size: 2rem;
  margin-bottom: -30px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .contents_item h1 {
    font-size: 1.5rem;
  }
}

.contents_item h2 {
  color: #F68F8F;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .contents_item h2 {
    font-size: 1.2rem;
  }
}

.contents_item h3 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: -30px;
  padding-bottom: 5px;
  border-left: 5px solid #44C64A;
  padding-left: 20px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .contents_item h3 {
    font-size: 1.2rem;
  }
}

.contents_item h4 {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: -30px;
  padding-bottom: 5px;
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .contents_item h4 {
    font-size: 1.15rem;
  }
}

.catchcopy {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .catchcopy {
    font-size: 1.1rem;
  }
}

.contents_item h4.align_left {
  text-align: left;
}

.contents_item h4.align_center {
  text-align: center;
}

.contents_item .text {
  text-align: justify;
}
@media screen and (max-width: 736px) {
  .contents_item .text {
    font-size: 0.9rem;
  }
}

.contents_item .text p {
  margin-bottom: 20px;
}

.contents_item .text p:last-child {
  margin-bottom: 0;
}

.contents_item .text.bold {
  font-weight: bold;
}

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

.text_image .image_box {
  width: 490px;
  margin-right: 20px;
}

.text_image .image_box .image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 40px;
  overflow: hidden;
}

.text_image .image_box .image img {
  width: 100%;
  height: auto;
}

.caption {
  color: #888888;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .caption {
    font-size: 0.8rem;
  }
}

.text_image .text {
  width: 490px;
  margin-right: 20px;
}

.text_image .text p {
  margin-bottom: 20px;
}

.text_image .text p:first-child {
  display: none;
}

.text_image .text p:last-child {
  margin-bottom: 0;
}

.text_image .text:last-child {
  margin-right: 0;
}

.text_image .image_box:last-child {
  margin-right: 0;
}

.image_one {
  width: 100%;
}

.image_one .image {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}

.image_one .image.tatenaga {
  width: 800px;
  height: 900px;
  margin: auto;
}

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

.image_two_item {
  width: 490px;
  margin-right: 20px;
}

.image_two_item .image {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 40px;
}

.image_two_item .image.square {
  height: 490px;
}

.image_two_item:last-child {
  margin-right: 0;
}

.image_three,
.image_four {
  display: flex;
  flex-wrap: wrap;
}

.image_three .image_three_item {
  width: 320px;
  margin-right: 20px;
}

.image_three .image_three_item:last-child {
  margin-right: 0;
}

.image_three .image_three_item .image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}

.image_three .image_three_item .image.square {
  height: 320px;
}

.image_four .image_four_item {
  width: 235px;
  margin-right: 20px;
}

.image_four .image_four_item:last-child {
  margin-right: 0;
}

.image_four .image_four_item .image {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}

.image_three_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/*.image_three_item:last-child {
	margin-bottom: 0;
}*/
.image_three_item .image_three_image {
  width: 320px;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.image_three_item .image_three_image:last-child {
  margin-right: 0;
}

.image_three_item_item {
  width: 320px;
  margin-right: 20px;
}

.image_three_item_item:last-child {
  margin-right: 0;
}

.image_three_item_item_img {
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.image_three_item_item h4 {
  margin-bottom: 0;
}

.image_three_item_item .text {
  margin-bottom: 20px;
}

.image_two_back .image_two_item {
  background-color: rgba(68, 198, 74, 0.1);
  padding: 20px;
  border-radius: 7px;
}

.image_two_back .image_two_item h4 {
  margin-bottom: 0;
}

.back_color .image_two_back .image_two_item {
  background-color: #fff;
}

.table tr {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #BEBEBE;
}

.table tr:last-child {
  border-bottom: 1px solid #BEBEBE;
}

.table tr th,
.table tr td {
  border: none;
}

.table tr th {
  width: 200px;
  padding: 10px;
  text-align: left;
  font-weight: 600;
}

.table tr td {
  width: 800px;
  text-align: left;
  padding: 10px;
}

.list_style02 ul {
  margin: 0;
}

.list_style02 ul li {
  text-align: left;
  border-bottom: 1px solid #bbb;
  padding: 5px 0;
  list-style-position: inside;
}

.list_style02.number ul li {
  list-style-type: decimal;
}
.list_style02.number ul li::marker {
  color: #44C64A;
}

.contents_item .map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  .contents_item .map {
    height: 70vw;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
}

.youtube iframe {
  width: 100%;
  height: 500px;
}

.link_btn {
  background-color: #fff;
  width: 750px;
  margin: auto;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid #888888;
  border-radius: 50px;
  border: 3px solid #44C64A;
}
.link_btn a {
  display: block;
  padding: 25px 43px;
  position: relative;
  color: #44C64A;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .link_btn a {
    font-size: 1rem;
    padding: 20px 50px 20px 37px;
  }
}
.link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/global/arrow_gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .link_btn a:after {
    width: 5vw;
    height: 5vw;
    right: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link_btn:hover a {
    opacity: 0.7;
  }
}
.link_btn:hover a:after {
  right: 34px;
}
.link_btn.back_color a:after {
  background-image: url(../img/global/arrow_w.svg);
}

.link_btn.back_color {
  background-color: #44C64A;
  border: none;
}

.link_btn:hover {
  opacity: 0.7;
}

/*.link_btn a {
	width: 100%;
	display: block;
	padding: 15px;
	color: #888888;
	position: relative;
	font-size: 1.2rem;
	text-decoration: none;
}*/
.link_btn.back_color a {
  color: #fff;
}

/*.link_btn a:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	//border-top: 2px solid var.$main-color;
	//border-right: 2px solid var.$main-color;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.link_btn.back_color a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}*/
.link_btn a[href$=".xls"]:before,
.link_btn a[href$=".xlsx"]:before {
  content: "";
  width: 35px;
  height: 40px;
  background-image: url(../img/global/xcel_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 11px;
}

.link_btn a[href$=".pdf"]:before {
  content: "";
  width: 35px;
  height: 40px;
  background-image: url(../img/global/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 11px;
}

.link_btn a[href$=".doc"]:before,
.link_btn a[href$=".docm"]:before,
.link_btn a[href$=".docx"]:before {
  content: "";
  width: 35px;
  height: 40px;
  background-image: url(../img/global/word_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 11px;
}

.link_btn a[href$=".bmp"]:before {
  content: "";
  width: 35px;
  height: 40px;
  background-image: url(../img/global/pw_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 11px;
}

.link_btn_two {
  overflow: hidden;
}

.link_btn_two .link_btn {
  width: 480px;
  float: left;
  margin-right: 40px;
}

.link_btn_two .link_btn:last-child {
  margin-right: 0;
}

/*.contents_inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}*/
.single_title {
  display: inline-block;
  padding: 5px 50px;
  font-size: 1.8rem;
  margin: 50px 0 35px;
  float: left;
  color: #F68F8F;
  border: 1px solid #F68F8F;
  background-color: #fff;
}

.single_main_title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.blog_subtitle {
  margin-bottom: -20px;
  padding-top: 40px;
}

.blog_subtitle_inner {
  width: 100%;
  color: #44C64A;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
  border-top: 2px solid #44C64A;
  border-bottom: 2px solid #44C64A;
}

.single_main_title_l {
  width: 380px;
  text-align: left;
  margin-right: 20px;
}

.single_main_title_l .title {
  color: #F68F8F;
  margin-bottom: 5px;
  font-size: 1.7rem;
  line-height: 1.2em;
}

.single_main_title_l .day {
  color: #9A9A9A;
}

.single_main_title_r {
  width: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}

.single_main_title_r img {
  width: 100%;
  height: auto;
}

.single_title_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 25px;
}

.top_news {
  width: 100%;
  background-color: #6EB23E;
  padding: 20px 0;
  text-align: left;
}

.top_news_inner {
  width: 1000px;
  margin: auto;
  color: #fff;
  overflow: hidden;
}

.news_top_title {
  width: 200px;
  margin-right: 30px;
  float: left;
  border-right: 1px solid #fff;
  font-size: 1.3rem;
  padding: 9px 0;
}

.news_top_item {
  width: 770px;
  float: right;
}

.news_top_item .item {
  width: 100%;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.news_top_item .item:hover {
  opacity: 0.7;
}

.news_top_item .item:last-child {
  margin-bottom: 0;
}

.news_top_item .item a {
  overflow: hidden;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.news_top_item .item a .item_date {
  width: 200px;
  font-size: 0.9rem;
  float: left;
}

.news_top_item .item a .item_title {
  width: 570px;
  float: right;
}

.shop_itme_container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.shop_item_l {
  width: 325px;
  float: left;
  text-align: left;
}

.shop_item_l .title {
  color: #F68F8F;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.shop_item_l .item_about {
  margin-bottom: 70px;
}

.shop_item_l .item_about ul li {
  line-height: 1.3em;
  margin-bottom: 15px;
}

.shop_item_l .item_about ul li a {
  color: #505050;
  text-decoration: underline;
}

.shop_item_r {
  width: 600px;
  height: 600px;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ddd;
}

.about_text {
  width: 100%;
  text-align: justify;
}

.cartjs_product_table table {
  width: 100% !important;
}

.cartjs_product_table table th,
.cartjs_product_table table td {
  border: none;
  padding: 0;
}

.cartjs_cart_in input {
  width: 100% !important;
  background-color: #44C64A !important;
}

.item_price {
  color: #F68F8F;
}

.item_price span {
  font-size: 1.3rem;
}

.shop_item_r_sp {
  display: none;
}

.pickup_item {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.02);
}

.Index .pickup_item {
  background-color: #fff;
}

.pickup_item:last-child {
  margin-bottom: 0;
}

.pickup_item_box {
  overflow: hidden;
}

.pickup_item .about_text {
  width: 100%;
  text-align: justify;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #777;
}

.pickup_item_l {
  width: 430px;
  height: 430px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ddd;
  background-color: #fff;
}

.pickup_item_l img {
  width: 100%;
  height: auto;
}

.pickup_item_r {
  width: 500px;
  float: right;
  text-align: left;
}

.pickup_item_r .title {
  color: #529835;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.pickup_item_r .about li {
  line-height: 1.3em;
  margin-bottom: 15px;
}

.item_status {
  width: 100%;
  background-color: #f49656;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 10px;
}

.shipping {
  font-size: 1rem;
  margin-top: 5px;
}

.pickup_item .cart_btn {
  width: 250px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .contents_item_inner {
    width: 90%;
  }
  .page_title_inner {
    width: 95%;
  }
  .header_logo_block .header_contact {
    display: none;
  }
  .header-navi-block {
    display: none;
  }
  .footer_right {
    display: none;
  }
  .footer_left {
    width: 100%;
    text-align: center;
  }
  .top_news_inner {
    width: 90%;
  }
  .news_top_title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .news_top_item {
    width: 100%;
    margin-top: 13px;
  }
  .news_top_item .item {
    display: inline-block;
  }
  .news_top_item .item a .item_date {
    width: 100%;
    font-size: 0.85rem;
  }
  .news_top_item .item a .item_title {
    width: 100%;
  }
  .item_list {
    margin-top: 5vw;
  }
  .item_list_item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 10vw;
  }
  .item_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .contents_item.margin_top {
    padding-top: 10vw;
  }
  .contents_item.margin_bottom {
    padding-bottom: 10vw;
  }
  .single_title {
    font-size: 1.3rem;
    margin-bottom: 2vw;
  }
  .shop_item_l {
    width: 100%;
  }
  .shop_item_r {
    width: 100%;
    height: 90vw;
    margin: 5vw 0;
  }
  /*.contents_inner {
  	width: 90%;
  }*/
  .shop_item_r_sp {
    display: block;
  }
  .shop_item_r_pc {
    display: none;
  }
  .shop_item_l .item_about {
    margin-bottom: 50px;
  }
  .item_price {
    margin-bottom: 5vw;
  }
  .cartjs_block {
    padding: 0 !important;
  }
  .cart_btn article {
    border: none !important;
  }
  .cartjs_product_num th,
  .cartjs_product_num td {
    border: none !important;
  }
  .cartjs_product_num th {
    background-color: #fff !important;
  }
  .cartjs_buy input {
    background-color: #44C64A !important;
    box-shadow: none !important;
    background-image: none !important;
    width: 100% !important;
    text-shadow: none !important;
    border: none !important;
  }
  .single_main_title_r {
    width: 100%;
    height: 60vw;
  }
  .single_main_title_l {
    width: 100%;
    margin: 6vw 0 5vw;
  }
  .single_main_title_l .title {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .text_image .image_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .text_image .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .image_two {
    width: 100%;
  }
  .image_two_item {
    width: 47.5%;
    margin-right: 5%;
  }
  .image_two_item:nth-child(2n) {
    margin-right: 0;
  }
  .image_two_item .image {
    height: 30vw;
    border-radius: 20px;
  }
  .image_three_item .image_three_image {
    width: 47.5%;
    height: 30vw;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .image_three_item .image_three_image:nth-child(2n) {
    margin-right: 0;
  }
  .image_three_item_item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .image_three_item_item:nth-child(2n) {
    margin-right: 0;
  }
  .image_three_item_item_img {
    height: 30vw;
  }
  .image_two_back .image_two_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .image_two_item .image {
    height: 30vw;
    border-radius: 20px;
  }
  .table tr th {
    width: 100%;
    background-color: rgba(68, 198, 74, 0.1);
    padding: 2vw 5vw;
  }
  .table tr {
    border: none;
  }
  .table tr td {
    text-align: left;
    padding: 2vw 5vw;
  }
  .table tr td {
    width: 100%;
    text-align: left;
  }
  .youtube iframe {
    height: 50vw;
  }
  .link_btn {
    width: 100%;
  }
  .link_btn a {
    font-size: 1rem;
  }
  .image_two_back .image_two_item .image {
    height: 50vw;
    border-radius: 20px;
  }
  .page_title_inner {
    font-size: 2rem;
  }
  #primary {
    padding-top: 1px;
  }
  .main_image {
    height: 55vw;
  }
  .pickup_item_l {
    width: 100%;
    margin-bottom: 5vw;
  }
  .pickup_item_r {
    width: 100%;
  }
  .shipping {
    margin-top: -3vw;
    margin-bottom: 5vw;
  }
  .pickup_item .cart_btn {
    width: 100%;
  }
  .image_three .image_three_item {
    width: 100%;
    margin-right: 0;
  }
  .image_three .image_three_item .image {
    height: 60vw;
    border-radius: 20px;
  }
  .image_three .image_three_item .image.square {
    height: 90vw;
  }
}
/* example */
.pankuzu_title_inner {
  width: 1000px;
  margin: auto;
}

.title_area {
  padding: 15px 0 30px;
}

.title_area h1 {
  text-align: left;
  color: #44C64A;
  font-size: 2.2rem;
  font-weight: 600;
}

.title_area .day {
  text-align: left;
  font-size: 1.1rem;
}

.title_area .cat_list {
  margin-bottom: 10px;
}

.title_area .cat_list ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.title_area .cat_list ul li {
  list-style: none;
  background-color: #44C64A;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.title_area .cat_list.news ul li {
  background-color: #203C90;
}

.title_area .cat_list ul li:hover {
  opacity: 0.7;
}

.title_area .cat_list ul li a {
  display: block;
  padding: 4px 15px 5px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.example_fixed_item {
  width: 100%;
  background-color: #F8F5F2;
  padding: 0 0 50px;
  margin-bottom: 70px;
}

.example_fixed_item_inner {
  width: 1000px;
  margin: auto;
}

.example_main_image {
  margin-bottom: 30px;
}

.example_main_image img {
  width: 100%;
  height: auto;
}

.example_info table {
  margin-bottom: 30px;
}

.example_info tr th {
  text-align: center;
  background-color: #EEE7DF;
  width: 180px;
}

.example_info tr td {
  width: 320px;
  text-align: left;
  padding-left: 25px;
}

.example_info .info_text {
  text-align: justify;
  font-weight: bold;
}

.line_block {
  border-bottom: 1px solid #bbb;
}

.example_main_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 750px;
  margin-bottom: 30px;
}

.example_main_image.tatenaga {
  width: 800px;
  height: 900px;
  margin: 0 auto 30px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pankuzu_title_inner {
    width: 100%;
  }
  .pankuzu {
    padding: 15px 5vw;
    border-bottom: 1px solid #bbb;
  }
  .example_fixed_item_inner {
    width: 90%;
  }
  .title_area {
    width: 100%;
    margin: auto;
  }
  .title_area h1 {
    font-size: 1.5rem;
  }
  .example_main_image {
    height: 60vw;
  }
  .example_main_image.tatenaga {
    height: 100vw;
    width: 100%;
  }
  .example_info tr {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .example_info tr th {
    width: 30%;
  }
  .example_info tr td {
    width: 70%;
  }
  .example_fixed_item {
    padding-bottom: 5vw;
    margin-bottom: 0;
  }
  .image_two_item .image.square {
    height: 40vw;
  }
  .image_one .image {
    width: 100%;
    height: 55vw;
    border-radius: 20px;
  }
  .image_one .image.tatenaga {
    width: 100%;
    height: 100vw;
  }
  .title_area .cat_list ul li a {
    padding: 5px 16px;
    font-size: 0.9rem;
  }
  .link_btn_two .link_btn {
    width: 100%;
    margin-bottom: 5vw;
  }
}
/*Mobile*/
@media screen and (max-width: 736px) {
  .single_pre_next {
    width: 100%;
    margin: 15vw auto 5vw;
  }
  .single_pre_next .single_pre_btn,
  .single_pre_next .single_netx_btn {
    width: 48%;
  }
  .single_pre_next .single_pre_btn a,
  .single_pre_next .single_netx_btn a {
    font-size: 0.9rem;
    padding: 10px;
  }
}
/* archive */
.entry-content img {
  width: 80%;
  height: auto;
  margin: 30px auto;
  display: block;
}

/* ==================================
page / organization-mv
================================== */
@media screen and (max-width: 736px) {
  .organization-mv {
    margin-bottom: 5vw;
  }
}
.organization-mv__inner {
  width: 1000px;
  min-height: 558px;
  margin: 200px auto 0;
  position: relative;
  padding: 105px 0 0 538px;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .organization-mv__inner {
    width: 90%;
    margin-top: 12vh;
    padding-left: calc(450px - 3vw);
    padding-top: 15px;
  }
}
@media screen and (max-width: 736px) {
  .organization-mv__inner {
    padding: 0;
  }
}
.organization-mv__image {
  position: absolute;
  left: -80px;
  top: 0;
}
@media screen and (max-width: 999px) {
  .organization-mv__image {
    width: 450px;
  }
  .organization-mv__image svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .organization-mv__image {
    position: static;
    width: 70vw;
    margin: 0 auto 5vw;
  }
}
.organization-mv__info {
  width: calc((100vw - 1000px) / 2 * 0.7 + 100%);
}
@media screen and (max-width: 999px) {
  .organization-mv__info {
    width: 100%;
  }
}
.organization-mv__title {
  color: #44C64A;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 999px) {
  .organization-mv__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 736px) {
  .organization-mv__title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.organization-mv__copy {
  font-size: 1.5rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .organization-mv__copy {
    font-size: 1.25rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 736px) {
  .organization-mv__copy {
    font-size: 1.1rem;
    text-align: justify;
    margin-bottom: 8vw;
  }
}
.organization-mv__cat {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .organization-mv__cat {
    margin-bottom: 10px;
  }
}
.organization-mv__cat ul {
  display: flex;
  flex-wrap: wrap;
}
.organization-mv__cat ul li {
  padding: 3px 35px 4px;
  border-radius: 30px;
  border: 2px solid #F68F8F;
  margin-right: 14px;
  color: #F68F8F;
  font-size: 1.05rem;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .organization-mv__cat ul li {
    font-size: 0.9rem;
  }
}
.organization-mv__cat ul li:last-child {
  margin-right: 0;
}
.organization-mv__cat ul li.region {
  background-color: #F68F8F;
  transition: all 0.3s ease;
}
.organization-mv__cat ul li.region a {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .organization-mv__cat ul li.region:hover {
    opacity: 0.7;
  }
}
.organization-mv__support-cat ul {
  display: flex;
  flex-wrap: wrap;
}
.organization-mv__support-cat ul li {
  margin-right: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .organization-mv__support-cat ul li {
    margin-right: 20px;
    margin-bottom: 12px;
  }
}
.organization-mv__support-cat ul li:last-child {
  margin-right: 0;
}
.organization-mv__support-cat ul li a {
  color: #F68F8F;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .organization-mv__support-cat ul li a {
    font-size: 0.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .organization-mv__support-cat ul li:hover a {
    opacity: 0.7;
  }
}

/* ==================================
page / contents
================================== */
.organization-about {
  border-radius: 50px;
  padding: 75px;
  background-color: rgba(68, 198, 74, 0.1);
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .organization-about {
    padding: 12vw 10vw;
    margin-bottom: 10vw;
  }
}
.organization-about__title {
  position: absolute;
  width: 240px;
  background-color: #44C64A;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 9px 0 11px;
}
@media screen and (max-width: 736px) {
  .organization-about__title {
    width: 200px;
    font-size: 1.1rem;
    padding: 7px 0 9px;
    top: -21px;
  }
}
.organization-about__text {
  line-height: 2;
  font-size: 1.15rem;
}
@media screen and (max-width: 736px) {
  .organization-about__text {
    font-size: 1rem;
    text-align: justify;
  }
}
.organization-gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px;
}
@media screen and (max-width: 999px) {
  .organization-gallery ul {
    gap: 30px;
  }
}
@media screen and (max-width: 736px) {
  .organization-gallery ul {
    gap: 5vw;
  }
}
.organization-gallery ul li {
  width: 476px;
  height: 298px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .organization-gallery ul li {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .organization-gallery ul li {
    height: 30vw;
    border-radius: 20px;
  }
}
.organization-gallery ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.organization-project__item {
  background-color: #fff;
  border: 1px solid #44C64A;
  border-radius: 30px;
  padding: 45px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .organization-project__item {
    margin-bottom: 5vw;
    padding: 7vw;
  }
}
.organization-project__item:last-child {
  margin-bottom: 0;
}
.organization-project__thumb {
  width: 330px;
  height: 235px;
  border-radius: 25px;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 999px) {
  .organization-project__thumb {
    width: 39%;
  }
}
@media screen and (max-width: 736px) {
  .organization-project__thumb {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
}
.organization-project__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.organization-project__info {
  width: 545px;
  float: right;
}
@media screen and (max-width: 999px) {
  .organization-project__info {
    width: 58%;
  }
}
@media screen and (max-width: 736px) {
  .organization-project__info {
    width: 100%;
  }
}
.organization-project__info p {
  font-size: 1.05rem;
}
@media screen and (max-width: 736px) {
  .organization-project__info p {
    font-size: 0.95rem;
    text-align: justify;
  }
}
.organization-project__title {
  color: #44C64A;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .organization-project__title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.organization-project__copy {
  margin-bottom: 20px;
}
.organization-movie {
  width: 900px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .organization-movie {
    width: 100%;
    height: 50vw;
  }
}
.organization-movie iframe {
  width: 100%;
  height: 100%;
}
.organization-helped__item {
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 30px;
  padding: 34px 50px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .organization-helped__item {
    padding: 8vw;
  }
}
.organization-helped__item:last-child {
  margin-bottom: 0;
}
.organization-helped__thumb {
  width: 220px;
  height: 220px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .organization-helped__thumb {
    float: none;
    margin: 0 auto 7vw;
    width: 40vw;
    height: 40vw;
  }
}
.organization-helped__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.organization-helped__body {
  width: 630px;
  float: right;
  padding-top: 20px;
}
@media screen and (max-width: 736px) {
  .organization-helped__body {
    width: 100%;
    padding-top: 0;
  }
}
.organization-helped__name {
  color: #44C64A;
  font-weight: 500;
  margin-bottom: 20px;
}
.organization-helped__text {
  font-size: 1.05rem;
}
@media screen and (max-width: 736px) {
  .organization-helped__text {
    font-size: 0.95rem;
    text-align: justify;
  }
}
.organization-info {
  margin-bottom: 85px;
}
@media screen and (max-width: 736px) {
  .organization-info {
    margin-bottom: 10vw;
  }
}
.organization-info table tr {
  border-bottom: 1px solid rgba(68, 198, 74, 0.5);
}
.organization-info table tr th {
  padding: 15px 0;
  vertical-align: text-top;
  width: 200px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .organization-info table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    color: #44C64A;
  }
}
.organization-info table tr td {
  padding: 15px 0;
  vertical-align: text-top;
}
@media screen and (max-width: 736px) {
  .organization-info table tr td {
    display: block;
    width: 100%;
    padding-top: 5px;
  }
}
.organization-info table tr:last-child {
  border-bottom: none;
}
.organization-map {
  width: calc(100% + 8vw);
  height: 525px;
  margin-left: -4vw;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 115px;
}
@media screen and (max-width: 999px) {
  .organization-map {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .organization-map {
    height: 60vw;
    border-radius: 30px;
    margin-bottom: 20vw;
  }
}
.organization-map iframe {
  width: 100%;
  height: 100%;
}
.organization-list-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media screen and (max-width: 736px) {
  .organization-list-nav {
    justify-content: center;
  }
}
.organization-list-nav__search {
  width: 155px;
  padding-bottom: 8px;
  border-bottom: 1px solid #434343;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .organization-list-nav__search {
    width: 120px;
    margin: 0 12px;
  }
}
.organization-list-nav__search svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .organization-list-nav__search:hover {
    opacity: 0.7;
  }
}
.organization-list-nav__search:hover svg {
  bottom: -3px;
}
.organization-list-nav .organization-icon-info__link {
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 736px) {
  .organization-list-nav .organization-icon-info__link {
    order: 3;
    margin-top: 3vw;
  }
}

.search-modal {
  position: absolute;
  width: 300px;
  border: 1px solid rgba(67, 67, 67, 0.1);
  border-radius: 20px;
  background-color: #fff;
  z-index: 500;
  top: 20px;
  right: 0;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  display: none;
}
@media screen and (max-width: 736px) {
  .search-modal {
    top: -8vw;
    width: 280px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.search-modal li {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
  transition: all 0.3s ease;
}
.search-modal li:last-child {
  border-bottom: none;
}
.search-modal li a {
  display: block;
  padding: 7px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .search-modal li a {
    font-size: 0.9rem;
  }
}
.search-modal li a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .search-modal li:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search-modal li:hover a svg {
    right: -3px;
  }
}
.search-modal__container {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .search-modal__container {
    margin-bottom: 10vw;
  }
}
.search-modal.support-cat {
  right: 180px;
}
@media screen and (max-width: 736px) {
  .search-modal.support-cat {
    right: 0;
  }
}

/* ==================================
page / news-head
================================== */
.news-head {
  margin-bottom: -60px;
}
.news-head__inner {
  width: 1000px;
  margin: auto;
  padding-top: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .news-head__inner {
    width: 90%;
    padding-top: 13vh;
  }
}
.news-head__title {
  font-weight: 500;
  color: #44C64A;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .news-head__title {
    font-size: 1.7rem;
    margin-bottom: 7vw;
  }
}
.news-head__cat {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.news-head__cat li {
  padding: 5px 35px;
  border-radius: 30px;
  font-size: 1rem;
  color: #fff;
  background-color: #44C64A;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .news-head__cat li {
    font-size: 0.9rem;
    padding: 5px 25px;
  }
}
.news-head__cat li.study-session {
  background-color: #F68F8F;
}
.news-head__date {
  opacity: 0.5;
  position: absolute;
  right: 0;
  display: inline-block;
  bottom: 70px;
}
@media screen and (max-width: 736px) {
  .news-head__date {
    font-size: 0.9rem;
  }
}

/* ==================================
archive / news-list
================================== */
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .news-post {
  width: 320px !important;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .news-list .news-post {
    width: 32% !important;
    margin-right: 2%;
  }
}
@media screen and (max-width: 736px) {
  .news-list .news-post {
    width: 100% !important;
    margin-right: 0;
  }
}
.news-list .news-post:nth-child(3n) {
  margin-right: 0;
}

.about-sec__about.about-page {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.about-sec__about.about-page .about-sec__text {
  color: #434343;
}
@media screen and (max-width: 999px) {
  .about-sec__about.about-page .about-sec__calculation {
    padding: 0 9.5vw;
  }
}
@media screen and (max-width: 736px) {
  .about-sec__about.about-page .about-sec__calculation {
    padding: 0 3vw;
  }
}
.about-sec__about.about-page .about-sec__calculation__item {
  width: 23vw;
}
.about-sec__about.about-page .about-sec__calculation__illust {
  margin: auto;
  width: 21vw;
  height: 21vw;
}
.about-sec__about.about-page .about-sec__calculation__text {
  font-size: 0.85rem;
}

.about-requirements {
  background-color: rgba(68, 198, 74, 0.1);
  position: relative;
  border-radius: 50px;
  width: 895px;
  margin: 150px auto 0;
  padding: 110px 85px 55px 85px;
}
@media screen and (max-width: 999px) {
  .about-requirements {
    width: 100%;
    padding: 20vw 10vw 15vw;
  }
}
@media screen and (max-width: 999px) {
  .about-requirements__item {
    width: 29%;
  }
}
@media screen and (max-width: 736px) {
  .about-requirements__item {
    width: 50%;
    margin-bottom: 7vw;
  }
  .about-requirements__item:last-child {
    margin-bottom: 0;
  }
}
.about-requirements__title {
  position: absolute;
  width: 440px;
  background-color: #44C64A;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  top: -24px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.3rem;
  padding: 13px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .about-requirements__title {
    width: 250px;
    font-size: 1rem;
  }
}
.about-requirements__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .about-requirements__container {
    justify-content: center;
  }
}
.about-requirements__illust {
  width: 197px;
  height: 132px;
  position: relative;
  z-index: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .about-requirements__illust {
    width: 100%;
    height: 14vw;
  }
}
@media screen and (max-width: 736px) {
  .about-requirements__illust {
    width: 25vw;
    height: 18vw;
    margin: 0 auto 5vw;
  }
}
.about-requirements__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-requirements__illust:after {
  content: "";
  display: block;
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .about-requirements__illust:after {
    width: 100%;
    height: 20vw;
  }
}
@media screen and (max-width: 736px) {
  .about-requirements__illust:after {
    height: 25vw;
  }
}
.about-requirements__name {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .about-requirements__name {
    font-size: 1rem;
  }
}

.about-difference {
  width: 85vw;
  padding: 110px calc((85vw - 1000px) / 2);
  margin-left: calc((85vw - 1000px) / 2 * -1);
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 105px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .about-difference {
    width: 100%;
    padding: 15vw 10vw;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.about-difference:last-child {
  margin-bottom: 0;
}
.about-difference__title {
  position: absolute;
  width: 302px;
  background-color: #44C64A;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  top: -24px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.3rem;
  padding: 13px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .about-difference__title {
    width: 250px;
    font-size: 1rem;
  }
}
.about-difference__text {
  width: 734px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 999px) {
  .about-difference__text {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 999px) {
  .about-difference__graph-scroll {
    width: 100%;
  }
}
.about-difference__graph-scroll {
  /*@include ms-sp {
  	overflow: scroll;
  }*/
}
.about-difference__graph {
  width: 645px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 21px;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .about-difference__graph {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__graph {
    margin-bottom: 3vw;
  }
}
.about-difference__graph__circle {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F68F8F;
  font-size: 1.4rem;
  background-color: rgba(246, 143, 143, 0.1);
}
.about-difference__graph__circle:nth-child(3) {
  background-color: rgba(68, 198, 74, 0.1);
  color: #44C64A;
}
.about-difference__graph__circle:nth-child(5) {
  background-color: rgba(240, 151, 104, 0.1);
  color: #F09768;
}
@media screen and (max-width: 999px) {
  .about-difference__graph__circle {
    width: 20%;
    height: 14.5vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__graph__circle {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 999px) {
  .about-difference__graph__arrow {
    width: 10%;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__graph__arrow {
    width: 17%;
  }
}
.about-difference__graph__arrow .arrow-text {
  text-align: center;
  color: #44C64A;
  font-size: 1.1rem;
}
.about-difference__graph__arrow .arrow-text:first-child {
  padding-bottom: 10px;
}
.about-difference__graph__arrow .arrow-text:last-child {
  padding-top: 10px;
}
.about-difference__graph__arrow .arrow-text.pink {
  color: #F68F8F;
}
.about-difference__graph__arrow .arrow-text.orange {
  color: #F09768;
}
@media screen and (max-width: 736px) {
  .about-difference__graph__arrow .arrow-text {
    font-size: 0.8rem;
    padding: 0 !important;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__graph__arrow .arrow-arrow {
    text-align: center;
    height: 4vw;
    line-height: 0;
  }
  .about-difference__graph__arrow .arrow-arrow img {
    width: 80%;
  }
}
.about-difference__graph__arrow .arrow-arrow.invert {
  transform: scale(-1, 1);
}
.about-difference__illust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 645px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .about-difference__illust {
    width: 100%;
  }
}
.about-difference__illust {
  /*@include ms-sp {
  	width: calc(500px + 5vw);
  }*/
}
.about-difference__illust__item {
  width: 140px;
}
@media screen and (max-width: 999px) {
  .about-difference__illust__item {
    width: 20%;
  }
}
.about-difference__illust__item {
  /*@include ms-sp {
  	width: 100px;
  }*/
}
.about-difference__illust__item img {
  width: 100%;
}
.about-difference__illust__item {
  /*&:first-child {
  	img {
  		width: 205px;
  		margin-left: -30px;
  		margin-top: 25px;

  		@include ms-sp {
  			width: 150%;
  			margin-left: -3vw;
  			margin-top: 2vw;
  		}
  	}
  }*/
}
.about-difference__illust__cat {
  width: 99px;
  display: block;
  margin: 15px auto 0;
  border-radius: 20px;
  text-align: center;
  color: #F68F8F;
  background-color: rgba(246, 143, 143, 0.1);
  padding-bottom: 3px;
}
@media screen and (max-width: 999px) {
  .about-difference__illust__cat {
    width: 100%;
    font-size: 0.7rem;
  }
}
.about-difference__illust__item:nth-child(2) .about-difference__illust__cat {
  color: #44C64A;
  background-color: rgba(68, 198, 74, 0.1);
}
.about-difference__illust__item:last-child .about-difference__illust__cat {
  background-color: rgba(240, 151, 104, 0.1);
  color: #F09768;
}
.about-difference__main {
  width: 810px;
  border-radius: 30px;
  border: 5px solid rgba(68, 198, 74, 0.2);
  padding: 50px 60px;
  margin: 0 auto 57px;
}
@media screen and (max-width: 999px) {
  .about-difference__main {
    width: 100%;
    padding: 6vw;
  }
}
.about-difference__main__graph {
  width: 558px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .about-difference__main__graph {
    width: 100%;
    justify-content: center;
  }
}
.about-difference__main__graph__item {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  align-items: center;
  display: flex;
  line-height: 1;
  justify-content: center;
  color: #F68F8F;
  background-color: rgba(246, 143, 143, 0.1);
}
@media screen and (max-width: 999px) {
  .about-difference__main__graph__item {
    width: 14vw;
    height: 14vw;
    margin-right: 40px;
  }
  .about-difference__main__graph__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__main__graph__item {
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
    margin-right: 25px;
  }
}
.about-difference__main__graph__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -55px;
  background-image: url(../img/index/about_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .about-difference__main__graph__item:after {
    width: 25px;
    height: 25px;
    right: -32.5px;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__main__graph__item:after {
    width: 15px;
    height: 15px;
    right: -20px;
  }
}
.about-difference__main__graph__item:nth-child(2) {
  color: #44C64A;
  background-color: rgba(68, 198, 74, 0.1);
}
.about-difference__main__graph__item:last-child {
  background-color: rgba(240, 151, 104, 0.1);
  color: #F09768;
}
.about-difference__main__graph__item:last-child:after {
  display: none;
}
.about-difference__main__illust {
  width: 290px;
  margin: 0 auto 25px;
  transform: rotate(1.62deg);
}
@media screen and (max-width: 999px) {
  .about-difference__main__illust {
    width: 65%;
  }
}
.about-difference__main__text {
  font-size: 1.16rem;
}
@media screen and (max-width: 999px) {
  .about-difference__main__text {
    font-size: 1rem;
  }
}
.about-difference__point {
  border-bottom: 2px solid rgba(68, 198, 74, 0.2);
  padding-bottom: 40px;
  width: 900px;
  margin: 0 auto 30px;
}
.about-difference__point__title {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.about-difference__point__title h5 {
  display: inline-block;
  background-color: #F68F8F;
  color: #fff;
  padding: 7px 35px 9px;
  border-radius: 30px;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .about-difference__point__title h5 {
    padding: 4px 26px 6px;
    font-size: 1rem;
  }
}
.about-difference__point__title:before, .about-difference__point__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: rgba(68, 198, 74, 0.2);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .about-difference__point__title:before, .about-difference__point__title:after {
    width: 22%;
  }
}
.about-difference__point__title:before {
  left: 0;
}
.about-difference__point__title:after {
  right: 0;
}
.about-difference__point__list {
  padding: 0 60px;
  font-size: 1.15rem;
}
@media screen and (max-width: 999px) {
  .about-difference__point__list {
    padding: 0;
  }
}
@media screen and (max-width: 736px) {
  .about-difference__point__list {
    font-size: 1rem;
  }
}
.about-difference__point__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.about-difference__point__list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #44C64A;
  border-radius: 50%;
  top: 14px;
  left: 0;
}
.about-difference__point__list li:last-child {
  margin-bottom: 0;
}
.about-difference__point__list li .green {
  color: #44C64A;
}
.about-difference__point__list li .small {
  font-size: 0.95rem;
}
@media screen and (max-width: 736px) {
  .about-difference__point__list li .small {
    font-size: 0.8rem;
  }
}
.about-difference__point__list li a {
  color: #629BF6;
  text-decoration: underline;
}

.about-structure__about {
  overflow: hidden;
  width: 900px;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .about-structure__about {
    width: 100%;
  }
}
.about-structure__about__illust {
  width: 170px;
  float: left;
}
@media screen and (max-width: 736px) {
  .about-structure__about__illust {
    float: none;
    margin: 0 auto 10vw;
  }
}
.about-structure__about__text {
  width: 673px;
  float: right;
  font-size: 1.15rem;
}
@media screen and (max-width: 736px) {
  .about-structure__about__text {
    width: 100%;
    font-size: 1rem;
    text-align: justify;
  }
}
.about-structure__point {
  width: 900px;
  margin: 0 auto 30px;
  margin-bottom: 50px;
  border-top: 2px solid rgba(68, 198, 74, 0.2);
  border-bottom: 2px solid rgba(68, 198, 74, 0.2);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .about-structure__point {
    width: 100%;
  }
}
.about-structure__point__title {
  width: 150px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 0 7px;
  margin-right: 19px;
  background-color: #44C64A;
}
@media screen and (max-width: 736px) {
  .about-structure__point__title {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 3vw;
    padding: 2px 0 4px;
  }
}
.about-structure__point__text {
  line-height: 1.4;
  font-size: 1.15rem;
}
@media screen and (max-width: 736px) {
  .about-structure__point__text {
    font-size: 0.9rem;
  }
}
.about-structure__point__item {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .about-structure__point__item {
    display: block;
  }
}
.about-structure__point__item:nth-child(1) {
  padding-right: 8px;
}
@media screen and (max-width: 736px) {
  .about-structure__point__item:nth-child(1) {
    padding-right: 3vw;
  }
}
.about-structure__point__item:nth-child(2) {
  padding-left: 30px;
  border-left: 2px solid rgba(68, 198, 74, 0.2);
}
@media screen and (max-width: 736px) {
  .about-structure__point__item:nth-child(2) {
    padding-left: 3vw;
  }
}
.about-structure__point__item:nth-child(2) .about-structure__point__title {
  background-color: #F68F8F;
}
.about-structure__connection {
  overflow: hidden;
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .about-structure__connection {
    width: 100%;
  }
}
.about-structure__connection__about {
  width: 504px;
  float: left;
  padding-top: 30px;
}
@media screen and (max-width: 736px) {
  .about-structure__connection__about {
    width: 100%;
    padding-top: 0;
  }
}
.about-structure__connection__image {
  width: 322px;
  float: right;
}
@media screen and (max-width: 736px) {
  .about-structure__connection__image {
    width: 100%;
    margin-top: 5vw;
  }
}
.about-structure__connection__title {
  color: #44C64A;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .about-structure__connection__title {
    font-size: 1.2rem;
    margin-bottom: 3vw;
    text-align: center;
  }
}
.about-structure__connection__text {
  font-size: 1.05rem;
  line-height: 1.9;
}
@media screen and (max-width: 736px) {
  .about-structure__connection__text {
    font-size: 0.9rem;
    text-align: justify;
  }
}

.about-example {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.about-example__image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .about-example__image {
    width: 70%;
    margin: 0 auto 5vw;
  }
  .about-example__image svg {
    width: 100%;
    height: auto;
  }
}
.about-example__list {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .about-example__list {
    width: 80%;
    margin: auto;
  }
}
.about-example__list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 736px) {
  .about-example__list li {
    font-size: 1rem;
  }
}
.about-example__list li:before {
  content: "#";
  color: #44C64A;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 1.15rem;
  opacity: 0.5;
}
@media screen and (max-width: 736px) {
  .about-example__list li:before {
    font-size: 1.05rem;
  }
}

.about-suport {
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 50px;
  padding: 60px 70px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .about-suport {
    padding: 7vw;
  }
}
.about-suport__about {
  width: 395px;
  float: left;
}
@media screen and (max-width: 736px) {
  .about-suport__about {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.about-suport__about .contents-btn {
  width: 100%;
  margin-top: 25px;
}
.about-suport__about .contents-btn a {
  font-size: 1.1rem;
  padding: 21px 40px;
}
@media screen and (max-width: 736px) {
  .about-suport__about .contents-btn a {
    font-size: 1rem;
    line-height: 1.4;
    padding: 13px 50px 13px 30px;
  }
}
.about-suport__title {
  color: #44C64A;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
  .about-suport__title {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.about-suport__text {
  font-size: 1.05rem;
}
@media screen and (max-width: 736px) {
  .about-suport__text {
    font-size: 0.95rem;
    text-align: justify;
  }
}
.about-suport__image {
  width: 403px;
  height: 293px;
  border-radius: 25px;
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .about-suport__image {
    width: 100%;
    height: 50vw;
  }
}
.about-suport__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-move__text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.2rem;
}
@media screen and (max-width: 736px) {
  .about-move__text {
    font-size: 1.05rem;
    margin-bottom: 10vw;
  }
}
.about-move__move {
  width: 743px;
  height: 421px;
  border-radius: 30px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .about-move__move {
    width: 100%;
    height: 50vw;
  }
}
.about-move__move iframe {
  width: 100%;
  height: 100%;
}

.support-center-about {
  margin-bottom: 125px;
}
.support-center-about__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .support-center-about__item {
    width: 90%;
    margin: 0 auto 6vw;
  }
}
.support-center-about__item:last-child {
  margin-bottom: 0;
}
.support-center-about__image {
  width: 282px;
  height: 282px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .support-center-about__image {
    width: 30%;
  }
}
@media screen and (max-width: 736px) {
  .support-center-about__image {
    width: 100%;
    height: 55vw;
  }
}
.support-center-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-center-about__body {
  background-color: #fff;
  width: 718px;
  padding: 45px 50px;
  border: 1px solid #44C64A;
  border-radius: 30px;
}
@media screen and (max-width: 999px) {
  .support-center-about__body {
    width: 70%;
  }
}
@media screen and (max-width: 736px) {
  .support-center-about__body {
    width: 100%;
    padding: 7vw 8vw;
  }
}
.support-center-about__title {
  color: #44C64A;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 736px) {
  .support-center-about__title {
    font-size: 1.2rem;
    margin-bottom: 3vw;
  }
}
.support-center-about__text {
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .support-center-about__text {
    font-size: 0.95rem;
  }
}

.support-flow {
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 50px;
  width: calc(100% + 114px);
  margin-left: -57px;
  padding: 50px 57px;
}
@media screen and (max-width: 999px) {
  .support-flow {
    width: 100%;
    margin-left: 0;
    padding: 8vw 7vw;
  }
}
.support-flow__title {
  text-align: center;
  color: #44C64A;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .support-flow__title {
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto 5vw;
  }
}
.support-flow__container {
  overflow: hidden;
}
.support-flow__image {
  width: 387px;
  height: 228px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 999px) {
  .support-flow__image {
    width: 36%;
    height: 28vw;
  }
}
@media screen and (max-width: 736px) {
  .support-flow__image {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
}
.support-flow__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-flow__about {
  width: 574px;
  float: right;
}
@media screen and (max-width: 999px) {
  .support-flow__about {
    width: 59%;
  }
}
@media screen and (max-width: 736px) {
  .support-flow__about {
    width: 100%;
  }
}
.support-flow__about .contents-btn {
  width: 100%;
  margin-top: 35px;
}
.support-flow__about .contents-btn a {
  font-size: 1.1rem;
  padding: 21px 40px;
}
@media screen and (max-width: 736px) {
  .support-flow__about .contents-btn a {
    font-size: 1rem;
    line-height: 1.4;
    padding: 13px 50px 13px 30px;
  }
}
.support-flow__text {
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .support-flow__text {
    font-size: 1rem;
  }
}

.support-news__copy {
  text-align: center;
  color: #44C64A;
  font-size: 2.5rem;
  margin-bottom: 70px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .support-news__copy {
    font-size: 1.5rem;
    margin-bottom: 10vw;
  }
}
.support-news__text {
  width: 835px;
  margin: 0 auto 83px;
  font-size: 1.45rem;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .support-news__text {
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.support-news__item {
  width: calc(100% + 114px);
  margin-left: -57px;
  padding: 50px 57px;
  background-color: rgba(255, 237, 182, 0.15);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .support-news__item {
    width: 100%;
    margin-left: 0;
    padding: 7vw 8vw;
  }
}
.support-news__item:last-child {
  margin-bottom: 0;
}
.support-news__item__image {
  width: 414px;
  height: 308px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 999px) {
  .support-news__item__image {
    width: 39%;
    height: 24vw;
  }
}
@media screen and (max-width: 736px) {
  .support-news__item__image {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
}
.support-news__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-news__item__about {
  width: 540px;
  float: right;
}
@media screen and (max-width: 999px) {
  .support-news__item__about {
    width: 57%;
  }
}
@media screen and (max-width: 736px) {
  .support-news__item__about {
    width: 100%;
  }
}
.support-news__item__about .contents-btn {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .support-news__item__about .contents-btn {
    margin-top: 6vw;
  }
}
.support-news__item__about .contents-btn a {
  font-size: 1.1rem;
  padding: 21px 40px;
}
@media screen and (max-width: 736px) {
  .support-news__item__about .contents-btn a {
    font-size: 1rem;
    line-height: 1.4;
    padding: 13px 50px 13px 30px;
  }
}
.support-news__item__title {
  color: #44C64A;
  margin-bottom: 30px;
  font-size: 1.55rem;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .support-news__item__title {
    font-size: 1.2rem;
    margin-bottom: 5vw;
  }
}
.support-news__item__text {
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .support-news__item__text {
    font-size: 1rem;
  }
}

.about-sec__about.support {
  margin-bottom: 0;
}
.about-sec__about.support .about-sec__text {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 736px) {
  .about-sec__about.support .about-sec__text {
    font-size: 1rem;
  }
}

.support-subtitle {
  margin-bottom: 80px;
  text-align: center;
  margin-top: -15px;
}
.support-subtitle__title {
  color: #F68F8F;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .support-subtitle__title {
    font-size: 1.2rem;
  }
}
.support-subtitle__text {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .support-subtitle__text {
    font-size: 1rem;
  }
}

.support-anexample {
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 50px;
  width: calc(100% + 114px);
  margin-left: -57px;
  padding: 50px 57px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .support-anexample {
    width: 100%;
    margin-left: 0;
    padding: 9vw 5vw 6vw;
  }
}
@media screen and (max-width: 736px) {
  .support-anexample {
    padding: 15vw 10vw 6vw;
  }
}
.support-anexample__title {
  width: 340px;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  padding: 6px 0 8px;
  top: -23px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #44C64A;
  border-radius: 30px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .support-anexample__title {
    width: 200px;
    font-size: 1rem;
    top: -18px;
  }
}
.support-anexample__container {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
}
@media screen and (max-width: 999px) {
  .support-anexample__container {
    justify-content: center;
  }
}
.support-anexample__item {
  width: 204px;
  margin: 0 20px;
}
@media screen and (max-width: 999px) {
  .support-anexample__item {
    width: 19%;
  }
}
@media screen and (max-width: 736px) {
  .support-anexample__item {
    width: 43%;
    margin: 0 3%;
    margin-bottom: 5vw;
  }
}
.support-anexample__illust {
  width: 204px;
  height: 204px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .support-anexample__illust {
    width: 100%;
    height: 15.5vw;
  }
}
@media screen and (max-width: 736px) {
  .support-anexample__illust {
    width: 115px;
    height: 115px;
  }
}
.support-anexample__illust img {
  width: 53%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.support-anexample__text {
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .support-anexample__text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.support-auxiliary {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support-auxiliary__item {
  width: 480px;
  border-radius: 30px;
  border: 2px solid #44C64A;
  padding: 40px 35px;
  margin-bottom: 39px;
}
@media screen and (max-width: 999px) {
  .support-auxiliary__item {
    width: 48%;
  }
}
.support-auxiliary__item:last-child {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .support-auxiliary__item {
    width: 100%;
    padding: 7vw 8vw;
    margin-bottom: 5vw;
  }
}
.support-auxiliary__head {
  border-bottom: 2px solid #44C64A;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .support-auxiliary__head {
    margin-bottom: 20px;
  }
}
.support-auxiliary__title {
  color: #44C64A;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.35rem;
}
@media screen and (max-width: 736px) {
  .support-auxiliary__title {
    font-size: 1.2rem;
  }
}
.support-auxiliary__sub {
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 736px) {
  .support-auxiliary__sub {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.support-auxiliary__text {
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .support-auxiliary__text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.flow-step__item {
  position: relative;
  padding-left: 227px;
  margin-bottom: 90px;
  min-height: 183px;
}
@media screen and (max-width: 736px) {
  .flow-step__item {
    padding-left: 30vw;
    margin-bottom: 15vw;
  }
}
.flow-step__item:last-child {
  margin-bottom: 0;
}
.flow-step__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% + 90px - 183px);
  left: 90px;
  bottom: -90px;
  background-color: #44C64A;
}
@media screen and (max-width: 736px) {
  .flow-step__item:before {
    height: calc(100% + 15vw - 25vw);
    left: 12.5vw;
    width: 3px;
    bottom: -15vw;
  }
}
.flow-step__icon {
  width: 183px;
  height: 183px;
  border-radius: 50%;
  border: 3px solid #44C64A;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .flow-step__icon {
    width: 25vw;
    height: 25vw;
  }
}
.flow-step__icon img {
  width: 68%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-step__num {
  background-color: #44C64A;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1px 32px 3px;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .flow-step__num {
    font-size: 1rem;
  }
}
.flow-step__title {
  margin-bottom: 25px;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .flow-step__title {
    font-size: 1.2rem;
  }
}
.flow-step__text {
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 600;
}
.flow-step__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow-step__btn .contents-btn {
  width: 376px;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .flow-step__btn .contents-btn {
    width: 49%;
  }
}
@media screen and (max-width: 736px) {
  .flow-step__btn .contents-btn {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.flow-step__btn .contents-btn a {
  font-size: 1.1rem;
  padding: 21px 40px;
}
@media screen and (max-width: 736px) {
  .flow-step__btn .contents-btn a {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 13px 50px 13px 30px;
  }
  .flow-step__btn .contents-btn a:after {
    width: 4vw;
    height: 4vw;
  }
}
.flow-step__btn .contents-btn:last-child {
  width: 100%;
  margin-top: 23px;
  border-color: #F09768;
}
@media screen and (max-width: 736px) {
  .flow-step__btn .contents-btn:last-child {
    margin-top: 3vw;
    margin-bottom: 0;
  }
}
.flow-step__btn .contents-btn:last-child a {
  color: #F09768;
}
.flow-step__btn .contents-btn:last-child a:after {
  background-image: url(../img/global/arrow_or.svg);
}
.flow-step__btn .tel-btn {
  width: 376px;
  background-color: #44C64A;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .flow-step__btn .tel-btn {
    width: 49%;
  }
}
@media screen and (max-width: 736px) {
  .flow-step__btn .tel-btn {
    width: 100%;
  }
}
.flow-step__btn .tel-btn a {
  text-align: center;
  display: block;
  color: #fff;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
}
@media screen and (max-width: 736px) {
  .flow-step__btn .tel-btn a {
    font-size: 1.1rem;
    padding: 11px 0 13px;
  }
}
.flow-step__btn .tel-btn a span {
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .flow-step__btn .tel-btn a span {
    font-size: 0.8rem;
  }
}
.flow-step__btn .tel-btn a img {
  width: 23px;
}
@media screen and (max-width: 736px) {
  .flow-step__btn .tel-btn a img {
    width: 15px;
  }
}
.flow-step__box {
  background-color: #fff;
  border: 2px solid #44C64A;
  border-radius: 10px;
}
.flow-step__box__head {
  border-bottom: 2px solid #44C64A;
  padding: 22px 35px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #44C64A;
}
@media screen and (max-width: 736px) {
  .flow-step__box__head {
    padding: 4vw 5vw;
    font-size: 1rem;
    line-height: 1.4;
    text-align: justify;
  }
}
.flow-step__box__body {
  padding: 24px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .flow-step__box__body {
    padding: 4vw 5vw;
  }
}
.flow-step__box__contents {
  border-bottom: 2px solid rgba(68, 198, 74, 0.3);
  padding-bottom: 33px;
  margin-bottom: 25px;
  width: 100%;
}
.flow-step__box__contents:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .flow-step__box__contents h5 {
    font-size: 1rem;
    text-align: justify;
  }
}
@media screen and (max-width: 736px) {
  .flow-step__box__contents p {
    font-size: 0.9rem;
    text-align: justify;
  }
}
.flow-step__box__box {
  width: 338px;
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 15px;
  text-align: center;
  line-height: 1.3;
  padding: 17px 0 20px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .flow-step__box__box {
    width: 100%;
    padding: 3vw;
    margin-bottom: 3vw;
  }
}
.flow-step__box__box:last-child {
  margin-bottom: 0;
}
.flow-step__box__box:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .flow-step__box__box:nth-last-child(2) {
    margin-bottom: 3vw;
  }
}
.flow-step__box__box span {
  font-size: 0.8rem;
  width: 100%;
  margin-top: 3px;
}
.flow-step__end {
  text-align: center;
  background-color: #44C64A;
  border-radius: 50px;
  color: #fff;
  font-size: 1.45rem;
  padding: 25px 0 27px;
  margin-top: -40px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .flow-step__end {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 25px 5vw 27px;
    margin-top: 0;
  }
}
.flow-step.after-step .flow-step__item:last-child:before, .flow-step.after-step .flow-step__item:nth-child(2):before {
  display: none;
}

.voice-slider {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1) !important;
  padding-left: calc((100vw - 1000px) / 2) !important;
  padding-top: 80px !important;
}
@media screen and (max-width: 736px) {
  .voice-slider {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
    margin-top: 51px;
  }
}
.voice-slider__item {
  width: 420px !important;
  margin-right: 40px;
  background-color: rgba(68, 198, 74, 0.1);
  border-radius: 30px;
  position: relative;
  padding: 90px 30px 40px;
}
@media screen and (max-width: 736px) {
  .voice-slider__item {
    width: 280px !important;
    margin-right: 5vw;
    padding: 70px 30px 40px;
  }
}
.voice-slider__thumb {
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  top: -67px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .voice-slider__thumb {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.voice-slider__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-slider__title {
  text-align: center;
  color: #44C64A;
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .voice-slider__title {
    font-size: 1.3rem;
  }
}
.voice-slider__title span {
  font-size: 1.25rem;
}
@media screen and (max-width: 736px) {
  .voice-slider__title span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 736px) {
  .voice-slider__text {
    font-size: 0.9rem;
    text-align: justify;
  }
}/*# sourceMappingURL=import.css.map */