@charset "utf-8";


/* Reset
------------------------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  padding: 1rem 3rem;
  background: #4E7FBF;
  border-radius: 9999px;
  color: white;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Reset
------------------------------------------------------------*/
img{max-width: 100%;}
h1,h2,h3,h4,h5{
  font-family: 'Kosugi Maru', sans-serif;
  color: #707070;
}
p,span,li,dt,dd{
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #707070;
}

#header{}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10%;
    padding: 1rem 0;
}
.logo{
    width: calc(100% / 3 - 5px);
}
.hd_logo{}
.phone_nb{
    display: flex;
    align-items: center;
}
.phone_nb_text{
  font-family: 'Zen Maru Gothic', sans-serif;
}
.header_phone{
    font-size: 1.875rem;
    padding-left: 2rem;
    font-family: 'Kosugi Maru';
    color: #707070;
}
.header_bg{
    height: 20px;
    background: #F6F6F6;
}
.top{}
.top_in{
    display: flex;
    align-items: center;
}
.top_left{width: 50%;}
.top_img{
    object-fit: cover;
    width: 100%;
    height: 70vh;
}
.top_right{
    width: 50%;
    text-align: center;
}
.top_logo{}
.top_h1{

padding: 0 10%;
}

#appeal{
    margin: 3rem 0;
}
.appeal{}
.appeal_h2{
    text-align: center;
    font-size: 2.8125rem;
    padding-bottom: 3rem;
}
.appeal_flex_cp{
    margin: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.appeal_area{
    background: #DDEDF3;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appeal_text{
    line-height: 1.4rem;
    font-weight: 500;
}

#about{}
.about{
    margin: 0 auto;
    max-width: 1500px;
    background-color: rgb(255 255 255 / 48%);
}
.about_h3{
    font-size: 2.8125rem;
    text-align: center;
    font-family: 'Kosugi Maru';
    color: #4E7FBF;
    line-height: 1.2em;
}

#policy{
    padding: 3rem 0;
    background: #fdfff9;
}
.policy{
    margin: 0 10%;
}
.policy_h2{
  font-size: 2.8125rem;
  padding: 2rem 0;
  color: #4E7FBF;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
.policy_p{
  font-size: 1.25rem;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-family: 'Noto Serif JP', serif;
  color:#707070;
  max-width: 980px;
  margin: 0 auto;
}
.policy_flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2rem;
}
.policy_img{}
.policy_img_in{width: 12%;}
.name_flex{
    padding-left: 2rem;
}
.position{
    font-size: 1.125rem;
    font-family: 'Noto Serif JP', serif;
}
.policy_name{
    font-size: 1.875rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

#howto{background: url(./img/grid.png);background-size: 50%;}
.howto{
    max-width:980px;
    margin: 0 auto;
    padding: 3rem 3%;
}
.howto_flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.howto_textarea{
    width: 50%;
    padding-right: 1rem;
}
.howto_textarea_btm{
  width: 70%;
  padding-right: 3rem;
}
.howto_text{font-size: 1.25rem;}
.howto_h3{
    font-size: 1.5625rem;
    padding-bottom: 1rem;
}
.howto_span{
    line-height: 1.7em;
}
.howto_img{
    width: 50%;
}
.howto_img_btm{
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.howto_img_in{
    width: 100%;
}
.howto_img_in_btm{
  width: 100%;
}
.howto_p{
    font-size: 1.25rem;
    padding: 0.3rem 0 2rem 2rem;
    background-image: url(./img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 20px;
}
#service{
    padding-top: 3rem;
}
.service{
    margin:0 auto;
    max-width:980px;
}
.service_title{
    text-align: center;
    padding-bottom: 5rem;
}
.service_h2{
    font-size: 2.8125rem;
    margin: 10px 0
}
.service_title_p{
    font-weight: 500;
    font-family: 'Kosugi Maru';
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-top: 0.5rem;
}
.service_title_p::before {
   content:"";
   display: block;
   width: 100%;
   height:2px;
   background-color:#4E7FBF;
   position: absolute;
   top: 2.5px;
}
.service_content{
    background: #FBFDFF;
    margin-bottom: 3rem;
}
.service_content_title{
    background: #DDEDF3;
    text-align: center;
    padding: 1rem 2rem;
}
.service_content_h3{
    font-size: 1.25rem;
    letter-spacing: 0.2em;
}
.service_content_box{
    padding: 0 2rem 2rem;
}
.service_p{
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.5rem 0;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5em;
}
.service_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_text_box{
    width: 50%;
}
.service_ul{
    width: fit-content;
}
.service_li{
  font-size: 1.125rem;
  padding: 0.55rem 0 0.5rem 2rem;
  background-image: url(./img/icon2.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 20px;
}
.service_img_box{
    width: 50%;
}
.service_img{
    width: 100%;
}

.cost_service{background: #fdfff9;padding: 3rem 0;}
.cost_service_in{
  background: url(./img/07.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 5% 5%;
  background-position: center;
  max-width: 980px;
  margin: 0 auto;
}
.cost_service_h3{
    font-size: 1.875rem;
}
.cost_service_flex{
  position: relative;
  width: 50%;
  padding-right: 3rem;
}
.cost_service_in::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50%;
}
.cost_service_img{
    width: 50%;
    padding-right: 1rem;
}
.cost_service_img_in{
    width: 100%;
}
.cost_service_text{
}
.cost_service_text_in{}
.cost_service_h4{
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 1rem;
}
.cost_service_text_span{
    line-height: 1.8em;
    font-size: 1.5625rem;
    padding-top: 1rem;
    display: block;
    font-weight: 500;
}

#staff{
}
.staff{
    margin: 0 12%;
}
.staff_title{display: flex;align-items: center;justify-content: space-evenly;margin-bottom: 10rem;}
.staff_h2{
  font-size: 2.8125rem;
  padding-bottom: 0.5rem;
}
.staff_pc{
    width: 50%;
    padding: 3rem 0;
}
.staff_title_p{
  font-weight: 500;
  border-top: solid 2px #4E7FBF;
  padding-top: 0.5rem;
  display: inline;
  font-family: 'Kosugi Maru';
  font-size: calc(100vw / 40);
}
.staff_content{
    padding-bottom: 5rem;
}
.staff_title_box{
    text-align: center;
}
/*--------------------------------------------------------*/
.slide{
  opacity: 0;
}
.inview-slide-left{}
.slide-left {
  animation: slide-left 0.8s ease-out 0s 1 forwards;
}
@keyframes slide-left {
0% {
transform: translateX(-50%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.inview-slide-right {}
.slide-right {
  animation: slide-right 0.8s ease-out 0s 1 forwards;}
@keyframes slide-right {
0% {
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}

/*-------------------------------------------------------*/
.staff_content_flex{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}
.staff_content_box{
  width: 60%;
}
.staff_name_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px;
    padding-bottom: 0.5rem;
    position: relative;
}

.name_bg_1{background: #FFF6FC;width: 250px;height: 250px;border-radius: 50%;position: absolute;bottom: -220%;left: -6%;z-index: -1;}
.name_bg_2{background: #F6FFF7;width: 250px;height: 250px;border-radius: 50%;position: absolute;bottom: -220%;right: -9%;z-index: -1;}
.name_bg_3{background: #F6F7FF;width: 250px;height: 250px;border-radius: 50%;position: absolute;bottom: -220%;left: -6%;z-index: -1;}

.staff_name{
    font-size: 1.875rem;
}
.staff_p{
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0.1rem;
}
.staff_span{
    padding: 1rem 0;
    display: block;
    font-size: calc(100vw / 64);
    line-height: 1.5em;
}
@media screen and (min-width: 1440px) {
  .staff_span{
    font-size: 23px;
  }
}
.biography{
    display: block;
    font-weight: 500;
    font-size: 1.25em;
    padding-bottom: 0.5rem;
}
.biography_l{
  display: block;
  font-weight: 500;
  font-size: 1.25em;
  padding-bottom: 0.5rem;
  text-align: right;
}

/*hukidashi
-----------------------------------------*/
.bubble_r{
    position:relative;
    width: 100%;
    background:#FFFFFF;
    padding: 2.5rem;
    border:1px solid #707070;
    color:#707070;
    font-size:18px;
    font-weight:bold;
    border-radius:34px;
    -webkit-border-radius:34px;
    -moz-border-radius:34px;
    line-height: 1.5em;
}
.bubble_r:after,.bubble_r:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:41%;
}
.bubble_r:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -12px;
    border-left-color:#FFFFFF;
}
.bubble_r:before{
    border-color: rgba(112, 112, 112, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -13px;
    margin-left: 1px;
    border-left-color:#707070;
}
/*
-----------------------------------------*/
.bubble_l{
    position:relative;
    width: 100%;
    background:#FFFFFF;
    padding: 2.5rem;
    border:1px solid #707070;
    color:#707070;
    font-size:18px;
    font-weight:bold;
    border-radius:34px;
    -webkit-border-radius:34px;
    -moz-border-radius:34px;
    line-height: 1.5em;
}
.bubble_l:after,.bubble_l:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:41%;
}
.bubble_l:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -12px;
    border-right-color:#FFFFFF;
}
.bubble_l:before{
    border-color: rgba(112, 112, 112, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -13px;
    margin-right: 1px;
    border-right-color:#707070;
}
/*
-----------------------------------------*/

.illust{width: 30%;}
.illust:nth-child(even){
  padding-left: 2rem;
}
.illust:nth-child(odd){
  padding-right: 2rem;
}
.illust_img{

height: auto;

object-fit: contain;
}

#info{
    background: #FDFFF9;
    padding-bottom: 3rem;
}
.info{
    margin: 0 auto;
    max-width:980px;
    padding: 3%;
    border: solid 3px #4E7FBF;
    border-radius: 10px;
    background: white;
}
.info_h2{
    font-size: 1.875rem;
    text-align: center;
    padding: 3rem 0;
}
.info_phone{}
.info_phone_nb{
    background: #4E7FBF;
    padding: 1rem 3rem;
    border-radius: 99999px;
    font-size: 1.875rem;
    color: white;
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
}
.info_time{
    padding: 1rem;
    width: 70%;
    margin: 0 auto;
}
.info_time_in{
}
.info_time_flex{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.info_time_flex:nth-child(odd){
}
.info_time_h4{
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}
.info_time_p{
    font-size: 1.25rem;
    padding-bottom: 0.2rem;
}
.info_time_span{
    font-size: 1.25rem;
    width: 70%;
    line-height: 1.5em;
}

.info_mail{
    padding-top: 3rem;
}
.info_mail_title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.info_h3{
    text-align: center;
    font-size: 1.875rem;
}
.info_mail_p{
    padding-left: 1rem;
}
.form{display: flex;flex-direction: column;align-items: center;}
.name_box{
    width: 100%;
}
.name{
    color: #707070;
}
.name_form{
    display: block;
    background: white;
    padding: 0.5rem;
    border: solid 1px #4E7FBF;
    margin-bottom: 1rem;
    width: 100%;
}
.mail_box{
    width: 100%;
}
.mail{
    color: #707070;
}
.mail_form{
    display: block;
    background: white;
    padding: 0.5rem;
    border: solid 1px #4E7FBF;
    margin-bottom: 1rem;
    width: 100%;
}
.text_box{width: 100%;}
.text_area{
    color: #707070;
}
.text_form{
  display: block;
  background: white;
  padding: 1rem;
  border: solid 1px #4E7FBF;
  height: 200px;width: 100%;
}
.submit_btn_wrap{margin-top: 2rem;}
.submit_btn{}

#sponsor{
    margin: 3rem 10%;
}
.sponsor{
    max-width: 980px;
    margin: 0 auto;
}
.sponsor_title{
  text-align: center;
  padding-bottom: 2rem;
}
.sponsor_h2{
  font-size: 2.8125rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #4E7FBF;
  display: inline;
}
.sponsor_text{
    padding: 1rem 0;
    text-align: center;
}
.sponsor_p{
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}
.sponsor_a{
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    word-wrap: break-word;
}
.sponsor_a:hover{
  color: #4E7FBF;
}

#company{
    margin-top: 3rem;
}
.company{}
.company_title{
  text-align: center;
}
.company_h2{
  font-size: 2.8125rem;
  padding-bottom: 0.5rem;
}
.company_title_p{
  font-weight: 500;
  border-top: solid 2px #4E7FBF;
  padding-top: 0.5rem;
  display: inline;
  font-family: 'Kosugi Maru';
}
.company_logo_wrap{
    width: 150px;
    height: 150px;
    margin: 2rem auto;
}
.company_logo{}
.company_h3{
    text-align: center;
    font-size: 1.125rem;
    padding: 1rem 3rem;
}
.company_text{
    padding: 0 3%;
}
.company_span{
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.5em;
}
.company_info{}
.company_h4{
    text-align: center;
    font-size: 1.25rem;
    padding: 3rem 0 2rem 0;
}
dl{display: flex;flex-wrap: wrap;width: 50%;margin: 0 auto;justify-content: space-between;}
dt{width: 30%;font-size: 1.25rem;padding: 1rem 0;border-bottom: solid 1px;}
dd{
    width: 70%;
    text-align: end;
    font-size: 1.25rem;
    border-bottom: solid 1px;
    padding: 1rem 0;
}
dt:last-of-type{
  border-bottom:none;
}
dd:last-child{
  border-bottom:none;
}

#footer{
    background: #F1F1F1;
    margin-top: 3rem;
    border-bottom: solid 1px;
    border-top: solid 1px;
}
.footer{
    margin: 0 12%;
    padding: 3rem 0;
}
.footer_flex{display: flex;}
.footer_logo_wrap{
    width: 30%;
    padding-right: 1rem;
}
.footer_logo{}
.footer_phone{
    width: 70%;
}
.phone_flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_icon{
    width: 10%;
}
.footer_phone_nb{
    padding-left: 1rem;
}
.phone_p{}
.phone_p_nb{
    font-size: 30px;
    font-family: 'Kosugi Maru';
}
.copyright{
    text-align: center;
    padding: 2rem;
}

.span_500,.top_sp,.appeal_flex_sp,.sp_br,
.top_logo_sp,.top_h2_sp,
.sp_br_850,.sp_br_500,.staff_content_sp{
  display: none;
}

section{
}

.button{
  position: fixed;
  right: 1%;
  bottom: 1%;
  font-size: 50px;
  color: #fff;
  background: #4e7fbfa3;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.size{font-size: 0.5em;position: absolute;bottom: 25%;right: 28%;}

/*1050px
-----------------------------------------*/
@media screen and (max-width:1050px) {
  .sp_br{display: block;}
  .info_phone_nb{}
  .phone_nb{
    align-items: flex-start;
    flex-direction: column;
  }
  .header_phone{padding: 0;}
  .pc_br{display: none;}
  .appeal_flex_cp{
    display: none;
  }
  .appeal_flex_sp{
    display: flex;
    flex-direction: column;
  }
  .sp_850px{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .appeal_area{
    margin: .5rem;
    padding: 1rem;
  }
  .policy{margin: 0 10%;}
  .info{margin: 0 10%;}
}
/*850px
-----------------------------------------*/
@media screen and (max-width: 850px){
  .span_500,.top_in,.service_br,Text,.Text-Span,.JS_ScrollAnimationItem
  {display: none;}
  .top_sp,.sp_br_850{display: block;}
  .header{margin: 3%;}
  .top_sp{}
  .header_phone{font-size: calc(100vw / 25);}
  .top_right{display: none;}
  .top_left{
    width: 100%;
    position: relative;
  }
  .top_logo_sp{
    display: block;
    position: absolute;
    top: 5%;
    left: 30%;
    width: calc(100% / 2.5 - 1px);
  }
  .top_h2_sp{
    display: block;
    font-size: calc(100vw / 20);
    position: absolute;
    top: 50%;
    left: 60%;
    text-align: center;
    line-height: 1.3em;
    }
    .about_h3,.appeal_h2{
    font-size: calc(100vw / 20);
  }

.square_text {
  font-size: calc(100vw / 50);
}

.policy_h2{
  font-size: calc(100vw / 20);
}
.policy_img_in{
  width: calc(100vw / 7);
}
.name_flex{
  padding-left: 0.5rem;
}
.howto{
  padding: 8% 3% 3%;
}

.howto_p{
}

.howto_flex{
  flex-direction: column;
}
.howto_textarea{
  width: 100%;
}
.howto_img{
  width: 100%;
}
.howto_textarea_btm{
  width: 100%;
  padding-right: 0;
}
.howto_img_btm{
}
.howto_h3{
  text-align: center;
  line-height: 1.5em;
}
#service{padding-top: 0;}
.section_title{
  margin-bottom: 0;
}
.service_flex{
  flex-direction: column;
}
.service_text_box{
  width: fit-content;
  padding-bottom: 2rem;
}
.service_img_box{
  width: 100%;
}
.service{
  margin: 0 3%;
}
.service_p{}
.service_ul{
  width: 100%;
}
.service_li{
}
.service_title{
  padding: 10% 0;
}
.cost_service{}
.cost_service_h3{
  font-size: calc(100vw / 30);
}
.cost_service_img{
  width: 100%;
  padding: 0;
}
.cost_service_text{
  width: 100%;
}
.cost_service_flex{
  flex-direction: column;
  padding: 1rem;
}
.cost_service_text_span,.cost_service_h4{
  padding: 1rem 0;
  /* text-align: center; */
  font-size: calc(100vw / 35);
}

.staff_h2{
    font-size: 1.875rem;
    text-align: center;
}

/*sp_staff
--------------------------------------*/
.staff_content{display: none;}
.staff_content_sp{
  display: block;
}
.staff_content_box{
  width: 100%;
}
.staff{
  padding: 0 3%;
  margin: 0;
}
.staff_name_flex{
  border-bottom: none;
  align-items: center;
/*  justify-content: space-around;*/
  padding-bottom: 1rem;
}
.staff_name_sp{
  display: flex;
  border-bottom: solid 1px #707070;
  width: 75%;
  justify-content: space-between;
  align-items: flex-end;
}
.staff_name{
  font-size: calc(100vw / 20);
}
.staff_p{
  font-size: calc(100vw / 35);
}
.staff_title{
  margin-bottom: 3rem;
}
.staff_span{
    font-size: calc(100vw / 45);
}

.illust_img{
  width:8rem;
}
/*
-------------------------------------------------*/
.bubble_r_sp{
  position:relative;
  width: 100%;
  height: auto;
  background:#FFFFFF;
  padding: 2rem;
  border:1px solid #707070;
  color:#707070;
  font-size: calc(100vw / 40);
  font-weight:bold;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
/*
.bubble_r_sp:after,.bubble_r_sp:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:81%;
}
.bubble_r_sp:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-bottom-color:#FFFFFF;
}
.bubble_r_sp:before{
  border-color: rgba(112, 112, 112, 0);
  border-top-width:14px;
  border-bottom-width:14px;
  border-left-width:11px;
  border-right-width:11px;
  margin-left: -11px;
  margin-bottom: 1px;
  border-bottom-color:#707070;
}
*/
/*
----------------------------------------------------*/
.bubble_l_sp{
  position:relative;
  width: 100%;
  height: auto;
  background:#FFFFFF;
  padding: 2rem;
  border:1px solid #707070;
  color:#707070;
  font-size: calc(100vw / 40);
  font-weight:bold;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
/*
.bubble_l_sp:after,.bubble_l_sp:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:17%;
}
.bubble_l_sp:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-bottom-color:#FFFFFF;
}
.bubble_l_sp:before{
  border-color: rgba(112, 112, 112, 0);
  border-top-width:14px;
  border-bottom-width:14px;
  border-left-width:11px;
  border-right-width:11px;
  margin-left: -11px;
  margin-bottom: 1px;
  border-bottom-color:#707070;
}
*/

/*
-------------------------------------------------*/

.illust{ 
width: 30%;
}
.illust:nth-child(even){
  padding-left: 3%;
}
.name_bg_1,.name_bg_3{
  top: 10%;
  left: 0;
  width: 200px;
  height: 200px;
}
.name_bg_2{
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
}

.info{
  margin: 0 3%;
}

.info_phone_nb{
  font-size: calc(100vw / 25);
}

.info_mail_title{
  
flex-direction: column;
}
.info_time_flex{flex-direction: column;align-items: center;}
.info_time_span{width: 100%;}
.info_time_h4{padding-bottom: 0.5rem;}

.company_h3{
    line-height: 1.5em;
    padding: 1rem 3%;
}
.sponsor_h2,.company_h2{font-size: 1.875rem;}
dl{
    width: 100%;
    padding: 0 3%;
}
dd{font-size: 1rem;}
dt{font-size: 1rem;}
  .footer_flex{
    flex-direction: column;
    align-items: center;
  }
  .footer_logo_wrap{padding-bottom: 1rem;}
  .footer{padding: 1rem 0;margin: 0 3%;}
  .footer_phone{width: 100%;}
  .phone_p_nb{font-size: calc(100vw / 25);}
}

/*500px
-----------------------------------------*/
@media screen and (max-width:500px){
  .span_pc{display: none;}
  .span_500,.sp_br_500{display: block;}
.policy_p{
  
font-size: calc(100vw / 25);
}
  .about_h3_850{font-size: calc(100vw / 25);}
.circle_box{
    /* width: 250px; */
}
.circle_box::before{
    width: 120px;
    height: 120px;
    top: 0;
}
.circle_text2{
    bottom: -50%;
}
.policy_img_in{
  width: calc(100vw / 5);
}
  .staff_name{
    font-size: calc(100vw / 15);
  }
  .staff_p{
    font-size: calc(100vw / 25);
  }
  .staff_h2{font-size: calc(100vw / 15)}
  .illust{width: 40%;}
  .appeal_h2{font-size: calc(100vw / 15);}
  .service_h2{font-size: calc(100vw / 15);}
  .howto_img_btm{display: none;}
  .circle_text_in,.square_text,.service_p{
  }
  .cost_service_text_span,.cost_service_h4{font-size: calc(100vw / 25);}
  .cost_service_flex{
    width: 100%;
  }
  .cost_service_in::before{
    width: 100%;
    background-color: rgb(255 255 255 / 71%);
  }
  .staff_span{
    font-size: calc(100vw / 25);
}
  .bubble_r_sp{
    font-size: calc(100vw / 20);
    line-height:1.4;
}
  .bubble_l_sp{
    font-size: calc(100vw / 20);
    line-height:1.4;
}
.info_phone_nb{
    padding: 5% 3%;
}
.staff_h2{}
.staff_title{
    flex-direction: column;
    padding-top: 3rem;
}
.staff_pc{width: 100%;}
.staff_title_p{
  font-size: calc(100vw / 25);
}
}