body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #111111;
  font-weight: 300;
  background: #fff;
}
.content-wrapper {
  overflow: hidden;
}

/* --------------------------------------
Global Typography
------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
h1 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
h6 {
  font-size: 15px;
  line-height: 24px;
}

/* --------------------------------------
色
------------------------------------------*/
.text-navy {
  color: #00306E!important;
}

/* --------------------------------------
リンク
------------------------------------------*/
a {
  color: #c43252;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #ffa6ca !important;
  text-decoration: underline !important;
  text-decoration: none!important;
}

a:focus {
  outline: none;
  text-decoration: underline;
}
a:hover, a:active {
  outline: none;
}
a:hover img, a:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
p {
  margin-bottom: 20px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* インデント */
.txt-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.txt-ind15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.txt-ind2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper {
  background: #fff;
}

/* ------------------------
 *  ヘッダー
 *-------------------------*/
 #header-top {
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
@media (max-width : 767px) {}
#header-top {
  background: #ffffff;
  height: 70px;
}

/* ------------------------
 *  ヘッダーコンタクト
 *-------------------------*/
 #header-top .top-contact {
  margin-top: 15px;

  display: table;
  font-size: 12px;
}
#header-top .top-contact li {
  padding: 0 14px;
  display: table-cell;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
#header-top .top-contact li:last-child {
  padding-right: 0;
}
#header-top .top-contact .btn {
  padding: 7px 10px;
  margin-bottom: 0;
  font-size: 13px;
  border-radius: 3px;
  border: none;
  background-color: #c43252;
  color: #ffffff;
  width: 170px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 374px){
  #header-top .top-contact .btn {
    width: 150px;
  }
}


#header-top .top-contact .btn:hover{
  background-color: #ffffff!important;
  color: #c43252!important;
  outline: 1px solid #c43252;
	outline-offset: -1px;
}
#header-top .btn-contact {
  display: inline-block;
  font-weight: bold;
}

#header-top .btn-contact:after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 1.5em;
    height: 1.2em;
    background-image: url(../img/btn_arrow_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 1em;
  }

#header-top .btn-contact:hover:after {
    background-image: url(../img/btn_arrow_p.png);
}


/* ------------------------
 *  ヘッダーロゴ
 *-------------------------*/
#header-logo {
  top: 16px;
  position: absolute;
}
#header-logo img {
  width: 190px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  #header-logo {
    width: 40%;
  }
}

/* ------------------------
 *  メインビジュアル
 *-------------------------*/
.mainvisual-w {
  margin: 0 auto;
  height: 600px;
  object-fit: cover;
}

/*---------------------------
 *  Section
 *---------------------------*/
.section-content {
  padding: 20px 0 30px 0;
}
.top-section-content {
  margin-top: 70px;
  padding: 0 0 30px 0;
}
.section-content p {
	font-size: 18px; 
	line-height: 30px;
}
.section-content h3 {
  color: #c43252;
  font-weight: 600;
  margin-top: 10px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section-content h3 {
    font-size: 28px;
  }
}
.section-content h2 {
    color: #c43252;
    font-weight: 600;
    margin-top: 10px;
    font-size: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-content h2 {
    font-size: 22px;
  }
}

/*---------------------------
 *  title01
 *---------------------------*/
.section-content .title01 h3 {
  color: #c43252;
  margin-top: 10px;
  font-size: 3.5em;
  font-family: "Libre Baskerville";
  border-bottom: 1px solid #c43252;
  font-weight: normal;
}

.section-content .title01 h3:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  background-image: url(../img/title_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px){
  .section-content .title01 h3{
    text-align: center!important;
  }
  .section-content .title01 h3:before {
    display: none;
  }
}

/*---------------------------
 *  title02
 *---------------------------*/

.section-content .title02 h3 {
  color: #c43252;
  margin-top: 10px;
  font-size: 3.5em;
  font-family: "Libre Baskerville";
  border-bottom: 1px solid #c43252;
  font-weight: normal;
}

.section-content .title02 h3:after {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  background-image: url(../img/title_arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px){
  .section-content .title02 h3{
    text-align: center!important;
  }
  .section-content .title02 h3:after {
    display: none;
  }
}

/*---------------------------
 *  title03
 *---------------------------*/
.section-content .title03 h3 {
  color: #c43252;
  margin-top: 10px;
  font-size: 2.7em;
  border-bottom: 1px solid #c43252;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-content .title03 h3 {
    font-size: 2em;
  }
}

.z-4{
  z-index: 4;
}
.z-1{
  z-index: 1;
}

.section-content h4 {
  color: #111111;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 10px;
  font-size: 34px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-content h4 {
    font-size: 22px;
  }
}
.section-content h4 .fz-6{
font-size: 0.6em;
}

.section-content h4 .pink-text{
  color: #c43252;
}

.section-content h5 {
  color: #c43252;
  font-size: 3em;
  font-family: "Libre Baskerville";
  font-weight: normal;
  font-style: italic;
  position: absolute;
  top: -1em;
  z-index: 1;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .section-content h5 {
    font-size: 2.5em;
  }
}
.section-content .fz-15{
  font-size: 1.5em;
}
.section-content .fz-13{
  font-size: 1.3em;
  }

  /*---------------------------
 *  title-circle
 *---------------------------*/

.section-content .title-circle{
  position: absolute;
  top: 2em;
}
.section-content .title-circle h5{
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  border: solid 1px #c43252;
  font-size: 4em;
  left: 0;
}
@media screen and (max-width: 424px) {
  .section-content .title-circle h5 {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
  }
}


.section-content h6 {
  color: #c43252;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.6em;
  line-height: 33px;
}

.section-content h7 {
  color: #c43252;
  font-size: 2em;
  font-family: "Libre Baskerville";
  font-weight: normal;
  font-style: italic;
}



/*-----------------------------
 見出し
--------------------------------*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #c43252;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #c43252;
  z-index: 1;
}



.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #c43252;
  border-radius: 10px;
  width: 100%;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c43252;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.headline {
  color: #ffffff;
  font-size: 16px;
  background: #c43252;
  border-radius: 10px;
  width: 100%;
  padding: 1em;
}

/*-----------------------------
 長円形背景01
--------------------------------*/

.square_circle01{
  width: 51%;
  background: linear-gradient(to bottom right, #f8eceb, #ffffff);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  border-radius: 0 100vh 100vh 0;
  text-align: center;
  content: "";
  height: 98%;
  top: 0;
}

  @media screen and (max-width: 1199px){
    .square_circle01 {
      height: 88%;
      }
  }
  @media screen and (max-width: 991px){
    .square_circle01 {
      height: 60%;
      }
  }
  @media screen and (max-width: 767px){
    .square_circle01 {
      height: 50%;
      width: 98%;
      top: 46%;
      }
  }
  @media screen and (max-width: 575px){
    .square_circle01 {
      height: 48%;
      top: 48%;
      }
  }
  @media screen and (max-width: 424px){
    .square_circle01 {
      height: 43%;
      top: 53%;
      }
  }
  @media screen and (max-width: 374px){
    .square_circle01 {
      height: 38%;
      top: 60%;
      }
  }


/*-----------------------------
 長円形背景02
--------------------------------*/

.square_circle02{
  width: 51%;
  background: linear-gradient(to bottom right, #ffffff, #f8eceb);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  border-radius: 100vh 0 0 100vh;
  text-align: center;
  right: 0;
  content: "";
  height: 96%;
  top: 0;
}

  @media screen and (max-width: 1199px){
    .square_circle02 {
      height: 78%;
      }
  }

  @media screen and (max-width: 991px){
    .square_circle02 {
      height: 52%;
      }
  }

  @media screen and (max-width: 767px){
    .square_circle02 {
      height: 46%;
      width: 98%;
      top: 50%;
      }
  }
  @media screen and (max-width: 575px){
    .square_circle02 {
      height: 48%;
      top: 50%;
      }
  }
  @media screen and (max-width: 424px){
    .square_circle02 {
      height: 42%;
      top: 56%;
      }
  }
  @media screen and (max-width: 374px){
    .square_circle02 {
      height: 34%;
      top: 63%;
      }
  }


/*-----------------------------
 円背景
--------------------------------*/
.circle {
  width: 10em;
  height: 10em;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 768px){
  .circle {
    width: 9em;
    height: 9em;
  }
}
.pink-circle {
  width: 10em;
  height: 10em;
  background-color: #fee8e6;
  border-radius: 50%;
}
@media screen and (max-width: 1199px){
  .pink-circle {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 425px){
  .pink-circle {
    width: 9em!important;
    height: 9em;
  }
}

/*-----------------------------
 背景
--------------------------------*/
.pink-bg {
  background:  #fee8e6;
}
.red-pink-bg {
  background:  #c43252;
}
.white-bg {
  background-color: #fff;
}
.box-white-bg{
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  border-radius: 0.25rem;
}

/* --------------------------------------------
 *  box
 *---------------------------------------------- */
.case-box01 {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  border-radius: 3em;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .case-box01 {
    height: 23em;
  }
}

.case-box-body {
  padding: 20px 20px 20px 20px;
}


@media screen and (max-width: 425px) {
  .case-box01 img.image {
    width: 100%;
  }
}

.case-box02 {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  width: 100%;
    border-radius: 20em;
    display: flex;
    align-items: center;
}

.case-study h6, p{
text-align: left;
}
.case-study img{
  border-radius: 20em;
}

.feature-box {
    border: 1px solid #c43252;
    border-radius: 10px;
}

.support-box {
  border: 1px solid #c43252;
  border-radius: 4em;
}
.support-box .fwb-s {
  font-weight: 600;
  font-size: 0.99em;
  line-height: 1.8em;
}

.lineup-box {
  border: 1px solid #c43252;
  border-radius: 10px;
  background-color: #fff;
}
.lineup-box .lineup-img-box {
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup-box ul {
  font-size: 15px; 
	line-height: 24px;
}

.case-box-body .pink{
  color: #c43252;
}
.case-box-body .pink-bg p {
  margin-bottom: 0;
}

/* --------------------------------------------
 *  お問い合わせ
 *---------------------------------------------- */
#contents-inquiry {
  text-align: center;
  background-image: url("../img/img-bg-01.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#contents-inquiry h2 {
  font-size: 36px;
  font-weight: 600;
  padding-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #contents-inquiry h2 {
    font-size: 28px;
  }
}
#contents-inquiry h2, #contents-inquiry p {
  color: #ffffff;
}
#contents-inquiry h4 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #contents-inquiry h4 {
    font-size: 22px;
  }
}

/* --------------------------------------------
 *  コンテンツボタン
 *---------------------------------------------- */

 .section-content .btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
 }

.section-content .btn-pink {
  font-size: 1.4em;
  padding: 1em;
  border: none;
  background-color: #c43252;
  color: #ffffff;
  border-radius: 100px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 5px;
}
.section-content .btn-pink:hover {
  background: #ffffff;
  color: #c43252;
  outline: 1px solid #c43252;
	outline-offset: -1px;
}

.section-content .btn-pink:after {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  background-image: url(../img/btn_arrow_w.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 1em;
}

.section-content .btn-pink:hover:after {
  background-image: url(../img/btn_arrow_p.png);
}

/* --------------------------------------------
 *  btn-white
 *---------------------------------------------- */
.section-content .btn-white {
  font-size: 1.3em;
  padding: 1em;
  border: none;
  background-color: #ffffff;
  color: #c43252;
  border-radius: 100px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 5px;
}
.section-content .btn-white:hover {
  background: #c43252;
  color: #ffffff;
  outline: 1px solid #ffffff;
	outline-offset: -1px;
}

.section-content .btn-white:after {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  background-image: url(../img/btn_arrow_p.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 1em;
}

.section-content .btn-white:hover:after {
  background-image: url(../img/btn_arrow_w.png);
}

/* --------------------------------------------
 *  ボタン幅
 *---------------------------------------------- */
.top-section-content .btn-w, .section-content .btn-w {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-section-content .btn-w, .section-content .btn-w {
        width: 80%;
  }
}

 /* --------------------------------------------
 *  フッターボタン
 *---------------------------------------------- */
#contents-inquiry .btn-pink, #contents-inquiry .btn-pink-dl {
  font-size: 1.4em;
  padding: 1em;
  border: none;
  background-color: #c43252;
  color: #ffffff;
  border-radius: 100px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 5px;
}
#contents-inquiry .btn-pink:hover, #contents-inquiry .btn-pink-dl:hover {
  background: #ffffff;
  color: #c43252;
}
#contents-inquiry .btn-w{
  width: 80%;
  margin: 0 auto;
}

/* --------------------------------------------
 *  フッター
 *---------------------------------------------- */
 #footer {
  display: block;
  min-height: 1%;
  background-color: #323232;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  padding-top: 2.3em;
}
#copyright {
  text-align: center;
  color: #fff;
  font-size: 86%;
  margin-bottom: 20px;
}
.copyright-section {
  width: 100%;
  background-color: #323232;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.copyright-section .copytext {
  color: #ffffff;
  font-size: 12px;
}
/* スマホ */
@media screen and (max-width:767px) and (min-width:1px) {
  #footer {
    width: 100%;
    background-color: #323232;
    padding-right: 0;
    padding-left: 0;
    z-index: 0;
    position: relative;
  }
  #copyright {
    text-align: center;
    color: #fff;
    font-size: 86%;
    margin-bottom: 0px;
  }
}

/*-----------------------------------------------------------------
		上へ戻る
-----------------------------------------------------------------*/
#toTop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  color: #c43252;
  background-color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 53px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover {
  background-color: #323232;
  opacity: .5;
}
