@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #FFF;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 10px;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
body {
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1rem;
  }
}

a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .inner {
    width: calc(100% - 40px);
  }
}

#content {
  margin-top: 80px; /*ヘッダーの高さ分*/
}
@media all and (max-width: 896px) {
  #content {
    margin-top: 65px;
  }
}

header {
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 5px 10px;
}
@media all and (max-width: 896px) {
  header {
    height: 65px;
  }
}
@media all and (max-width: 896px) {
  header .inner {
    width: 100%;
  }
}
header .inner .area_head {
  display: flex;
  justify-content: space-between;
}
header .inner .area_head .head_logo {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  header .inner .area_head .head_logo {
    margin-top: 0;
  }
}
header .inner .area_head .head_logo img {
  max-width: 150px;
  width: 100%;
  vertical-align: top;
}
@media all and (max-width: 896px) {
  header .inner .area_head .head_logo img {
    max-width: 60px;
    vertical-align: middle;
  }
}
header .inner .area_head .head_logo span {
  font-weight: bold;
}
header .inner .area_head .head_logo span.orange {
  color: #F16D10;
  font-size: 1.625rem;
  margin-left: 10px;
}
@media all and (max-width: 896px) {
  header .inner .area_head .head_logo span.orange {
    font-size: 1.25rem;
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  header .inner .area_head .head_logo span.orange {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  header .inner .area_head .head_logo span.orange {
    font-size: 0.75rem;
  }
}
header .inner .area_head .head_logo span.black {
  color: #222;
  margin-left: 10px;
  font-size: 1.375rem;
}
@media all and (max-width: 896px) {
  header .inner .area_head .head_logo span.black {
    margin-left: 5px;
    font-size: 0.9375rem;
  }
}
header .inner .area_head .pc_menu {
  margin-right: 50px;
}
@media all and (max-width: 896px) {
  header .inner .area_head .pc_menu {
    display: none;
  }
}
header .inner .area_head .pc_menu ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
header .inner .area_head .pc_menu ul li {
  display: flex;
  align-items: center;
}
header .inner .area_head .pc_menu ul li a {
  padding: 10px 15px;
}
header .inner .area_head .pc_menu ul li a:hover {
  color: #F16D10;
}
header .inner .head_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
header .inner .head_right .insta {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  header .inner .head_right .insta {
    margin-right: 5px;
  }
}
@media all and (max-width: 896px) {
  header .inner .head_right .insta img {
    max-width: 30px;
  }
}
header .inner .head_right .head_line {
  display: block;
  color: #11b728;
  font-weight: bold;
  text-align: center;
  width: 80px;
  height: 55px;
  border: solid 1px #11b728;
  padding: 5px;
  margin: 5px 10px 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 0 0 #11b728;
  border-radius: 5px;
  font-size: 0.9375rem;
}
@media all and (max-width: 480px) {
  header .inner .head_right .head_line {
    font-size: 0.75rem;
    width: 45px;
    height: 50px;
    margin: 5px;
  }
}
header .inner .head_right .head_web {
  display: block;
  color: #CA1621;
  font-weight: bold;
  text-align: center;
  width: 80px;
  height: 55px;
  border: solid 1px #CA1621;
  padding: 5px;
  margin: 5px 10px 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 0 0 #CA1621;
  border-radius: 5px;
  font-size: 0.9375rem;
}
@media all and (max-width: 480px) {
  header .inner .head_right .head_web {
    font-size: 0.6875rem;
    width: 45px;
    height: 50px;
    line-height: 1.2em;
    margin: 5px;
  }
}
header .inner .sp_menu .menu-trigger {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger {
    width: 65px;
    height: 65px;
  }
}
@media all and (max-width: 480px) {
  header .inner .sp_menu .menu-trigger {
    padding: 10px 5px;
    width: 50px;
  }
}
header .inner .sp_menu .menu-trigger.active {
  background: #fff;
}
header .inner .sp_menu .menu-trigger.active span {
  background-color: #405894;
}
header .inner .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  left: 20px;
  top: 20px;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger.active span:nth-of-type(1) {
    left: 13px;
    top: 16px;
  }
}
@media all and (max-width: 480px) {
  header .inner .sp_menu .menu-trigger.active span:nth-of-type(1) {
    left: 10px;
  }
}
header .inner .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  top: 36px;
  left: 20px;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger.active span:nth-of-type(3) {
    top: 31px;
    left: 13px;
  }
}
@media all and (max-width: 480px) {
  header .inner .sp_menu .menu-trigger.active span:nth-of-type(3) {
    left: 10px;
  }
}
header .inner .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #405894;
  transition: all 0.5s;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger span {
    height: 3px;
    width: 32px;
  }
}
header .inner .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 20px;
}
header .inner .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 32px;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
}
header .inner .sp_menu .menu-trigger span:nth-of-type(3) {
  top: 44px;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger span:nth-of-type(3) {
    top: 36px;
  }
}
header .inner .sp_menu .menu-trigger span:nth-of-type(4) {
  top: 50px;
  background: none;
  font-size: 0.875rem;
  color: #405894;
  letter-spacing: 0;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu .menu-trigger span:nth-of-type(4) {
    top: 39px;
    font-size: 0.75rem;
  }
}
header .inner .sp_menu nav {
  width: 400px;
  height: calc(100% - 50px);
  padding: 30px;
  background: #FCE1CF;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 1001;
  transform: translate(400px);
  transition: all 0.5s;
  overflow-y: scroll;
}
@media all and (max-width: 896px) {
  header .inner .sp_menu nav {
    padding: 20px;
    top: 65px;
    width: 320px;
    transform: translate(320px);
  }
}
@media all and (max-width: 320px) {
  header .inner .sp_menu nav {
    padding: 10px;
  }
}
header .inner .sp_menu nav ul > li {
  border-bottom: 2px solid #fff;
}
header .inner .sp_menu nav ul > li > a {
  display: block;
  padding: 12px 10px;
  color: #F16D10;
  font-weight: bold;
}
header .inner .sp_menu nav.open {
  transform: translateZ(0);
}

.headeroverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s;
}
.headeroverlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

@media all and (max-width: 896px) {
  .mainvisual h1 img.pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .mainvisual h1 img.pconly {
    display: none;
  }
}
.mainvisual h1 img.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .mainvisual h1 img.sponly {
    display: block;
  }
}

.cvArea {
  background-color: #E5F5F6;
  background-image: repeating-linear-gradient(-45deg, #D1F2F2, #D1F2F2 8px, transparent 0, transparent 16px);
  padding: 50px 0 70px;
}
@media all and (max-width: 896px) {
  .cvArea {
    padding: 40px 0 50px;
  }
}
.cvArea .btn .tel {
  text-align: center;
  margin: 0 20px;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel {
    margin: 0;
  }
}
.cvArea .btn .tel p {
  position: relative;
  color: #F16D10;
  font-size: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel p {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.cvArea .btn .tel p::before {
  content: "＼";
  transform: translateY(-50%);
  left: 0.5em;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel p::before {
    top: 60%;
    left: auto;
    margin-left: -3.5em;
    font-size: 1.625rem;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .tel p::before {
    position: absolute;
  }
}
.cvArea .btn .tel p::after {
  content: "／";
  transform: translateY(-50%);
  right: 0.5em;
  margin: 0;
  margin-left: 30px;
  padding: 0;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel p::after {
    top: 60%;
    right: auto;
    margin-left: 0.3em;
    font-size: 1.625rem;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .tel p::after {
    position: absolute;
  }
}
.cvArea .btn .tel a {
  display: block;
  background: #F16D10;
  margin: 15px auto 0;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 #fff;
  font-weight: bold;
  width: 800px;
  padding: 5px;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel a {
    margin-top: 10px;
  }
}
@media all and (max-width: 650px) {
  .cvArea .btn .tel a {
    width: 100%;
  }
}
.cvArea .btn .tel a:hover {
  background: #F69958;
  transition: 0.5s;
  opacity: 1;
}
.cvArea .btn .tel a span {
  color: #222;
  text-shadow: none;
}
.cvArea .btn .tel a span.copy {
  font-weight: bold;
  font-size: 1.375rem;
  margin-left: 10px;
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel a span.copy {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .tel a span.copy {
    letter-spacing: 2px;
    margin-left: 0;
  }
}
@media all and (max-width: 320px) {
  .cvArea .btn .tel a span.copy {
    letter-spacing: 1px;
  }
}
.cvArea .btn .tel a span.note {
  font-size: 1rem;
  display: block;
  margin-top: -5px;
  letter-spacing: 2px;
  font-weight: normal;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel a span.note {
    font-size: 0.8125rem;
    margin-top: 0;
  }
}
.cvArea .btn .tel a span.number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 4.25rem;
  color: #fff;
  line-height: 1em;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel a span.number {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .tel a span.number {
    font-size: 10vw;
  }
}
.cvArea .btn .tel a img {
  width: 51px;
  height: 51px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media all and (max-width: 896px) {
  .cvArea .btn .tel a img {
    width: 28px;
    height: 28px;
    vertical-align: baseline;
  }
}
.cvArea .btn .form {
  text-align: center;
  margin: 0 20px 20px;
}
@media all and (max-width: 1290px) {
  .cvArea .btn .form {
    margin: 20px 20px 0;
  }
}
@media all and (max-width: 896px) {
  .cvArea .btn .form {
    margin: 30px 0 0;
  }
}
.cvArea .btn .form a {
  display: block;
  background: #CA1621;
  margin: 15px auto 0;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 #fff;
  font-weight: bold;
  width: 800px;
  padding: 12.5px 0;
}
@media all and (max-width: 896px) {
  .cvArea .btn .form a {
    margin-top: 10px;
  }
}
@media all and (max-width: 650px) {
  .cvArea .btn .form a {
    width: 100%;
  }
}
.cvArea .btn .form a:hover {
  background: #DA5C64;
  transition: 0.5s;
  opacity: 1;
}
.cvArea .btn .form a span {
  color: #fff;
  text-shadow: none;
}
.cvArea .btn .form a span.copy {
  display: block;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .cvArea .btn .form a span.copy {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .form a span.copy {
    letter-spacing: 2px;
  }
}
.cvArea .btn .form a span.large {
  font-size: 2rem;
}
@media all and (max-width: 480px) {
  .cvArea .btn .form a span.large {
    font-size: 5vw;
  }
}
.cvArea .btn .form a span.note {
  font-size: 1rem;
  display: block;
  letter-spacing: 2px;
  font-weight: normal;
}
@media all and (max-width: 896px) {
  .cvArea .btn .form a span.note {
    font-size: 0.8125rem;
  }
}
.cvArea .btn .form a img {
  width: 40px;
  height: 30px;
  margin-right: 15px;
  vertical-align: sub;
}
@media all and (max-width: 896px) {
  .cvArea .btn .form a img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .cvArea .btn .form a img {
    margin-right: 5px;
  }
}
.cvArea .btn .line a {
  color: #fff;
  box-shadow: 10px 10px 0 0 #fff;
  background-color: #11b728;
  display: block;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .cvArea .btn .line a {
    font-size: 0.8125rem;
    margin-top: 30px;
  }
}
.cvArea .btn .line a p.img {
  margin-bottom: 10px;
}
.cvArea .btn .line a p.img img {
  width: 55%;
}
@media all and (max-width: 480px) {
  .cvArea .btn .line a p.img img {
    width: 80%;
  }
}

.soudan {
  background: #F2FCFC;
}
.soudan .firstForm {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .soudan .firstForm {
    padding-bottom: 40px;
  }
}
.soudan .firstForm .inner {
  max-width: 700px;
  margin: auto;
}
.soudan .firstForm .inner .link a {
  background: #ccc;
}
.soudan .firstForm .inner .btn {
  text-align: center;
}
@media all and (max-width: 896px) {
  .soudan .firstForm .inner .btn img {
    max-width: 90%;
  }
}
.soudan .secondForm {
  display: none;
  background: #fff;
  padding: 80px 0 60px;
}
@media all and (max-width: 896px) {
  .soudan .secondForm {
    padding: 40px 0 20px;
  }
}
.soudan .secondForm .inner {
  max-width: 700px;
  margin: auto;
}
.soudan .secondForm .inner .phonenumber input[type=tel] {
  width: calc(33.3333333333% - 11.6px);
  padding: 12px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .soudan .secondForm .inner .phonenumber input[type=tel] {
    width: calc(33.3333333333% - 10.5px);
  }
}
.soudan .secondForm .inner select {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #999;
  background-color: transparent;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .soudan .secondForm .inner input::-moz-placeholder {
    border-radius: 5px;
    color: #ccc;
  }
  .soudan .secondForm .inner input::placeholder {
    border-radius: 5px;
    color: #ccc;
  }
}
.soudan .secondForm .inner .agree {
  margin: 40px 0 20px;
  text-align: center;
}
.soudan .submit {
  text-align: center;
}
@media all and (max-width: 896px) {
  .soudan .submit {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
.soudan .submit input {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .soudan .submit input {
    max-width: 90%;
  }
}
.soudan .submit input.edit {
  padding: 10px 40px;
  background: #ddd;
  border-radius: 5px;
  color: #222;
}
@media all and (max-width: 896px) {
  .soudan .submit input.edit {
    margin-bottom: 20px;
  }
}
.soudan .submit input.send {
  margin-left: 20px;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .soudan .submit input.send {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 440px) {
  .soudan .submit input.send {
    margin-left: 0;
  }
}
.soudan .js-stepControls input.prev {
  padding: 10px 40px;
  background: #ddd;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .soudan .js-stepControls input.prev {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.25rem;
  }
}
.soudan h3 {
  background: #FCE1CF;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
}
.soudan h3 .arrow {
  position: relative;
  background: #F16D10;
  color: #fff;
  border-radius: 5px 0 0 5px;
  padding: 7px 15px 0;
}
@media all and (max-width: 896px) {
  .soudan h3 .arrow {
    padding: 7px;
  }
}
.soudan h3 .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #F16D10;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
}
@media all and (max-width: 896px) {
  .soudan h3 .arrow::after {
    border-width: 25px 0 25px 20px;
  }
}
.soudan h3 .arrow span.number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 1.875rem;
}
@media all and (max-width: 896px) {
  .soudan h3 .arrow span.number {
    font-size: 1.625rem;
  }
}
.soudan h3 .arrow span.large {
  font-size: 130%;
}
.soudan h3 .title {
  font-size: 2.125rem;
  margin: auto;
  font-weight: bold;
  padding: 3px;
}
@media all and (max-width: 896px) {
  .soudan h3 .title {
    font-size: 1.5rem;
  }
}
.soudan p {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .soudan p {
    font-size: 1.25rem;
  }
}
.soudan p span {
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 0px 10px 2px;
  font-size: 1rem;
  margin-right: 15px;
  font-weight: normal;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .soudan p span {
    font-size: 0.75rem;
    vertical-align: middle;
  }
}
.soudan p span.hissu {
  background: #CA1621;
}
.soudan p span.nini {
  background: #999;
}
.soudan input[type=text], .soudan input[type=email] {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
}
.soudan label {
  display: block;
}

.reason {
  border-top: 10px dotted #A7E6E9;
  border-bottom: 10px dotted #A7E6E9;
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .reason {
    border-top: 7px dotted #A7E6E9;
    border-bottom: 7px dotted #A7E6E9;
    padding-bottom: 40px;
  }
}
.reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .reason ul {
    display: block;
  }
}
.reason ul li {
  width: 30%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .reason ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .reason ul li:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 896px) {
  .reason ul li p:first-child img {
    max-width: 75px;
  }
}
.reason ul li p.circle {
  position: relative;
  margin: 30px auto 0;
  background: #FCE1CF;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .reason ul li p.circle {
    width: 150px;
    height: 150px;
  }
}
.reason ul li p.circle + div {
  text-align: left;
  margin-top: 30px;
}
.reason ul li p.circle + div p:first-child {
  margin-bottom: 15px;
}
.reason ul li p.circle + div p.bold {
  display: inline;
  font-weight: bold;
  line-height: 1.8;
  background: linear-gradient(transparent 80%, #FCE1CF 80%);
}
.reason ul li p.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 896px) {
  .reason ul li p.circle img {
    width: 50%;
  }
}
.reason ul li h3 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .reason ul li h3 {
    font-size: 1.75rem;
  }
}
.reason ul li h3 span {
  background: linear-gradient(transparent 70%, #A7E6E9 70%);
}

.example {
  background: #F2FCFC;
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .example {
    padding-bottom: 0;
  }
}
.example ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .example ul {
    justify-content: space-between;
    margin-top: 30px;
  }
}
.example ul li {
  width: 24%;
  border: 2px solid #F16D10;
  margin: 0 30px 40px;
}
@media all and (max-width: 896px) {
  .example ul li {
    width: 48%;
    margin: 0 0 40px;
  }
}
.example ul li .image {
  position: relative;
}
.example ul li .image img {
  width: 100%;
}
.example ul li .image h3 {
  position: absolute;
  top: -5px;
  left: -5px;
  background: #F16D10;
  text-align: center;
  color: #fff;
  padding: 2px 8px;
}
@media all and (max-width: 480px) {
  .example ul li .image h3 {
    font-size: 3.5vw;
  }
}
.example ul li .price {
  border-top: 2px solid #F16D10;
  border-bottom: 2px solid #F16D10;
  color: #F16D10;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  background: #fff;
  line-height: 1.2;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .example ul li .price {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 480px) {
  .example ul li .price {
    font-size: 4.5vw;
    padding: 0;
  }
}
.example ul li .price span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 200%;
  padding: 0 3px;
}
.example ul li .list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .example ul li .list dl {
    display: block;
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 375px) {
  .example ul li .list dl {
    font-size: 0.8125rem;
  }
}
.example ul li .list dl dt {
  text-align: center;
  width: 35%;
}
@media all and (max-width: 896px) {
  .example ul li .list dl dt {
    width: 100%;
    text-align: left;
  }
}
.example ul li .list dl dd {
  width: 65%;
}
@media all and (max-width: 896px) {
  .example ul li .list dl dd {
    width: 100%;
  }
}
.example ul li .list dl:nth-child(odd) {
  background: #FCE1CF;
}
.example ul li .list dl:nth-child(even) {
  background: #fff;
}

.insta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #405894;
  border-radius: 5px;
  margin: 80px auto 40px;
  max-width: 1096px;
  background: rgba(64, 88, 148, 0.1019607843);
}
@media all and (max-width: 1096px) {
  .insta ul {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 896px) {
  .insta ul {
    width: 100%;
    margin: 40px auto;
  }
}
.insta ul > li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .insta ul > li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.insta ul > li:first-child {
  text-align: center;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .insta ul > li:first-child {
    text-align: left;
  }
}
.insta ul > li:first-child p:first-child {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 40px;
  color: #405894;
}
@media all and (max-width: 896px) {
  .insta ul > li:first-child p:first-child {
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0;
  }
}
@media all and (max-width: 896px) {
  .insta ul > li:first-child p:first-child img {
    max-width: 30px;
  }
}
.insta ul > li:first-child p:first-child + p {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .insta ul > li:first-child p:first-child + p {
    font-size: 0.875rem;
  }
}
.insta ul > li:last-child {
  padding: 10px 10px 0 10px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .insta ul > li:last-child {
    margin-bottom: 0;
  }
}
.insta ul > li .link {
  margin-top: 20px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .insta ul > li .link {
    margin-bottom: 20px;
  }
}
.insta ul > li .link a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  color: #405894;
  border: 2px solid #405894;
  background: #fff;
  margin: auto;
  font-size: 1rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .insta ul > li .link a {
    font-size: 0.8125rem;
  }
}
.insta ul > li .link a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(-50%);
  font-size: 0.75rem;
}

.free {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .free {
    padding-bottom: 40px;
  }
}
.free table {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  border: 2px solid #222;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
.free table thead th,
.free table tbody th,
.free table tbody td {
  border-bottom: 2px solid #222;
  text-align: center;
  width: 33.3333333333%;
}
.free table thead th {
  padding: 20px 10px;
}
@media all and (max-width: 896px) {
  .free table thead th {
    padding: 10px 5px;
  }
}
.free table thead th.none {
  background: #D3F2F4;
}
.free table thead th.none hr {
  width: 109%;
  border: 0;
  border-top: 2px solid #222;
  margin: -11px;
  padding: 0;
  transform: rotate(13.6deg);
  transform-origin: 9% 0%;
}
@media all and (max-width: 896px) {
  .free table thead th.none hr {
    width: 107%;
    margin: -6px;
    transform: rotate(12.5deg);
    transform-origin: 4% 0%;
  }
}
@media all and (max-width: 700px) {
  .free table thead th.none hr {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .free table thead th.none hr {
    display: block;
    width: 124%;
    transform: rotate(26deg);
  }
}
.free table thead th.orange {
  font-size: 2.125rem;
  background: #F16D10;
  color: #fff;
}
@media all and (max-width: 1025px) {
  .free table thead th.orange {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 896px) {
  .free table thead th.orange {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 480px) {
  .free table thead th.orange {
    font-size: 3.5vw;
    padding: 10px 0px;
    letter-spacing: 0.5px;
  }
}
@media all and (max-width: 360px) {
  .free table thead th.orange {
    font-size: 3vw;
  }
}
.free table thead th.other {
  background: #D3F2F4;
  font-size: 1.875rem;
}
@media all and (max-width: 896px) {
  .free table thead th.other {
    font-size: 0.875rem;
    padding-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .free table thead th.other {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 320px) {
  .free table thead th.other {
    font-size: 3vw;
  }
}
.free table tbody th {
  height: 110px;
}
@media all and (max-width: 896px) {
  .free table tbody th {
    height: 60px;
  }
}
.free table thead th + th,
.free table tbody td {
  border-left: 2px solid #222;
}
.free table tbody td {
  font-size: 1.875rem;
  padding-bottom: 20px;
  height: 110px;
}
@media all and (max-width: 896px) {
  .free table tbody td {
    font-size: 0.875rem;
    padding-bottom: 10px;
    height: 60px;
  }
}
.free table tbody td.bg_blue {
  background: #D3F2F4;
  padding-top: 30px;
}
@media all and (max-width: 896px) {
  .free table tbody td.bg_blue {
    padding-top: 20px;
  }
}
.free table tbody td.bg_orange {
  background: #FCE1CF;
  color: #CA1621;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 15px;
}
@media all and (max-width: 896px) {
  .free table tbody td.bg_orange {
    font-size: 1.125rem;
  }
}
.free table tbody td.bg_orange .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 200%;
}
.free table tbody td.bg_white {
  padding-top: 30px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .free table tbody td.bg_white {
    padding-top: 20px;
  }
}
.free table tbody td.bg_white .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 150%;
  font-weight: normal;
}
.free table tbody td.bg_white .small {
  font-size: 80%;
}
@media all and (max-width: 896px) {
  .free table tbody td.bg_white .small {
    font-size: 70%;
  }
}
.free table tbody td.bg_white.line2 {
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .free table tbody td.bg_white.line2 {
    padding-top: 13px;
  }
}
.free table tbody td.bold {
  font-weight: bold;
  border-left: none;
}
@media all and (max-width: 480px) {
  .free table tbody td.bold {
    font-size: 3.5vw;
  }
}
@media all and (max-width: 320px) {
  .free table tbody td.bold {
    font-size: 3vw;
  }
}
.free table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.free table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.free table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
.free table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
.free table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.free table tbody tr:last-child td {
  border-bottom: none;
}

.step {
  background: #FCE1CF;
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .step {
    padding-bottom: 40px;
  }
}
.step .stepList {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .step .stepList {
    display: block;
  }
}
.step .stepList ul {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  color: #F16D10;
  width: 22%;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .step .stepList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
    width: 100%;
    padding: 15px 10px;
  }
}
.step .stepList ul::after {
  position: absolute;
  content: "";
  right: -2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 18px;
  border-color: transparent transparent transparent #F16D10;
}
@media all and (max-width: 896px) {
  .step .stepList ul::after {
    right: auto;
    top: auto;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 17px 20px 0 20px;
    border-color: #F16D10 transparent transparent transparent;
  }
}
.step .stepList ul:last-child::after {
  content: none;
}
.step .stepList ul li p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 2rem;
}
.step .stepList ul li p span {
  font-size: 150%;
}
.step .stepList ul li h3 {
  font-weight: bold;
  color: #222;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .step .stepList ul li h3 {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  .step .stepList ul li h3 {
    font-size: 5vw;
  }
}
@media all and (max-width: 896px) {
  .step .stepList ul li:first-child {
    width: 65%;
  }
}
.step .stepList ul li:nth-child(2) {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .step .stepList ul li:nth-child(2) {
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .step .stepList ul li:nth-child(2) img {
    max-width: 80%;
  }
}

.point {
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .point {
    padding-bottom: 20px;
  }
}
.point .flowList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .point .flowList {
    display: block;
  }
}
.point .flowList dl {
  position: relative;
  background: #fff;
  text-align: center;
  width: 48%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 160px;
}
@media all and (max-width: 896px) {
  .point .flowList dl {
    width: 100%;
    margin-bottom: 15px;
    min-height: 110px;
  }
}
.point .flowList dl dt {
  background: #F16D10;
  width: 25%;
  border-radius: 5px 0 0 5px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .point .flowList dl dt {
    width: 20%;
  }
}
.point .flowList dl dt img {
  max-width: 55px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .point .flowList dl dt img {
    max-width: 40px;
  }
}
.point .flowList dl dd {
  background: #FCE1CF;
  width: 75%;
  border-radius: 0 5px 5px 0;
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .point .flowList dl dd {
    width: 80%;
  }
}
.point .flowList dl dd.pt0 {
  padding-top: 7px;
}
.point .flowList dl dd p:first-child {
  font-size: 2.8125rem;
  color: #405894;
  background: linear-gradient(transparent 70%, #fff 70%);
  font-weight: bold;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .point .flowList dl dd p:first-child {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 360px) {
  .point .flowList dl dd p:first-child {
    font-size: 7vw;
  }
}
.point .flowList dl dd p:first-child span.red {
  color: #CA1621;
  font-size: 3.125rem;
}
@media all and (max-width: 896px) {
  .point .flowList dl dd p:first-child span.red {
    font-size: 1.875rem;
  }
}
.point .flowList dl dd p:first-child span.red .large {
  font-size: 180%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}
.point .flowList dl dd p:nth-child(2) {
  font-size: 1.5625rem;
  font-weight: normal;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .point .flowList dl dd p:nth-child(2) {
    font-size: 1rem;
  }
}

.movie video {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
}
@media all and (max-width: 896px) {
  .movie video {
    margin: 30px auto 0;
  }
}

.faq {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq .question {
  position: relative;
  background: #F16D10;
  border: 5px solid #F16D10;
  color: #fff;
  border-radius: 5px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .faq .question {
    margin-top: 20px;
    align-items: flex-start;
  }
}
.faq .question .number {
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}
@media all and (max-width: 896px) {
  .faq .question .number {
    font-size: 2.25rem;
  }
}
.faq .question p {
  font-weight: bold;
  font-size: 1.875rem;
  margin-left: 30px;
}
@media all and (max-width: 896px) {
  .faq .question p {
    font-size: 1.375rem;
    width: 80%;
    margin-left: 5%;
  }
}
.faq .question::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-weight: 900;
  color: #FCE1CF;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.875rem;
}
@media all and (max-width: 896px) {
  .faq .question::after {
    right: 10px;
    font-size: 1.25rem;
  }
}
.faq .question.active {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.faq .question.active::after {
  content: "\f056";
}
.faq .question:last-child {
  margin-bottom: 0;
}
.faq .answer {
  background: #FCE1CF;
  border-left: 5px solid #F16D10;
  border-right: 5px solid #F16D10;
  border-bottom: 5px solid #F16D10;
  border-radius: 0 0 5px 5px;
  display: none;
  margin-bottom: 40px;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .faq .answer {
    margin-bottom: 30px;
  }
}
.faq .answer .number {
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #F16D10;
  float: left;
}
@media all and (max-width: 896px) {
  .faq .answer .number {
    font-size: 2.25rem;
  }
}
.faq .answer div {
  width: 94%;
  line-height: 1.8;
  margin: auto 0 auto auto;
}
@media all and (max-width: 896px) {
  .faq .answer div {
    width: 88%;
  }
}
.faq .answer div ul {
  margin: 10px 0;
}
.faq .answer div ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.message {
  border-top: 10px dotted #A7E6E9;
  background-color: #F2FCFC;
  background-image: url(../images/message_bg_pc.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media all and (max-width: 480px) {
  .message {
    border-top: 7px dotted #A7E6E9;
    background-image: url(../images/message_bg_sp.svg);
    background-size: 100%;
  }
}
.message p {
  margin-top: 90px;
  padding-bottom: 360px;
  text-align: center;
  line-height: 2.2;
}
@media all and (max-width: 480px) {
  .message p {
    margin-top: 40px;
    padding-bottom: 180px;
    text-align: left;
  }
}

.headline {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
}
@media all and (max-width: 896px) {
  .headline {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.headline img.car1 {
  max-width: 135px;
}
@media all and (max-width: 896px) {
  .headline img.car1 {
    max-width: 68px;
  }
}
@media all and (max-width: 896px) {
  .headline img.car2 {
    max-width: 70px;
  }
}
@media all and (max-width: 896px) {
  .headline img.car3 {
    max-width: 80px;
  }
}
.headline img.car4 {
  max-width: 127px;
}
@media all and (max-width: 896px) {
  .headline img.car4 {
    max-width: 61px;
  }
}
.headline h2 {
  position: relative;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .headline h2 {
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.headline h2.lineheight_small {
  line-height: 1.4;
}
.headline h2 span.red {
  color: #CA1621;
  font-size: 3.75rem;
  line-height: 0.8;
}
@media all and (max-width: 896px) {
  .headline h2 span.red {
    font-size: 2.125rem;
  }
}
.headline h2 span.red .number {
  font-size: 150%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .headline h2 span.small {
    font-size: 85%;
  }
}
@media all and (max-width: 320px) {
  .headline h2 span.small {
    font-size: 75%;
  }
}
.headline h2 span.arrow {
  display: block;
  margin: auto;
  width: 420px;
  border-bottom: 8px solid #405894;
  border-radius: 8px;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .headline h2 span.arrow {
    width: 220px;
    border-bottom: 4px solid #405894;
  }
}
.headline h2 span.arrow::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 17px 15px 0 15px;
  border-style: solid;
  border-color: #405894 transparent transparent transparent;
}
@media all and (max-width: 896px) {
  .headline h2 span.arrow::before {
    bottom: -13px;
  }
}
.headline h2 span.arrow::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media all and (max-width: 896px) {
  .headline h2 span.arrow::after {
    bottom: -7px;
  }
}
.headline h2 span.arrow.bg_blue::after {
  border-color: #F2FCFC transparent transparent transparent;
}
.headline h2 span.arrow.bg_orange::after {
  border-color: #FCE1CF transparent transparent transparent;
}
.headline h2 + p {
  color: #405894;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .headline h2 + p {
    font-size: 1.25rem;
  }
}

.notfound {
  padding: 100px 0;
  text-align: center;
}
.notfound h1 {
  font-size: 1.875rem;
}
.notfound .area_notfound {
  margin-top: 50px;
}

footer {
  background: #FCE1CF;
  color: #222;
  padding: 30px 0;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  footer .inner {
    justify-content: center;
  }
}
footer .inner .copyright {
  font-size: 0.9375rem;
}
@media all and (max-width: 896px) {
  footer .inner .copyright {
    font-size: 0.75rem;
    order: 2;
    margin-top: 30px;
    text-align: center;
  }
}
footer .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  footer .inner ul {
    order: 1;
  }
}
@media all and (max-width: 480px) {
  footer .inner ul {
    justify-content: center;
    gap: 10px;
  }
}
footer .inner ul li {
  margin: 0 15px;
}
footer .inner ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  footer .inner ul li {
    margin: 0 10px;
    font-size: 0.875rem;
  }
}
footer .inner ul li a.insta img {
  max-width: 30px;
}
@media all and (max-width: 480px) {
  footer .inner ul li a.insta img {
    max-width: 25px;
  }
}
footer #pagetop {
  position: fixed;
  right: 10px;
  display: block;
  padding: 30px;
  transition: none;
  background: #F16D10;
  transition: 0.3s;
  border-radius: 30px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    padding: 20px;
  }
}
footer #pagetop:hover {
  opacity: 0.7;
  transition: 0.5s;
}
footer #pagetop::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  transform: rotate(45deg);
}
footer #pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #fff;
  transform: rotate(0deg);
}

#js-modal-close {
  text-align: right;
  display: block;
  font-size: 90%;
  cursor: pointer;
}

.modalContents {
  padding: 20px;
}
@media all and (max-width: 480px) {
  .modalContents {
    padding: 10px 0 0;
  }
}
.modalContents .box_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .modalContents .box_tab {
    margin-bottom: 5px;
  }
}
.modalContents .box_tab li {
  background: #eee;
  color: #222;
  border-radius: 5px;
  width: 160px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
  line-height: 2.5;
}
@media all and (max-width: 480px) {
  .modalContents .box_tab li {
    width: 110px;
    height: 40px;
    margin: 0 10px 5px;
  }
}
.modalContents .box_tab li.select {
  background: #F16D10;
  color: #fff;
}
.modalContents .panel {
  position: relative;
}
.modalContents .panel.hide {
  display: none;
}
.modalContents .panel .inner_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modalContents .panel .inner_tab .waku {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .modalContents .panel .inner_tab .waku {
    padding: 10px;
  }
}
.modalContents .panel .inner_tab .waku:last-child {
  margin-bottom: 0;
}
.modalContents .panel .inner_tab .waku ul {
  display: flex;
  flex-wrap: wrap;
}
.modalContents .panel .inner_tab .waku ul li {
  font-weight: bold;
  margin: 0 15px;
  line-height: 2.2;
}
@media all and (max-width: 896px) {
  .modalContents .panel .inner_tab .waku ul li {
    line-height: 2.5;
  }
}

.modal {
  position: relative;
  width: 80%;
  padding: 20px;
  background: #fff;
  display: none;
}
@media all and (max-width: 480px) {
  .modal {
    width: 95%;
    padding: 10px;
  }
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 480px) {
  .overlay {
    top: 20px;
  }
}
.overlay.is-show {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.overlay.is-show {
  z-index: 1000;
}

.panel li a {
  text-decoration: underline;
  color: #0170b5;
}

.p-maker .yunyu {
  max-height: 240px;
  overflow: auto;
}

.p-car .on {
  max-height: 240px;
  overflow: auto;
}

.modalItemWrap {
  position: relative;
  cursor: pointer;
}

.modalItemWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.formLayout select {
  -webkit-appearance: none;
  color: #000;
  border-radius: 2px;
}

body.ok #content {
  text-align: center;
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  body.ok #content {
    margin-top: 100px;
  }
}
body.ok #content p + p {
  margin-top: 20px;
}
body.ok #content p + p a {
  text-decoration: underline;
}
body.ok footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.image01 {
  margin-top: 8px;
}

.image02 {
  margin-top: 8px;
}