@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  scroll-behavior: smooth;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  border-top: solid 6px #fb927b;
  background: linear-gradient(-45deg, #fff1ef, #ffece0);
}
.faq .wrapper {
  padding: 80px 0 80px 0;
}
.faq .wrapper .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .wrapper .title .left {
  margin: 0 60px 0 0;
}
.faq .wrapper .title .left h4 .cover {
  display: flex;
  align-items: center;
}
.faq .wrapper .title .left h4 .cover .icon {
  line-height: 0;
  width: 90px;
  margin: 0 10px 0 0;
}
.faq .wrapper .title .left h4 .cover .icon img {
  width: 100%;
  height: auto;
}
.faq .wrapper .title .left h4 .cover .catch {
  font-family: "Jost";
  font-weight: 700;
  font-style: normal;
  color: #fb927b;
  font-size: 90px;
  letter-spacing: 2px;
}
.faq .wrapper .title .right h3 .line {
  margin: 10px 0 0 0;
  text-align: center;
}
.faq .wrapper .title .right h3 .line .catch {
  display: inline-block;
  background: #fff;
  padding: 5px 25px 5px 25px;
  color: #fb927b;
  box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
}
.faq .wrapper .title .right h2 .cover {
  color: #fb927b;
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 900;
}
.faq .wrapper .inner {
  padding: 30px 0 0 0;
}
.faq .wrapper .inner .faq-list {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto 0;
}
.faq .wrapper .inner .faq-list .item {
  position: relative;
  width: 100%;
  padding: 30px 52px 30px 72px;
  background: white;
  box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
  margin: 24px 0 0;
  cursor: pointer;
  border: solid 3px #fb927b;
}
.faq .wrapper .inner .faq-list .item:first-child {
  margin: auto;
}
.faq .wrapper .inner .faq-list .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #fb927b transparent transparent transparent;
}
.faq .wrapper .inner .faq-list .item .question {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.faq .wrapper .inner .faq-list .item .question h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fb927b;
  padding: 0 1em 0 1.5em;
  text-indent: -1.5em;
}
.faq .wrapper .inner .faq-list .item .question h3::before {
  content: "Q.";
  margin-right: 0.5em;
}
.faq .wrapper .inner .faq-list .item .question .icon-plus {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.faq .wrapper .inner .faq-list .item .question .icon-plus::before, .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fb927b;
}
.faq .wrapper .inner .faq-list .item .question .icon-plus::after {
  transform: rotate(90deg);
  transition: 0.24s;
}
.faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
  transform: rotate(0);
}
.faq .wrapper .inner .faq-list .item .answer {
  display: none;
}
.faq .wrapper .inner .faq-list .item .answer .sentence {
  margin: 10px 0 0 0;
}
.faq .wrapper .inner .faq-list .item .answer .sentence p {
  font-size: 20px;
  color: #373737;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 10px 8px 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .faq {
    border-top: solid 6px #fb927b;
  }
  .faq .wrapper {
    padding: 80px 0 80px 0;
  }
  .faq .wrapper .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .wrapper .title .left {
    margin: 0 60px 0 0;
  }
  .faq .wrapper .title .left h4 .cover {
    display: flex;
    align-items: center;
  }
  .faq .wrapper .title .left h4 .cover .icon {
    line-height: 0;
    width: 90px;
    margin: 0 10px 0 0;
  }
  .faq .wrapper .title .left h4 .cover .icon img {
    width: 100%;
    height: auto;
  }
  .faq .wrapper .title .left h4 .cover .catch {
    font-style: normal;
    color: #fb927b;
    font-size: 90px;
    letter-spacing: 2px;
  }
  .faq .wrapper .title .right h3 .line {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .faq .wrapper .title .right h3 .line .catch {
    display: inline-block;
    background: #fff;
    padding: 5px 25px 5px 25px;
    color: #fb927b;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
  }
  .faq .wrapper .title .right h2 .cover {
    color: #fb927b;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 900;
  }
  .faq .wrapper .inner {
    padding: 30px 0 0 0;
  }
  .faq .wrapper .inner .faq-list {
    display: flex;
    flex-direction: column;
    max-width: 92%;
    margin: 0 auto 0;
  }
  .faq .wrapper .inner .faq-list .item {
    position: relative;
    width: 100%;
    padding: 30px 52px 30px 72px;
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
    margin: 24px 0 0;
    cursor: pointer;
    border: solid 3px #fb927b;
  }
  .faq .wrapper .inner .faq-list .item:first-child {
    margin: auto;
  }
  .faq .wrapper .inner .faq-list .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 36px 0 0;
    border-color: #fb927b transparent transparent transparent;
  }
  .faq .wrapper .inner .faq-list .item .question {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .faq .wrapper .inner .faq-list .item .question h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fb927b;
    padding: 0 1em 0 1.5em;
    text-indent: -1.5em;
  }
  .faq .wrapper .inner .faq-list .item .question h3::before {
    content: "Q.";
    margin-right: 0.5em;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::before, .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fb927b;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    transform: rotate(90deg);
    transition: 0.24s;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
    transform: rotate(0);
  }
  .faq .wrapper .inner .faq-list .item .answer {
    display: none;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence {
    margin: 10px 0 0 0;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence p {
    font-size: 20px;
    color: #373737;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 10px 8px 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231));
  }
  .faq .wrapper {
    padding: 40px 0 40px 0;
    background-image: repeating-linear-gradient(90deg, rgba(222, 222, 222, 0.5), rgba(222, 222, 222, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(222, 222, 222, 0.5), rgba(222, 222, 222, 0.5) 1px, transparent 1px, transparent 90px);
  }
  .faq .wrapper .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .wrapper .title .left {
    margin: 0 30px 0 0;
  }
  .faq .wrapper .title .left h4 .cover .icon {
    line-height: 0;
    width: 8vw;
    margin: 0 10px 0 0;
  }
  .faq .wrapper .title .left h4 .cover .icon img {
    width: 100%;
    height: auto;
  }
  .faq .wrapper .title .left h4 .cover .catch {
    font-size: 7vw;
    letter-spacing: 2px;
  }
  .faq .wrapper .title .right h3 .line {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .faq .wrapper .title .right h3 .line .catch {
    padding: 5px 25px 5px 25px;
    color: #fb927b;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
    font-size: 2.25vw;
  }
  .faq .wrapper .title .right h2 .cover {
    font-size: 4.5vw;
  }
  .faq .wrapper .inner {
    padding: 30px 0 0 0;
  }
  .faq .wrapper .inner .faq-list {
    display: flex;
    flex-direction: column;
    max-width: 94%;
    margin: 0 auto 0;
  }
  .faq .wrapper .inner .faq-list .item {
    position: relative;
    width: 100%;
    padding: 40px 32px;
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
    margin: 24px 0 0;
    cursor: pointer;
  }
  .faq .wrapper .inner .faq-list .item:first-child {
    margin: auto;
  }
  .faq .wrapper .inner .faq-list .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 48px 0 0;
    border-color: #fb927b transparent transparent transparent;
  }
  .faq .wrapper .inner .faq-list .item .question {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .faq .wrapper .inner .faq-list .item .question h3 {
    font-size: 2.5vw;
    font-weight: 800;
    color: #fb927b;
    padding: 0 1em 0 1.5em;
    text-indent: -1.5em;
  }
  .faq .wrapper .inner .faq-list .item .question h3::before {
    content: "Q.";
    margin-right: 0.5em;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::before, .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fb927b;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    transform: rotate(90deg);
    transition: 0.24s;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
    transform: rotate(0);
  }
  .faq .wrapper .inner .faq-list .item .answer {
    display: none;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence {
    margin: 10px 0 0 0;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence p {
    font-size: 2vw;
    color: #373737;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 10px 8px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231));
  }
  .faq .wrapper {
    padding: 80px 0 80px 0;
    background-image: repeating-linear-gradient(90deg, rgba(222, 222, 222, 0.5), rgba(222, 222, 222, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(222, 222, 222, 0.5), rgba(222, 222, 222, 0.5) 1px, transparent 1px, transparent 90px);
  }
  .faq .wrapper .title {
    display: block;
  }
  .faq .wrapper .title .left {
    margin: 0 0px 0 0;
  }
  .faq .wrapper .title .left h4 .cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .wrapper .title .left h4 .cover .icon {
    width: 15vw;
    margin: 0 10px 0 0;
  }
  .faq .wrapper .title .left h4 .cover .icon img {
    width: 100%;
    height: auto;
  }
  .faq .wrapper .title .left h4 .cover .catch {
    font-size: 15vw;
    letter-spacing: 2px;
  }
  .faq .wrapper .title .right h3 .line {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .faq .wrapper .title .right h3 .line .catch {
    padding: 5px 25px 5px 25px;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
    font-size: 4.75vw;
  }
  .faq .wrapper .title .right h2 {
    padding: 5px 0 0 0;
  }
  .faq .wrapper .title .right h2 .cover {
    text-align: center;
    font-size: 8.5vw;
    letter-spacing: 2px;
  }
  .faq .wrapper .inner {
    padding: 30px 0 0 0;
  }
  .faq .wrapper .inner .faq-list {
    display: flex;
    flex-direction: column;
    max-width: 92%;
    margin: 0 auto 0;
  }
  .faq .wrapper .inner .faq-list .item {
    position: relative;
    width: 100%;
    padding: 40px 22px 40px 22px;
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
    margin: 24px 0 0;
    cursor: pointer;
  }
  .faq .wrapper .inner .faq-list .item:first-child {
    margin: auto;
  }
  .faq .wrapper .inner .faq-list .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #fb927b transparent transparent transparent;
  }
  .faq .wrapper .inner .faq-list .item .question {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .faq .wrapper .inner .faq-list .item .question h3 {
    font-size: 5vw;
    font-weight: 800;
    color: #fb927b;
    padding: 0 1em 0 1.5em;
    text-indent: -1.5em;
  }
  .faq .wrapper .inner .faq-list .item .question h3::before {
    content: "Q.";
    margin-right: 0.5em;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::before, .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fb927b;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    transform: rotate(90deg);
    transition: 0.24s;
  }
  .faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
    transform: rotate(0);
  }
  .faq .wrapper .inner .faq-list .item .answer {
    display: none;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence {
    margin: 10px 0 0 0;
  }
  .faq .wrapper .inner .faq-list .item .answer .sentence p {
    font-size: 4.25vw;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 10px 8px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow {
  background: linear-gradient(-45deg, #ffefef, #ffeae0);
  padding: 70px 0 50px 0;
  overflow: hidden;
  position: relative;
}
.flow:before {
  content: "";
  width: 85vw;
  height: 85vw;
  position: absolute;
  border: solid 150px rgba(241, 204, 179, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flow .title {
  position: relative;
  z-index: 2;
}
.flow .title .caption {
  color: #fb927b;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .title .caption .mark {
  text-align: center;
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 45px 0 45px;
  font-size: 24px;
}
.flow .title .caption .mark::before, .flow .title .caption .mark::after {
  content: "";
  background: #fb927b;
  border-radius: 5px;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
}
.flow .title .caption .mark::before {
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.flow .title .caption .mark::after {
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
.flow .title .caption .mark:last-child {
  margin: 0 0 0 0;
}
.flow .title .semi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0 0;
}
.flow .title .semi h2 {
  text-align: center;
  padding: 0 20px 0 20px;
}
.flow .title .semi h2 .sub .cover {
  display: inline-block;
  color: #fb927b;
  background: #fff;
  box-shadow: rgba(28, 28, 100, 0.2) 0px 7px 29px 0px;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 3px 40px 3px 40px;
}
.flow .title .semi h2 .main {
  text-align: center;
}
.flow .title .semi h2 .main .cover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #f66a6d 0%, #fca152 100%);
  padding: 15px 60px 15px 60px;
}
.flow .title .semi h2 .main .cover .icon {
  line-height: 0;
  width: 60px;
}
.flow .title .semi h2 .main .cover .catch {
  padding: 0 0 0 10px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 48px;
}
.flow .title .semi h2 .main .cover .catch .big {
  font-size: 1.4em;
}
.flow .wrapper .inner {
  margin: 35px 0 0 0;
  position: relative;
  z-index: 2;
}
.flow .wrapper .inner ul {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 1.5% 0 1.5%;
  display: flex;
  flex-wrap: wrap;
}
.flow .wrapper .inner ul li {
  width: 30%;
  margin: 0 0 60px 0;
  border: solid 2px #fb927b;
  background: #fff;
  padding: 0 0 0px 0;
  box-shadow: 5px 5px 0px 0px #f5ddd7, inset 0 0 0 3px #fff;
  position: relative;
}
.flow .wrapper .inner ul li .thumb {
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .semi {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
  font-family: "Jost";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 10%;
  background: #fb927b;
  color: #fff;
  padding: 3px 20px 3px 20px;
  font-size: 17px;
  line-height: 1.1;
  width: 80px;
  height: 80px;
}
.flow .wrapper .inner ul li .thumb .semi span.big {
  font-size: 25px;
}
.flow .wrapper .inner ul li .thumb .cover {
  width: 100px;
  margin: 0 auto 0;
  padding: 60px 0 0 0;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.flow .wrapper .inner ul li .text {
  width: 100%;
  padding: 10px 30px 20px 30px;
  position: relative;
}
.flow .wrapper .inner ul li .text .inside p {
  padding: 10px 0px 10px 0px;
}
.flow .wrapper .inner ul li .text .inside img.icon {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 30px;
  width: 150px;
  height: auto;
  opacity: 0.4;
}
.flow .wrapper .inner ul li .text .inside .block {
  position: relative;
  z-index: 2;
}
.flow .wrapper .inner ul li .text .inside .block h3 {
  color: #fb927b;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.flow .wrapper .inner ul li .text .inside .block p {
  font-size: 17px;
  font-weight: 100;
  line-height: 1.8;
}
.flow .wrapper .inner ul li .text .inside .block p .small {
  font-size: 0.8em;
}
.flow .wrapper .inner .arrow {
  width: 5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .wrapper .inner .arrow.sp-disblock {
  display: none;
}
.flow .wrapper .inner .arrow .image {
  width: 100%;
}
.flow .wrapper .inner .arrow .image img {
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow {
    background: #f7f7f7;
  }
  .flow .wrapper {
    background-size: 90px 90px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 90px);
    padding: 50px 0 50px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 85vw;
    height: 85vw;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flow .wrapper .title {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .title .title-wrapper h2 {
    font-size: 3.85vw;
  }
  .flow .wrapper .title .title-wrapper .semi {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .flow .wrapper .inner {
    margin: 25px 0 0 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 40px 2% 0 2%;
  }
  .flow .wrapper .inner ul li {
    width: 30%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 30%;
    margin: 30px aut0 0;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 30px 20px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 2.65vw;
    font-weight: 700;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: none;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow {
    background: #f7f7f7;
  }
  .flow .wrapper {
    background-size: 90px 90px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 90px);
    padding: 40px 0 0px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 85vw;
    height: 85vw;
    position: absolute;
    border: solid 150px rgba(215, 215, 215, 0.4);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flow .wrapper .title {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .title .title-wrapper h2 {
    font-size: 4.2vw;
  }
  .flow .wrapper .title .title-wrapper .semi {
    letter-spacing: 2px;
    font-size: 2.2vw;
  }
  .flow .wrapper .inner {
    margin: 25px 0 0 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 40px 2% 0 2%;
  }
  .flow .wrapper .inner ul li {
    width: 45%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .semi {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    padding: 3px 20px 3px 20px;
    font-size: 1.5vw;
    line-height: 1.1;
    width: 7vw;
    height: 7vw;
  }
  .flow .wrapper .inner ul li .thumb .semi span.big {
    font-size: 2.25vw;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 50%;
    margin: 0 auto;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 30px 20px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 3.25vw;
    font-weight: 700;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 2.2vw;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: flex;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flow .wrapper {
    padding: 50px 0 50px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 105vw;
    height: 105vw;
    position: absolute;
    border: solid 30px rgba(215, 215, 215, 0.4);
    border-radius: 50%;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flow .wrapper .title {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .title .caption {
    display: block;
  }
  .flow .wrapper .title .caption .mark {
    font-size: 4vw;
    padding: 0 0px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .flow .wrapper .title .caption .mark::before {
    position: relative;
    left: -10px;
  }
  .flow .wrapper .title .caption .mark::after {
    position: relative;
    right: -10px;
  }
  .flow .wrapper .title h2 {
    text-align: center;
    padding: 0 20px 0 20px;
  }
  .flow .wrapper .title h2 .sub .cover {
    letter-spacing: 2px;
    font-size: 5.5vw;
    padding: 3px 20px 3px 20px;
  }
  .flow .wrapper .title h2 .main {
    text-align: center;
  }
  .flow .wrapper .title h2 .main .cover {
    padding: 15px 20px 15px 20px;
  }
  .flow .wrapper .title h2 .main .cover .icon {
    line-height: 0;
    width: 8vw;
  }
  .flow .wrapper .title h2 .main .cover .catch {
    padding: 0 0 0 10px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 8vw;
  }
  .flow .wrapper .title h2 .main .cover .catch .big {
    font-size: 1.4em;
  }
  .flow .wrapper .inner {
    margin: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul {
    margin: 0 auto;
    padding: 40px 3.5% 0 3.5%;
    display: block;
  }
  .flow .wrapper .inner ul li {
    width: 90%;
    margin: 0 auto 20px;
    border: solid 2px #fb927b;
    background: #fff;
    padding: 0 0 10px 0;
    display: block;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 60%;
    padding: 30px 30px 0px 30px;
    margin: 0 auto 0;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: start;
    color: #fb927b;
    padding: 10px 30px 10px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside {
    margin: 10px 0 0 0;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .semi {
    position: absolute;
    top: -70px;
    left: 60px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 10%;
    color: #fff;
    padding: 3px 20px 3px 20px;
    font-size: 17px;
    line-height: 1.1;
    width: 80px;
    height: 80px;
  }
  .flow .wrapper .inner ul li .text .inside .semi span.big {
    font-size: 25px;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 4.5vw;
    line-height: 1.86;
    padding: 6px 0 6px 0;
    color: rgb(11, 25, 58);
  }
  .flow .wrapper .inner ul .arrow {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 5px;
  }
  .flow .wrapper .inner ul .arrow.sp-disblock {
    display: block;
  }
  .flow .wrapper .inner ul .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner ul .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */