@charset "UTF-8";
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");

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,
input,
select,
textarea,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

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

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea {
  font-family: inherit;
}

input[type="submit"] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

@media all and (min-width: 640px) {
  body {
    min-width: 1000px;
    font-size: 1.6rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
  }
}

@media all and (max-width: 640px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

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

.pc {
  display: none;
}

.sp {
  display: block !important;
}

@media all and (min-width: 640px) {
  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

/* 2024 01  --------------------------------------------------- */
.mb {
  margin-bottom: 1.25rem !important;
}

.download {
  width: 90%;
  margin: 0 auto 2.5rem;
  max-width: 1000px;
}
.download__inr {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 15px;
  text-align: center;
}
.download h3 {
  font-size: 20px;
  border-bottom: 3px solid #0a4;
  display: inline-block;
  margin: 0 auto 40px;
  padding: 0 1.25rem;
}
.btn {
  margin: 0 auto 2.5rem;
  width: 90%;
  max-width: 315px;
  text-align: center;
  display: block;
  padding: 0.75rem 1rem;
  background: #9ad692;
}
.wrap--center {
  justify-content: center !important;
}

/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* layout.scss */
/*#wrap {
	position: relative;
	z-index: -10;
	background: url("../images/common/bg.png");
}*/
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.base {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .base_inner {
    width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .base {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.color-red {
  color: #dc143c;
}

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

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.header {
  /*padding: 6px;*/
  position: relative;
  z-index: 50;
}

.header .wrap {
  padding: 6px;
}

.header .hd_logo img {
  width: 100px;
  height: auto;
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .header {
    /*padding: 40px 0 0;*/
    position: relative;
    z-index: 50;
  }

  .header .hd_logo img {
    width: 213px;
    height: 48px;
    opacity: 1;
  }
}

/*	.mv_home_wrap {
		position: absolute;
		top:0;
		left: 0;
	}
*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

#header .hd_wrap .hd_cv_sv .hd_btn {
  width: 260px;
  margin: 0 auto;
}

#header .hd_wrap .hd_cv_sv .hd_btn a {
  background: #fff;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 20px;
}

/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.to-top .arrow {
  text-indent: -9999px;
  display: block;
  height: 42px;
  position: relative;
}

.to-top .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.list-disc {
  list-style-type: disc;
  border-top: dotted #ffc0cb 1px;
}

ul.list-disc li {
  line-height: 1.8;
  padding: 0.5em 0;
}

ul.list-square {
  list-style-type: square;
  border-top: solid #53afe5 1px;
  border-bottom: solid #53afe5 1px;
  padding: 0.5em 0 0.5em 1.5em;
}

ul.list-square li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul li.none {
  list-style-type: none;
}

/* .btnGnav btn_nav
-------------------------------------- */
@media screen and (max-width: 639px) {
  .btn_nav {
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    width: 54px;
    height: 51px;
  }

  .btn_nav .line {
    position: absolute;
    left: 17px;
    width: 20px;
    height: 2px;
    content: "";
    transition: all 0.3s ease;
    background: #333;
  }

  .btn_nav .line:nth-child(1) {
    top: 18px;
  }

  .btn_nav .line:nth-child(2) {
    top: 26px;
  }

  .btn_nav .line:nth-child(3) {
    top: 34px;
  }

  body.is_open .btn_nav .line:nth-child(1) {
    top: 26px;
    transform: rotate(-45deg);
  }

  body.is_open .btn_nav .line:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  body.is_open .btn_nav .line:nth-child(3) {
    top: 26px;
    transform: rotate(45deg);
  }

  #gnav {
    position: fixed;
    z-index: 200;
    top: 51px;
    right: -293px;
    bottom: 0;
    overflow: auto;
    width: 293px;
    background: #53afe5;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
  }

  #gnav .list {
    margin-bottom: 30px;
  }

  #gnav .list .item {
    border-top: 1px solid #fff;
    padding: 10px 0 10px 15px;
  }

  #gnav .list .item:last-of-type {
    border-bottom: 1px solid #fff;
  }

  #gnav .list .item a {
    color: #fff;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 640px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-end;*/
    padding-top: 6px;
    margin-left: 60px;
  }

  #gnav .list .item {
    position: relative;
    padding: 0 15px;
    width: 140px;
  }

  #gnav .list .item:nth-child(3) {
    width: 220px;
  }

  #gnav .list .item:nth-child(4) {
    width: 220px;
  }

  #gnav .list .hp a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.5;
    background: #56c5f8;
    border-radius: 6px;
    padding: 4px 0;
  }

  #gnav .list .hp a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
}

/* footer
-------------------------------------- */
.footer {
  background: #13bc3d;
}

.footer {
  color: #fff;
}

.footer .ft_tit {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .footer {
    color: #fff;
  }

  .footer .ft_tit {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.footer .ft_info .ft_txt_area {
  margin-bottom: 15px;
  text-align: center;
}

.footer .ft_info .call {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

.footer .ft_info .call a {
  color: #fff;
}

.footer .ft_info .time {
  text-align: center;
}

.footer .ft_acs .wrap .left .ft_logo_wrap {
  margin-bottom: 15px;
}

.footer .ft_acs .wrap .left .ft_logo_wrap .ft_logo {
  width: 160px;
  height: auto;
}

.footer .ft_acs .wrap .left .ad {
  margin-bottom: 6px;
}

.footer .ft_acs .wrap .left .nb {
  margin-bottom: 6px;
}

.footer .ft_acs .wrap .left .time {
  font-size: 1.4rem;
}

.footer .copy {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 0 10px;
}

@media only screen and (min-width: 640px) {
  .footer .ft_info .ft_txt_area {
    margin-bottom: 30px;
  }

  .footer .ft_info .call {
    font-size: 3rem;
  }

  .footer .ft_acs .wrap .left .ft_logo_wrap {
    margin-bottom: 15px;
  }

  .footer .ft_acs .wrap .left .ft_logo_wrap .ft_logo {
    width: 213px;
    height: auto;
  }

  .footer .ft_acs .wrap .left .ad {
    margin-bottom: 15px;
  }

  .footer .ft_acs .wrap .left .nb {
    margin-bottom: 15px;
  }

  .footer .ft_acs .wrap .left .time {
    font-size: 1.4rem;
  }

  .footer .copy {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 15px 0 10px;
  }
}

/* インスタアイコン */
.ft_sns {
  margin-inline: auto;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.ft_sns a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 4% 8%;
  width: 100%;
  justify-content: center;
  color: #000;
}

.insta_link {
  width: 40px;
  flex-shrink: 0;
}

/* content
-------------------------------------- */
.bg_sky {
  /*position: relative;*/
  background: url("../images/common/bg_sky.png") center repeat-y #e3f3fa;
  background-size: 400px 448px;
  z-index: -120;
}

@media only screen and (min-width: 640px) {
  .bg_sky {
    background-size: 2000px 2240px;
  }
}

/*.bg_green {
	background: url("../images/common/bg_green.png");
}
*/
.bg_green {
  position: relative;
  padding-bottom: 100px;
  background: url("../images/common/btm_tree.png") bottom center repeat-x;
  background-size: auto 60px;
}

.bg_green::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_green.png");
  background-size: 64px 64px;
  z-index: -100;
}

@media only screen and (min-width: 640px) {
  .bg_green {
    position: relative;
    padding-bottom: 300px;
    background: url("../images/common/btm_tree.png") bottom center repeat-x;
    background-size: 1600px 260px;
  }

  .bg_green::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/common/bg_green.png");
    background-size: 128px 128px;
    z-index: -100;
  }
}

/* arw.scss */
/*<div class="button"><a href="/">
		<span>READ MORE</span></a>
					</div>*/
.button {
  background: #9ad692;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out 0.35s;
  margin: 0 auto;
  width: 260px;
  text-align: center;
  display: block;
  padding: 12px 30px;
  background: #9ad692;
  color: #fff;
  z-index: 100;
  position: relative;
  transition: all 0.35s ease-in-out 0.35s;
  border: 1px solid #fff;
}

.button:hover {
  background: #99e68f;
  color: #fff;
  transition: all 0.35s ease-in-out 0.35s;
}

/* red */
.button_w {
  background: #fff;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out 0.35s;
  margin: 0 auto;
  width: 260px;
  text-align: center;
}

.button_w span {
  display: block;
  padding: 12px 30px;
  background: #fff;
  color: #333;
  z-index: 100;
  position: relative;
  transition: all 0.35s ease-in-out 0.35s;
  border: 1px solid #005cc3;
}

.button_w:hover span {
  background: #000;
  color: #fff;
  transition: all 0.35s ease-in-out 0.35s;
}

.button_w:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all 0.35s ease-in-out 0.5s;
}

.button_w:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.35s;
}

.button_w:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all 0.35s ease-in-out 0.5s;
}

.button_w:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out 0.35s;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    overflow: hidden;
  }

  .pic img {
    display: block;
    transition-duration: 0.3s;
  }

  .pic img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
}

/*	tit
--------------------------------------*/
.tit_bold {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .tit_bold {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.txt_b {
  font-weight: bold;
  margin-bottom: 4px;
}

.txt_pnk {
  color: #eb6d95;
  margin-bottom: 4px;
}

@media only screen and (min-width: 640px) {
  .txt_b {
    margin-bottom: 10px;
  }
}

.tit_sec {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.tit_sec .bd {
  display: inline-block;
  position: relative;
}

.tit_sec .bd::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  width: 100%;
  height: 7px;
  background-image: url("../images/common/tit.png");
  background-repeat: repeat-x;
  background-size: 48px 7px;
}

@media only screen and (min-width: 640px) {
  .tit_sec {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }

  .tit_sec .bd::after {
    bottom: -20px;
    height: 14px;
    background-image: url("../images/common/tit.png");
    background-repeat: repeat-x;
    background-size: 96px 14px;
  }
}

.tit_pnk {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #eb6d95;
  margin-bottom: 5px;
}

@media only screen and (min-width: 640px) {
  .tit_pnk {
    font-size: 1.7rem;
  }
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  .pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad_l {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .pad_l {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pad_top {
  padding-top: 30px;
}

@media only screen and (min-width: 640px) {
  .pad_top {
    ppadding-top: 60px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  .pad_btm {
    padding-bottom: 60px;
  }
}

.mb {
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .mb {
    margin-bottom: 15px;
  }
}

.mbl {
  margin-bottom: 17px;
}

@media only screen and (min-width: 640px) {
  .mbl {
    margin-bottom: 30px;
  }
}

.mtop {
  margin-top: 30px;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	bg
--------------------------------------*/
.hill_wrap .hill {
  width: 100% !important;
}

.wrap .left {
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .wrap {
    display: flex;
    justify-content: space-between;
  }

  .wrap .left {
    margin-bottom: 0;
    width: 460px;
  }

  .wrap .right {
    width: 460px;
  }

  .wrap .od {
    order: -1;
  }
}

#home .sec01 {
  /*position: relative;*/
  /*overflow: hidden;*/
  padding: 30px 0 0;
  background: url("../images/common/cloud_top.png") center 0 repeat-x;
  background-size: 150% auto;
  z-index: -10;
}

#home .sec01 .flag {
  position: relative;
}

#home .sec01 .flag::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 100px;
  height: 57px;
  background-image: url("../images/home/flag_left.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
}

#home .sec01 .flag::before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  width: 100px;
  height: 57px;
  background-image: url("../images/home/flag_right.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
}

#home .sec01 .cutch {
  position: relative;
  margin-bottom: 30px;
}

#home .sec01 .cutch .cutch_tit {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

#home .sec01 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

#home .sec01 .wrap .item {
  width: 33.333%;
  width: -webki-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 15px;
  padding: 0 3px;
}

@media only screen and (min-width: 640px) {
  #home .sec01 {
    padding: 100px 0 0;
    background: url("../images/common/cloud_top.png") center 0 repeat-x;
    background-size: 1600px 602px;
  }

  #home .sec01 .flag::after {
    top: -100px;
    left: 0;
    content: "";
    width: 376px;
    height: 114px;
    background-size: 376px 114px;
  }

  #home .sec01 .flag::before {
    top: -100px;
    right: 0;
    content: "";
    width: 376px;
    height: 114px;
    background-size: 376px 114px;
  }

  #home .sec01 .cutch {
    position: relative;
    margin-bottom: 60px;
    padding: 0 200px;
    margin-bottom: 300px;
  }

  #home .sec01 .cutch::after {
    position: absolute;
    top: -80px;
    right: 20px;
    content: "";
    width: 172px;
    height: 310px;
    background-image: url("../images/home/balloon_right.png");
    background-repeat: no-repeat;
    background-size: 172px 310px;
  }

  #home .sec01 .cutch::before {
    position: absolute;
    top: -80px;
    left: 0;
    content: "";
    width: 144px;
    height: 324px;
    background-image: url("../images/home/balloon_left.png");
    background-repeat: no-repeat;
    background-size: 144px 324px;
  }

  #home .sec01 .cutch .cutch_tit {
    font-size: 2.6rem;
    margin-bottom: 30px;
    text-align: center;
  }

  #home .sec01 .wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }

  #home .sec01 .wrap .item {
    width: 33.333%;
    width: -webki-calc(100% / 3);
    width: calc(100% / 3);
    margin-bottom: 15px;
    padding: 0 3px;
  }
}

#home .sec02 .wrap .left .txt_wrap {
  text-align: center;
}

#home .sec02 .wrap .left .txt_wrap .txt {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 640px) {
  #home .sec02 .wrap .left {
    width: 390px;
  }

  #home .sec02 .wrap .left .txt_wrap {
    text-align: center;
  }

  #home .sec02 .wrap .left .txt_wrap .txt {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  #home .sec02 .wrap .right {
    width: 590px;
  }
}

#home .sec03 .set {
  background: url("../images/home/bg_sec03.png") center center no-repeat;
  background-size: contain;
}

#home .sec03 .set .list .item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media only screen and (min-width: 640px) {
  #home .sec03 .set {
    background: url("../images/home/bg_sec03.png") center 0 no-repeat;
    background-size: 800px 603px;
    padding-top: 90px;
  }

  #home .sec03 .set .list {
    width: 530px;
    margin: 0 auto 30px;
  }

  #home .sec03 .set .list .item {
    font-size: 1.8rem;
    line-height: 1.8;
    /*padding-left: 1.3em;
        text-indent: -1.3em;*/
  }

  #home .sec03 .set .pict {
    text-align: center;
  }
}

#home .plan .sub_tit {
  margin-top: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #ee5c7f;
  line-height: 1.4;
}

#home .plan .set .plan_list .item {
  margin-bottom: 5px;
}

#home .plan .set .plan_list .item .plan_tit {
  display: inline-block;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2px;
  margin-left: 25px;
  font-size: 1.7rem;
  color: #ee5c7f;
}

#home .plan .set .plan_list .item .plan_tit::after {
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  width: 25px;
  height: 24px;
  margin-top: -12px;
  background-size: 25px 24px;
}

#home .plan .set .plan_list .item .no1::after {
  background-image: url("../images/detail/pnk_nb_01.png");
}

#home .plan .set .plan_list .item .no2::after {
  background-image: url("../images/detail/pnk_nb_02.png");
}

#home .plan .set .plan_list .item .no3::after {
  background-image: url("../images/detail/pnk_nb_03.png");
}

#home .plan .set .plan_list .item .no4::after {
  background-image: url("../images/detail/pnk_nb_04.png");
}

#home .plan .set .plan_list .item .no5::after {
  background-image: url("../images/detail/pnk_nb_05.png");
}

#home .plan .set .plan_list .item .no6::after {
  background-image: url("../images/detail/pnk_nb_06.png");
}

@media only screen and (min-width: 640px) {
  #home .plan .sub_tit {
    text-align: center;
    margin-top: 30px;
    font-size: 2rem;
  }

  #home .plan .set {
    position: relative;
  }

  #home .plan .set::after {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    width: 342px;
    height: 297px;
    margin-top: -148px;
    background-image: url("../images/home/pic_plan.svg");
    background-size: 342px 297px;
  }

  #home .plan .set .plan_list .item {
    margin-bottom: 30px;
  }

  #home .plan .set .plan_list .item:last-child {
    margin-bottom: 0;
  }

  #home .plan .set .plan_list .item .plan_tit {
    margin-bottom: 10px;
    margin-left: 50px;
    font-size: 2.2rem;
  }

  #home .plan .set .plan_list .item .plan_tit::after {
    left: -60px;
    width: 50px;
    height: 48px;
    margin-top: -25px;
    background-size: 50px 48px;
  }

  #home .plan .set .plan_list .item01 {
    margin-left: 170px;
  }

  #home .plan .set .plan_list .item02 {
    margin-left: 350px;
  }

  #home .plan .set .plan_list .item03 {
    margin-left: 400px;
  }
}

#home .sec04 {
  padding: 30px 0 100px;
  background: url("../images/home/cloud_btm.png") center bottom repeat-x;
  background-size: auto 100px;
}

#home .sec04 .set .tit {
  display: inline-block;
  background: #53afe5;
  padding: 0.3em;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}

#home .sec04 .set .tit .stitch {
  display: block;
  padding: 0.3em 0.75em;
  border: 1px dashed #ccc;
}

#home .sec04 .set .area {
  border: 3px solid #53afe5;
  padding: 15px 15px;
  background: #fff;
  margin-top: 30px;
}

#home .sec04 .set .area .list .item {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (min-width: 640px) {
  #home .sec04 {
    padding: 60px 0 200px;
    background-size: 1824px 438px;
  }

  #home .sec04 .set .tit {
    padding: 0.3em;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  #home .sec04 .set .tit .stitch {
    display: block;
    padding: 0.3em 1em;
    border: 1px dashed #ccc;
  }

  #home .sec04 .set .area {
    border: 6px solid #53afe5;
    padding: 40px 50px;
    margin-top: 40px;
  }
}

#home .sec05 {
  margin-top: -60px;
}

#home .sec05 .bg_wh {
  padding: 20px 0 0;
  background: #fff;
}

#home .sec05 .bg_wh .wrap {
  margin-bottom: 30px;
}

#home .sec05 .bg_wh .wrap .set {
  margin-bottom: 30px;
}

#home .sec05 .bg_wh .wrap .set:last-child {
  margin-bottom: 0;
}

#home .sec05 .bg_wh .wrap .set .set_tit {
  text-align: center;
  font-size: 1.8rem;
}

#home .sec05 .bg_wh .wrap .set .button {
  margin-top: 15px;
}

@media only screen and (min-width: 640px) {
  #home .sec05 {
    margin-top: -100px;
  }

  #home .sec05 .bg_wh {
    padding: 30px 0 0;
    background: #fff;
  }

  #home .sec05 .bg_wh .wrap .set {
    width: 450px;
    margin-bottom: 50px;
  }

  #home .sec05 .bg_wh .wrap .set:last-child {
    margin-bottom: 0;
  }

  #home .sec05 .bg_wh .wrap .set .set_tit {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
  }

  #home .sec05 .bg_wh .wrap .set .txt {
    min-height: 180px;
  }

  #home .sec05 .bg_wh .wrap .set .button {
    margin-top: 20px;
  }
}

#home .sec06 .wrap {
  margin-bottom: 20px;
}

#home .sec06 .wrap .right .tit {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

#home .sec06 .wrap .right .list {
  margin-top: 5px;
}

#home .sec06 .wrap .right .list .item {
  padding-left: 1em;
  text-indent: -1em;
  color: #eb6d95;
  line-height: 1.3;
  margin-bottom: 3px;
}

@media only screen and (min-width: 640px) {
  #home .sec06 .wrap {
    margin-bottom: 40px;
  }

  #home .sec06 .wrap .right .tit {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #home .sec06 .wrap .right .list {
    margin-top: 5px;
  }

  #home .sec06 .wrap .right .list .item {
    padding-left: 1em;
    text-indent: -1em;
  }
}

#home .sec07 .life {
  text-align: center;
}

#home .sec08 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#home .sec08 .wrap .set {
  width: 48%;
  margin-bottom: 15px;
}

#home .sec08 .wrap .set .pict {
  text-align: center;
  margin-bottom: 10px;
}

#home .sec08 .wrap .set .txt {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 640px) {
  #home .sec08 .wrap {
    justify-content: flex-start;
  }

  #home .sec08 .wrap .set {
    width: 320px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  #home .sec08 .wrap .set:nth-child(3n + 1) {
    margin-left: 0;
  }

  #home .sec08 .wrap .set .pict {
    text-align: center;
    margin-bottom: 15px;
  }

  #home .sec08 .wrap .set .txt {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1000px) {
  .bg-tree {
    position: relative;
  }

  .bg-tree::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 314px;
    height: 768px;
    margin-top: -384px;
    background-image: url("../images/common/tree_left.png");
    background-size: 314px 768px;
    z-index: -1;
  }

  .bg-tree::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 314px;
    height: 768px;
    margin-top: -384px;
    background-image: url("../images/common/tree_right.png");
    background-size: 314px 768px;
    z-index: -1;
  }
}

.policy .tit_ct {
  font-size: 1.6rem;
}

.policy .policy_head {
  margin-bottom: 40px;
}

.policy .policy_head .policy_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.policy .policy_head .list {
  margin: 15px 0 5px 15px;
}

.policy .policy_head .list li {
  padding-left: 1em;
  text-indent: -1em;
}

.policy .policy_detail {
  margin-bottom: 30px;
}

.policy .policy_detail .policy_tit_left {
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.policy .policy_detail .list {
  margin: 15px 0 5px 15px;
}

.policy .policy_detail .list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (min-width: 640px) {
  .policy .tit_ct {
    font-size: 2.2rem;
  }

  .policy .policy_head {
    margin-bottom: 80px;
  }

  .policy .policy_head .policy_tit {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .policy .policy_detail {
    margin-bottom: 60px;
  }

  .policy .policy_detail .policy_tit_left {
    font-size: 1.6rem;
  }
}

.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}

.contact_sec01 .con_info .tel_nb {
  text-align: center;
}

.contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  margin-left: 2.5rem;
}

.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -6px 0 0 -1.8em;
  /*color: #fff;*/
}

.contact_sec01 .con_info .tel_nb .left_txt {
  display: block;
}

.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  border: 1px solid #ccc;
}

.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}

.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 1px 10px 1px;
  margin-left: 5px;
  font-size: 1.3rem;
  color: #fff;
  background: #2ed0c3;
}

.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}

.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #ccc;
}

.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}

.contact_sec01 .cons_form_wrap .approval .approval_txt .link {
  border-bottom: 1px solid #3c271f;
}

@media only screen and (min-width: 640px) {
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center;
  }

  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }

  .contact_sec01 .con_info .tel_nb {
    text-align: center;
  }

  .contact_sec01 .con_info .tel_nb .tel-call {
    font-family: "Lato", sans-serif;
    font-size: 4rem;
    margin-left: 4rem;
  }

  .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -6px 0 0 -1.8em;
  }

  .contact_sec01 .con_info .tel_nb .left_txt {
    display: block;
  }

  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px;
  }

  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }

  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }

  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }

  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}

.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0;
}

.contact_sec01 .cons_form_wrap .cons_form_note a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
}

.contact_sec01 .cons_form_wrap .cons_form_note a:hover {
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/
}

input[type="tel"] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/
}

input[type="checkbox"] {
  font-size: 14px;
  margin-bottom: 4px;
  background: #000;
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  /*color: #fff;*/
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type="submit"],
input[type="button"] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px;
}

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px;
}

@media only screen and (min-width: 640px) {
  input[type="submit"].apbtn_right {
    font-size: 16px;
  }

  input[type="submit"],
  input[type="button"] {
    font-size: 16px;
  }
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #75695f;
  color: #fff;
}

@media only screen and (min-width: 640px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}

/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 640px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}

.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form_btn_sc .item_btn {
    width: 240px;
  }

  .form_btn input[type="button"],
  .form_btn input[type="submit"] {
    width: 240px;
  }
}

.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px;
}

.thanks_in .thanks_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_in .txt {
  margin-bottom: 30px;
}

.thanks_in .thsanks_cv_in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.thanks_in .thsanks_cv_in .left {
  text-align: center;
  margin-bottom: 30px;
}

.thanks_in .thsanks_cv_in .right .tel_nb {
  text-align: center;
  padding-left: 30px;
}

.thanks_in .thsanks_cv_in .right .tel_nb span {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}

.thanks_in .thsanks_cv_in .right .tel_nb span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  display: block;
  width: 46px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_free_w.png);
  background-size: 46px 30px;
}

.thanks_in .thsanks_cv_in .right .txt {
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .thanks_in {
    padding: 80px 130px;
  }

  .thanks_in .thanks_tit {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 100px;
  }

  .thanks_in .thanks_txtarea {
    text-align: center;
  }

  .thanks_in .thanks_txtarea .txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
  }

  .thanks_in .thsanks_cv_in {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .thanks_in .thsanks_cv_in .left {
    width: 50%;
    margin-bottom: 0;
  }

  .thanks_in .thsanks_cv_in .right {
    width: 50%;
    padding-top: 10px;
  }

  .thanks_in .thsanks_cv_in .right .tel_nb {
    text-align: center;
    padding-left: 30px;
  }

  .thanks_in .thsanks_cv_in .right .tel_nb span {
    font-size: 3rem;
  }

  .thanks_in .thsanks_cv_in .right .txt {
    text-align: center;
  }
}

.mv_home {
  position: relative;
  /*margin-top: -73px;*/
}

@media only screen and (min-width: 640px) {
  .mv_home {
    height: 500px;
  }
}

.mv {
  height: 300px;
}

.cb_slideshow,
.cb_slideshow:after {
  height: 300px;
}

@media only screen and (min-width: 640px) {
  .mv {
    height: 500px;
  }

  .cb_slideshow,
  .cb_slideshow:after {
    height: 300px;
  }
}

.cb_slideshow li {
  position: relative;
}

.cb_slideshow li span {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}

@media only screen and (min-width: 640px) {
  .cb_slideshow li span {
    height: 500px;
  }
}

.cb_slideshow li .item {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s;
}

@media only screen and (min-width: 640px) {
  .cb_slideshow li .item {
    height: 500px;
  }
}

.cb_slideshow li .item .tit {
  font-size: 1.4rem;
  padding: 150px 0 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 640px) {
  .cb_slideshow li .item .tit {
    font-size: 2.2rem;
    padding: 220px 0 0;
    line-height: 2;
  }
}

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s;
}

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../image/mv01.png");
}

.slid li:nth-child(2) span {
  background-image: url("../image/mv02.png");
  animation-delay: 8s;
}

.slid li:nth-child(3) span {
  background-image: url("../image/mv03.png");
  animation-delay: 16s;
}

/*@media only screen and (min-width: 640px) {
.slid li:nth-child(1) span {
    background-image: url("../images/home/mv01.png");
}
.slid li:nth-child(2) span {
    background-image: url("../images/home/mv02.png");
    animation-delay: 8s;
}
.slid li:nth-child(3) span {
    background-image: url("../images/home/mv03.png");
    animation-delay: 16s;
}

}
*/
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  15% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  58% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  12% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  58% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.no-cssanimations .cb_slideshow li span {
  opacity: 1;
}

#guide .sec01 {
  padding: 30px 0 0;
  background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
  background-size: 150% auto;
  z-index: -10;
}

@media only screen and (min-width: 640px) {
  #guide .sec01 {
    padding: 100px 0 0;
    background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
    background-size: 1600px 253px;
  }
}

#guide table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  font-size: 1.4rem;
}

#guide .sec02 .scroll {
  overflow-x: auto;
}

#guide .sec02 .scroll .guide_tbl {
  min-width: 640px;
}

#guide .sec02 .scroll .guide_tbl th {
  background: #fff;
  padding: 5px 0;
  text-align: center;
  border-radius: 10px 0 0 0;
  width: auto;
}

#guide .sec02 .scroll .guide_tbl th + th {
  width: 32%;
  background: #b8dff0;
  color: #57abd0;
  border-radius: 0;
}

#guide .sec02 .scroll .guide_tbl th + th + th {
  width: 32%;
  border-radius: 0 10px 0 0;
  background: #bcebd0;
  color: #3da168;
}

#guide .sec02 .scroll .guide_tbl td {
  vertical-align: middle;
  background: #fff;
  color: #333;
  padding: 10px 10px;
}

#guide .sec02 .scroll .guide_tbl tr.last td {
  border-radius: 0 0 0 10px;
}

#guide .sec02 .scroll .guide_tbl tr.last td + td {
  border-radius: 0;
}

#guide .sec02 .scroll .guide_tbl tr.last td + td + td {
  border-radius: 0 0 10px 0;
}

#guide .sec02 .set {
  background: #fff;
  padding: 20px 15px;
  margin: 15px 0 0;
}

#guide .sec02 .set .list .item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 3px;
}

@media only screen and (min-width: 640px) {
  #guide .sec02 .scroll {
    overflow-x: visible;
  }

  #guide .sec02 .scroll .guide_tbl {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
  }

  #guide .sec02 .scroll .guide_tbl th {
    padding: 10px 0 8px;
    border-radius: 20px 0 0 0;
    width: auto;
  }

  #guide .sec02 .scroll .guide_tbl th + th + th {
    border-radius: 0 20px 0 0;
  }

  #guide .sec02 .scroll .guide_tbl td {
    padding: 20px 20px;
  }

  #guide .sec02 .scroll .guide_tbl td .txtc {
    text-align: center;
  }

  #guide .sec02 .scroll .guide_tbl tr.last td {
    border-radius: 0 0 0 20px;
  }

  #guide .sec02 .set {
    padding: 40px 50px;
    margin: 30px 0 0;
  }
}

#guide .sec03 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#guide .sec03 .wrap .set {
  width: 49%;
  margin-bottom: 20px;
}

#guide .sec03 .wrap .set .pict {
  text-align: center;
  margin-bottom: 15px;
}

#guide .sec03 .wrap .set .tit_pnk {
  font-size: 1.6rem;
}

#guide .sec03 .wrap .set .txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 640px) {
  #guide .sec03 .wrap .set {
    width: 310px;
    margin-bottom: 40px;
  }

  #guide .sec03 .wrap .set .tit_pnk {
    font-size: 2rem;
    text-align: center;
  }

  #guide .sec03 .wrap .set .txt {
    font-size: 1.5rem;
  }
}

#guide .sec04 .comp_tbl {
  width: 100%;
}

#guide .sec04 .comp_tbl th {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 20px 5px;
}

#guide .sec04 .comp_tbl td {
  display: block;
  width: 100%;
  padding: 5px 20px 10px;
  background: #fff;
}

#guide .sec04 .comp_tbl .hd th {
  border-radius: 10px 10px 0 0;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  font-style: normal;
}

#guide .sec04 .comp_tbl .ft th + td {
  border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 640px) {
  #guide .sec04 .comp_tbl {
    width: 100%;
  }

  #guide .sec04 .comp_tbl th {
    display: table-cell;
    width: 32%;
    padding: 20px 20px;
    text-align: center;
  }

  #guide .sec04 .comp_tbl td {
    display: table-cell;
    width: auto;
    padding: 20px 40px;
  }

  #guide .sec04 .comp_tbl .hd th {
    border-radius: 20px 0 0 0;
  }

  #guide .sec04 .comp_tbl .hd th + td {
    border-radius: 0 20px 0 0;
  }

  #guide .sec04 .comp_tbl .ft th {
    border-radius: 0 0 0 20px;
  }

  #guide .sec04 .comp_tbl .ft th + td {
    border-radius: 0 0 20px 0;
  }
}

#detail .sec01 {
  padding: 30px 0 0;
  background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
  background-size: 150% auto;
  z-index: -10;
}

@media only screen and (min-width: 640px) {
  #detail .sec01 {
    padding: 100px 0 0;
    background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
    background-size: 1600px 253px;
  }
}

#detail .sec01 .wrap .left {
  border-radius: 20px;
  background: #fff;
  border: 6px solid #53afe5;
}

#detail .sec01 .wrap .left .sec01_tit {
  background: #53afe5;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  font-style: normal;
}

#detail .sec01 .wrap .right {
  border-radius: 20px;
  background: #fff;
  border: 6px solid #f8afbf;
}

#detail .sec01 .wrap .right .sec01_tit {
  background: #f8afbf;
}

#detail .sec01 .wrap .sec01_tit {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 2rem;
}

#detail .sec01 .wrap .in {
  padding: 15px 15px;
}

@media only screen and (min-width: 640px) {
  #detail .sec01 .wrap .sec01_tit {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 2.4rem;
  }

  #detail .sec01 .wrap .in {
    padding: 15px 40px;
  }

  #detail .sec01 .wrap .in .txt_b {
    font-size: 1.8rem;
  }
}

#detail .sec02 .detail_tit {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  #detail .sec02 .detail_tit {
    margin-bottom: 50px;
  }
}

#detail .sec02 .cutch {
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

#detail .sec03 .cutchs {
  padding: 20px 0px;
  margin-bottom: 0px;
}

#detail .sec02 .cutch .dtl .dtl_tit {
  margin-top: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #329fde;
  margin-bottom: 4px;
}

#recruit .sec02 .cutch {
  background: #fff;
  padding: 20px 50px;
  border-radius: 15px;
  margin-bottom: 30px;
}

#recruit .sec02 .cutch .dtl .dtl_tit {
  margin-top: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #329fde;
  margin-bottom: 4px;
}

@media only screen and (min-width: 640px) {
  #detail .sec02 .cutch {
    padding: 40px 50px;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  #detail .sec02 .cutch .dtl .dtl_tit {
    margin-top: 20px;
    font-size: 2.2rem;
    margin-bottom: 6px;
  }

  #recruit .sec02 .cutch .dtl .dtl_tit {
    margin-top: 20px;
    font-size: 2.2rem;
    margin-bottom: 6px;
  }
}

#detail .sec02 .group {
  padding-left: 30px;
}

#detail .sec02 .group .set {
  margin-bottom: 20px;
}

#detail .sec02 .group .set .group_tit {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #329fde;
  position: relative;
}

#detail .sec02 .group .set .group_tit::after {
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  width: 25px;
  height: 24px;
  margin-top: -12px;
  background-size: 25px 24px;
}

#detail .sec02 .group .set .no1::after {
  background-image: url("../images/detail/bu_nb_01.png");
}

#detail .sec02 .group .set .no2::after {
  background-image: url("../images/detail/bu_nb_02.png");
}

#detail .sec02 .group .set .no3::after {
  background-image: url("../images/detail/bu_nb_03.png");
}

#detail .sec02 .group .set .no4::after {
  background-image: url("../images/detail/bu_nb_04.png");
}

#detail .sec02 .group .set .no5::after {
  background-image: url("../images/detail/bu_nb_05.png");
}

#detail .sec02 .group .set .no6::after {
  background-image: url("../images/detail/bu_nb_06.png");
}

#detail .sec02 .group .set .no7::after {
  background-image: url("../images/detail/bu_nb_07.png");
}

#detail .sec02 .group .set .no8::after {
  background-image: url("../images/detail/bu_nb_08.png");
}

#detail .sec02 .group .set .no9::after {
  background-image: url("../images/detail/bu_nb_09.png");
}

#detail .sec02 .group .set .list .item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 2px;
}

#detail .sec02 .group .set .detail_tbl {
  width: 100%;
}

#detail .sec02 .group .set .detail_tbl th {
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border-bottom: 1px dashed #ccc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#detail .sec02 .group .set .detail_tbl td {
  display: block;
  width: 100%;
  padding: 6px 10px;
}

#detail .sec02 .group .set .detail_tbl tr {
  background: #fff;
}

#detail .sec02 .group .set .detail_tbl tr:nth-child(2n) {
  background: #f1f8fb;
}

#detail .sec02 .group .set .bg_wh {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
}

#detail .sec02 .group .set .bg_wh .txt_pnk {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#detail .sec02 .group .set .bg_wh .wh_list .item {
  line-height: 1.3;
  margin-bottom: 4px;
}

@media only screen and (min-width: 640px) {
  #detail .sec02 .group {
    padding-left: 60px;
  }

  #detail .sec02 .group .set {
    margin-bottom: 40px;
  }

  #detail .sec02 .group .set .group_tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }

  #detail .sec02 .group .set .group_tit::after {
    left: -60px;
    width: 50px;
    height: 48px;
    margin-top: -25px;
    background-size: 50px 48px;
  }

  #detail .sec02 .group .set .list .item {
    line-height: 1.6;
    margin-bottom: 2px;
  }

  #detail .sec02 .group .set .detail_tbl {
    width: 100%;
  }

  #detail .sec02 .group .set .detail_tbl th {
    display: table-cell;
    width: 40%;
    padding: 12px 10px 11px;
    text-align: center;
    border-bottom: none;
  }

  #detail .sec02 .group .set .detail_tbl th + td {
    padding-left: 40px;
  }

  #detail .sec02 .group .set .detail_tbl td {
    display: table-cell;
    width: 30%;
    padding: 12px 10px 11px;
  }

  #detail .sec02 .group .set .bg_wh {
    padding: 40px 40px 40px 70px;
    border-radius: 20px;
    margin-top: 30px;
  }

  #detail .sec02 .group .set .bg_wh .txt_pnk {
    font-size: 1.7rem;
  }

  #detail .sec02 .group .set .bg_wh .wh_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #detail .sec02 .group .set .bg_wh .wh_list .item {
    width: 48%;
    line-height: 1.6;
    margin-bottom: 2px;
  }
}

/**/
#detail .sec03 .detail_tit {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  #detail .sec03 .detail_tit {
    margin-bottom: 50px;
  }
}

#detail .sec03 .cutch {
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

#detail .sec03 .cutch .dtl .dtl_tit {
  margin-top: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #329fde;
  margin-bottom: 4px;
}

@media only screen and (min-width: 640px) {
  #detail .sec03 .cutch {
    padding: 40px 50px;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  #detail .sec03 .cutch .dtl .dtl_tit {
    margin-top: 20px;
    font-size: 2.2rem;
    margin-bottom: 6px;
  }
}

#detail .sec03 .group {
  padding-left: 30px;
}

#detail .sec03 .group .set {
  margin-bottom: 20px;
}

#detail .sec03 .group .set .group_tit {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #ee5c7f;
  position: relative;
}

#detail .sec03 .group .set .group_tit::after {
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  width: 25px;
  height: 24px;
  margin-top: -12px;
  background-size: 25px 24px;
}

#detail .sec03 .group .set .no1::after {
  background-image: url("../images/detail/pnk_nb_01.png");
}

#detail .sec03 .group .set .no2::after {
  background-image: url("../images/detail/pnk_nb_02.png");
}

#detail .sec03 .group .set .no3::after {
  background-image: url("../images/detail/pnk_nb_03.png");
}

#detail .sec03 .group .set .no4::after {
  background-image: url("../images/detail/pnk_nb_04.png");
}

#detail .sec03 .group .set .no5::after {
  background-image: url("../images/detail/pnk_nb_05.png");
}

#detail .sec03 .group .set .no6::after {
  background-image: url("../images/detail/pnk_nb_06.png");
}

#detail .sec03 .group .set .no7::after {
  background-image: url("../images/detail/pnk_nb_07.png");
}

#detail .sec03 .group .set .no8::after {
  background-image: url("../images/detail/pnk_nb_08.png");
}

#detail .sec03 .group .set .no9::after {
  background-image: url("../images/detail/pnk_nb_09.png");
}

#detail .sec03 .group .set .no10::after {
  background-image: url("../images/detail/pnk_nb_10.png");
}

#detail .sec03 .group .set .no11::after {
  background-image: url("../images/detail/pnk_nb_11.png");
}

#detail .sec03 .group .set .no12::after {
  background-image: url("../images/detail/pnk_nb_12.png");
}

#detail .sec03 .group .set .no13::after {
  background-image: url("../images/detail/pnk_nb_13.png");
}

#detail .sec03 .group .set .no14::after {
  background-image: url("../images/detail/pnk_nb_14.png");
}

#detail .sec03 .group .set .no15::after {
  background-image: url("../images/detail/pnk_nb_15.png");
}

#detail .sec03 .group .set .no16::after {
  background-image: url("../images/detail/pnk_nb_16.png");
}

#detail .sec03 .group .set .no17::after {
  background-image: url("../images/detail/pnk_nb_17.png");
}

#detail .sec03 .group .set .no18::after {
  background-image: url("../images/detail/pnk_nb_18.png");
}

#detail .sec03 .group .set .list .item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 2px;
}

#detail .sec03 .group .set .detail_tbl {
  width: 100%;
}

#detail .sec03 .group .set .detail_tbl th {
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border-bottom: 1px dashed #ccc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#detail .sec03 .group .set .detail_tbl td {
  display: block;
  width: 100%;
  padding: 6px 10px;
}

#detail .sec03 .group .set .detail_tbl tr {
  background: #fff;
}

#detail .sec03 .group .set .detail_tbl tr:nth-child(2n) {
  background: #f1f8fb;
}

#detail .sec03 .group .set .detail_tbl02 {
  width: 100%;
}

#detail .sec03 .group .set .detail_tbl02 th {
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border-bottom: 1px dashed #ccc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#detail .sec03 .group .set .detail_tbl02 td {
  display: block;
  width: 100%;
  padding: 6px 10px;
}

#detail .sec03 .group .set .detail_tbl02 tr {
  background: #fff;
}

#detail .sec03 .group .set .bg_wh {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#detail .sec03 .group .set .bg_wh .txt_pnk {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#detail .sec03 .group .set .bg_wh .wh_list .item {
  line-height: 1.8;
  margin: 2px 0;
  border-bottom: dotted 1px #ccc;
}

@media only screen and (min-width: 640px) {
  #detail .sec03 .group {
    padding-left: 60px;
  }

  #detail .sec03 .group .set {
    margin-bottom: 40px;
  }

  #detail .sec03 .group .set .group_tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }

  #detail .sec03 .group .set .group_tit::after {
    left: -60px;
    width: 50px;
    height: 48px;
    margin-top: -25px;
    background-size: 50px 48px;
  }

  #detail .sec03 .group .set .list .item {
    line-height: 1.6;
    margin-bottom: 2px;
  }

  #detail .sec03 .group .set .detail_tbl {
    width: 100%;
  }

  #detail .sec03 .group .set .detail_tbl th {
    display: table-cell;
    width: 40%;
    padding: 12px 10px 11px;
    text-align: center;
    border-bottom: none;
  }

  #detail .sec03 .group .set .detail_tbl th + td {
    padding-left: 40px;
  }

  #detail .sec03 .group .set .detail_tbl td {
    display: table-cell;
    width: 30%;
    padding: 12px 10px 11px;
  }

  #detail .sec03 .group .set .detail_tbl {
    width: 100%;
  }

  #detail .sec03 .group .set .detail_tbl th {
    display: table-cell;
    width: 40%;
    padding: 12px 10px 11px;
    text-align: center;
    border-bottom: none;
    vertical-align: middle;
  }

  #detail .sec03 .group .set .detail_tbl td {
    display: table-cell;
    width: auto;
    padding: 12px 10px 11px;
    text-align: center;
    vertical-align: middle;
  }

  #detail .sec03 .group .set .bg_wh {
    padding: 40px 40px 40px 70px;
    border-radius: 20px;
    margin-top: 30px;
  }

  #detail .sec03 .group .set .bg_wh .txt_pnk {
    font-size: 1.7rem;
  }

  #detail .sec03 .group .set .bg_wh .wh_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #detail .sec03 .group .set .bg_wh .wh_list .item {
    width: 48%;
    line-height: 1.6;
    margin-bottom: 2px;
  }
}

#detail .sec02 .button {
  margin: 15px 0 0;
}

#detail .sec03 .button {
  margin: 15px 0;
}

/* recruit bgsky-only
-------------------------------------- */
#recruit .sec01 {
  padding: 30px 0;
  background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
  background-size: 150% auto;
  z-index: -10;
}

#recruit .sec01 .txt {
  text-align: center;
}

@media only screen and (min-width: 640px) {
  #recruit .sec01 {
    padding: 100px 0;
    background: url("../images/common/cloud_2ndtop.png") center 0 repeat-x;
    background-size: 1600px 253px;
  }

  #recruit .sec01 .txt {
    padding-top: 50px;
  }
}

.recruit-green {
  position: relative;
  padding-bottom: 100px;
  background: url("../images/common/btm_tree.png") bottom center repeat-x;
  background-size: auto 60px;
}

@media only screen and (min-width: 640px) {
  .recruit-green {
    position: relative;
    padding-bottom: 300px;
    background: url("../images/common/btm_tree.png") bottom center repeat-x;
    background-size: 1600px 260px;
  }
}
