@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 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --gothic:
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --zenkakugothic: "Zen Kaku Gothic New", sans-serif;
  --zenmarugothic: "Zen Maru Gothic", sans-serif;
  --black: #3c3c3c;
  --red: #d00;
  --green: #78B45A;
  --green_pale: #BBD9AC;
  --green_pale2: #EBF4E6;
  --orange: #F4A071;
  --orange_pale: #FFF7C5;
  --orange_pale2: #FFFFF5;
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, input, select, textarea,
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 {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--zenkakugothic);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  font-size: 0.8em;
  transform: translateY(-0.5em);
  display: inline-block;
}

/************************************************

	block

*************************************************/
.b-containter {
  position: relative;
}

.b-contents_outer {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-around;
  padding: 0 30px;
}
@media screen and (max-width: 1390px) {
  .b-contents_outer {
    padding: 0 30px;
  }
}
@media screen and (max-height: 500px) {
  .b-contents_outer {
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  .b-contents_outer {
    padding: 0;
    justify-content: center;
  }
}

.b-pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/pc_bg.jpg") no-repeat center top/cover;
}
.b-pc_nav {
  max-width: 440px;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .b-pc_nav {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .b-pc_nav {
    display: none;
  }
}
.b-pc_nav .b-pc_nav__inner {
  position: fixed;
  background: var(--orange_pale2);
  padding: 20px;
  border-radius: 18px;
}
@media screen and (max-width: 1290px) {
  .b-pc_nav .b-pc_nav__title {
    max-width: 320px;
  }
}
@media screen and (max-height: 780px) {
  .b-pc_nav .b-pc_nav__title {
    max-width: 260px;
  }
}
.b-pc_nav .b-pc_nav__list {
  margin-top: 50px;
  max-width: 320px;
}
@media screen and (max-width: 1290px) {
  .b-pc_nav .b-pc_nav__list {
    max-width: 260px;
    margin-top: 30px;
  }
}
@media screen and (max-height: 780px) {
  .b-pc_nav .b-pc_nav__list {
    max-width: 260px;
    margin-top: 30px;
  }
}
.b-pc_nav .b-pc_nav__list ul li {
  background-image: radial-gradient(circle, var(--green_pale) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  padding-bottom: 3px;
}
.b-pc_nav .b-pc_nav__list ul li a {
  display: block;
  font-size: 1.8rem;
  transition: opacity 0.3s;
  padding: 10px 0;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-pc_nav .b-pc_nav__list ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1290px) {
  .b-pc_nav .b-pc_nav__list ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-height: 780px) {
  .b-pc_nav .b-pc_nav__list ul li a {
    font-size: 1.4rem;
  }
}

.b-main {
  position: relative;
  width: 100%;
  max-width: 680px;
  background: var(--green_pale2);
  box-shadow: 4px 7px 12px 0 rgba(0, 0, 0, 0.2);
  min-height: 100vh;
}

/************************************************

	bottom

*************************************************/
.b-back_btn {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}
.b-back_btn a {
  position: relative;
  color: var(--green);
  padding-left: 50px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-back_btn a:hover {
    opacity: 0.7;
  }
}
.b-back_btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/ico_arrow01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .b-sp_m0 {
    margin: 0px !important;
  }
  .b-sp_mt0 {
    margin-top: 0px !important;
  }
  .b-sp_mb0 {
    margin-bottom: 0px !important;
  }
  .b-sp_ml0 {
    margin-left: 0px !important;
  }
  .b-sp_mr0 {
    margin-right: 0px !important;
  }
  .b-sp_p0 {
    padding: 0px !important;
  }
  .b-sp_pt0 {
    padding-top: 0px !important;
  }
  .b-sp_pb0 {
    padding-bottom: 0px !important;
  }
  .b-sp_pl0 {
    padding-left: 0px !important;
  }
  .b-sp_pr0 {
    padding-right: 0px !important;
  }
  .b-sp_m5 {
    margin: 5px !important;
  }
  .b-sp_mt5 {
    margin-top: 5px !important;
  }
  .b-sp_mb5 {
    margin-bottom: 5px !important;
  }
  .b-sp_ml5 {
    margin-left: 5px !important;
  }
  .b-sp_mr5 {
    margin-right: 5px !important;
  }
  .b-sp_p5 {
    padding: 5px !important;
  }
  .b-sp_pt5 {
    padding-top: 5px !important;
  }
  .b-sp_pb5 {
    padding-bottom: 5px !important;
  }
  .b-sp_pl5 {
    padding-left: 5px !important;
  }
  .b-sp_pr5 {
    padding-right: 5px !important;
  }
  .b-sp_m10 {
    margin: 10px !important;
  }
  .b-sp_mt10 {
    margin-top: 10px !important;
  }
  .b-sp_mb10 {
    margin-bottom: 10px !important;
  }
  .b-sp_ml10 {
    margin-left: 10px !important;
  }
  .b-sp_mr10 {
    margin-right: 10px !important;
  }
  .b-sp_p10 {
    padding: 10px !important;
  }
  .b-sp_pt10 {
    padding-top: 10px !important;
  }
  .b-sp_pb10 {
    padding-bottom: 10px !important;
  }
  .b-sp_pl10 {
    padding-left: 10px !important;
  }
  .b-sp_pr10 {
    padding-right: 10px !important;
  }
  .b-sp_m15 {
    margin: 15px !important;
  }
  .b-sp_mt15 {
    margin-top: 15px !important;
  }
  .b-sp_mb15 {
    margin-bottom: 15px !important;
  }
  .b-sp_ml15 {
    margin-left: 15px !important;
  }
  .b-sp_mr15 {
    margin-right: 15px !important;
  }
  .b-sp_p15 {
    padding: 15px !important;
  }
  .b-sp_pt15 {
    padding-top: 15px !important;
  }
  .b-sp_pb15 {
    padding-bottom: 15px !important;
  }
  .b-sp_pl15 {
    padding-left: 15px !important;
  }
  .b-sp_pr15 {
    padding-right: 15px !important;
  }
  .b-sp_m20 {
    margin: 20px !important;
  }
  .b-sp_mt20 {
    margin-top: 20px !important;
  }
  .b-sp_mb20 {
    margin-bottom: 20px !important;
  }
  .b-sp_ml20 {
    margin-left: 20px !important;
  }
  .b-sp_mr20 {
    margin-right: 20px !important;
  }
  .b-sp_p20 {
    padding: 20px !important;
  }
  .b-sp_pt20 {
    padding-top: 20px !important;
  }
  .b-sp_pb20 {
    padding-bottom: 20px !important;
  }
  .b-sp_pl20 {
    padding-left: 20px !important;
  }
  .b-sp_pr20 {
    padding-right: 20px !important;
  }
  .b-sp_m25 {
    margin: 25px !important;
  }
  .b-sp_mt25 {
    margin-top: 25px !important;
  }
  .b-sp_mb25 {
    margin-bottom: 25px !important;
  }
  .b-sp_ml25 {
    margin-left: 25px !important;
  }
  .b-sp_mr25 {
    margin-right: 25px !important;
  }
  .b-sp_p25 {
    padding: 25px !important;
  }
  .b-sp_pt25 {
    padding-top: 25px !important;
  }
  .b-sp_pb25 {
    padding-bottom: 25px !important;
  }
  .b-sp_pl25 {
    padding-left: 25px !important;
  }
  .b-sp_pr25 {
    padding-right: 25px !important;
  }
  .b-sp_m30 {
    margin: 30px !important;
  }
  .b-sp_mt30 {
    margin-top: 30px !important;
  }
  .b-sp_mb30 {
    margin-bottom: 30px !important;
  }
  .b-sp_ml30 {
    margin-left: 30px !important;
  }
  .b-sp_mr30 {
    margin-right: 30px !important;
  }
  .b-sp_p30 {
    padding: 30px !important;
  }
  .b-sp_pt30 {
    padding-top: 30px !important;
  }
  .b-sp_pb30 {
    padding-bottom: 30px !important;
  }
  .b-sp_pl30 {
    padding-left: 30px !important;
  }
  .b-sp_pr30 {
    padding-right: 30px !important;
  }
  .b-sp_m35 {
    margin: 35px !important;
  }
  .b-sp_mt35 {
    margin-top: 35px !important;
  }
  .b-sp_mb35 {
    margin-bottom: 35px !important;
  }
  .b-sp_ml35 {
    margin-left: 35px !important;
  }
  .b-sp_mr35 {
    margin-right: 35px !important;
  }
  .b-sp_p35 {
    padding: 35px !important;
  }
  .b-sp_pt35 {
    padding-top: 35px !important;
  }
  .b-sp_pb35 {
    padding-bottom: 35px !important;
  }
  .b-sp_pl35 {
    padding-left: 35px !important;
  }
  .b-sp_pr35 {
    padding-right: 35px !important;
  }
  .b-sp_m40 {
    margin: 40px !important;
  }
  .b-sp_mt40 {
    margin-top: 40px !important;
  }
  .b-sp_mb40 {
    margin-bottom: 40px !important;
  }
  .b-sp_ml40 {
    margin-left: 40px !important;
  }
  .b-sp_mr40 {
    margin-right: 40px !important;
  }
  .b-sp_p40 {
    padding: 40px !important;
  }
  .b-sp_pt40 {
    padding-top: 40px !important;
  }
  .b-sp_pb40 {
    padding-bottom: 40px !important;
  }
  .b-sp_pl40 {
    padding-left: 40px !important;
  }
  .b-sp_pr40 {
    padding-right: 40px !important;
  }
  .b-sp_m45 {
    margin: 45px !important;
  }
  .b-sp_mt45 {
    margin-top: 45px !important;
  }
  .b-sp_mb45 {
    margin-bottom: 45px !important;
  }
  .b-sp_ml45 {
    margin-left: 45px !important;
  }
  .b-sp_mr45 {
    margin-right: 45px !important;
  }
  .b-sp_p45 {
    padding: 45px !important;
  }
  .b-sp_pt45 {
    padding-top: 45px !important;
  }
  .b-sp_pb45 {
    padding-bottom: 45px !important;
  }
  .b-sp_pl45 {
    padding-left: 45px !important;
  }
  .b-sp_pr45 {
    padding-right: 45px !important;
  }
  .b-sp_m50 {
    margin: 50px !important;
  }
  .b-sp_mt50 {
    margin-top: 50px !important;
  }
  .b-sp_mb50 {
    margin-bottom: 50px !important;
  }
  .b-sp_ml50 {
    margin-left: 50px !important;
  }
  .b-sp_mr50 {
    margin-right: 50px !important;
  }
  .b-sp_p50 {
    padding: 50px !important;
  }
  .b-sp_pt50 {
    padding-top: 50px !important;
  }
  .b-sp_pb50 {
    padding-bottom: 50px !important;
  }
  .b-sp_pl50 {
    padding-left: 50px !important;
  }
  .b-sp_pr50 {
    padding-right: 50px !important;
  }
  .b-sp_m55 {
    margin: 55px !important;
  }
  .b-sp_mt55 {
    margin-top: 55px !important;
  }
  .b-sp_mb55 {
    margin-bottom: 55px !important;
  }
  .b-sp_ml55 {
    margin-left: 55px !important;
  }
  .b-sp_mr55 {
    margin-right: 55px !important;
  }
  .b-sp_p55 {
    padding: 55px !important;
  }
  .b-sp_pt55 {
    padding-top: 55px !important;
  }
  .b-sp_pb55 {
    padding-bottom: 55px !important;
  }
  .b-sp_pl55 {
    padding-left: 55px !important;
  }
  .b-sp_pr55 {
    padding-right: 55px !important;
  }
  .b-sp_m60 {
    margin: 60px !important;
  }
  .b-sp_mt60 {
    margin-top: 60px !important;
  }
  .b-sp_mb60 {
    margin-bottom: 60px !important;
  }
  .b-sp_ml60 {
    margin-left: 60px !important;
  }
  .b-sp_mr60 {
    margin-right: 60px !important;
  }
  .b-sp_p60 {
    padding: 60px !important;
  }
  .b-sp_pt60 {
    padding-top: 60px !important;
  }
  .b-sp_pb60 {
    padding-bottom: 60px !important;
  }
  .b-sp_pl60 {
    padding-left: 60px !important;
  }
  .b-sp_pr60 {
    padding-right: 60px !important;
  }
  .b-sp_m65 {
    margin: 65px !important;
  }
  .b-sp_mt65 {
    margin-top: 65px !important;
  }
  .b-sp_mb65 {
    margin-bottom: 65px !important;
  }
  .b-sp_ml65 {
    margin-left: 65px !important;
  }
  .b-sp_mr65 {
    margin-right: 65px !important;
  }
  .b-sp_p65 {
    padding: 65px !important;
  }
  .b-sp_pt65 {
    padding-top: 65px !important;
  }
  .b-sp_pb65 {
    padding-bottom: 65px !important;
  }
  .b-sp_pl65 {
    padding-left: 65px !important;
  }
  .b-sp_pr65 {
    padding-right: 65px !important;
  }
  .b-sp_m70 {
    margin: 70px !important;
  }
  .b-sp_mt70 {
    margin-top: 70px !important;
  }
  .b-sp_mb70 {
    margin-bottom: 70px !important;
  }
  .b-sp_ml70 {
    margin-left: 70px !important;
  }
  .b-sp_mr70 {
    margin-right: 70px !important;
  }
  .b-sp_p70 {
    padding: 70px !important;
  }
  .b-sp_pt70 {
    padding-top: 70px !important;
  }
  .b-sp_pb70 {
    padding-bottom: 70px !important;
  }
  .b-sp_pl70 {
    padding-left: 70px !important;
  }
  .b-sp_pr70 {
    padding-right: 70px !important;
  }
  .b-sp_m75 {
    margin: 75px !important;
  }
  .b-sp_mt75 {
    margin-top: 75px !important;
  }
  .b-sp_mb75 {
    margin-bottom: 75px !important;
  }
  .b-sp_ml75 {
    margin-left: 75px !important;
  }
  .b-sp_mr75 {
    margin-right: 75px !important;
  }
  .b-sp_p75 {
    padding: 75px !important;
  }
  .b-sp_pt75 {
    padding-top: 75px !important;
  }
  .b-sp_pb75 {
    padding-bottom: 75px !important;
  }
  .b-sp_pl75 {
    padding-left: 75px !important;
  }
  .b-sp_pr75 {
    padding-right: 75px !important;
  }
  .b-sp_m80 {
    margin: 80px !important;
  }
  .b-sp_mt80 {
    margin-top: 80px !important;
  }
  .b-sp_mb80 {
    margin-bottom: 80px !important;
  }
  .b-sp_ml80 {
    margin-left: 80px !important;
  }
  .b-sp_mr80 {
    margin-right: 80px !important;
  }
  .b-sp_p80 {
    padding: 80px !important;
  }
  .b-sp_pt80 {
    padding-top: 80px !important;
  }
  .b-sp_pb80 {
    padding-bottom: 80px !important;
  }
  .b-sp_pl80 {
    padding-left: 80px !important;
  }
  .b-sp_pr80 {
    padding-right: 80px !important;
  }
  .b-sp_m85 {
    margin: 85px !important;
  }
  .b-sp_mt85 {
    margin-top: 85px !important;
  }
  .b-sp_mb85 {
    margin-bottom: 85px !important;
  }
  .b-sp_ml85 {
    margin-left: 85px !important;
  }
  .b-sp_mr85 {
    margin-right: 85px !important;
  }
  .b-sp_p85 {
    padding: 85px !important;
  }
  .b-sp_pt85 {
    padding-top: 85px !important;
  }
  .b-sp_pb85 {
    padding-bottom: 85px !important;
  }
  .b-sp_pl85 {
    padding-left: 85px !important;
  }
  .b-sp_pr85 {
    padding-right: 85px !important;
  }
  .b-sp_m90 {
    margin: 90px !important;
  }
  .b-sp_mt90 {
    margin-top: 90px !important;
  }
  .b-sp_mb90 {
    margin-bottom: 90px !important;
  }
  .b-sp_ml90 {
    margin-left: 90px !important;
  }
  .b-sp_mr90 {
    margin-right: 90px !important;
  }
  .b-sp_p90 {
    padding: 90px !important;
  }
  .b-sp_pt90 {
    padding-top: 90px !important;
  }
  .b-sp_pb90 {
    padding-bottom: 90px !important;
  }
  .b-sp_pl90 {
    padding-left: 90px !important;
  }
  .b-sp_pr90 {
    padding-right: 90px !important;
  }
  .b-sp_m95 {
    margin: 95px !important;
  }
  .b-sp_mt95 {
    margin-top: 95px !important;
  }
  .b-sp_mb95 {
    margin-bottom: 95px !important;
  }
  .b-sp_ml95 {
    margin-left: 95px !important;
  }
  .b-sp_mr95 {
    margin-right: 95px !important;
  }
  .b-sp_p95 {
    padding: 95px !important;
  }
  .b-sp_pt95 {
    padding-top: 95px !important;
  }
  .b-sp_pb95 {
    padding-bottom: 95px !important;
  }
  .b-sp_pl95 {
    padding-left: 95px !important;
  }
  .b-sp_pr95 {
    padding-right: 95px !important;
  }
  .b-sp_m100 {
    margin: 100px !important;
  }
  .b-sp_mt100 {
    margin-top: 100px !important;
  }
  .b-sp_mb100 {
    margin-bottom: 100px !important;
  }
  .b-sp_ml100 {
    margin-left: 100px !important;
  }
  .b-sp_mr100 {
    margin-right: 100px !important;
  }
  .b-sp_p100 {
    padding: 100px !important;
  }
  .b-sp_pt100 {
    padding-top: 100px !important;
  }
  .b-sp_pb100 {
    padding-bottom: 100px !important;
  }
  .b-sp_pl100 {
    padding-left: 100px !important;
  }
  .b-sp_pr100 {
    padding-right: 100px !important;
  }
}
.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .b-pc_only {
    display: none;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.b-link {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-link:hover {
    opacity: 0.7;
  }
}

.b-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  z-index: 10;
  padding: 0 30px;
}
@media screen and (max-height: 500px) {
  .b-header {
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  .b-header {
    padding: 0;
    justify-content: center;
  }
}
.b-header::before {
  content: "";
  display: block;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-height: 500px) {
  .b-header::before {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .b-header::before {
    display: none;
  }
}
.b-header .b-header__inner {
  width: 100%;
  max-width: 680px;
  position: relative;
}
.b-header .b-hamburger__btn {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: url("../images/hamburger_btn.jpg") no-repeat left top/cover;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .b-header .b-hamburger__btn {
    width: 44px;
    height: 44px;
  }
}
.b-header .b-hamburger__btn.is-opened {
  background-image: url("../images/hamburger_btn_blose.png");
}
.b-header .b-header__nav {
  width: 100%;
  height: 100vh;
  background: var(--orange_pale) url("../images/gnav_bg.jpg") no-repeat left top/cover;
  padding: 150px 20px 0;
  display: none;
}
.b-header .b-header__nav ul {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.b-header .b-header__nav ul li {
  background-image: radial-gradient(circle, var(--green_pale) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  padding-bottom: 3px;
}
.b-header .b-header__nav ul li a {
  display: block;
  font-size: 1.8rem;
  transition: opacity 0.3s;
  padding: 10px 0;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-header .b-header__nav ul li a:hover {
    opacity: 0.7;
  }
}

.p-top .fv {
  background: url("../../images/fv.jpg") no-repeat center top/cover;
  padding: 140px 65px 230px;
}
@media screen and (max-width: 1140px) {
  .p-top .fv {
    background-position: right 20% top;
  }
}
@media screen and (max-width: 768px) {
  .p-top .fv {
    padding: calc(70 / 340 * 100vw) calc(32.5 / 340 * 100vw) calc(230 / 340 * 100vw);
    background-position: right 13% top;
  }
}
@media screen and (max-height: 780px) {
  .p-top .fv {
    padding-top: 90px;
  }
}
.p-top .fv .fv__title {
  text-align: center;
}
.p-top .fv .fv__text {
  margin-top: 20px;
}
.p-top .fv .fv__img {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .p-top .fv .fv__img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .fv .fv__img {
    width: calc(153 / 340 * 100vw);
  }
}
.p-top .news {
  padding: 0 50px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .news {
    padding: 0 25px;
    margin-top: -65px;
  }
}
.p-top .news .news__inner {
  background: var(--orange_pale);
  border: 2px solid var(--orange);
  padding: 30px;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__inner {
    padding: 15px;
    border-radius: 9px;
  }
}
.p-top .news .news__title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--orange);
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-bottom: 7px;
}
.p-top .news .news__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 100px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top .news .news__list {
  margin-top: 25px;
}
.p-top .news .news__list > li {
  background: #fff;
  border-radius: 9px;
}
.p-top .news .news__list > li + li {
  margin-top: 10px;
}
.p-top .news .news__list > li a {
  display: block;
  padding: 20px 45px 20px 20px;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .news .news__list > li a:hover {
    opacity: 0.7;
  }
}
.p-top .news .news__list > li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #78B45A;
  border-bottom: 2px solid #78B45A;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.p-top .news .news__upper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.p-top .news .news__date {
  font-weight: 700;
  color: #afafaf;
}
.p-top .news .news__area {
  display: flex;
  gap: 5px;
}
.p-top .news .news__area li {
  background: #666;
  color: #fff;
  font-weight: 500;
  padding: 1px 10px;
  border-radius: 2px;
  font-size: 1rem;
}
.p-top .news .news__area li.nerima {
  background: #8fc31f;
}
.p-top .news .news__area li.ooizumi {
  background: #2cb6db;
}
.p-top .news .news__more {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 30px;
  text-align: right;
}
.p-top .news .news__more a {
  position: relative;
  color: var(--green);
  padding-right: 50px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .news .news__more a:hover {
    opacity: 0.7;
  }
}
.p-top .news .news__more a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/ico_arrow01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .about {
  padding-top: 65px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .about {
    padding-top: 32px;
    padding-bottom: 25px;
  }
}
.p-top .about .about__inner {
  padding: 0 50px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .about .about__inner {
    padding: 0 25px 15px;
  }
}
.p-top .about .about__inner::before {
  content: "";
  background: url("/images/about_load.png") no-repeat center/100% 572px;
  display: block;
  width: 60%;
  max-width: 437px;
  height: 572px;
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .about .about__inner::before {
    background-size: 218px auto;
    background-position: center bottom;
  }
}
.p-top .about .about__title {
  text-align: center;
  font-size: 26px;
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  color: var(--orange);
  position: relative;
  z-index: 1;
}
.p-top .about .about__text__outer {
  position: relative;
}
.p-top .about .about__text__outer::before {
  content: "";
  background: url("/images/about_flower.png") no-repeat center/contain;
  display: block;
  width: 541px;
  height: 129px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .about .about__text__outer::before {
    top: -10%;
    width: 340px;
    height: 96px;
  }
}
.p-top .about .about__text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}
.p-top .about .about__2col {
  display: flex;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .about .about__2col {
    display: block;
  }
}
.p-top .about .about__col_l {
  width: 33%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .p-top .about .about__col_l {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top .about .about__col_l img {
    width: 50%;
  }
}
.p-top .about .about__col_r {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .p-top .about .about__col_r {
    width: 100%;
    margin-top: 10px;
  }
}
.p-top .support {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-top .support {
    padding: 0 25px;
  }
}
.p-top .support .support__box {
  padding: 30px 20px;
  background: #fff;
  border-radius: 18px;
}
.p-top .support .support__row + .support__row {
  margin-top: 25px;
  padding-top: 25px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.p-top .support .support__title {
  font-size: 2.3rem;
  line-height: 1.5;
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  color: var(--green);
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .support .support__title {
    font-size: 2rem;
  }
}
.p-top .support .support__title::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: var(--green);
  border-radius: 3px;
  flex-shrink: 0;
}
.p-top .support .support__text {
  font-size: 1.7rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .support .support__text {
    font-size: 1.6rem;
  }
}
.p-top .support .support__text02 {
  font-size: 1.7rem;
  display: flex;
  flex-wrap: wrap;
}
.p-top .support .support__text02 .support__span {
  display: block;
  margin-right: 10px;
}
.p-top .support .support__text02 .support__span02 {
  color: var(--green);
  font-weight: 500;
  margin-right: 10px;
}
.p-top .message {
  padding: 80px 50px;
  background: var(--orange_pale2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .message {
    padding: 40px 25px;
  }
}
.p-top .message::before, .p-top .message::after {
  content: "";
  display: block;
  width: 100%;
  background: url("/images/bg_section.jpg") repeat-x left top/cover;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .message::after {
  background-image: url("/images/bg_section02.jpg");
  top: auto;
  bottom: 0;
}
.p-top .message .message__title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--orange);
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-bottom: 7px;
}
.p-top .message .message__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 100px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top .message .message__img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .message .message__img {
    margin-top: 25px;
  }
}
.p-top .message .message__text {
  font-size: 2rem;
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  color: var(--green);
  text-align: center;
  margin-top: 10px;
}
.p-top .message .message__text02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .message .message__text02 {
    margin-top: 20px;
  }
}
.p-top .contact {
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-top .contact {
    padding: 30px 25px;
  }
}
.p-top .contact .contact__title {
  font-size: 2.6rem;
  color: #fff;
  background: var(--green);
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 25px;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__title {
    font-size: 2.2rem;
    padding: 15px;
  }
}
.p-top .contact .contact__img {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__img {
    margin-top: 25px;
  }
}
.p-top .contact .contact__tel {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__tel {
    padding: 10px;
  }
}
.p-top .contact .contact__tel + .contact__tel {
  margin-top: 10px;
}
.p-top .contact .contact__tel .contact__tel__title {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__tel .contact__tel__title {
    font-size: 1.6rem;
  }
}
.p-top .contact .contact__tel .contact__tel__num {
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  color: var(--orange);
  font-size: 2.6rem;
  line-height: 1.4;
}
.p-top .contact .contact__tel .contact__tel__num span {
  font-size: 2rem;
}
.p-top .contact .contact__access {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}
.p-top .contact .contact__access + .contact__access {
  margin-top: 10px;
}
.p-top .contact .contact__access .contact__access__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__access .contact__access__title {
    font-size: 1.6rem;
  }
}
.p-top .contact .contact__access .contact__access__text {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__access .contact__access__text {
    font-size: 1.6rem;
  }
}
.p-top .contact .contact__access .contact__access__map a {
  display: block;
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  width: 105px;
  font-size: 1.5rem;
  color: #fff;
  background: var(--orange);
  border-radius: 100vh;
  padding: 3px;
  text-align: center;
  margin-top: 10px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .contact .contact__access .contact__access__map a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__access .contact__access__map a {
    font-size: 1.3rem;
    width: 90px;
  }
}
.p-top .contact .contact__access .contact__access__map a span {
  position: relative;
  padding-right: 16px;
}
.p-top .contact .contact__access .contact__access__map a span::after {
  content: "";
  background: url("/images/ico_map.png") no-repeat center/contain;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 52.5%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .contact .contact__text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .contact .contact__text {
    font-size: 1.4rem;
  }
}
.p-top .event {
  padding: 0 50px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .event {
    padding: 0 25px 30px;
  }
}
.p-top .event .event__copy {
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}
.p-top .event .event__copy::before {
  content: "";
  display: block;
  background: url("/images/emphasis_l.png") no-repeat center/contain;
  width: 17px;
  height: 28px;
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
}
.p-top .event .event__copy::after {
  content: "";
  display: block;
  background: url("/images/emphasis_r.png") no-repeat center/contain;
  width: 17px;
  height: 28px;
  position: absolute;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .event .event__title {
  margin-top: 10px;
  text-align: center;
  font-size: 2.6rem;
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .p-top .event .event__title {
    font-size: 2.2rem;
  }
}
.p-top .event .event__link {
  margin-top: 15px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .event .event__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top .event .event__link img {
    max-width: 71px;
    width: 20%;
  }
}
.p-top .top__text_botom {
  margin-top: 20px;
  text-align: center;
  font-size: 1.7rem;
  padding: 0 50px 60px;
}
@media screen and (max-width: 768px) {
  .p-top .top__text_botom {
    padding: 0 25px 30px;
    font-size: 1.4rem;
  }
}
.p-top .modal {
  display: none;
}
.p-top .modal .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(179, 179, 179, 0.85);
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.p-top .modal .modal__contents {
  position: relative;
}
.p-top .modal .modal__button {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .modal .modal__button:hover {
    opacity: 0.7;
  }
}
.p-top .modal .modal__bnr {
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.p-top .modal.is-opened {
  display: flex;
}

.b-ico_pdf {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
.b-ico_pdf::before {
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background: url(../images/ico_pdf.png) no-repeat center top/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.breadcrumb {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  padding: 67px 50px 0;
  background: url(../images/breadcrumb_bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 67px 25px 0;
  }
}
.breadcrumb .breadcrumb__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb__list > li {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  max-width: calc(100% - 10em);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb__list > li a {
  color: var(--green);
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .breadcrumb .breadcrumb__list > li a:hover {
    opacity: 0.7;
  }
}
.breadcrumb .breadcrumb__list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: var(--black);
  margin: 0 12px;
  vertical-align: middle;
  transform: translateY(-0.1em) rotate(30deg);
}

.pager {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 52px;
}
.pager .pager__list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.pager .pager__list li > a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--green);
  font-weight: 600;
  font-size: 1.9rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .pager .pager__list li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 320px) {
  .pager .pager__list li > a {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}
.pager .pager__list li.is-current > a {
  background-color: var(--green);
  color: #fff;
  pointer-events: none;
}
.pager .pager__arrow > a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.pager .pager__arrow > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #78B45A;
  border-bottom: 2px solid #78B45A;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pager .pager__arrow.pager__arrow--prev a::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(-1);
}
.pager .pager__arrow.pager__arrow--next a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.b-footer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 34px 50px 20px;
  background: url(../images/footer_bg.png) no-repeat center top/cover;
}
.b-footer .b-footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 320px) {
  .b-footer .b-footer__copyright {
    font-size: 1.4rem;
  }
}

.p-news .b-main {
  background: var(--orange_pale);
}
.p-news .news {
  min-height: calc(100vh - 329px);
  margin: 60px 0;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-news .news {
    padding: 0 25px;
  }
}
.p-news .news .news__title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--orange);
  font-family: var(--zenmarugothic);
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-bottom: 7px;
}
.p-news .news .news__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 100px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news .news .news__list {
  margin-top: 25px;
}
.p-news .news .news__list > li {
  background: #fff;
  border-radius: 9px;
}
.p-news .news .news__list > li + li {
  margin-top: 10px;
}
.p-news .news .news__list > li a {
  display: block;
  padding: 20px 45px 20px 20px;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .news .news__list > li a:hover {
    opacity: 0.7;
  }
}
.p-news .news .news__list > li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #78B45A;
  border-bottom: 2px solid #78B45A;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.p-news .news .news__upper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.p-news .news .news__date {
  font-weight: 700;
  color: #afafaf;
}
.p-news .news .news__area {
  display: flex;
  gap: 5px;
}
.p-news .news .news__area li {
  background: #666;
  color: #fff;
  font-weight: 500;
  padding: 1px 10px;
  border-radius: 2px;
  font-size: 1rem;
}
.p-news .news .news__area li.nerima {
  background: #8fc31f;
}
.p-news .news .news__area li.ooizumi {
  background: #2cb6db;
}

.p-news_detail .news_detail {
  min-height: calc(100vh - 329px);
  margin: 60px 0;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail {
    padding: 0 25px;
  }
}
.p-news_detail .news_detail .news_detail__inner {
  padding: 25px 25px 50px;
  background: #fff;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__inner {
    padding: 25px 15px 40px;
  }
}
.p-news_detail .news_detail .news_detail__upper {
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  align-items: center;
}
.p-news_detail .news_detail .news_detail__date {
  font-weight: 700;
  color: #afafaf;
}
.p-news_detail .news_detail .news_detail__area {
  display: flex;
  gap: 5px;
}
.p-news_detail .news_detail .news_detail__area li {
  background: #666;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 1px 10px;
  border-radius: 2px;
}
.p-news_detail .news_detail .news_detail__area li.nerima {
  background: #8fc31f;
}
.p-news_detail .news_detail .news_detail__area li.ooizumi {
  background: #2cb6db;
}
.p-news_detail .news_detail .news_detail__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.5rem;
}
.p-news_detail .news_detail .news_detail__image {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__image {
    margin-top: 10px;
  }
}
.p-news_detail .news_detail .news_detail__content {
  margin-top: 25px;
}
.p-news_detail .news_detail .news_detail__content h2 {
  font-weight: 700;
  font-size: 2.2rem;
}
.p-news_detail .news_detail .news_detail__content h3 {
  font-weight: 500;
  font-size: 2rem;
  color: var(--green);
}
.p-news_detail .news_detail .news_detail__content h4 {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-news_detail .news_detail .news_detail__content h4::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: #8fc31f;
  transform: rotate(-45deg);
}
.p-news_detail .news_detail .news_detail__content h5 {
  font-weight: 500;
  font-size: 1.6rem;
}
.p-news_detail .news_detail .news_detail__content p {
  font-size: 1.6rem;
}
.p-news_detail .news_detail .news_detail__file {
  margin-top: 40px;
}
.p-news_detail .news_detail .news_detail__file .news_detail__file__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-news_detail .news_detail .news_detail__file .news_detail__file__list > li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .p-news_detail .news_detail .news_detail__file .news_detail__file__list > li {
    width: 100%;
  }
}
.p-news_detail .news_detail .news_detail__file .news_detail__file__list > li > a {
  display: block;
  padding: 13px 10px;
  border: 2px solid var(--orange);
  border-radius: 5px;
  color: var(--orange);
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news_detail .news_detail .news_detail__file .news_detail__file__list > li > a:hover {
    opacity: 0.7;
  }
}
.p-news_detail .news__back {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 30px;
}
.p-news_detail .news__back a {
  position: relative;
  color: var(--green);
  padding-left: 50px;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news_detail .news__back a:hover {
    opacity: 0.7;
  }
}
.p-news_detail .news__back a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico_arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1);
}
/*# sourceMappingURL=style.css.map */
