@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* ------------------

フォントサイズ

------------------ */
html {
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
}

body {
  color: #707070;
  font-family: "Yu Gothic", "游ゴシック", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.7em;
  margin: 0 auto;
}

footer {
  max-width: 750px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

h1, h2, h3, h4, h5, .title {
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

p {
  margin-bottom: 1.5em;
}

.text_blue {
  color: #0eb4f8;
}

.text_pink {
  color: #FC6EA2;
}

.text_orange {
  color: #ff7600;
}

.text_small {
  font-size: 0.875rem;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.section_l {
  margin-bottom: 120px;
}

.section_m {
  margin-bottom: 80px;
}

.section_s {
  margin-bottom: 50px;
}

header {
  background-color: #FD827E;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.header_cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
}

.top_logo {
  width: 40%;
  max-width: 180px;
}
.header_btn_set{
  display: flex;
  gap: 10px;
}

.top_cta a {
  align-items: center;
  background-color: #7DC02A;
  border-radius: 60px;
  color: #FFF;
  display: flex;
  font-size: 18px;
  padding: 10px 20px;
}

.top_buy a {
  align-items: center;
  background-color: #fbd231;
  border-radius: 60px;
  color: #333;
  display: flex;
  font-size: 18px;
  padding: 10px 20px;
}

.icon_cta {
  margin: 0 0 0 10px;
  width: 25px;
}

.rental_box .rental_content {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.rental_content p {
  font-size: 1.25rem;
  margin-top: 20px;
}

.rental_content p a {
  color: #FC6EA2;
  text-decoration: underline;
}

.copy {
  text-align: center;
  padding: 20px 0;
}

.copy p {
  font-size: 12px;
}

.section {
  max-width: 768px;
  margin: 0 auto;
}

.pink_frame {
  background-color: #FFF;
  border: 3px solid #FC6EA2;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.three_experiment_ul {
  font-size: 1.0625rem;
  line-height: 1.6em;
  list-style: none;
}

.three_experiment_ul li {
  padding-left: 24px;
  position: relative;
}

.three_experiment_ul li:before {
  background-image: url(../../../images/ainenne/rental/3experiment_icon.png);
  background-size: 19px;
  content: "";
  display: block;
  width: 19px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.four_mechanism_set {
  background-color: #FEFEF9;
  border-top: 5px solid #EEE;
  padding-bottom: 50px;
}

.four_mechanism_inner01 {
  margin-top: -30px;
  padding: 0 20px 30px;
}

.four_mechanism_inner02 {
  margin: 0 auto 30px;
  max-width: 620px;
  width: 100%;
}

.four_pink_frame p {
  line-height: 1.5em;
}

.five_structure_set {
  background-color: #deedff;
}

.five_structure_tit {
  color: #000;
  font-size: 1.4375rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.five_structure_tit:before {
  background-image: linear-gradient(to right, #FC6EA2 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 20px 30px;
  width: 100%;
}

.six_alarm_tit01 {
  color: #FC6EA2;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1em;
  margin-bottom: 25px;
  text-align: center;
}
.six_alarm_tit01 span {
  font-size: 1.125rem;
}

.six_alarm_tit02 {
  background-color: #FC6EA2;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 5px 10px 7px;
  text-align: center;
}

.eight_tit {
  line-height: 0;
  margin-bottom: -1px;
}

.eight_function_set {
  background: -webkit-gradient(linear, left top, left bottom, from(#fc7ea2), to(#f9f09f));
  background: linear-gradient(#fc7ea2, #f9f09f);
}

.eight_function_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.eight_function_ul li {
  margin: 0 auto;
  padding: 0;
  width: calc(50% - 10px);
}

.nine_worry_tit {
  margin-bottom: 20px;
}

.alignment_01 {
  margin: 60px 0 0;
}

.alignment_tit {
  background-color: #7DC02A;
  color: #FFF;
  font-size: 1.25rem;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.ainenne_table {
  width: 100%;
}
.ainenne_table tr:nth-child(2n) {
  background-color: #fceeee;
}
.ainenne_table th {
  font-size: 0.875rem;
  line-height: 1.4em;
  padding: 10px;
  width: 40%;
}
.ainenne_table td {
  font-size: 0.875rem;
  line-height: 1.4em;
  padding: 10px;
  width: 60%;
}

.faq_set {
  background-color: #ffdae8;
}

.faq_tit {
  padding: 20px 0 5px;
}

.faq_ul {
  margin: 0 auto;
  padding: 0 20px 30px;
  width: 100%;
}
.faq_ul li {
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 20px;
}
.faq_ul .faq_dl dt {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.faq_ul .faq_dl dt .faq_dt_01 {
  color: #FC6EA2;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-align: right;
  width: 40px;
}
.faq_ul .faq_dl dt .faq_dt_02 {
  display: block;
  width: calc(100% - 50px);
}
.faq_ul .faq_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
.faq_ul .faq_dl dd .faq_dd_01 {
  color: #0eb4f8;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-align: right;
  width: 40px;
}
.faq_ul .faq_dl dd .faq_dd_02 {
  display: block;
  line-height: 1.6em;
  width: calc(100% - 50px);
}

.voice_set {
  background: url(../../../images/ainenne/rental/voice_bg.png) repeat;
  padding: 50px 20px;
}

.voice_inner {
  background-color: #FFF;
  border-radius: 20px;
  padding: 30px 30px 20px;
}
.voice_inner p {
  line-height: 2em;
}
.voice_inner p span {
  border-bottom: 1px dashed #94cdc7;
  padding-bottom: 5px;
}

.voice_tit {
  margin-bottom: 10px;
}

.interview_set {
  margin-bottom: 20px;
}

.interviw_text_parent {
  position: relative;
  background: #FC6EA2;
  padding: 20px;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.interviw_text_parent:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #FC6EA2;
  right: 100%;
  top: 35px;
}

.interviw_text_doctor {
  position: relative;
  background: #0eb4f8;
  padding: 20px;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.interviw_text_doctor:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #0eb4f8;
  right: 100%;
  top: 35px;
}

@media screen and (max-width: 940px) {
  .header_cta{
    padding: 10px;
  }
  .header_btn_set{
    gap: 5px;
  }
  .top_logo {
    margin-left: 10px;
    max-width: 150px;
  }
  .top_buy a , .top_cta a {
    font-size: 0.875rem;
    line-height: 1.2em;
    padding: 10px 20px;
  }
  .icon_cta {
    margin: 0 0 0 10px;
    width: 20px;
  }
  .pink_frame {
    margin-right: 20px;
    margin-left: 20px;
  }
  .four_mechanism_set {
    padding-bottom: 0;
  }
}
.rental_box {
  background-color: #FC6EA2;
  padding: 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .pink_frame {
    margin-right: 60px;
    margin-left: 60px;
    padding: 30px;
  }
  .three_experiment_ul {
    font-size: 1.25rem;
  }
  .four_mechanism_inner01 {
    margin-top: -30px;
    padding: 0 60px 60px;
  }
  .four_mechanism_inner01 p {
    font-size: 1.25rem;
  }
  .four_mechanism_inner02 {
    padding: 0 60px 30px;
  }
  .four_mechanism_inner02 p {
    font-size: 1.25rem;
  }
  .five_structure_inner {
    padding: 0 60px 30px;
  }
  .eight_function_ul li {
    width: calc(25% - 10px);
  }
  .six_alarm_tit01 {
    font-size: 4.25rem;
    margin-bottom: 35px;
  }
  .six_alarm_tit01 span {
    font-size: 1.75rem;
  }
  .ftr_btn_wrap{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section_l {
    margin-bottom: 60px;
  }
  .section_m {
    margin-bottom: 50px;
  }
  .section_s {
    margin-bottom: 30px;
  }
  header{
    position: relative;
  }
  .header_cta{
    padding: 8px 0;
  }
  .top_logo{
    max-width: 120px;
  }
  .ftr_btn_wrap{
    background-color: #FFF;
    box-shadow: -8px -4px 5px rgba(0,0,0,0.1);
    display: block;
    padding: 10px 7px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .ftr_btn_content{
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .ftr_logo{
    max-width: 80px;
    width: 100%;
  }
  .ftr_btn_set{
    display: flex;
    gap: 5px;
  }
  .top_cta , .top_buy{
    width: calc( 50% - 3px);
  }
  .top_cta a , .top_buy a{
    border-radius: 8px;
    display: block;
    padding: 10px;
    position: relative;
    text-align: center;
  }
  .top_cta a span, .top_buy a span{
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 15px;
    height: 15px;
  }
  footer{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 374px) {
  .six_alarm_tit01 {
    font-size: 2.3125rem;
  }
  .six_alarm_tit01 span {
    font-size: 1rem;
  }
  .top_cta a , .top_buy a{
    font-size: 13px;
    padding: 10px 15px;
    text-align: left;
  }
}
