@charset "UTF-8";
/*
    html5doctor.com Reset 
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com
    Twitter: @rich_clark
    */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

li {
  list-style: none;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 45px;
  margin: 0 auto;
  padding: 0px;
  height: 100vh;
}

@media (max-width: 680px) {
  body {
    line-height: 35px;
    font-size: 16px;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

.container {
  margin: auto;
  padding: 0 20px;
  max-width: 1200px;
}

header {
  position: relative;
  margin-top: 30px;
  height: 770px;
  width: 100%;
}

@media (max-width: 680px) {
  header {
    margin-top: 10px;
    height: 500px;
  }
}

header .header-ttl {
  position: absolute;
  top: 12px;
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  z-index: 0;
}

@media (max-width: 1157px) {
  header .header-ttl {
    font-size: 55px;
  }
}

@media (max-width: 940px) {
  header .header-ttl {
    top: 110px;
  }
}

@media (max-width: 680px) {
  header .header-ttl {
    font-size: 30px;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

header .header-back {
  position: absolute;
  top: 55px;
  width: 820px;
  height: 581px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

@media (max-width: 1157px) {
  header .header-back {
    width: 720px;
    top: 75px;
    height: 561px;
  }
}

@media (max-width: 940px) {
  header .header-back {
    width: 100%;
    top: 175px;
    height: 561px;
  }
}

@media (max-width: 680px) {
  header .header-back {
    top: 110px;
    width: 100%;
    height: 330px;
  }
}

header .header-tel {
  position: absolute;
  top: -3px;
  right: 0px;
  font-size: 34px;
  font-weight: normal;
  text-shadow: 3px 3px 6px #00000052;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 6px #00000052;
          box-shadow: 3px 3px 6px #00000052;
  width: 400px;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 940px) {
  header .header-tel {
    top: 6px;
    left: 0;
    padding-top: 4px;
    font-size: 23px;
    border-radius: 10px;
    width: 250px;
    line-height: 55px;
  }
}

@media (max-width: 680px) {
  header .header-tel {
    top: 10px;
    padding-top: 1px;
    font-size: 15px;
    border-radius: 10px;
    width: 155px;
    line-height: 35px;
    display: none;
  }
}

header .header-tel::before {
  content: "";
  display: inline-block;
  width: 73px;
  /*画像の幅*/
  height: 73px;
  /*画像の高さ*/
  background-image: url(../img/15_other/tel-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media (max-width: 940px) {
  header .header-tel::before {
    width: 44px;
    /*画像の幅*/
    height: 44px;
    /*画像の高さ*/
    margin-bottom: 8px;
    margin-right: 7px;
  }
}

@media (max-width: 680px) {
  header .header-tel::before {
    width: 24px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    margin-bottom: 4px;
    margin-right: 7px;
  }
}

header .header-tel:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

header .header-tel-sp {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 5%;
  font-size: 25px;
  color: #ff8f8f;
  border: 1px solid #ff8f8f;
  opacity: 0.95;
  background-color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px #e7e7e7;
          box-shadow: 1px 1px 1px #e7e7e7;
  z-index: 1;
}

@media (min-width: 680px) {
  header .header-tel-sp {
    display: none;
  }
}

header .header-txt-what {
  position: absolute;
  top: 100px;
  right: 75px;
  font-size: 22px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-shadow: 3px 3px 6px #000000;
  border-radius: 50%;
}

@media (max-width: 1157px) {
  header .header-txt-what {
    top: -40px;
    right: 55px;
    font-size: 20px;
    width: 452px;
    height: 456px;
    padding-top: 138px;
    padding-left: 65px;
    z-index: 0;
    border-radius: 50%;
    background-color: #7a7a98;
    z-index: -2;
  }
}

@media (max-width: 940px) {
  header .header-txt-what {
    top: 190px;
    right: 70px;
    font-size: 15px;
    line-height: 35px;
    width: 362px;
    height: 346px;
    padding-top: 95px;
    padding-left: 65px;
  }
}

@media (max-width: 680px) {
  header .header-txt-what {
    top: 150px;
    right: 30px;
    font-size: 9px;
    line-height: 22px;
    width: 222px;
    height: 206px;
    padding-top: 58px;
    padding-left: 35px;
    z-index: 0;
    border-radius: 50%;
    background-color: #7a7a98;
  }
}

header .header-circle {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 569px;
  height: 547px;
  border-radius: 50%;
  background-color: #7a7a98;
  z-index: -3;
}

@media (max-width: 1157px) {
  header .header-circle {
    display: none;
  }
}

header .header-txt-action {
  position: absolute;
  top: 270px;
  right: -60px;
  padding-top: 50px;
  padding-left: 90px;
  font-size: 22px;
  font-weight: normal;
  line-height: 45px;
  text-shadow: 2px 3px 6px #0000004a;
  width: 442px;
  height: 426px;
  border-radius: 50%;
  border: 3px solid #707070;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 1157px) {
  header .header-txt-action {
    right: 0px;
    font-size: 20px;
  }
}

@media (max-width: 940px) {
  header .header-txt-action {
    top: 440px;
    right: 0px;
    font-size: 15px;
    line-height: 35px;
    width: 362px;
    height: 346px;
    padding-top: 43px;
    padding-left: 95px;
    border: 1px solid #707070;
  }
}

@media (max-width: 680px) {
  header .header-txt-action {
    top: 300px;
    right: -20px;
    font-size: 9px;
    line-height: 22px;
    width: 222px;
    height: 206px;
    padding-top: 23px;
    padding-left: 55px;
    border: 1px solid #707070;
    z-index: 0;
  }
}

header .header-en {
  position: absolute;
  z-index: -1;
  top: 430px;
  left: 160px;
  font-family: bello-caps, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  text-align: left;
  width: 100px;
  line-height: 50px;
}

@media (max-width: 940px) {
  header .header-en {
    top: 570px;
    left: 20%;
    font-size: 16px;
    line-height: 35px;
  }
}

@media (max-width: 680px) {
  header .header-en {
    top: 355px;
    left: 17%;
    font-size: 9px;
    line-height: 20px;
  }
}

@media (max-width: 350px) {
  header .header-en {
    left: 12%;
  }
}

header .menu {
  position: absolute;
  top: 650px;
}

header .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 26px;
  -webkit-box-shadow: 3px 3px 6px #00000029;
          box-shadow: 3px 3px 6px #00000029;
  background-color: #a7abcb;
}

@media (max-width: 940px) {
  header .menu-btn {
    display: none;
  }
}

@media (max-width: 680px) {
  header .menu-btn {
    display: none;
  }
}

header .menu-btn-list {
  font-size: 20px;
  padding: 20px 25px;
  margin: 0 auto;
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #a7abcb;
}

header .menu-btn-list:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #c8cbdd;
}

header .menu-btn-list:last-child {
  border-right: none;
}

@media (max-width: 1157px) {
  header .menu-btn-list {
    font-size: 16px;
    padding: 20px 24px;
  }
}

header .ham-menu {
  position: fixed;
  z-index: 1;
}

@media (min-width: 940px) {
  header .ham-menu {
    display: none;
  }
}

@media (max-width: 940px) {
  header .ham-menu {
    display: block;
    top: 35px;
    right: 5%;
  }
}

@media (max-width: 680px) {
  header .ham-menu {
    top: 20px;
    right: 5%;
  }
}

header .ham-menu .btn {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 1px 1px 1px #e7e7e7;
          box-shadow: 1px 1px 1px #e7e7e7;
  border: 1px solid #e7e7e7;
  z-index: 1;
}

header .ham-menu .btn.active {
  background-color: #807191;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .ham-menu .btn :focus {
  outline: 0;
}

@media (max-width: 940px) {
  header .ham-menu .btn {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 680px) {
  header .ham-menu .btn {
    width: 48px;
    height: 48px;
  }
}

header .ham-menu .btn-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1.5px;
  border-radius: 100px;
  background: #838383;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 350px) {
  header .ham-menu .btn-menu {
    width: 24px;
    top: 23px;
    left: 50%;
  }
}

header .ham-menu .btn-menu::before {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #838383;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .ham-menu .btn-menu::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #838383;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .ham-menu .btn-menu.active {
  z-index: 1;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1.5px;
  border-radius: 100px;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

header .ham-menu .btn-menu.active::before {
  top: -8px;
  background: white;
}

header .ham-menu .btn-menu.active::after {
  bottom: -8px;
  background: white;
}

header .ham-menu .menu-list {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
  height: 600px;
  background-color: #a7abcb;
  opacity: 0.97;
  padding: 100px 0px 0px 0;
  z-index: 0;
}

@media (max-width: 680px) {
  header .ham-menu .menu-list {
    height: 550px;
    padding: 60px 0px 0px 0;
    width: 40%;
  }
}

header .ham-menu .menu-list-item {
  display: block;
  color: white;
  padding-left: 20px;
  font-size: 15px;
  letter-spacing: 0.1rem;
  text-align: left;
  line-height: 60px;
  font-weight: bold;
}

@media (max-width: 680px) {
  header .ham-menu .menu-list-item {
    font-size: 12px;
  }
}

main .headcopy-ttl {
  text-align: center;
  margin-top: 70px;
  font-size: 30px;
  font-weight: normal;
  line-height: 60px;
}

@media (max-width: 680px) {
  main .headcopy-ttl {
    font-size: 16px;
    margin-top: 30px;
    line-height: 35px;
  }
}

main .headcopy-contact {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .headcopy-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .headcopy-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .headcopy-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .headcopy-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .headcopy-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .headcopy-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .headcopy-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .headcopy-corona {
  margin: 40px 0px 150px 0px;
}

@media (max-width: 680px) {
  main .headcopy-corona {
    margin: 40px 0px 70px 0px;
  }
}

main .headcopy-corona-txt {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #241de4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .headcopy-corona-txt:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

@media (max-width: 680px) {
  main .headcopy-corona-txt {
    font-size: 14px;
    width: 80%;
    line-height: 30px;
    margin-bottom: 90px;
  }
}

main .compare-ttl {
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  main .compare-ttl {
    display: none;
  }
}

main .compare-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/03_compare/compare-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  max-width: 1000px;
  padding-bottom: 50px;
  z-index: -3;
}

main .compare-box:before {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  height: 100%;
  z-index: -2;
}

@media (max-width: 680px) {
  main .compare-box {
    background-image: none;
    padding-bottom: 0px;
  }
}

main .compare-box-intro {
  position: relative;
  padding-top: 35px;
  text-align: center;
  line-height: 55px;
  margin-bottom: 45px;
}

@media (max-width: 680px) {
  main .compare-box-intro {
    display: none;
  }
}

main .compare-box-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 42px;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 680px) {
  main .compare-box-ttl {
    width: 100%;
  }
}

@media (max-width: 680px) {
  main .compare-box-ttl-yes, main .compare-box-ttl-no {
    display: none;
  }
}

@media (min-width: 680px) {
  main .compare-box-ttl-sp {
    display: none;
  }
}

@media (max-width: 680px) {
  main .compare-box-ttl-sp {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: normal;
    z-index: 1;
    margin-bottom: 30px;
  }
}

main .compare-box-contants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
}

@media (max-width: 680px) {
  main .compare-box-contants {
    width: 100%;
    padding: 0;
  }
}

main .compare-box-contants-yes {
  position: relative;
  width: 47%;
  border: 1px solid #707070;
  padding: 8px 15px;
}

@media (max-width: 680px) {
  main .compare-box-contants-yes {
    width: 100%;
    background-image: url(../img/03_compare/compare-bg.png);
    background-size: cover;
    background-position: 35% 95%;
    padding: 35px 15px 15px 15px;
  }
  main .compare-box-contants-yes:before {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    height: 100%;
    z-index: 0;
  }
}

main .compare-box-contants-yes:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-right: 13vw solid transparent;
  border-bottom: 320px solid #fecdcd;
  border-left: 13vw solid transparent;
  z-index: -1;
}

@media (max-width: 680px) {
  main .compare-box-contants-yes:after {
    text-align: center;
    z-index: 0;
    bottom: 1px;
    width: 0px;
    border-right: 36vw solid transparent;
    border-bottom: 340px solid #fecdcd;
    border-left: 36vw solid transparent;
  }
}

@media (max-width: 350px) {
  main .compare-box-contants-yes:after {
    border-bottom: 390px solid #fecdcd;
  }
}

@media (max-width: 680px) {
  main .compare-box-contants-yes-item {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 35px;
  }
}

main .compare-box-contants-no {
  position: relative;
  width: 47%;
  border: 1px solid #707070;
  padding: 8px 15px;
}

@media (max-width: 680px) {
  main .compare-box-contants-no {
    display: none;
  }
}

main .compare-box-contants-no:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-top: 330px solid #cdd4fe;
  border-right: 13vw solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 13vw solid transparent;
  z-index: -1;
}

@media (max-width: 940px) {
  main .compare-box-contants-no:after {
    bottom: 91px;
  }
}

@media (max-width: 680px) {
  main .compare-box-contants-no:after {
    content: none;
  }
}

main .compare-box-contants-no:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  position: absolute;
  right: 0px;
  bottom: 17px;
  width: 120px;
  /*画像の幅*/
  height: 120px;
  /*画像の高さ*/
  background-image: url(../img/03_compare/man-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .compare-box-contants-no:before {
    content: none;
  }
}

@media (max-width: 680px) {
  main .compare-box-contants-no-item {
    position: relative;
    z-index: 2;
    line-height: 45px;
  }
}

@media (max-width: 350px) {
  main .compare-box-contants-no-item {
    line-height: 33px;
  }
}

main .compare-box-outro {
  padding-top: 25px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 60%;
}

@media (max-width: 680px) {
  main .compare-box-outro {
    margin-top: 0px;
    font-size: 14px;
    position: relative;
    max-width: 100%;
    line-height: 30px;
    padding-bottom: 90px;
  }
  main .compare-box-outro br {
    display: none;
  }
  main .compare-box-outro:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 90px;
    /*画像の幅*/
    height: 90px;
    /*画像の高さ*/
    background-image: url(../img/03_compare/man-icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 2;
  }
}

main .compare-contact {
  margin: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .compare-contact {
    margin: 40px 0px;
  }
}

main .compare-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .compare-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .compare-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .compare-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .compare-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .compare-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .compare-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .what-design {
  position: relative;
  background-color: #d4d4d4;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  main .what-design {
    background-color: #fff;
  }
}

main .what-design-ttl {
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  padding: 40px 0px 60px 0px;
}

@media (max-width: 940px) {
  main .what-design-ttl {
    font-size: 35px;
  }
}

@media (max-width: 680px) {
  main .what-design-ttl {
    display: none;
  }
}

@media (min-width: 680px) {
  main .what-design-ttl-sp {
    display: none;
  }
}

@media (max-width: 680px) {
  main .what-design-ttl-sp {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    letter-spacing: normal;
    line-height: 45px;
    margin: 100px 0px 30px 0px;
  }
}

main .what-design-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 940px) {
  main .what-design-box {
    display: block;
    width: 100%;
  }
}

main .what-design-box-good {
  width: 47%;
}

@media (max-width: 940px) {
  main .what-design-box-good {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media (max-width: 680px) {
  main .what-design-box-good {
    width: 100%;
    background-color: #e5e0e0;
    padding-bottom: 10px;
  }
}

main .what-design-box-good-ttl {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

@media (max-width: 940px) {
  main .what-design-box-good-ttl {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  main .what-design-box-good-ttl {
    font-size: 30px;
    padding-top: 30px;
  }
}

main .what-design-box-good-wrapper {
  position: relative;
  background-color: #fff;
  height: 510px;
  line-height: 45px;
  padding: 25px 22px;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper {
    margin: 0 auto 20px auto;
    width: 90%;
    padding: 15px 15px;
  }
}

main .what-design-box-good-wrapper-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
}

main .what-design-box-good-wrapper-square:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 45px;
  width: 120px;
  height: 120px;
  background: #ff8f8f;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-square:after {
    top: 45px;
    left: 8vw;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 350px) {
  main .what-design-box-good-wrapper-square:after {
    left: 5vw;
  }
}

main .what-design-box-good-wrapper-square-img {
  width: 50%;
  height: auto;
}

main .what-design-box-good-wrapper-square-txt {
  width: 50%;
  font-size: 16px;
  line-height: 38px;
  z-index: 1;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-square-txt {
    font-size: 13px;
    line-height: 28px;
  }
}

main .what-design-box-good-wrapper-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
}

main .what-design-box-good-wrapper-circle:after {
  content: "";
  position: absolute;
  top: 198px;
  right: 75px;
  width: 0px;
  height: 0px;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #94c2ff;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-circle:after {
    top: 206px;
    right: 13vw;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 350px) {
  main .what-design-box-good-wrapper-circle:after {
    right: 9vw;
  }
}

main .what-design-box-good-wrapper-circle-txt {
  width: 50%;
  font-size: 16px;
  line-height: 38px;
  margin-left: 25px;
  z-index: 1;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-circle-txt {
    font-size: 13px;
    line-height: 28px;
    margin-left: 4vw;
  }
}

@media (max-width: 350px) {
  main .what-design-box-good-wrapper-circle-txt {
    margin-left: 1vw;
  }
}

main .what-design-box-good-wrapper-circle-img {
  width: 50%;
  height: auto;
}

main .what-design-box-good-wrapper-triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
}

main .what-design-box-good-wrapper-triangle:after {
  content: "";
  position: absolute;
  top: 350px;
  left: 35px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-right: 70px solid transparent;
  border-bottom: 120px solid #ffed92;
  border-left: 70px solid transparent;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-triangle:after {
    top: 345px;
    left: 7vw;
    width: 0px;
    height: 0px;
    border-right: 50px solid transparent;
    border-bottom: 90px solid #ffed92;
    border-left: 50px solid transparent;
  }
}

@media (max-width: 350px) {
  main .what-design-box-good-wrapper-triangle:after {
    left: 3vw;
  }
}

main .what-design-box-good-wrapper-triangle-img {
  width: 50%;
  height: auto;
}

main .what-design-box-good-wrapper-triangle-txt {
  width: 50%;
  font-size: 16px;
  line-height: 38px;
  z-index: 1;
}

@media (max-width: 680px) {
  main .what-design-box-good-wrapper-triangle-txt {
    font-size: 13px;
    line-height: 28px;
  }
}

main .what-design-box-concept {
  margin-top: 30px;
  padding: 30px 0px;
  text-align: center;
  background-image: url(../img/04_what/what-bg-sp.jpg);
  background-position: left, bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

@media (min-width: 680px) {
  main .what-design-box-concept {
    display: none;
  }
}

main .what-design-box-concept-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

main .what-design-box-concept-txt {
  margin-bottom: 30px;
}

main .what-design-box-concept-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

main .what-design-box-concept-img-1 {
  width: 50%;
}

main .what-design-box-concept-img-2 {
  width: 30%;
}

main .what-design-box-concept-outro {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

main .what-design-box-bad {
  width: 47%;
}

@media (max-width: 940px) {
  main .what-design-box-bad {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  main .what-design-box-bad {
    display: none;
  }
}

main .what-design-box-bad-ttl {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

@media (max-width: 940px) {
  main .what-design-box-bad-ttl {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

main .what-design-box-bad-wrapper {
  position: relative;
  background-color: #fff;
  height: 510px;
  padding: 25px 22px;
  font-size: 16px;
  line-height: 35px;
}

main .what-design-box-bad-wrapper-onlytxt {
  height: 150px;
}

main .what-design-box-bad-wrapper-whatsay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 150px;
}

main .what-design-box-bad-wrapper-whatsay:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 180px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: auto;
  width: 130px;
  height: 130px;
  background: #eeff00;
}

main .what-design-box-bad-wrapper-whatsay-txt1, main .what-design-box-bad-wrapper-whatsay-txt2 {
  width: 30%;
  z-index: 1;
}

main .what-design-box-bad-wrapper-whatsay-img {
  width: 30%;
  height: auto;
}

main .what-design-box-bad-wrapper-atmos {
  margin-top: 30px;
  text-align: center;
}

main .what-design-box-bad-wrapper-atmos-img {
  height: 5%;
  background: #7e0f0f;
  color: #fff;
  width: 100%;
  padding: 20px;
}

main .what-design-box-bad-wrapper-atmos-img-txt {
  display: inline-block;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

main .what-design-outro {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0px;
}

@media (max-width: 940px) {
  main .what-design-outro {
    font-size: 35px;
  }
}

@media (max-width: 680px) {
  main .what-design-outro {
    display: none;
  }
}

main .what-contact {
  margin: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .what-contact {
    margin: 40px 0px;
  }
}

main .what-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .what-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .what-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .what-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .what-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .what-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .what-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

@media (max-width: 680px) {
  main .what-copy {
    display: none;
  }
}

main .what-copy-bg {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

main .what-copy-ttl {
  font-size: 42px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 30px 0px;
}

main .what-copy-box {
  position: relative;
  text-align: center;
}

main .what-copy-box-question {
  font-weight: bold;
  font-size: 17px;
}

main .what-copy-box-question-txt-1 {
  position: absolute;
  top: 7px;
  left: 208px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-1 {
    left: 198px;
  }
}

main .what-copy-box-question-txt-2 {
  position: absolute;
  top: 60px;
  left: 190px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-2 {
    left: 180px;
  }
}

main .what-copy-box-question-txt-3 {
  position: absolute;
  top: 80px;
  left: 318px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-3 {
    left: 308px;
  }
}

main .what-copy-box-question-txt-4 {
  position: absolute;
  top: 102px;
  left: 228px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-4 {
    left: 218px;
  }
}

main .what-copy-box-question-txt-5 {
  position: absolute;
  top: 136px;
  left: 322px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-5 {
    left: 312px;
  }
}

main .what-copy-box-question-txt-6 {
  position: absolute;
  top: 162px;
  left: 228px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-6 {
    left: 218px;
  }
}

main .what-copy-box-question-txt-7 {
  position: absolute;
  top: 7px;
  right: 332px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-7 {
    right: 322px;
  }
}

main .what-copy-box-question-txt-8 {
  position: absolute;
  top: 66px;
  right: 267px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-8 {
    right: 257px;
  }
}

main .what-copy-box-question-txt-9 {
  position: absolute;
  top: 107px;
  right: 278px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-9 {
    right: 268px;
  }
}

main .what-copy-box-question-txt-10 {
  position: absolute;
  top: 155px;
  right: 221px;
}

@media (max-width: 1049px) {
  main .what-copy-box-question-txt-10 {
    right: 211px;
  }
}

main .what-copy-box-result {
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 680px) {
  main .what-copy-box-result {
    display: none;
  }
}

main .what-copy-box-result-txt-1 {
  position: absolute;
  top: 388px;
  left: 219px;
}

main .what-copy-box-result-txt-2 {
  position: absolute;
  top: 493px;
  left: 170px;
  text-align: center;
  line-height: 25px;
}

main .what-copy-box-result-txt-3 {
  position: absolute;
  top: 449px;
  right: 220px;
  text-align: center;
  line-height: 25px;
}

main .what-copy-box:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 25px;
  margin: auto;
  text-align: center;
  width: 740px;
  /*画像の幅*/
  height: 740px;
  /*画像の高さ*/
  background-image: url(../img/04_what/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
}

@media (max-width: 680px) {
  main .what-copy-box:before {
    content: none;
  }
}

main .what-copy-box:after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 150px;
  /*画像の幅*/
  height: 150px;
  /*画像の高さ*/
  background-image: url(../img/04_what/women-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 1;
}

@media (max-width: 680px) {
  main .what-copy-box:after {
    display: none;
  }
}

main .what-copy-box-merit {
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 35px;
  font-weight: bold;
}

@media (max-width: 680px) {
  main .what-copy-box-merit {
    display: none;
  }
}

main .what-copy-box-merit:after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  position: absolute;
  top: 135px;
  left: 18px;
  right: 0;
  margin: auto;
  text-align: center;
  width: 160px;
  /*画像の幅*/
  height: 160px;
  /*画像の高さ*/
  background-image: url(../img/04_what/women-a.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 1;
}

main .what-copy-outro {
  text-align: center;
  margin-top: 580px;
  font-size: 30px;
  font-weight: bold;
}

main .what-copy-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .what-copy-contact {
    margin: 30px 0px;
  }
}

main .what-copy-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .what-copy-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .what-copy-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .what-copy-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .what-copy-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .what-copy-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .what-copy-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .solution-question {
  margin: 200px 0px 100px 0px;
  position: relative;
  text-align: center;
}

@media (max-width: 940px) {
  main .solution-question {
    margin: 0px 0px 50px 0px;
  }
}

@media (max-width: 680px) {
  main .solution-question {
    display: none;
  }
}

main .solution-question-img {
  width: 800px;
  height: auto;
}

@media (max-width: 940px) {
  main .solution-question-img {
    width: 600px;
  }
}

main .solution-question-txt {
  position: absolute;
  font-size: 30px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 940px) {
  main .solution-question-txt {
    width: 60%;
    font-size: 20px;
    line-height: 30px;
    top: 30px;
  }
}

main .solution-strengths {
  margin-bottom: 70px;
}

@media (max-width: 680px) {
  main .solution-strengths {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

main .solution-strengths-ttl {
  font-size: 45px;
  line-height: 65px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 940px) {
  main .solution-strengths-ttl {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 50px;
  }
}

@media (max-width: 680px) {
  main .solution-strengths-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    letter-spacing: normal;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

main .solution-strengths-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

@media (max-width: 1157px) {
  main .solution-strengths-box {
    width: 87%;
  }
}

@media (max-width: 940px) {
  main .solution-strengths-box {
    width: 90%;
  }
}

@media (max-width: 680px) {
  main .solution-strengths-box {
    width: 100%;
    display: block;
  }
}

main .solution-strengths-box-bullets {
  width: 70%;
  font-size: 25px;
  line-height: 80px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .solution-strengths-box-bullets {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 65px;
  }
}

@media (max-width: 680px) {
  main .solution-strengths-box-bullets {
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    line-height: 35px;
  }
}

main .solution-strengths-box-img {
  width: 30%;
  border-radius: 60px;
}

@media (max-width: 680px) {
  main .solution-strengths-box-img {
    margin-top: 30px;
    width: 40%;
    border-radius: 40px;
  }
}

main .solution-merit-pc {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 30px;
  background-image: url(../img/05_solution/solution-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

@media (max-width: 1049px) {
  main .solution-merit-pc {
    display: none;
  }
}

@media (max-width: 680px) {
  main .solution-merit-pc {
    display: block;
  }
}

main .solution-merit-pc:before {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: -1;
}

main .solution-merit-pc-ttl {
  padding: 60px 0px 50px 0px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

@media (max-width: 680px) {
  main .solution-merit-pc-ttl {
    font-size: 25px;
    padding: 40px 0px 30px 0px;
  }
}

@media (max-width: 350px) {
  main .solution-merit-pc-ttl {
    font-size: 23px;
    padding: 40px 0px 30px 0px;
  }
}

main .solution-merit-pc-box {
  font-weight: bold;
}

main .solution-merit-pc-box-wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 105px;
  padding: 0px 25px;
}

@media (max-width: 1049px) {
  main .solution-merit-pc-box-wrapper {
    line-height: 85px;
  }
}

main .solution-merit-pc-box-wrapper-action {
  max-width: 45%;
}

@media (max-width: 680px) {
  main .solution-merit-pc-box-wrapper-action {
    margin: 0 auto;
    max-width: 100%;
    line-height: 55px;
  }
}

@media (max-width: 350px) {
  main .solution-merit-pc-box-wrapper-action {
    font-size: 13px;
  }
}

main .solution-merit-pc-box-wrapper-benefit {
  max-width: 55%;
}

@media (max-width: 680px) {
  main .solution-merit-pc-box-wrapper-benefit {
    display: none;
  }
}

main .solution-merit-pc-box-wrapper-benefit .fa-hand-point-right {
  margin-right: 50px;
}

@media (max-width: 1049px) {
  main .solution-merit-pc-box-wrapper-benefit .fa-hand-point-right {
    margin-right: 30px;
  }
}

main .solution-merit-pc-img {
  padding-top: 30px;
  width: 170px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 680px) {
  main .solution-merit-pc-img {
    width: 130px;
  }
}

main .solution-merit-pc-txt {
  padding: 10px 0px;
  font-size: 30px;
}

@media (max-width: 680px) {
  main .solution-merit-pc-txt {
    font-size: 18px;
    margin: 0 auto;
    width: 70%;
    font-weight: bold;
  }
}

main .solution-merit-pcs {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 30px;
  background-image: url(../img/05_solution/solution-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

@media (min-width: 1049px) {
  main .solution-merit-pcs {
    display: none;
  }
}

@media (max-width: 680px) {
  main .solution-merit-pcs {
    display: none;
  }
}

main .solution-merit-pcs:before {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: -1;
}

main .solution-merit-pcs-ttl {
  padding: 60px 0px 50px 0px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

@media (max-width: 680px) {
  main .solution-merit-pcs-ttl {
    font-size: 25px;
    padding: 40px 0px 30px 0px;
  }
}

@media (max-width: 350px) {
  main .solution-merit-pcs-ttl {
    font-size: 23px;
    padding: 40px 0px 30px 0px;
  }
}

main .solution-merit-pcs-box {
  margin: 0 auto;
  font-weight: bold;
  line-height: 45px;
}

main .solution-merit-pcs-box-item {
  width: 450px;
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0px;
}

@media (max-width: 680px) {
  main .solution-merit-pcs-box-item {
    width: 95%;
  }
}

main .solution-merit-pcs-box .fa-hand-point-right {
  margin-right: 20px;
}

main .solution-merit-pcs-img {
  padding-top: 30px;
  width: 170px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

main .solution-merit-pcs-txt {
  padding: 10px 0px;
  font-size: 25px;
  font-weight: bold;
}

main .solution-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .solution-contact {
    margin: 30px 0px;
  }
}

main .solution-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .solution-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .solution-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .solution-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .solution-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .solution-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .solution-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .works {
  margin: 0 auto;
}

main .works-ttl {
  letter-spacing: 1.1rem;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin: 170px 0px 50px 0px;
}

@media (max-width: 680px) {
  main .works-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    margin: 100px 0px 15px 0px;
  }
}

main .works-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  main .works-box {
    display: none;
  }
}

main .works-box-item {
  width: 270px;
  height: 410px;
  margin-bottom: 50px;
  border: 1px solid #b1b1b1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .works-box-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .works-box-item-img {
  height: 100%;
  margin: 0 auto;
}

main .works-box-item-modal {
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

main .works-box-item-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  width: 100%;
}

main .works-box-item-modal-content {
  text-align: center;
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
}

main .works .scroll {
  font-size: 12px;
  text-align: right;
  color: #444444;
}

@media (min-width: 680px) {
  main .works .scroll {
    display: none;
  }
}

main .works .scroll .fa-angle-double-right {
  margin: 7px;
}

main .works-box-sp {
  position: relative;
  margin: 0 auto;
  display: block;
  /* flex-boxが適用されていると効かないので、必要なときは必要 */
  width: 100%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  padding: 35px 0px 0px 35px;
  -webkit-box-shadow: 3px 3px 6px #999999;
          box-shadow: 3px 3px 6px #999999;
  background-image: url(../img/06_works/colk-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

main .works-box-sp:after {
  background-color: rgba(253, 253, 253, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1030px;
  content: " ";
  border-radius: 5px;
  z-index: -1;
}

@media (min-width: 680px) {
  main .works-box-sp {
    display: none;
  }
}

main .works-box-sp-item {
  display: inline-block;
  /* 横並びにする指定 */
  height: 230px;
  /* 横スクロールする範囲の高さを指定 */
  margin: 0px 30px 30px 0px;
  border: 1px solid #b1b1b1;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px #292929;
          box-shadow: 3px 3px 6px #292929;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .works-box-sp-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .works-box-sp-item-img {
  height: 100%;
  margin: 0 auto;
}

main .works-box-sp-item-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

main .works-box-sp-item-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

main .works-box-sp-item-modal-content {
  text-align: center;
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 10;
}

main .works-box-sp .second {
  display: inline-block;
  width: 90px;
}

main .works-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .works-contact {
    margin: 30px 0px;
  }
}

main .works-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .works-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .works-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .works-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .works-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .works-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .works-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .testimonials {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

main .testimonials-ttl {
  letter-spacing: 1.1rem;
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin-bottom: 70px;
}

@media (max-width: 680px) {
  main .testimonials-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 15px;
  }
}

main .testimonials-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  main .testimonials-box {
    display: none;
  }
}

main .testimonials-box-img {
  max-width: 45%;
  margin-bottom: 30px;
}

main .testimonials-img-last {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 680px) {
  main .testimonials-img-last {
    display: none;
  }
}

main .testimonials .scroll {
  font-size: 12px;
  text-align: right;
  color: #444444;
}

@media (min-width: 680px) {
  main .testimonials .scroll {
    display: none;
  }
}

main .testimonials .scroll .fa-angle-double-right {
  margin: 7px;
}

main .testimonials-sp-box {
  position: relative;
  margin: 0 auto;
  display: block;
  /* flex-boxが適用されていると効かないので、必要なときは必要 */
  width: 100%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  padding: 45px 0px 0px 35px;
  -webkit-box-shadow: 3px 3px 6px #999999;
          box-shadow: 3px 3px 6px #999999;
  z-index: 0;
  background-image: url(../img/07_testimonials/sp/colk-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

main .testimonials-sp-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3120px;
  content: " ";
  border-radius: 5px;
  z-index: -1;
}

@media (min-width: 680px) {
  main .testimonials-sp-box {
    display: none;
  }
}

main .testimonials-sp-box-img {
  display: inline-block;
  /* 横並びにする指定 */
  height: 180px;
  /* 横スクロールする範囲の高さを指定 */
  margin: 0px 30px 30px 0px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .testimonials-sp-box .t-second {
  display: inline-block;
  width: 70px;
}

main .promise {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}

main .promise-ttl {
  letter-spacing: 0.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin: 50px 0px;
}

@media (max-width: 680px) {
  main .promise-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    letter-spacing: normal;
    margin: 100px 0px 30px 0px;
  }
}

main .promise-box {
  margin-bottom: 200px;
}

@media (max-width: 680px) {
  main .promise-box {
    display: none;
  }
}

main .promise-box-list {
  line-height: 60px;
}

main .promise-box-sp {
  margin: 0 auto;
  background-image: url(../img/08_promise/promise-bg.png);
  background-position: 30% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 20px;
  font-weight: bold;
}

@media (min-width: 680px) {
  main .promise-box-sp {
    display: none;
  }
}

main .promise-box-sp-list {
  margin-bottom: 20px;
}

main .promise-box-sp-list .head {
  color: #fff;
  text-shadow: 3px 3px 6px #000000;
}

main .promise-img {
  position: absolute;
  bottom: 140px;
  right: 10px;
  border-radius: 20px;
  width: 250px;
}

@media (max-width: 680px) {
  main .promise-img {
    display: none;
  }
}

main .promise-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .promise-contact {
    margin: 30px 0px;
  }
}

main .promise-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .promise-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .promise-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .promise-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .promise-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .promise-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .promise-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .flow-ttl {
  letter-spacing: 1.1rem;
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin: 70px 0px;
}

@media (max-width: 680px) {
  main .flow-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    margin: 100px 0px 30px 0px;
  }
}

main .flow-box-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 680px) {
  main .flow-box-add {
    display: none;
  }
}

main .flow-box-add-img {
  width: 20%;
}

main .flow-box-add-contants {
  width: 70%;
  padding: 0px 30px;
  text-align: left;
  color: #fff;
  background-image: url(../img/09_flow/1_2.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  line-height: 35px;
}

@media (max-width: 1157px) {
  main .flow-box-add-contants {
    line-height: 30px;
  }
}

main .flow-box-add-contants-ttl {
  font-size: 30px;
  margin: 50px 0px;
}

@media (max-width: 1157px) {
  main .flow-box-add-contants-ttl {
    font-size: 24px;
    margin: 45px 0px 30px 0px;
  }
}

main .flow-box-add-contants-step1 {
  font-size: 16px;
  margin-bottom: 30px;
}

main .flow-box-add-contants-step2 {
  font-size: 16px;
  padding-bottom: 50px;
}

main .flow-box-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 1157px) {
  main .flow-box-design {
    margin-top: 0px;
  }
}

@media (max-width: 680px) {
  main .flow-box-design {
    display: none;
  }
}

main .flow-box-design-img {
  width: 20%;
}

main .flow-box-design-contants {
  margin-bottom: 70px;
  width: 70%;
  padding: 0px 30px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  background-image: url(../img/09_flow/2_2.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  line-height: 35px;
}

@media (max-width: 1157px) {
  main .flow-box-design-contants {
    line-height: 30px;
  }
}

main .flow-box-design-contants-ttl {
  font-size: 30px;
  margin: 50px 0px;
}

@media (max-width: 1157px) {
  main .flow-box-design-contants-ttl {
    font-size: 24px;
    margin: 45px 0px 30px 0px;
  }
}

main .flow-box-design-contants-step1 {
  font-size: 16px;
  margin-bottom: 30px;
}

main .flow-box-design-contants-step2 {
  font-size: 16px;
  padding-bottom: 50px;
}

main .flow-box-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

@media (max-width: 1157px) {
  main .flow-box-delivery {
    margin-top: 0px;
  }
}

@media (max-width: 680px) {
  main .flow-box-delivery {
    display: none;
  }
}

main .flow-box-delivery-img {
  width: 20%;
}

main .flow-box-delivery-contants {
  width: 70%;
  padding: 0px 30px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  background-image: url(../img/09_flow/3.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  line-height: 35px;
}

@media (max-width: 1157px) {
  main .flow-box-delivery-contants {
    line-height: 30px;
  }
}

main .flow-box-delivery-contants-ttl {
  font-size: 30px;
  margin: 50px 0px;
}

@media (max-width: 1157px) {
  main .flow-box-delivery-contants-ttl {
    font-size: 24px;
    margin: 45px 0px 30px 0px;
  }
}

main .flow-box-delivery-contants-step1 {
  font-size: 16px;
  margin-bottom: 30px;
}

main .flow-box-delivery-contants-step2 {
  font-size: 16px;
  padding-bottom: 50px;
}

main .flow-sp {
  position: relative;
  margin: 0 auto;
  background-image: url(../img/09_flow/flow-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 0;
}

@media (min-width: 680px) {
  main .flow-sp {
    display: none;
  }
}

main .flow-sp:after {
  background-color: rgba(253, 253, 253, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  border-radius: 5px;
  z-index: -1;
}

main .flow-sp-box {
  padding: 30px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

main .flow-sp-box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

main .flow-sp-box-txt-1 {
  margin-bottom: 15px;
}

main .flow-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .flow-contact {
    margin: 30px 0px;
  }
}

main .flow-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .flow-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .flow-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .flow-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .flow-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .flow-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .flow-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .price {
  margin: 0 auto;
  height: 1521px;
  background-image: url(../img/10_price/price-bg.jpg);
  background-repeat: no-repeat;
  max-width: 1200px;
  border-radius: 150px;
  border: 1px solid #818080;
  color: #424564;
}

@media (max-width: 1157px) {
  main .price {
    height: 1600px;
  }
}

@media (max-width: 680px) {
  main .price {
    background-image: none;
    border: none;
    height: auto;
  }
}

main .price-pinkbox {
  background-color: #ffdfdf;
  border-radius: 90px;
  max-width: 1000px;
  border: 1px solid #818080;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 6px #000000;
          box-shadow: 3px 3px 6px #000000;
}

@media (max-width: 680px) {
  main .price-pinkbox {
    display: none;
  }
}

main .price-pinkbox-ttl {
  letter-spacing: 1.1rem;
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin: 70px 0px;
  color: #000;
}

main .price-pinkbox-ttl-sp {
  font-size: 30px;
  color: white;
  letter-spacing: 0.5rem;
  background-color: #7a7a98;
  -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
          box-shadow: -5px 5px 6px #a7a7a7ad;
  border-radius: 3px;
  padding: 25px 0px;
  text-align: center;
  margin: 100px 0px 30px 0px;
}

main .price-pinkbox-txt {
  max-width: 53%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 1049px) {
  main .price-pinkbox-txt {
    max-width: 50%;
    font-size: 13px;
    margin: 0 auto;
    line-height: 30px;
  }
}

main .price-pinkbox-select {
  position: relative;
  margin-top: 40px;
}

main .price-pinkbox-select-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 55%;
  margin: 0 auto;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-heading {
    max-width: 65%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-heading {
    max-width: 73%;
  }
}

main .price-pinkbox-select-heading-list {
  font-weight: bold;
}

main .price-pinkbox-select-img {
  margin-top: 65px;
  margin-right: 25px;
}

main .price-pinkbox-select-plan-1 {
  position: absolute;
  top: 70px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-1 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-1 {
    left: 9%;
  }
}

main .price-pinkbox-select-plan-2 {
  position: absolute;
  top: 223px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-2 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-2 {
    left: 9%;
  }
}

main .price-pinkbox-select-plan-3 {
  position: absolute;
  top: 375px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-3 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-3 {
    left: 9%;
  }
}

main .price-pinkbox-select-plan-4 {
  position: absolute;
  top: 527px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-4 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-4 {
    left: 9%;
  }
}

main .price-pinkbox-select-plan-5 {
  position: absolute;
  top: 679px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-5 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-5 {
    left: 9%;
  }
}

main .price-pinkbox-select-plan-6 {
  position: absolute;
  top: 831px;
  left: 180px;
  z-index: 10;
  font-weight: bold;
}

@media (max-width: 940px) {
  main .price-pinkbox-select-plan-6 {
    left: 14%;
  }
}

@media (max-width: 815px) {
  main .price-pinkbox-select-plan-6 {
    left: 9%;
  }
}

@media (min-width: 680px) {
  main .price-sp {
    display: none;
  }
}

main .price-sp-ttl {
  font-size: 30px;
  color: white;
  letter-spacing: 0.5rem;
  background-color: #7a7a98;
  -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
          box-shadow: -5px 5px 6px #a7a7a7ad;
  border-radius: 3px;
  padding: 25px 0px;
  text-align: center;
  margin: 100px 0px 30px 0px;
}

main .price-sp-pinkbox {
  font-size: 14px;
  background-color: #ffdfdf;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #818080;
  height: 1050px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 6px #000000;
          box-shadow: 3px 3px 6px #000000;
}

main .price-sp-pinkbox-select {
  position: relative;
  margin-top: 20px;
}

main .price-sp-pinkbox-select-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

main .price-sp-pinkbox-select-heading-list {
  font-size: 14px;
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

@media (max-width: 350px) {
  main .price-sp-pinkbox-select-heading-list {
    font-size: 12px;
  }
}

main .price-sp-pinkbox-select-heading-list .add-price {
  font-size: 10px;
}

main .price-sp-pinkbox-select-heading .list-style {
  margin-right: 20px;
}

main .price-sp-pinkbox-select-img {
  margin-top: 40px;
  height: 580px;
  width: 85%;
}

main .price-sp-pinkbox-select-plan {
  font-size: 12px;
}

@media (max-width: 350px) {
  main .price-sp-pinkbox-select-plan {
    font-size: 10px;
  }
}

main .price-sp-pinkbox-select-plan-1 {
  position: absolute;
  top: 60px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-select-plan-2 {
  position: absolute;
  top: 163px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-select-plan-3 {
  position: absolute;
  top: 266px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-select-plan-4 {
  position: absolute;
  top: 369px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-select-plan-5 {
  position: absolute;
  top: 472px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-select-plan-6 {
  position: absolute;
  top: 575px;
  left: 28px;
  z-index: 10;
  font-weight: bold;
}

main .price-sp-pinkbox-txt {
  width: 85%;
  padding-top: 20px;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  line-height: 25px;
}

main .price-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .price-contact {
    margin: 30px 0px;
  }
}

main .price-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .price-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .price-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .price-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .price-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .price-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .price-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .question {
  padding-top: 330px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  main .question {
    padding-top: 0px;
  }
}

main .question-ttl {
  letter-spacing: 1.1rem;
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin: 70px 0px;
  color: #000;
}

@media (max-width: 680px) {
  main .question-ttl {
    font-size: 30px;
    color: white;
    letter-spacing: 0.5rem;
    background-color: #7a7a98;
    -webkit-box-shadow: -5px 5px 6px #a7a7a7ad;
            box-shadow: -5px 5px 6px #a7a7a7ad;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    margin: 100px 0px 30px 0px;
  }
}

main .question-box {
  margin: 0 auto;
  max-width: 740px;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  main .question-box {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

main .question-box #acMenu dt {
  display: block;
  height: 80px;
  text-align: left;
  color: #707070;
  padding: 16px 30px;
  border: #707070 1px solid;
  cursor: pointer;
  background: url(../img/11_question/down-arrow03.png) 640px 5px no-repeat #fffad8;
}

main .question-box #acMenu dt:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

@media (max-width: 680px) {
  main .question-box #acMenu dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    height: 80px;
    padding: 0px 60px 0px 10px;
    background: url(../img/11_question/down-arrow-small.png) no-repeat #fffad8;
    background-position: top 50% right 15px;
  }
}

main .question-box #acMenu dt.active {
  background: url(../img/11_question/minus.png) 648px 13px no-repeat #fffad8;
}

@media (max-width: 680px) {
  main .question-box #acMenu dt.active {
    background: url(../img/11_question/minus-ss.png) no-repeat #fffad8;
    background-position: top 50% right 23px;
  }
}

main .question-box #acMenu dd {
  height: 140px;
  text-align: left;
  color: #707070;
  line-height: 35px;
  padding: 16px 30px;
  margin-bottom: 0px;
  border: #707070 1px solid;
  display: none;
}

@media (max-width: 680px) {
  main .question-box #acMenu dd {
    height: 170px;
    padding: 10px;
    line-height: 30px;
  }
}

main .question-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .question-contact {
    margin: 30px 0px;
  }
}

main .question-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .question-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .question-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .question-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .question-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .question-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .question-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

main .about {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1000px;
  background-image: url(../img/12_about/about-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 60px;
  padding: 40px 40px;
}

@media (max-width: 680px) {
  main .about {
    margin-top: 100px;
    font-size: 12px;
    line-height: 25px;
    padding: 20px;
    border-radius: 20px;
  }
}

main .about-ttl {
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
}

@media (max-width: 680px) {
  main .about-ttl {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

main .about-intro {
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  main .about-intro {
    margin-bottom: 15px;
  }
}

main .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 940px) {
  main .about-box {
    display: block;
  }
}

main .about-box-txt {
  max-width: 50%;
}

@media (max-width: 940px) {
  main .about-box-txt {
    max-width: 100%;
  }
}

main .about-box-txt-main {
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  main .about-box-txt-main {
    margin-bottom: 15px;
  }
}

main .about-box-txt-outro {
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  main .about-box-txt-outro {
    margin-bottom: 15px;
  }
}

main .about-box-txt-sign {
  font-weight: bold;
}

main .about-box-img {
  max-width: 45%;
  height: 450px;
  margin-top: 10px;
  margin-right: 50px;
}

@media (max-width: 940px) {
  main .about-box-img {
    height: 350px;
  }
}

@media (max-width: 680px) {
  main .about-box-img {
    max-width: 100%;
    height: 200px;
  }
}

main .corona {
  margin: 100px 0px 200px 0px;
}

main .corona-box {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 100px;
}

@media (max-width: 680px) {
  main .corona-box {
    margin-bottom: 60px;
  }
}

main .corona-box-ttl {
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 40px;
}

@media (max-width: 680px) {
  main .corona-box-ttl {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 680px) {
  main .corona-box-txt {
    font-size: 12px;
    line-height: 30px;
  }
}

main .corona-contants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 680px) {
  main .corona-contants {
    margin-bottom: 30px;
  }
}

main .corona-contants-item {
  width: 30%;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 680px) {
  main .corona-contants-item {
    width: 46%;
    font-size: 12px;
    line-height: 25px;
  }
}

main .corona-contact {
  display: inline-block;
  margin: 80px 0px 220px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  main .corona-contact {
    margin: 30px 0px;
  }
}

main .corona-contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

main .corona-contact-txt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 55px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .corona-contact-txt {
    font-size: 11px;
    padding: 10px 10px;
  }
}

main .corona-contact-btn {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #34235e;
  text-align: center;
  padding: 0px 30px 0px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0px #5c5c5c;
          box-shadow: 3px 3px 0px #5c5c5c;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media (max-width: 680px) {
  main .corona-contact-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
}

main .corona-contact-btn .fa-angle-right {
  font-size: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  main .corona-contact-btn .fa-angle-right {
    font-size: 22px;
    margin-left: 5px;
  }
}

footer {
  position: relative;
  margin: 0 auto;
  height: 500px;
  background-image: url(../img/13_footer/footer-bg.jpg);
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 680px) {
  footer {
    height: 250px;
  }
}

footer:after {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 0;
}

footer .footer-box {
  position: relative;
  padding-top: 50px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 680px) {
  footer .footer-box {
    padding-top: 20px;
    max-width: 100%;
  }
}

footer .footer-box-tel {
  font-size: 34px;
  font-weight: normal;
  text-shadow: 3px 3px 6px #00000052;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 6px #00000052;
          box-shadow: 3px 3px 6px #00000052;
  width: 400px;
  text-align: center;
  padding: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 680px) {
  footer .footer-box-tel {
    top: 0px;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    width: 155px;
    line-height: 35px;
  }
}

footer .footer-box-tel:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

footer .footer-box-tel::before {
  content: "";
  display: inline-block;
  width: 73px;
  /*画像の幅*/
  height: 73px;
  /*画像の高さ*/
  background-image: url(../img/15_other/tel-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 680px) {
  footer .footer-box-tel::before {
    width: 24px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    margin-bottom: 5px;
    margin-right: 7px;
  }
}

footer .footer-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: 70px;
}

@media (max-width: 680px) {
  footer .footer-box-wrapper {
    margin-top: 100px;
  }
}

footer .footer-box-wrapper-privacy {
  width: auto;
  height: 140px;
  margin-right: 30px;
}

@media (max-width: 680px) {
  footer .footer-box-wrapper-privacy {
    height: 40px;
    margin-right: 10px;
  }
}

footer .footer-box-wrapper-contants {
  width: 90%;
  line-height: 55px;
}

@media (max-width: 680px) {
  footer .footer-box-wrapper-contants-txt {
    font-size: 11px;
    line-height: 20px;
  }
}

footer .footer-box-wrapper-contants-txt a {
  color: #332df9;
  background-color: rgba(255, 255, 255, 0.781);
  padding: 5px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-box-wrapper-contants-txt a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.966);
  padding: 10px 10px;
}

@media (max-width: 940px) {
  footer .footer-box-wrapper-contants-menu {
    display: none;
  }
}

footer .footer-box-wrapper-contants-menu-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-box-wrapper-contants-menu-up-list {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-box-wrapper-contants-menu-up-list:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.356);
  padding: 0px 5px;
  border-radius: 5px;
}

footer .footer-box-wrapper-contants-menu-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-box-wrapper-contants-menu-down-list {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-box-wrapper-contants-menu-down-list:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.356);
  padding: 0px 5px;
  border-radius: 5px;
}

footer .footer-copyright {
  margin-top: 70px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 1;
}

@media (max-width: 680px) {
  footer .footer-copyright {
    margin-top: 10px;
    font-size: 10px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */