@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&family=M+PLUS+Rounded+1c&display=swap");
html {
  font-size: 62.5%; }

body {
  color: #000000;
  list-style: none;
  font-size: 2rem;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', dnp-shuei-mgothic-std, sans-serif, '游ゴシック',  YuGothic, 'メイリオ', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

a {
  text-decoration: none;
  color: #fff; }

img {
  max-width: 100%; }

p {
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.8em;
  font-size: 2rem; }
  @media (max-width: 1280px) {
    p {
      font-size: 1.8rem; } }
  @media (max-width: 768px) {
    p {
      font-size: 1.4rem; } }

/* CSS Document */
/* CSS Document */
body {
  margin: 0; }

#header {
  position: fixed;
  height: 65px;
  background-color: #fff;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%; }
  @media (max-width: 1280px) {
    #header {
      height: 50px; } }
  @media (max-width: 768px) {
    #header {
      height: 35px; } }

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  @media (max-width: 1280px) {
    .header-bar {
      max-width: 640px; } }

.top-logo img {
  width: 130px;
  height: 65px;
  position: absolute;
  top: 10px; }
  @media (max-width: 1280px) {
    .top-logo img {
      width: 100px;
      height: 50px; } }
  @media (max-width: 768px) {
    .top-logo img {
      width: 75px;
      height: 35px;
      margin-left: 2rem; } }

.first-view {
  position: relative;
  padding-top: 65px; }
  @media (max-width: 1280px) {
    .first-view {
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .first-view {
      padding-top: 35px; } }

.inquiry-top {
  display: flex;
  align-items: center;
  height: 65px;
  width: 530px; }
  @media (max-width: 1280px) {
    .inquiry-top {
      width: 430px;
      height: 50px; } }
  @media (max-width: 768px) {
    .inquiry-top {
      display: none; } }
  .inquiry-top p {
    margin: 0;
    font-weight: 600; }
    @media (max-width: 1280px) {
      .inquiry-top p {
        font-size: 1.3rem; } }

.phone {
  padding: 0 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  margin-right: 1rem;
  background-color: #4bbdb6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media (max-width: 768px) {
    .phone {
      width: auto; } }
  .phone p {
    font-size: 2.4rem; }
    @media (max-width: 1280px) {
      .phone p {
        font-size: 1.6rem; } }
  .phone img {
    margin-right: 1rem; }

.phone:hover {
  background-color: #6dd5cf; }

.mail {
  padding: 0 1rem;
  color: #fff;
  height: 100%;
  width: 50%;
  background-color: #0f0067;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .mail {
      width: auto; } }
  .mail img {
    height: 100%;
    margin-right: 1rem; }

.mail:hover {
  background-color: #0037b4; }

.mail-main {
  display: flex;
  justify-content: center; }

.small {
  color: #ffcf07;
  font-size: 1.6rem; }
  @media (max-width: 1280px) {
    .small {
      font-size: 1.1rem; } }

.mail-text {
  font-size: 1.8rem; }

.top-inquiry {
  display: flex;
  position: absolute;
  bottom: 20%;
  left: 8%;
  background-color: #4bbdb6;
  color: #fff;
  padding: 1% 1.2%;
  align-items: center;
  text-align: right;
  max-width: 100%; }
  .top-inquiry img {
    height: 100%;
    margin-right: 1rem;
    height: 35px; }
  .top-inquiry p {
    font-size: 4rem;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 1280px) {
      .top-inquiry p {
        font-size: 3rem; } }
    @media screen and (max-width: 1080px) {
      .top-inquiry p {
        font-size: 2rem; } }

.top-illust {
  position: absolute;
  width: 38%;
  bottom: 8%;
  right: 28%;
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.airplane-1 {
  position: absolute;
  width: 10%;
  top: 18%;
  left: 20%;
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }
  @media (max-width: 1280px) {
    .airplane-1 {
      top: 22%; } }
  @media (max-width: 768px) {
    .airplane-1 {
      top: 26%; } }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.airplane-2 {
  position: absolute;
  width: 7%;
  top: 68%;
  left: 36%;
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }
  @media (max-width: 768px) {
    .airplane-2 {
      left: 30%; } }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes zoomInAnime {
  from {
    transform: scale(0.6); }
  to {
    transform: scale(1); } }
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@media (max-width: 768px) {
  .top-phone {
    display: none; } }
.top-phone :hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #6dd5cf; }

.title {
  position: relative;
  max-width: 1080px;
  font-size: 60px;
  text-align: center;
  border-bottom: solid 5px #ff8c00;
  margin: auto;
  letter-spacing: 0.2em; }
  @media (max-width: 1280px) {
    .title {
      max-width: 600px;
      font-size: 3.4rem; } }
  @media (max-width: 768px) {
    .title {
      max-width: 450px;
      font-size: 2.6rem;
      margin: 0 auto; } }
  .title span {
    color: #ff8c00; }

.title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2rem 2rem;
  border-color: #ff8c00 transparent transparent transparent;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }

.worries-contents {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 6rem 0 8rem; }
  @media (max-width: 768px) {
    .worries-contents {
      display: block;
      text-align: center;
      padding: 2rem 0 5rem; } }
  .worries-contents img {
    height: 100%; }

.worries {
  background-image: url("../images/worries-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2rem;
  padding-top: 10rem; }
  @media (max-width: 768px) {
    .worries {
      padding-top: 5rem; } }

.worries-items {
  max-width: 100%;
  width: 440px;
  list-style: none;
  background-color: #ffffff;
  padding: 5rem 3rem;
  margin: 5rem 0;
  box-shadow: 0 5px 10px gray;
  border-radius: 30px; }
  @media (max-width: 768px) {
    .worries-items {
      margin: 5rem auto 0;
      width: 280px; } }
  .worries-items li {
    display: flex;
    align-items: flex-end;
    border-bottom: dashed 2px #000;
    padding: 5px;
    margin-bottom: 1rem; }
    .worries-items li p {
      margin: 0 0 0 1rem;
      font-weight: 600; }
      @media (max-width: 1280px) {
        .worries-items li p {
          font-size: 1.6rem; } }
      @media (max-width: 768px) {
        .worries-items li p {
          font-size: 1.4rem; } }
    .worries-items li img {
      height: 100%; }
      @media (max-width: 768px) {
        .worries-items li img {
          width: 10%; } }
    .worries-items li span {
      color: #ff8c00; }

.worries-illust {
  margin-left: 5%; }
  .worries-illust img {
    width: 400px; }
    @media (max-width: 768px) {
      .worries-illust img {
        width: 300px;
        margin: 5rem 0 0;
        padding-bottom: 5rem; } }

.merit-items {
  position: relative; }

.merit-title {
  position: relative;
  background-color: #3E2B12;
  text-align: center;
  margin: 0 0 20rem;
  padding: 5rem 0; }
  @media (max-width: 1280px) {
    .merit-title {
      margin: 0 0 15rem; } }
  @media (max-width: 768px) {
    .merit-title {
      margin: 0 0 10rem; } }
  .merit-title h1 {
    font-size: 3.6rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.6rem; }
    @media (max-width: 1280px) {
      .merit-title h1 {
        margin: 0 2rem;
        font-size: 3rem; } }
    @media (max-width: 768px) {
      .merit-title h1 {
        font-size: 2rem; } }
    .merit-title h1 span {
      font-size: 5rem;
      color: #ffcf07; }
      @media (max-width: 1280px) {
        .merit-title h1 span {
          font-size: 4rem; } }
      @media (max-width: 768px) {
        .merit-title h1 span {
          font-size: 2.4rem; } }

.merit-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5rem 4rem 4rem;
  border-color: #3E2B12 transparent transparent transparent;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }

.point-icon {
  position: absolute;
  top: -15%;
  left: -85px; }
  .point-icon img {
    width: 100px; }

.merit-contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px; }
  .merit-contents li {
    border: 5px solid #ff8c00;
    list-style: none;
    text-align: center;
    width: 40%;
    margin: 0 4.5rem 10rem; }
    @media (max-width: 768px) {
      .merit-contents li {
        margin: 5rem auto;
        width: 70%; } }
    .merit-contents li h3 {
      padding: 3rem 0;
      margin: 0;
      color: #fff;
      font-size: 2.8rem;
      background-color: #ff8c00; }
      @media (max-width: 1280px) {
        .merit-contents li h3 {
          font-size: 2.2rem; } }
    .merit-contents li img {
      padding: 3rem; }
    .merit-contents li p {
      margin: 0;
      padding: 0 3rem 5rem;
      text-align: left;
      font-family: 'M PLUS 1p', sans-serif; }
    .merit-contents li span {
      background: linear-gradient(transparent 70%, #ffcf07 30%);
      font-size: 3.4rem; }
      @media (max-width: 1280px) {
        .merit-contents li span {
          font-size: 3rem; } }

#comparison {
  text-align: center;
  margin: 10rem 0 20rem; }
  @media (max-width: 768px) {
    #comparison {
      margin: 5rem 1rem; } }
  #comparison img {
    margin-top: 8rem;
    max-width: 1080px; }
    @media (max-width: 1280px) {
      #comparison img {
        margin: 5rem 2rem 0;
        width: 90%; } }

.section-title {
  position: relative;
  max-width: 1080px;
  letter-spacing: 0.2em;
  font-size: 60px;
  text-align: center;
  border-bottom: solid 5px #ff8c00;
  margin: auto; }
  @media (max-width: 1280px) {
    .section-title {
      margin: 0 auto;
      font-size: 4.8rem;
      max-width: 730px; } }
  @media (max-width: 768px) {
    .section-title {
      font-size: 2.6rem;
      max-width: 450px; } }

.section-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2rem 2rem;
  border-color: #ff8c00 transparent transparent transparent;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }

.worries-2-contents {
  text-align: center; }
  @media (max-width: 1280px) {
    .worries-2-contents {
      margin: 0 2rem; } }

.induction-1 {
  background-color: #ffcf07;
  margin-top: 15rem;
  padding-bottom: 10rem; }
  @media (max-width: 1280px) {
    .induction-1 {
      padding: 0 2rem 10rem; } }
  @media (max-width: 768px) {
    .induction-1 {
      margin-top: 5rem;
      padding-bottom: 12rem; } }

.induction-1-contents {
  display: flex;
  padding: 10rem 0;
  justify-content: center;
  align-items: flex-end;
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .induction-1-contents {
      display: block;
      padding: 5rem 0; } }

.relief {
  margin-right: 5rem;
  width: 100%;
  text-align: center; }
  .relief h3 {
    font-size: 4.2rem;
    margin: 0 0 2rem; }
    @media (max-width: 1280px) {
      .relief h3 {
        font-size: 3.2rem; } }
    @media (max-width: 768px) {
      .relief h3 {
        font-size: 2rem;
        margin: 0; } }
    .relief h3 span {
      font-size: 6.4rem;
      color: #fe6c00; }
      @media (max-width: 1280px) {
        .relief h3 span {
          font-size: 5.2rem; } }
      @media (max-width: 768px) {
        .relief h3 span {
          font-size: 3rem; } }
  .relief h4 {
    font-size: 3.4rem;
    margin: 0; }
    @media (max-width: 1280px) {
      .relief h4 {
        font-size: 2.4rem; } }
    @media (max-width: 768px) {
      .relief h4 {
        font-size: 1.8rem;
        margin-bottom: 2rem; } }
    .relief h4 span {
      text-decoration: underline wavy #fe6c00; }

.relief-text {
  font-size: 2.2rem; }
  .relief-text p {
    margin: 0;
    font-weight: 600;
    line-height: 2; }
    @media (max-width: 768px) {
      .relief-text p {
        text-align: center; } }
    .relief-text p span {
      color: #fe6c00; }

.inquiry {
  display: flex;
  align-items: center;
  height: 65px;
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .inquiry {
      width: 730px; } }
  @media (max-width: 768px) {
    .inquiry {
      display: block;
      min-width: 320px;
      width: 50%; } }
  .inquiry p {
    margin: 0;
    font-weight: 600; }
  .inquiry .phone {
    margin-right: 10rem; }
    @media (max-width: 1280px) {
      .inquiry .phone {
        margin-right: 5rem; } }
    @media (max-width: 768px) {
      .inquiry .phone {
        margin: 0 0 1rem; } }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.merit-items {
  opacity: 0; }

.tool-contents {
  opacity: 0; }

.list-contents {
  opacity: 0; }

/* 表が左から出現　*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* worry-img　*/
/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0; }
  to {
    transform: rotateZ(360deg);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0; }

.animation {
  opacity: 0;
  transition: all 500ms; }

.animation.scrollin {
  opacity: 1; }

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* CSS Document */
.service {
  padding-bottom: 10rem;
  background-color: #f8f5ed;
  position: relative; }
  @media (max-width: 768px) {
    .service {
      padding-bottom: 0; } }

.service::before {
  content: "";
  display: inline-block;
  background: url("../images/box.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 120px;
  position: absolute;
  top: -60px;
  right: 15%;
  z-index: 100; }
  @media (max-width: 768px) {
    .service::before {
      width: 90px;
      height: 80px;
      top: -45px; } }

.service-title {
  position: relative;
  background-color: #3E2B12;
  text-align: center;
  padding: 5rem 0; }
  .service-title h1 {
    font-size: 4.5rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.8rem; }
    @media (max-width: 1280px) {
      .service-title h1 {
        font-size: 3rem;
        margin: 0 2rem; } }
    @media (max-width: 768px) {
      .service-title h1 {
        font-size: 2rem; } }
    .service-title h1 .s-1 {
      font-size: 5.5rem; }
      @media (max-width: 1280px) {
        .service-title h1 .s-1 {
          font-size: 3.6rem; } }
      @media (max-width: 768px) {
        .service-title h1 .s-1 {
          font-size: 2.6rem; } }
    .service-title h1 .s-2 {
      font-size: 6rem;
      color: #ffcf07; }
      @media (max-width: 1280px) {
        .service-title h1 .s-2 {
          font-size: 5rem; } }
      @media (max-width: 768px) {
        .service-title h1 .s-2 {
          font-size: 4rem; } }

.service-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5rem 4rem 4rem;
  border-color: #3E2B12 transparent transparent transparent;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }

@media (max-width: 1280px) {
  .anxiety {
    padding: 0 2rem; } }

.anxiety::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 203px;
  position: absolute;
  bottom: -200px;
  max-width: 100%;
  left: 0;
  right: 0; }

.anxiety-contents {
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .anxiety-contents {
      display: block;
      text-align: center; } }
  .anxiety-contents h4 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    margin-left: 5rem; }
    @media (max-width: 1280px) {
      .anxiety-contents h4 {
        font-size: 2.6rem; } }
    @media (max-width: 768px) {
      .anxiety-contents h4 {
        text-align: initial;
        font-size: 2rem;
        width: fit-content;
        margin: 0 auto; } }
  @media (max-width: 1280px) {
    .anxiety-contents img {
      width: 35%;
      min-width: 150px; } }

.service-text p {
  line-height: 2.3em;
  width: 770px;
  padding: 5rem 25rem 0 5rem;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .service-text p {
      width: 700px;
      padding: 5rem 4rem 0 0; } }
  @media (max-width: 768px) {
    .service-text p {
      padding: 1rem 0 0;
      width: auto;
      min-width: 300px; } }
.service-text span {
  background: linear-gradient(transparent 70%, #ffcf07 30%); }

.tool {
  margin: 15rem 2rem; }
  @media (max-width: 768px) {
    .tool {
      margin: 5rem 2rem; } }

.tool-contents {
  display: flex;
  margin: 0 auto;
  align-items: center;
  max-width: 1080px; }
  @media (max-width: 768px) {
    .tool-contents img {
      display: none; } }
  .tool-contents ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 3.6rem; }
    @media (max-width: 1280px) {
      .tool-contents ul {
        font-size: 2.6rem; } }
    @media (max-width: 768px) {
      .tool-contents ul {
        font-size: 2rem; } }
    .tool-contents ul .shopify {
      color: #00913A; }
    .tool-contents ul .base {
      color: 595757; }
    .tool-contents ul .makeshop span {
      color: #036EB8; }
    .tool-contents ul .rakuten {
      color: #DA0000; }
    .tool-contents ul .gurusuguri {
      color: #D1A200; }
    .tool-contents ul .yahoo span {
      color: #FF0000; }
    .tool-contents ul .qoo10 {
      color: #0F0067; }
      .tool-contents ul .qoo10 span {
        color: #DA0000; }
    .tool-contents ul li {
      font-family: "游ゴシック";
      font-weight: 600;
      margin: 2rem 1.5rem;
      list-style: none; }

.service-list {
  background-color: #ffcf07;
  padding: 35rem 0 20rem; }
  @media (max-width: 1280px) {
    .service-list {
      padding: 30rem 0 15rem; } }

.service-list-title {
  text-align: center; }
  .service-list-title h2 {
    font-size: 6rem;
    margin: 0 0 4rem;
    letter-spacing: 0.2em; }
    @media (max-width: 1280px) {
      .service-list-title h2 {
        font-size: 4rem; } }
    @media (max-width: 768px) {
      .service-list-title h2 {
        font-size: 2.6rem;
        margin: 0 0 2rem; } }
  .service-list-title p {
    font-size: 3rem;
    background-color: #ff8c00;
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    margin: 0 auto;
    padding: 1rem 0; }
    @media (max-width: 1280px) {
      .service-list-title p {
        width: 730px;
        font-size: 2.4rem; } }
    @media (max-width: 768px) {
      .service-list-title p {
        width: auto;
        font-size: 1.4rem;
        min-width: 300px; } }

.list-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10rem 0 10rem;
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .list-contents {
      padding-bottom: 3rem; } }
  @media (max-width: 768px) {
    .list-contents {
      padding: 5rem 0 5rem; } }
  .list-contents li {
    text-align: center;
    list-style: none;
    margin-bottom: 6rem; }
    .list-contents li img {
      width: 200px;
      height: 200px;
      padding: 0 3rem; }
    .list-contents li p {
      margin: 0;
      font-weight: 600; }

/* CSS Document */
.flow {
  background-image: url("../images/worries-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 40rem; }
  @media (max-width: 1280px) {
    .flow {
      padding: 10rem 0 35rem; } }
  @media (max-width: 768px) {
    .flow {
      padding: 10rem 0 25rem; } }

.section-title-2 {
  position: relative;
  max-width: 800px;
  letter-spacing: 0.2em;
  font-size: 60px;
  text-align: center;
  border-bottom: solid 5px #ff8c00;
  margin: auto; }
  @media (max-width: 1280px) {
    .section-title-2 {
      width: 730px;
      font-size: 4rem; } }
  @media (max-width: 768px) {
    .section-title-2 {
      width: 300px;
      font-size: 2.6rem; } }

.section-title-2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2rem 2rem;
  border-color: #ff8c00 transparent transparent transparent;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }

.flow-list {
  display: flex;
  margin-top: 15rem; }
  .flow-list li {
    width: 450px !important;
    position: relative;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border: 5px solid #ff8c00;
    margin: 2rem 2rem;
    padding: 4rem; }
    @media (max-width: 1280px) {
      .flow-list li {
        padding: 2rem; } }
    @media (max-width: 768px) {
      .flow-list li {
        width: 280px !important; } }
    .flow-list li h4 {
      font-size: 2.4rem; }
    .flow-list li p {
      font-size: 1.8rem;
      text-align: start !important; }
    .flow-list li img {
      margin: 2rem; }

.flow-list li::before {
  content: "";
  display: inline-block;
  background: url("../images/arrow-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 90px;
  height: 52px;
  position: absolute;
  top: 45%;
  right: -76px;
  z-index: 100; }
  .flow-list li::before li :last-child {
    display: none; }

.close {
  padding: 10rem 0 15rem;
  background-color: #ffcf07;
  text-align: center; }
  .close h2 {
    position: relative; }
    @media (max-width: 768px) {
      .close h2 {
        font-size: 2.1rem; } }
    .close h2 img {
      position: absolute;
      bottom: 170%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }

.close-text {
  margin: 5rem 0; }
  @media (max-width: 768px) {
    .close-text {
      margin: 3rem 1rem; } }

.point-img {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

#footer {
  background-color: #ff8c00;
  color: #fff;
  padding: 6rem 0 2rem; }
  #footer img {
    height: 100%;
    width: 100%; }
  #footer p {
    margin: 0; }

.adress {
  display: flex;
  margin-left: 20%;
  align-items: end;
  margin-bottom: 6rem;
  margin-right: 2rem; }
  @media (max-width: 1280px) {
    .adress {
      margin-left: 10%;
      margin-bottom: 4rem; } }
  @media (max-width: 768px) {
    .adress {
      display: block; } }

.adress-contents p {
  font-size: 2.4rem;
  font-weight: 500; }
  @media (max-width: 1280px) {
    .adress-contents p {
      font-size: 1.6rem; } }
  @media (max-width: 768px) {
    .adress-contents p {
      font-size: 1.2rem; } }

.logo {
  margin: 0 5rem 0.5rem 0; }
  @media (max-width: 1280px) {
    .logo {
      margin-right: 5rem;
      width: 30%;
      height: auto; } }

.copyright {
  text-align: center; }
  @media (max-width: 1280px) {
    .copyright {
      font-size: 1.4rem; } }
  @media (max-width: 768px) {
    .copyright {
      font-size: 1.1rem;
      padding-bottom: 65px; } }

.inquiry-bottom {
  display: none; }
  @media (max-width: 768px) {
    .inquiry-bottom {
      display: flex;
      position: fixed;
      width: 100%;
      bottom: 0px;
      z-index: 100;
      padding: 0;
      margin: 0;
      height: 65px; }
      .inquiry-bottom .mail {
        width: 100%; }
        .inquiry-bottom .mail p {
          margin: 0;
          font-size: 1.6rem; }
        .inquiry-bottom .mail .small {
          font-size: 1.2rem;
          margin-top: 0.3rem; }
      .inquiry-bottom .phone {
        margin: 0;
        width: 80px; }
        .inquiry-bottom .phone img {
          margin: 0; } }

#flow {
  background-color: #000 !important; }
  #flow .bx-viewport {
    height: 700px !important; }
  #flow .bx-wrapper img {
    display: inline;
    height: 120px; }
  #flow .bx-wrapper {
    background: none;
    border: none; }
  #flow .bx-wrapper .bx-controls-direction a {
    top: 60% !important; }
  #flow .bx-wrapper .bx-pager.bx-default-pager a:hover, #flow .bx-wrapper .bx-pager.bx-default-pager a.active, #flow .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ff8c00; }

.form-main {
  background-color: #f8f5ed;
  padding-bottom: 5rem; }
  @media (max-width: 768px) {
    .form-main {
      padding: 0 2rem 5rem; } }

.contact-title {
  text-align: center; }
  .contact-title h1 {
    margin: 0;
    padding-top: 10rem; }

form {
  max-width: 680px;
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 20px; }

.item {
  display: grid;
  align-items: center;
  padding-top: 20px; }

.sex {
  padding-top: 20px; }

.label {
  width: 300px;
  padding-left: 10px;
  border-left: solid 5px #ff8c00; }

.label-required {
  color: #ff6347;
  font-weight: bold;
  font-size: 18px; }

input[type="text"], input[type="email"] {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
  margin-top: 1rem; }
  @media (max-width: 768px) {
    input[type="text"], input[type="email"] {
      width: auto; } }

select {
  appearance: none;
  cursor: pointer;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px; }

textarea {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 160px;
  width: auto;
  font-size: 15px;
  margin-top: 1rem; }

.btn {
  text-align: center;
  margin: 25px auto; }

.btn :hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #ff8c00; }

button {
  background: #ff6347;
  border-radius: 7px;
  cursor: pointer;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 25px; }

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%; }

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px; }

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left; }

p.error_messe {
  margin: 5px 0;
  color: red; }

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto; }

  table.formTable th, table.formTable td {
    width: auto;
    display: block; }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
