@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

.header-container{
	display: none;
}

.sidebar{
	background: transparent;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  white-space: normal;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

.wrap,.main{
	width: 100%;
}

.main{
   padding: 0;	
}

.content-in{
	justify-content: center;
}

.sidebar-left .content-in{
	flex-wrap: nowrap;
}
.content{
	margin-top: 0;
}
table:not(.has-border-color) :where(th,td){
	border: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/*
@mixin abridgement($line-height,$font-size,$lines,$color){
    line-height: $line-height;
    max-height: $font-size * $line-height * $lines +px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align:justify;
    &:before,
    &:after{
        position: absolute;
    }
    &:before{
        content: '...';
        background: $color;
        right: 0px;
        text-align: center;
        width:1.2em !important;
        top:$font-size*$line-height*($lines - 1) +px;
        //z-index: 3;
    }
    &:after {
        content: '';
        height: 100%;
        width: 100%;
        background: 0px;
        //z-index: 2;
        background: $color;
    }
}
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html,
body {
  scroll-behavior: smooth;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #e4d2a5;
  color: #333333;
  font-family: 'arial',  'Open Sans', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', -apple-system, blinkMacSystemFont, sans-serif;;
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
  z-index: 0;
}
body.is-noScroll {
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  body {
    margin-bottom: 0px;
  }
}

html {
  font-size: 62.5%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #BABABA !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #BABABA !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA !important;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

.language_choose {
  position: fixed;
  z-index: 9999999;
  display: block;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
  width: 50vw;
  height: 50vh;
  left: 25%;
  top: 2%;
}

.choose_overlay {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.l-header {
  position: relative;
  z-index: 9999;
  min-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header.is-fixed {
  position: fixed;
  margin-top: 0;
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*   position: fixed; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 992px) {
  .l-header .l-header__inner {
    position: relative;
    width: 100%;
    max-width: 390px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header .l-header__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-header .l-header__body {
    width: 100%;
    max-width: 390px;
	right: 6%;
  }
}
.l-header .l-header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .l-header .l-header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    z-index: 1001;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    position: fixed;
    min-width: 440px;
    max-width: 440px;
    background: #e4d2a5;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-header.m_fixed {
    background: rgba(118, 206, 233, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media screen and (max-width: 992px) {
  .l-header__contact {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__contact .entry_btn_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 5px;
  }
  .l-header__contact .entry_btn_list .entry_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48px;
    height: 42px;
    font-size: 8px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    padding: 7px 0 0px;
  }
  .l-header__contact .entry_btn_list .entry_btn svg {
    fill: #fff !important;
    width: 16px;
    height: 16px;
  }
  .l-header__contact .entry_btn_list .entry_btn.line {
    background: #58D339;
  }
  .l-header__contact .entry_btn_list .entry_btn.tel {
    background: #698EEB;
  }
  .l-header__contact .entry_btn_list .entry_btn.faq {
    background: #F88FBC;
    position: relative;
  }
  .l-header__contact .entry_btn_list .entry_btn.faq svg {
    margin-left: 3px;
  }
  .l-header__contact .entry_btn_list .entry_btn.faq::before {
    content: "匿名OK！LINEで簡単応募はこちら！";
    background: url(../img/top/entry_btn_bubble.svg) no-repeat center;
    background-size: cover;
    font-size: 8px;
    color: #F88FBC;
    position: absolute;
    display: block;
    bottom: 38px;
    width: 140px;
    height: 19px;
    text-align: center;
  }
  .l-header__contact .entry_btn_list .entry_btn.mail {
    background: #FFBF60;
  }
}
.l-header__titlearea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__titlearea {
    position: relative;
  }
}
.l-header__titlearea h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.l-header__titlearea h3::after {
  content: "";
  background: url(../img/top/menu_line.svg) no-repeat center;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__titlearea h3 {
    font-size: 9px;
  }
  .l-header__titlearea h3::after {
    display: none;
  }
}
.l-header__titlearea .l-header__logo {
  max-width: 170px;
  width: auto;
}
.l-header__titlearea .l-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__titlearea .l-header__logo a img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__description {
    max-width: 232px;
    width: auto;
  }
}
.l-header__titlearea .l-header__description img {
  height: 50px;
}
@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__description img {
    width: 100%;
    height: auto;
  }
}

.l-header__nav {
  position: relative;
  z-index: 9999;
  top: 0px;
}

.openbtn1 {
  position: relative;
  background: #aa8c41;
  cursor: pointer;
  width: 42px;
  height: 42px;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.openbtn1 p {
  font-size: 8px;
  text-align: center;
  position: relative;
  left: 1px;
}
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #fff;
  width: 20px;
}
.openbtn1 span:nth-of-type(1) {
  top: 9px;
}
.openbtn1 span:nth-of-type(2) {
  top: 16px;
}
.openbtn1 span:nth-of-type(3) {
  top: 22px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 9px;
  left: 11px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 21px;
  left: 11px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 20px;
}

#l-header__gnav-body {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: transparent;
  height: 120vh;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #l-header__gnav-body::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 120vh;
	background: #e4d2a5;
/*     background: -webkit-gradient(linear, left top, left bottom, from(#AEDFFF), to(#FFBFC6));
    background: -webkit-linear-gradient(top, #AEDFFF, #FFBFC6);
    background: linear-gradient(180deg, #AEDFFF, #FFBFC6);
    -webkit-animation: bgColors 20s infinite alternate;
            animation: bgColors 20s infinite alternate;
    -webkit-animation-delay: 7s;
            animation-delay: 7s; */
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    pointer-events: inherit;
    opacity: 1;
	left: 10px;
  }
}
#l-header__gnav-body .contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #l-header__gnav-body .contact_btn {
    display: none;
  }
}
#l-header__gnav-body .contact_btn img {
  margin-top: 40px;
  max-width: 290px;
}
#l-header__gnav-body .l-header__gnav-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    padding: 68px 0px 0;
  }
}
#l-header__gnav-body.active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
#l-header__gnav-body.active .l-header__gnav-container {
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#l-header__gnav-body .l-header__gnav-container__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 312px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#l-header__gnav-body .l-header__gnav-container__inner .gnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-reset: list-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0px 0 20px;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li {
  padding: 10px 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: list-item;
  position: relative;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .num {
  margin-right: 8px;
  text-align: right;
  font-size: 14px;
  color: #705512;
  word-break: keep-all;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li a:hover h5, #l-header__gnav-body .l-header__gnav-container__inner .gnav li a:hover span, #l-header__gnav-body .l-header__gnav-container__inner .gnav li a.active h5, #l-header__gnav-body .l-header__gnav-container__inner .gnav li a.active span {
  color: #0A2D84;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li a h5 {
  font-size: 20px;
  margin-right: 7px;
  color: #705512;
  font-weight: 400;
  word-break: keep-all;
   text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
   width: fit-content;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li a span {
  font-size: 12px;
  color: #705512;
  word-break: keep-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
   text-align: right;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
    font-size: 1.4rem;
    line-height: 1.25;
    text-align: center;
	max-width: 200px;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
  margin: 30px auto 0;
  /*
  @include mq(lg, min) {
    max-width: 364px;
    width: 27%;
    margin-right: 3%;
    margin: 0 auto 0;
  }
  */
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
    /*display: none;*/
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
    position: static;
    right: auto;
    bottom: auto;
    max-width: 364px;
    width: 27%;
    margin-right: 3%;
    margin: 0 3% 0 auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
    width: auto;
    padding: 0%;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
    width: auto;
    padding: 0%;
  }
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(1) img {
    max-height: 65px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(1) img {
    max-height: 65px;
    width: auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) img {
    max-height: 65px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) img {
    max-height: 65px;
    width: auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner {
  margin: 10px auto 0;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
}

.contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 52px 50px;
}
.contact_btn img {
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact_btn img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact_btn .now_text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  color: #705512;
  text-align: center;
  font-weight: 500;
}
.contact_btn .contact_btn_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 0;
  margin-top: 20px;
}
.contact_btn .contactbtn {
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  padding: 5px 30px;
}
.contact_btn .contactbtn svg {
  fill: #fff;
}
.contact_btn .contactbtn.phone {
  background: -webkit-gradient(linear, left top, right top, from(#86CFFE), to(#c7ffaa));
  background: -webkit-linear-gradient(left, #86CFFE, #c7ffaa);
  background: linear-gradient(90deg, #86CFFE, #c7ffaa);
  font-size: 24px;
  border-color: #D4EEFF;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.3;
}
.contact_btn .contactbtn.phone svg {
  margin-right: 6px;
  position: relative;
}
.contact_btn .contactbtn.phone .btn_text {
  font-size: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}
.contact_btn .contactbtn.phone .btn_text span {
  font-size: 16px;
}
.pc-display2{
	display: block;
}
.sp-display2{
	display: none;
}
@media screen and (max-width: 992px) {
  .contact_btn .contactbtn.phone .btn_text {
    display: none;
  }
}
.contact_btn .contactbtn.phone .sp-display.btn_num {
  display: none;
}
@media screen and (max-width: 992px) {
  .contact_btn .contactbtn.phone .sp-display.btn_num {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 500;
  }
  .contact_btn .contactbtn.phone .sp-display.btn_num span {
    font-size: 20px;
  }
  .contact_btn .contactbtn.phone .sp-display.btn_num svg {
    top: 3px;
    position: relative;
  }
}
.contact_btn .contactbtn.phone .pc-display.btn_num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .contact_btn .contactbtn.phone .pc-display.btn_num {
    display: none;
  }
}
.contact_btn .contactbtn.line {
  background: -webkit-gradient(linear, left top, right top, from(#58D339), to(#54DEB8));
  background: -webkit-linear-gradient(left, #58D339, #54DEB8);
  background: linear-gradient(90deg, #58D339, #54DEB8);
  font-size: 18px;
  border-color: #ABFFDD;
}
.contact_btn .contactbtn.line svg {
  margin-right: 10px;
}
.contact_btn .contactbtn.mail {
  background: -webkit-gradient(linear, left top, right top, from(#ffb13e), to(#f58695));
  background: -webkit-linear-gradient(left, #ffb13e, #f58695);
  background: linear-gradient(90deg, #ffb13e, #f58695);
  font-size: 18px;
  border-color: #FFD284;
}
.contact_btn .contactbtn.mail svg {
  margin-right: 10px;
}

#common_fixed_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  z-index: 999;
}
@media screen and (min-width: 415px) {
  #common_fixed_sp {
    display: none;
  }
}
#common_fixed_sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#common_fixed_sp ul .reflection {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#common_fixed_sp ul .reflection:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
#common_fixed_sp ul .reflection img {
  width: 100%;
}
#common_fixed_sp ul .reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  z-index: 100;
}

/*
#common_fixed_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  z-index: 999;
  @include mq(xsOver, min) {
    display: none;
  }

  .ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 10px 10px;
    background-color: rgba(255,255,255,0.7);


    .reflection-container {
      position: relative;
      overflow: hidden;
      width: 50%;
      box-sizing: border-box;
      padding-right: 5px;

      &:nth-child(2) {
        padding-right: 0;
        padding-left: 5px;
      }

      a {
        display: block;
        width: 100%;
        height: 100%;

        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }


      .reflection {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
        transform: scaleY(-1);
      }
    }

  }
}*/
/* ============
* .l-hero
============== */
.l-hero {
  position: relative;
  height: 453px;
  margin-top: 50px;
  background: url("../img/hero_img_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-hero {
    height: 100vh;
    margin-top: 0;
    background: url("../img/hero_img.jpg") no-repeat top center;
    background-size: cover;
  }
}
.l-hero .l-hero__contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__contents {
    width: 90%;
    padding: 0;
  }
}
.l-hero .l-hero__title {
  margin-bottom: auto;
  margin-top: 2rem;
  color: #E84376;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__title {
    margin-top: -20rem;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
  }
}
.l-hero .l-hero-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo {
    display: block;
    position: absolute;
    top: 2rem;
    width: 234px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo.l-hero-logo--2 {
    width: 374px;
  }
}

.l-footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer-nav ul li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li {
    width: auto;
  }
}
.l-footer-nav ul li a {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a {
    padding: 0 1.3rem;
    font-size: 1.5rem;
  }
}
.l-footer-nav ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #E84376;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a:before {
    top: -3px;
  }
}
.l-footer-nav a {
  color: #333333;
}
.l-footer-nav a:hover {
  color: #E84376;
}

.paged .l-main {
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .paged .l-main {
    padding: 0;
  }
}

.top-reason__box__title, .top-step__box__title, #top-salary .back_list li .back_tag span, #top-salary .back_list li .back_tag small, .supportArea__box .s-content .salary_simulator p span, #top-guarantee .guarantee__inner p span, #top-guide .top-guide__index li .pt_des {
  font-family: "Noto Serif JP", serif;
}

#l-header__gnav-body .l-header__gnav-container__inner .gnav li a span,
#top-reason .top-reason__box__description, #top-salary .caution_list li,
.supportArea__box .s-content .salary_simulator .s-text, .supportArea__box .s-title p, #top-guarantee .subtitle, #top-guarantee .guarantee__inner .caution,
.top-review__box_inner, .commmon_button, .top-blog__box__content-inner,
#top-guide .top-guide__index li .pt_des span, #top-guide .top-guide__index li p,
#top-guide dl, .top-contact__line, #top-contact .top-contact__box .top-contact__box__content ul, #top-contact .top-contact__box .top-contact__box__content p, .l-footer-caution, .l-footer-copy, .l-header__contact .entry_btn_list .entry_btn, .l-header__contact .entry_btn_list .entry_btn.faq::before, .l-content__blog #top-blog .category_box .cate_btn .filter-btn, .openbtn1 p, .l-content__404 .below,
.p-page-404__content, .p-page-404-link, #top-voice .top-step__box__content .top-step__box__textarea p, #top-guarantee .guarantee_txt p, .breadcrumb .bred__item span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}

#top-guide .top-guide__index li .pt_title {
  font-family: "Yeseva One", serif;
}

.l-wrap {
  overflow: hidden;
  position: relative;
  z-index: 32;
  margin-top: 0px;
  display: grid;
  grid-template-columns: 22% 78%;
  justify-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding-left: 2rem;
}
@media screen and (max-width: 992px) {
  .l-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.right_corner {
  position: relative;
  min-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right_corner .corner__inner {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: calc(100vh - 16px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.right_corner .corner__inner .deco_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.right_corner .corner__inner .mv_title {
  max-width: 610px;
  position: relative;
}
.right_corner .corner__inner .girl_deco {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}
.right_corner .corner__inner .girl_deco img {
  position: relative;
  width: 100%;
  -webkit-animation: floatUpDown2 5s ease-in-out infinite;
          animation: floatUpDown2 5s ease-in-out infinite;
}
.right_corner .corner__inner .girl_deco img:last-child {
  top: 27%;
  -webkit-animation: floatUpDown 7s ease-in-out infinite;
          animation: floatUpDown 7s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .right_corner {
    display: none;
  }
}

.bg_ball {
  max-height: 1080px;
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .bg_ball {
    display: none;
  }
}

.ball01, .ball02, .ball03 {
  position: relative;
}

.ball01 {
  max-width: 180px;
  left: 30%;
  -webkit-animation: floatUpDown2 5s ease-in-out infinite;
          animation: floatUpDown2 5s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .ball01 {
    left: 10%;
  }
}

.ball02 {
  max-width: 280px;
  left: 54%;
  top: 10%;
  -webkit-animation: floatUpDown 5s ease-in-out infinite;
          animation: floatUpDown 5s ease-in-out infinite;
}

.ball03 {
  max-width: 300px;
  left: 83%;
  bottom: -20%;
  -webkit-animation: floatUpDown2 5s ease-in-out infinite;
          animation: floatUpDown2 5s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .ball03 {
    left: 74%;
    bottom: -30%;
  }
}

.l-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto;
}
.l-content .l-content--search {
  margin: 1.6rem auto 0;
}
@media screen and (min-width: 375px) {
  .l-content .l-content--search {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 414px) {
  .l-content .l-content--search {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content .l-content--search {
    width: 628px;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding: 0rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .l-main {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-main.l-main--small {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main.l-main--small {
    width: 822px;
  }
}

.l-side {
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-side {
    width: 304px;
    height: 100%;
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-side {
    margin-left: auto;
  }
}
.l-side .l-side__item {
  margin-bottom: 5rem;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in.girl.bubble.visible {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fadein-Up {
  opacity: 0;
}

.fadein-Up.visible {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.l-aside-headLine {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40.3vw;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine {
    padding-top: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine {
    padding-top: 15.6%;
  }
}
.l-aside-headLine a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-aside-headLine .l-aside-headLine__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 16%;
    max-width: 2400px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-aside-headLine .l-aside-headLine__bg {
    min-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-headLine .l-aside-headLine__bg {
    height: 16%;
    min-width: 1260px;
  }
}
.l-aside-headLine .l-aside-headLine__bg--sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40.3vw;
  min-width: 320px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    height: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    display: none;
  }
}
.l-aside-headLine.is-modal {
  z-index: 999;
}

.l-aside-bottom {
  overflow-x: hidden;
}
.l-aside-bottom .l-aside-bottom__bg {
  min-height: 36vw;
  max-height: 150px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .l-aside-bottom .l-aside-bottom__bg {
    height: 265px;
    min-height: 205px;
    min-width: 980px;
    max-width: 2400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-bottom .l-aside-bottom__bg {
    min-height: 265px;
    min-width: 1280px;
  }
}

.l-aside-slider {
  overflow: hidden;
  background: #007cc1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-slider {
    margin-bottom: 0;
  }
}

.l-aside {
  background: rgb(4.3, 165.3715025907, 255);
}
.l-aside h2 {
  color: #E84376;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside h2 {
    text-align: left;
    font-size: 2.8rem;
  }
}
.l-aside .container p {
  margin-bottom: 2rem;
  color: #E84376;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .l-aside .container p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-aside .container p {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}
.l-aside .l-aside-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 67px;
  color: #FFF;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  background: #E84376;
  border-radius: 6px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link {
    pointer-events: none;
    display: block;
    height: auto;
    background: transparent;
    color: #E84376;
    font-size: 4.8rem;
    text-align: left;
  }
}
.l-aside .l-aside-link:hover {
  text-decoration: none;
}
.l-aside .l-aside-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link span {
    display: inline-block;
    font-weight: 400;
    font-size: 2.5rem;
  }
}
.l-aside .l-aside-link small {
  position: relative;
  top: 0;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link small {
    top: -4px;
  }
}
.l-aside .l-aside-link-desc {
  margin-bottom: 0;
}

.l-aside-textAdd {
  margin-bottom: 5rem;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.l-aside-textAdd .l-aside-textAdd__heading {
  padding: 0.4rem 1rem;
  background: #EAEAEA;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.l-aside-textAdd ul {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul {
    padding: 2rem;
  }
}
.l-aside-textAdd ul li {
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
}
.l-aside-textAdd ul li:last-child a {
  margin-bottom: 0;
}
.l-aside-textAdd ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: -1rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    text-indent: 0;
    color: #333333;
  }
}
.l-aside-textAdd ul li a:hover {
  color: #229FC4;
}
.l-aside-textAdd ul li a:before {
  display: inline-block;
  content: "・";
  color: #333333;
}

/* ============
* .l-footer
============== */
.contact_footer {
  padding: 40px 0 50px;
  width: 100%;
  margin-bottom: -45px;
  background: #fff;
}
.contact_footer .now_text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFAAC5;
  text-align: center;
}
.contact_footer .contact_btn .contactbtn.phone {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.4;
}
.contact_footer .contact_btn .contactbtn.phone .btn_text {
  font-size: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}
.contact_footer .contact_btn .contactbtn.phone .btn_text span {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .contact_footer .contact_btn .contactbtn.phone .btn_text {
    display: none;
  }
}
.contact_footer .contact_btn .contactbtn.phone .sp-display.btn_num {
  display: none;
}
@media screen and (max-width: 992px) {
  .contact_footer .contact_btn .contactbtn.phone .sp-display.btn_num {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 500;
  }
  .contact_footer .contact_btn .contactbtn.phone .sp-display.btn_num span {
    font-size: 20px;
  }
  .contact_footer .contact_btn .contactbtn.phone .sp-display.btn_num svg {
    top: 3px;
    position: relative;
  }
}
.contact_footer .contact_btn .contactbtn.phone .pc-display.btn_num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .contact_footer .contact_btn .contactbtn.phone .pc-display.btn_num {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .contact_footer .contact_btn .contactbtn.phone {
    line-height: 2;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  padding: 20px 45px 10px;
  background: #ffba67;
}
.l-footer a {
  max-width: 263px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.l-footer img {
  margin: 0;
}
.l-footer .l-footer-caution {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.l-footer .l-footer-copy {
  position: relative;
  display: block;
  margin: 0 auto 0;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

/*@import "object/component/animation";
@import "object/component/article";
@import "object/component/banner";
@import "object/component/breadcrumb";
@import "object/component/button";
@import "object/component/modal";
@import "object/component/modal-av";
@import "object/component/slider";
@import "object/component/tab";
@import "object/component/tag";*/
/*@import "object/state";
@import "object/utility";
@import "object/external/wp_ulike";
@import "object/external/swiper";*/
/* ==============
// font
================= */
/*==========================================
font-family：Noto Sans JP
==========================================*/
/*==========================================
component：purchase（全国出張買取エリア）
==========================================*/
@media screen and (min-width: 992px) {
  .component__purchase_area {
    padding: 100px 0 60px;
  }
}
.component__purchase_area .component__purchase-area__inner {
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__inner {
    padding: 0px 0 0px;
  }
}
.component__purchase_area .component__purchase-area__container h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #27a3cd;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 8px 0 4px;
  background-color: #fef1f7;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__container h2 {
    font-size: 4rem;
    padding: 16px 0 16px;
    margin: 0px auto 0;
    height: 90px;
  }
}
.component__purchase_area .component__purchase-area__box {
  padding: 0 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box {
    width: 96%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl {
  margin: 0 auto 20px;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box .component__purchase-area__dl {
    margin: 0 auto 40px;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 8px;
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 25px;
  background-color: #27a3cd;
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd {
  padding: 2px 0 0 10px;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #27a3cd;
          text-decoration-color: #27a3cd;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd {
    font-size: 1.8rem;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd:before {
  display: none;
}

/*==========================================
component：paginate（ページネーション）
==========================================*/
.archive-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .archive-paginate {
    padding: 30px 0 100px;
  }
}
.archive-paginate .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 13px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #86B5D2;
  border: solid 1px #86B5D2;
  background-color: #fff;
  margin: 0 3px 0;
}
.archive-paginate .page-numbers img {
  margin: 0;
  width: 16px;
  height: 16px;
}
.archive-paginate .page-numbers.dots {
  background-color: transparent;
  border: none;
}
.archive-paginate .page-numbers.next {
  background: none;
  border: none;
}
.archive-paginate .page-numbers.prev {
  background: none;
  border: none;
  rotate: 180deg;
}
.archive-paginate .page-numbers.current {
  background-color: #86B5D2;
  color: #fff;
}

/* ==============
// animation
================= */
@-webkit-keyframes fadeInNav {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
}
@keyframes fadeInNav {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
}
@-webkit-keyframes fadeOutNav {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
@keyframes fadeOutNav {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgColors {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes bgColors {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes floatUpDown2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floatUpDown2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*==========================================
Section：top-faq（よくある質問）
==========================================*/
#faq {
  background-color: #fff;
  padding-bottom: 70px;
}
#faq .section-title {
  padding: 40px 0 20px;
  width: 290px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #faq .section-title {
    padding: 0px 0 40px;
  }
}
#faq .section-inner {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  #faq .section-inner {
    max-width: 1000px;
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
  }
}
#faq .faq__wrap .faq__box {
  border-bottom: solid 1px #A5DBEE;
  padding: 25px 0 25px;
}
#faq .faq__wrap .faq__box:first-child {
  padding: 0 0 25px;
}
#faq .faq__wrap .faq__box:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  #faq .faq__wrap .faq__box:last-child {
    border-bottom: solid 1px #A5DBEE;
  }
}
#faq .faq__wrap .faq__box dt {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #faq .faq__wrap .faq__box dt {
    font-size: 1.8rem;
  }
}
#faq .faq__wrap .faq__box dt:before {
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #27a3cd;
  color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#faq .faq__wrap .faq__box dd {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  #faq .faq__wrap .faq__box dd {
    font-size: 1.4rem;
    padding-top: 6px;
  }
}
#faq .faq__wrap .faq__box dd:before {
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #FF8800;
  color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  #faq .faq__wrap .faq__box dd:before {
    margin-top: -6px;
  }
}

/*==========================================
component：archive-footer
（カテゴリ、月間アーカイブ、最新記事）
==========================================*/
.component-archive__footer {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .component-archive__footer {
    width: 24%;
    max-width: 240px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.component-archive__footer .component-archive__footer-inner {
  padding: 40px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.component-archive__footer .component-archive__footer-inner__dl {
  margin: 0 auto 30px;
}
.component-archive__footer .component-archive__footer-inner__dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 8px;
}
.component-archive__footer .component-archive__footer-inner__dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 25px;
  background-color: #27a3cd;
}
.component-archive__footer .component-archive__footer-inner__dl dd {
  padding: 2px 0 0 10px;
}
.component-archive__footer .component-archive__footer-inner__dl dd:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-image: url(../img/common/common_icon_arrow_circle@2x.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}

/*==========================================
common：各セクション共通タイトル
==========================================*/
.c-sec__title {
  text-align: center;
  line-height: 1.3;
  padding: 20px 0 10px;
}
@media screen and (min-width: 992px) {
  .c-sec__title {
    margin-bottom: 2rem;
    padding: 100px 0 10px;
  }
}
.c-sec__title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #27a3cd;
}
@media screen and (min-width: 992px) {
  .c-sec__title h2 {
    font-size: 4rem;
  }
}
.c-sec__title .c-sec__title__sub-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  background: #27a3cd;
  font-size: 1.4rem;
  width: 100px;
  margin: 4px auto 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0 2px;
}

.c-article__list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .c-article__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.c-related {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .c-related {
    width: 822px;
    margin-right: auto;
  }
}
.c-related .title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}

.c-color-accent {
  color: #E84376;
}

@-webkit-keyframes cursorScaleAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorScaleAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cursorScaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes cursorScaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes cursorAni {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cursorAni {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*==========================================
common：各セクション共通コンテナ
==========================================*/
.l-content__common {
  background-color: #fef1f7;
  padding: 0 0 0px;
}

/*==========================================
common：動的矢印（トップページ使用）
==========================================*/
.type a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 70%;
  margin: 20px auto 0;
  z-index: 2;
  padding: 0px;
  color: #27a3cd;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.type a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 30%;
  width: 70%;
  height: 1px;
  background: #27a3cd;
}
.type a:hover {
  opacity: 0.5;
}

#type06 a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 30%;
  width: 70%;
  height: 1px;
  background: rgba(165, 219, 238, 0.4);
}
#type06 a::after {
  -webkit-animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl06 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes sdl06 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
/*==========================================
common：パンクズリスト整形
==========================================*/
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb .bred__item a {
  color: #27a3cd;
  font-size: 1.2rem;
}
.breadcrumb .bred__item a:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb .bred__item span {
  color: #90C4EB;
  font-size: 12px;
}

/*==========================================
common：swiperページネーション設定追加
==========================================*/
.l-wrap .l-main .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}
.l-wrap .l-main .swiper-pagination-bullet-active {
  background-color: #D27C96;
}

/*==========================================
common：PC,スマホ分岐設定
==========================================*/
.sp-display {
  display: none;
}
@media screen and (max-width: 992px) {
  .sp-display {
    display: block;
  }
}

.pc-display {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-display {
    display: block;
  }
}

.sp_md-display {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_md-display {
    display: none;
  }
}

.pc_md-display {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_md-display {
    display: block;
  }
}

.sp_min-display {
  display: block;
}
@media screen and (min-width: 576px) {
  .sp_min-display {
    display: none;
  }
}

.pc_min-display {
  display: none;
}
@media screen and (min-width: 576px) {
  .pc_min-display {
    display: block;
  }
}

.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #c3a559;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content table {
  border: 2px solid #000;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}
.tab-content table tbody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-content table th {
  border-right: 2px solid #000;
  background: #c3a559;
  color: #fff;
  width: 25%;
}
.tab-content table td {
  padding: 20px 10px;
  width: 75%;
}
.tab-content table td, .tab-content table th {
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-content table tr:last-child th, .tab-content table tr:last-child td {
  border-bottom: none;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #c3a559;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*==========================================
single：blog（ブログ詳細）
==========================================*/
.l-content__single-blog .l-main {
  height: 100%;
}
.l-content__single-blog .breadcrumb {
  margin-top: 40px;
  padding: 8px 0px;
}
.l-content__single-blog #top-blog {
  background: #F5FBFF;
  padding: 40px 0 20px;
  height: 100%;
  min-height: 738px;
  max-height: 100%;
}
.l-content__single-blog #top-blog .section_wrap {
  padding: 0 40px;
}
.l-content__single-blog #top-blog .section-inner {
  padding: 0;
  top: 0;
}
.l-content__single-blog #top-blog .blog-article__heading {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-content__single-blog #top-blog .blog-article__heading time {
  margin-right: 10px;
  color: #9E9E9E;
  font-size: 10px;
}
.l-content__single-blog #top-blog .blog-article__title {
  font-size: 16px;
  color: #545454;
}
.l-content__single-blog #top-blog .category_box ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
.l-content__single-blog #top-blog .category_box ul li {
  font-size: 12px;
  color: #545454;
  background: #ECECEC;
  border-radius: 50px;
  padding: 4px 10px;
  text-align: center;
}
.l-content__single-blog #top-blog .top-blog__box {
  display: block;
  padding: 0;
  margin: 10px 0 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-content__single-blog #top-blog .top-blog__box .top-blog__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 164%;
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 3px;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag span {
  font-size: 10px;
  color: #fff;
  padding: 1px 5px 2px;
  border-radius: 50px;
  text-align: center;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag span.feature {
  background: #86B5D2;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag span.interview {
  background: #86B5D2;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag span.cando {
  background: #86B5D2;
}
.l-content__single-blog #top-blog .top-blog__box .cate_tag span.useful {
  background: #86B5D2;
}
.l-content__single-blog #top-blog .top-blog__box .top-blog__box__content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: 12px;
  margin: 10px 0 30px;
}
.l-content__single-blog #top-blog .top-blog__box .top-blog__box__content-inner img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.l-content__single-blog #top-blog .top-blog__box .top-blog__box__date {
  bottom: auto;
}
.l-content__single-blog #top-blog .top-blog__box .top-blog__box__title {
  font-size: 12px;
  color: #545454;
}
.l-content__single-blog .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.l-content__single-blog .btn_list .back_btn {
  background: #86B5D2;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px;
  padding: 5px 20px;
}
.l-content__single-blog .btn_list .back_btn::before, .l-content__single-blog .btn_list .back_btn::after {
  display: none !important;
}
.l-content__single-blog .btn_list a:first-child, .l-content__single-blog .btn_list a:last-child {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #86B5D2;
  text-decoration: underline;
}
.l-content__single-blog .btn_list a:first-child::before {
  content: "";
  background: url(../img/top/blog_arrow.svg) no-repeat center;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  rotate: 180deg;
  margin-right: 5px;
}
.l-content__single-blog .btn_list a:last-child::after {
  content: "";
  background: url(../img/top/blog_arrow.svg) no-repeat center;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
}

/*==========================================
purchase_Common（全国出張買取 共通設定）
==========================================*/
.single-purchase .purchase-single__section {
  padding: 40px 0 40px;
}
@media screen and (min-width: 992px) {
  .single-purchase .purchase-single__section {
    padding: 100px 0 70px;
  }
}
.single-purchase .purchase-single__section .purchase-single__section__inner {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .single-purchase .purchase-single__section .purchase-single__section__inner {
    max-width: 1000px;
    width: 96%;
    padding: 0 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .single-purchase .section-title__box {
    text-align: center;
  }
}
.single-purchase .section-title__box .purchase-single__area {
  background-color: #27a3cd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 0 6px;
}
@media screen and (min-width: 992px) {
  .single-purchase .section-title__box .purchase-single__area {
    width: 194px;
    text-align: center;
    margin: 0 auto 10px;
  }
}
.single-purchase .section-title__box .section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #27a3cd;
  line-height: 1.23;
  padding: 0 0 10px;
}
@media screen and (min-width: 992px) {
  .single-purchase .section-title__box .section-title {
    font-size: 4rem;
    padding: 0 0 30px;
  }
}

/*==========================================
Section：purchase-single__fv
（archive/single 共通ファーストビュー:single用調整）
==========================================*/
#purchase-single__fv .purchase-fv__wrap {
  background-image: url(../img/purchase/purchase_bg_single_sp@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 415px) {
  #purchase-single__fv .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_single@2x.jpg);
    background-position: center bottom 90px;
  }
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_single@2x.jpg);
    background-position: center bottom 130px;
  }
}
#purchase-single__fv .c-sec__title {
  padding: 20px 0 3px;
}
#purchase-single__fv .c-sec__title h2 {
  font-size: 5.6rem;
  font-weight: bold;
  color: #0086BB;
  line-height: 5.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 16px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title h2 {
    font-size: 15rem;
    line-height: 15rem;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1200px) {
  #purchase-single__fv .c-sec__title h2 {
    font-size: 17.8rem;
    line-height: 17.8rem;
    margin: 0 auto 20px;
  }
}
#purchase-single__fv .c-sec__title h3 {
  background-color: #27a3cd;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  width: 290px;
  height: 40px;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title h3 {
    margin: 0 auto 20px;
  }
}
#purchase-single__fv .c-sec__title p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title p {
    font-size: 6rem;
    line-height: 6rem;
  }
}
#purchase-single__fv .purchase-fv__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 334px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox {
    max-width: 745px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list {
  width: calc((100% - 16px) / 3);
  height: 80px;
  border: solid 1px #27a3cd;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list {
    width: calc((100% - 34px) / 3);
    height: 180px;
    padding: 20px 0 0;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
  background-color: #27a3cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 2px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
    width: 76px;
    height: 76px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
  height: 17px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
    height: 38px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list p {
  color: #27a3cd;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list p {
    font-size: 3.5rem;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(1) .purchase-fv__list__icon {
  padding: 3px 0 0;
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
  height: 18px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
    height: 41px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
  height: 22px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
    height: 49px;
  }
}
#purchase-single__fv .purchase-fv__contact {
  background-color: #1E6DB4;
  width: 100%;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 2% 10px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__contact {
    height: auto;
    padding: 10px 2% 2px;
  }
}
#purchase-single__fv .purchase-fv__contact .purchase-fv__contact__text {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
#purchase-single__fv .purchase-fv__contact .purchase-fv__contact__box {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__contact .purchase-fv__contact__box {
    max-width: 874px;
    width: 90%;
  }
}
#purchase-single__fv .component-archive__footer-inner {
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#purchase-single__fv .component-archive__footer-purchase h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #27a3cd;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 8px 0 4px;
  background-color: #fef1f7;
}
#purchase-single__fv .component-archive__footer-purchase__inner {
  padding: 0 20px;
  margin: 20px auto 0;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl {
  margin: 0 auto 20px;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #27a3cd;
          text-decoration-color: #27a3cd;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd:before {
  display: none;
}

/*==========================================
Section：purchase-single__consider
（ローン中の車を売却検討中の方へ）
==========================================*/
#purchase-single__consider {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #purchase-single__consider .purchase-single__content {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：purchase-single__flow
（ローン中の車を売却する流れ）
==========================================*/
#purchase-single__flow .purchase-single__flow-list {
  margin: 0 auto 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list {
    max-width: 850px;
    width: 90%;
  }
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo {
  margin-right: 23px;
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo img {
  width: 110px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo img {
    width: 240px;
    height: 196px;
  }
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea {
  width: calc(100% - 133px);
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-step {
  font-size: 2rem;
  font-weight: bold;
  color: #27a3cd;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-step {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-description {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：purchase-single__documents
（ローン中の車を売却する必要書類）
==========================================*/
#purchase-single__documents {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#purchase-single__documents .purchase-single__content ul li {
  padding: 0px 0 10px 25px;
  position: relative;
  background-image: url("../img/top/top_icon_ available_list@2x.png");
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content ul li {
    font-size: 1.8rem;
    background-size: 18px;
    padding: 0px 0 10px 32px;
  }
}
#purchase-single__documents .purchase-single__content ul li:last-child {
  padding: 0px 0 0px 25px;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content ul li:last-child {
    padding: 0px 0 0px 32px;
  }
}

/*==========================================
Section：purchase-single__merit
（ローン中の車を売却するメリット）
==========================================*/
#purchase-single__merit .purchase-single__content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__merit .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
  }
}
#purchase-single__merit .purchase-single__content li {
  padding: 0 0 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__merit .purchase-single__content li {
    font-size: 1.6rem;
  }
}
#purchase-single__merit .purchase-single__content li:last-child {
  padding: 0 0 0;
}

/*==========================================
Section：purchase-single__demerit
（ローン中の車を売却するデメリット）
==========================================*/
#purchase-single__demerit {
  padding: 0px 0 40px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit {
    padding: 0px 0 100px;
  }
}
#purchase-single__demerit .purchase-single__content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
  }
}
#purchase-single__demerit .purchase-single__content li {
  padding: 0 0 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit .purchase-single__content li {
    font-size: 1.6rem;
  }
}
#purchase-single__demerit .purchase-single__content li:last-child {
  padding: 0 0 0;
}

/*==========================================
Section：purchase-single__important
（ローン中の車を売却する際の注意点）
==========================================*/
#purchase-single__important {
  background-color: #fff;
}
#purchase-single__important .purchase-single__important__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#purchase-single__important .purchase-single__important__listbox li {
  width: calc((100% - 20px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 10px #fef1f7;
  padding: 10px 10px 10px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  #purchase-single__important .purchase-single__important__listbox li {
    width: calc((100% - 54px) / 4);
    padding: 20px 20px 20px;
  }
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo {
  margin: 0 auto 10px;
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo img {
  width: 122px;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  #purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo img {
    width: 177px;
    height: 177px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important__text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #purchase-single__important .purchase-single__important__listbox li .purchase-single__important__text {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：purchase-single__choose
（ローン中の車を売却する店の選び方）
==========================================*/
@media screen and (min-width: 992px) {
  #purchase-single__choose .purchase-single__content {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：component__purchase_area
（コンポーネント：47都道府県、主要都市）
==========================================*/
.single-purchase .component__purchase_area {
  background-color: #fff;
}

/* ==============
// c-searchform
================= */
.c-searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 375px) {
  .c-searchform {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform {
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
}

.c-searchform-icon--gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--gnav {
    display: block;
  }
}
.c-searchform-icon--gnav:before {
  font-size: 2.6rem;
}

.c-searchform-icon--input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  width: 44px;
  height: 38px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 375px) {
  .c-searchform-icon--input {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform-icon--input {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--input {
    width: 60px;
    height: 60px;
  }
}
.c-searchform-icon--input:before {
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (min-width: 375px) {
  .c-searchform-icon--input:before {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--input:before {
    font-size: 2.6rem;
  }
}
.c-searchform-icon--input:focus {
  outline: none;
}
.c-searchform-icon--input:focus:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #1566e0;
}
.c-searchform-icon--input:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.c-searchform-box {
  position: relative;
  width: 100%;
  height: 38px;
  margin: auto;
  border-radius: 3px;
  background: #FFF;
}
@media screen and (min-width: 375px) {
  .c-searchform-box {
    height: 42px;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform-box {
    height: 44px;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-box {
    height: 60px;
  }
}
.c-searchform-box .c-searchform-input {
  position: absolute;
  left: -27px;
  width: 105%;
  height: 100%;
  padding: 1.2rem 1.2rem 1.2rem 0.8rem;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 3px solid #FFF;
  -webkit-transform: scale(0.8125);
          transform: scale(0.8125);
  border-radius: 3px;
}
@media screen and (min-width: 375px) {
  .c-searchform-box .c-searchform-input {
    left: -3vw;
    padding: 1.4rem;
    font-size: 1.6rem;
    -webkit-transform: scale(0.9375);
            transform: scale(0.9375);
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-box .c-searchform-input {
    position: relative;
    left: auto;
    width: 100%;
    padding: 2rem;
    font-size: 2rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.c-searchform-box .c-searchform-input:focus {
  outline: none;
}
@media screen and (min-width: 992px) {
  .c-searchform-box .c-searchform-input:focus {
    border: 3px solid #1566e0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(107.36492891, 13.13507109, 42.2606635071, 0.3);
            box-shadow: 0 5px 20px 0 rgba(107.36492891, 13.13507109, 42.2606635071, 0.3);
  }
}
.c-search-result {
  margin-bottom: 2rem;
  padding: 0.6rem 1.3rem;
  background: #efefef;
  color: #333333;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .c-search-result {
    margin-bottom: 4rem;
    padding: 1.5rem 2rem;
  }
}
.c-search-result p {
  color: #333333;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .c-search-result p {
    font-size: 1.4rem;
  }
}
.c-search-result p span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-search-result p span {
    font-size: 1.8rem;
  }
}

.c-search-result--banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-search-result--banner a {
  width: 49.5%;
  padding-right: 1%;
}
.c-search-result--banner a:nth-of-type(2n) {
  padding-left: 1%;
  padding-right: 0;
}
.c-search-result--banner img {
  margin-bottom: 2rem;
}

/*==========================================
archive：ビザとお知らせ
==========================================*/
.l-content__visa {
  width: 100%;
}
.l-content__visa .l-main {
  height: 100%;
}
.l-content__visa #page-visa {
  background: #F5FBFF;
  padding: 40px 0 20px;
  height: 100%;
  min-height: 738px;
}
.l-content__visa #page-visa .section_wrap {
  padding: 0 40px;
}
.l-content__visa #page-visa .section-title img {
  margin-top: 40px;
}
.l-content__visa #page-visa .section-inner {
  padding: 0;
  top: 0;
}
.l-content__visa #page-visa .category_box h5 {
  color: #545454;
  font-size: 12px;
}
.l-content__visa #page-visa .category_box .cate_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
.l-content__visa #page-visa .category_box .cate_btn .filter-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 10px;
  color: #545454;
  background: #ECECEC;
  border-radius: 50px;
  padding: 4px 10px;
  text-align: center;
}
.l-content__visa #page-visa .category_box .cate_btn .filter-btn.active {
  background: #86B5D2;
  color: #fff;
}
.l-content__visa #page-visa .top-visa__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 10px;
  padding: 0;
  margin: 20px 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-animation: fadeIn 0.6s linear 0s 1;
          animation: fadeIn 0.6s linear 0s 1;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__image {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__image img {
  width: 100%;
  height: 100px;
  max-width: 100%;
}
.l-content__visa #page-visa .top-visa__box .cate_tag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
.l-content__visa #page-visa .top-visa__box .cate_tag span {
  font-size: 10px;
  color: #fff;
  padding: 1px 5px 2px;
  border-radius: 50px;
  text-align: center;
}
.l-content__visa #page-visa .top-visa__box .cate_tag span.feature {
  background: #86B5D2;
}
.l-content__visa #page-visa .top-visa__box .cate_tag span.cando {
  background: #86B5D2;
}
.l-content__visa #page-visa .top-visa__box .cate_tag span.useful {
  background: #86B5D2;
}
.l-content__visa #page-visa .top-visa__box .cate_tag span.interview {
  background: #86B5D2;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  padding: 8px 10px;
  height: 100px;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__date {
  bottom: auto;
}
.l-content__visa #page-visa .top-visa__box .top-visa__box__title {
  font-size: 12px;
  color: #545454;
}

.post-item {
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post-item.hidden {
  display: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==========================================
TopCommon（トップページ内共通設定）
==========================================*/
.top-section {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .top-section .section-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

/*==========================================
サービス内容
==========================================*/
#service {
  background: #ffe3c2;
  padding-bottom: 70px;
}
#service .service__index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 3rem 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 3%;
}
#service .service__index li {
  width: 100%;
  border: 2px solid;
  border-radius: 5%;
  padding: 10% 5%;
  text-align: center;
  background: #fff;
}
#service .service__index li img {
  width: 270px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#service .service__index li h3 {
  margin-bottom: 15px;
  font-size: 16px;
  word-break: break-all;
}
#service .service__index li span {
  background: #007cba;
  padding: 5px 10px;
  color: #fff;
  border-radius: 50px;
}

/*==========================================
お問い合わせ
==========================================*/
#contact {
  background: #ffe3c2;
}
#contact input, #contact textarea {
  background: #fff;
  border: 1px solid #101010;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
#contact input[type=radio] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .sns_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .sns_btn p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#contact .sns_btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 50px;
  margin-top: 20px;
}

#contact .sns_btn ul li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#contact .sns_btn ul li .lineBtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  border-radius: 40px;
  padding: 10px 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  background: #6acd2d;
  color: #fff;
}
#contact .sns_btn ul li .lineBtn img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
#contact .sns_btn ul li .lineBtn.whats {
  background: #25d166;
}
#contact .sns_btn ul li .lineBtn.wechat {
  background: #3ec93a;
}
#contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 6rem;
  margin: 5rem 0;
  border-radius: 5rem;
}
#contact form p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#contact form p:last-of-type {
  text-align: center;
}
#contact form label {
  font-size: 18px;
  font-weight: bold;
}
#contact form .wpcf7-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem 5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 80%;
  margin-top: 10px;
}
#contact form .wpcf7-list-item {
  margin: 0;
}
#contact form .wpcf7-list-item label {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact form .wpcf7-submit {
  width: 100%;
  max-width: 300px;
  height: fit-content;
  background: #ffba66;
  border: 2px solid #5e3504;
  color: #5e3504;
  font-weight: bold;
}

.section-title {
  margin: 0 auto 20px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title span {
  font-size: 16px;
}

.commmon_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #FF94B1;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin: 10px auto 0;
  position: relative;
}
.commmon_button.review {
  background-color: #FF94B1;
}
.commmon_button.review::after {
  content: "";
  background: url(../img/top/more_arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  right: -20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.commmon_button.review.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.commmon_button.blog {
  background-color: #007cba;
}
.commmon_button.blog::after {
  content: "";
  background: url(../img/top/more_arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  right: -20px;
  rotate: 270deg;
}

.top-mv {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.top-mv img {
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    max-height: 500px;
    aspect-ratio: 16/9;
}

.top-mv .mv-content{
    position: absolute;
    bottom: 28%;
    display: block;
    left: 3%;
}

.top-mv .mv-content.en-title{
    position: absolute;
    bottom: 28%;
    display: block;
    left: 3%;
	text-align: left;
}

.top-mv .mv-content h1{
    font-size: 7rem;
    font-family: "Kaisei Tokumin", serif;
    font-weight: bold;
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #f0cc63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-mv .mv-content.en-title h1{
    font-size: 6rem;
    width: 65rem;
    line-height: 1.3;
    font-family: "Kaisei Tokumin", serif;
    font-weight: bold;
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #f0cc63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-mv .mv-content h2{
	font-size: 5rem;
    font-family: "Kaisei Tokumin", serif;
    font-weight: bold;
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #f0cc63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-mv .mv-content .btn-set{
    display: flex;
    justify-content: center;
    gap: 0 35px;
    margin-top: 20px;
}

.top-mv .mv-content .btn-set a{
    background: #007cba;
    width: 170px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #007cba;
    transition: all 0.4s;
}

.top-mv .mv-content .btn-set a:hover{
	border: 2px solid #007cba;
	background: #fff;
	color: #007cba;
}

@media screen and (max-width: 992px) {
  .top-mv img {
    max-width: 100vw;
    width: 100%;
  }
}

/*==========================================
Section：top-slide（メインスライダー）
==========================================*/
#top-slide {
  margin: 0px auto 0;
}
@media screen and (min-width: 992px) {
  #top-slide {
    width: 100%;
    padding: 0 0 0;
    max-width: none;
  }
}
#top-slide .swiper-pagination {
  position: relative;
  margin: 4px auto 0;
}
@media screen and (min-width: 768px) {
  #top-slide .swiper-pagination {
    margin: 18px auto 0;
  }
}

/*==========================================
Section：top-banner（スライド下バナー群）
==========================================*/
#top-banner {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #top-banner {
    margin: 0 auto 0;
  }
}
#top-banner .top-banner__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #top-banner .top-banner__sub {
    padding: 0 0;
  }
}
#top-banner .top-banner__sub .top-banner__sublist {
  margin-top: 10px;
  width: calc((100% - 16px) / 3);
}
@media screen and (min-width: 768px) {
  #top-banner .top-banner__sub .top-banner__sublist {
    margin-top: 20px;
    width: calc((100% - 46px) / 3);
  }
}

/*==========================================
Sectionブロックの調整
==========================================*/
#about-us, #top-voice, #top-salary, #top-review, #top-blog, #top-guide, #top-contact,
.contact_footer {
  position: relative;
/*   bottom: 45px; */
}
@media screen and (max-width: 768px) {
  #about-us, #top-voice, #top-salary, #top-review, #top-blog, #top-guide, #top-contact,
  .contact_footer {
    bottom: 30px;
  }
}

/*==========================================
Section：about-us（レンタル美少女が選ばれる5つの理由）
==========================================*/
#about-us {
  background: url(../img/top/reason_bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
}

#about-us .section-inner .section_wrap {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  #about-us .section-inner .section_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
  }
}
#about-us .section-title img {
  max-width: 315px;
}
#about-us .about-us__box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7%;
}
#about-us .about-us__box .about-us__box__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
  width: 100%;
}
#about-us .about-us__box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #about-us .about-us__box__photo {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
#about-us .about-us__box__title-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about-us .about-us__box__title-box p, #about-us .about-us__box__title-box span {
  text-align: center;
}
#about-us .about-us__box__title-box p {
  font-size: 18px;
}
#about-us .about-us__box__title-box span {
  font-size: 14px;
  margin-bottom: 15px;
}
#about-us .about-us__box__title-box table {
  border: 2px solid #000;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#about-us .about-us__box__title-box table tbody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#about-us .about-us__box__title-box table th, #about-us .about-us__box__title-box table td {
  border-bottom: 2px solid #000;
  padding: 20px 10px;
}
#about-us .about-us__box__title-box table th {
  border-right: 2px solid #000;
  background: #c3a559;
  color: #fff;
}
#about-us .about-us__box__title-box table td a {
  background: #007cba;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
}
#about-us .about-us__box__title-box table tr:last-child td, #about-us .about-us__box__title-box table tr:last-child th {
  border-bottom: none;
}
#about-us .about-us__box__title {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}
#about-us .about-us__box__title span {
  font-size: 16px;
}
#about-us .about-us__box__description {
  line-height: 2;
  font-size: 14px;
  color: #545454;
}
/*==========================================
Section：top-voice（女の子の声）
==========================================*/
#top-voice {
  background: url(../img/top/voice_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px;
}
#top-voice .section-inner {
  width: 100%;
  margin: 0 auto;
}
#top-voice .section_wrap {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#top-voice .section-title img {
  max-width: 230px;
}
#top-voice .top-step__box {
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
#top-voice .top-step__box:last-child {
  margin-bottom: 0;
}
#top-voice .top-step__box__num {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-voice .top-step__box__num {
    top: -16px;
  }
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__num {
    top: -20px;
  }
}
#top-voice .top-step__box__num img {
  width: 128px;
}
@media screen and (min-width: 768px) {
  #top-voice .top-step__box__num img {
    width: 168px;
  }
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__num img {
    width: 215px;
  }
}
#top-voice .top-step__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#top-voice .top-step__box__content .top-step__box__icon {
  position: absolute;
  top: -25px;
  left: 12px;
  display: block;
  width: 80px;
  height: 80px;
}
#top-voice .top-step__box__content .top-step__box__icon.sample01 {
  background: url(../img/top/voice01.png) no-repeat center;
  background-size: contain;
  position: absolute;
}
#top-voice .top-step__box__content .top-step__box__icon.sample02 {
  background: url(../img/top/voice02.png) no-repeat center;
  background-size: contain;
  position: absolute;
}
#top-voice .top-step__box__content .top-step__box__icon.sample03 {
  background: url(../img/top/voice03.png) no-repeat center;
  background-size: contain;
  position: absolute;
}
#top-voice .top-step__box__content .top-step__box__photo {
  width: 81px;
  top: 4px;
  left: 0px;
  padding: 9px;
  position: relative;
}
#top-voice .top-step__box__content .top-step__box__photo img {
  position: relative;
}
#top-voice .top-step__box__content .top-step__box__textarea {
  background: url(../img/top/voice_bubble.png) no-repeat center;
  background-size: contain;
  width: 365px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 20px 33px 26px;
}
#top-voice .top-step__box__content .top-step__box__textarea p {
  font-size: 12px;
}
#top-voice .top-step__box__content .top-step__box__textarea.sample01 {
  background: url(../img/top/voice_bubble_01.png) no-repeat center;
  background-size: contain;
  padding: 40px 30px 33px 26px;
}
#top-voice .top-step__box__content .top-step__box__title {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin: 0px 0 10px;
  padding-bottom: 10px;
  width: 308px;
  padding-left: 70px;
  border-bottom: 2px dotted #F2A5C5;
  color: #F2A5C5;
}
@media screen and (min-width: 768px) {
  #top-voice .top-step__box__content .top-step__box__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__content .step__box__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__content .step__box__lists .step__box__list {
    margin-right: 20px;
    font-size: 16px;
  }
}
#top-voice .top-step__box__content .step__box__lists .step__box__list:nth-of-type(4n) {
  margin-right: 0;
}
#top-voice .top-step__box__content .top-step__box__detail {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #top-voice .top-step__box__content .top-step__box__detail {
    font-size: 16px;
  }
}

/*==========================================
Banner：top-salary（給料について）
==========================================*/
#top-salary {
  background: url(../img/top/salary_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top-salary .section-inner {
    padding-top: 40px;
  }
}
#top-salary .section_wrap {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px;
  padding: 40px 0 20px;
  border-radius: 10px;
  border: 1px solid #86B5D2;
}
#top-salary .section-title img {
  max-width: 148px;
}
#top-salary .backrate {
  max-width: 140px;
}
#top-salary .back_list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-salary .back_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #CBE6F6;
  color: #4A7997;
}
#top-salary .back_list li:last-child {
  border-bottom: none;
}
#top-salary .back_list li .back_tag {
  width: 60px;
  font-size: 18px;
  line-height: 13px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
#top-salary .back_list li .back_tag span, #top-salary .back_list li .back_tag small {
  font-size: 12px;
  font-weight: 700;
}
#top-salary .back_list li .back_tag::before {
  content: "";
  background: url(../img/top/salary_title.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
}
#top-salary .back_list_price {
  font-size: 25px;
  word-break: keep-all;
}
#top-salary .back_list_price .yen {
  font-size: 18px;
}
#top-salary .caution_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEF5F9;
  padding: 5px 0;
}
#top-salary .caution_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  color: #545454;
}
#top-salary .caution_list li::before {
  content: "●";
  color: #86B5D2;
  font-size: 1.5em;
  margin-right: 0.25em;
}
#top-salary .girl_salary {
  position: relative;
  bottom: 2.5vh;
  padding: 0 40px;
}
#top-salary .girl_salary img:first-child {
  max-width: 119px;
}
#top-salary .girl_salary img:nth-child(2) {
  position: absolute;
  top: 5vh;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top-salary .girl_salary img:nth-child(2) {
    right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #top-salary .girl_salary {
    bottom: 3vh;
  }
}

/*==========================================
Banner：line-assessment（ライン査定）
==========================================*/
@media screen and (min-width: 768px) {
  .top-banner__line-assessment {
    padding-bottom: 100px;
    background-color: #fef1f7;
  }
}
@media screen and (min-width: 768px) {
  .top-banner__line-assessment a {
    display: block;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

/*==========================================
Section：top-available（買取時にご用意いただく物）
==========================================*/
@media screen and (min-width: 992px) {
  #top-available {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
}
#top-available .section-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #top-available .section-inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  #top-available .section-inner {
    padding: 0;
  }
}
#top-available .section-inner ul {
  margin: 0 auto 0;
  padding: 10px 20px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  #top-available .section-inner ul {
    padding: 40px 20px 40px 75px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }
}
#top-available .section-inner ul li {
  padding: 10px 0 10px 25px;
  border-bottom: dotted 1px #707070;
  position: relative;
  background-image: url("../img/top/top_icon_ available_list@2x.png");
  background-size: 16px;
  background-position: left top 14px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  #top-available .section-inner ul li {
    border: none;
    padding: 10px 0 10px 40px;
    background-size: 20px;
    background-position: left top 16px;
    font-size: 18px;
  }
}
#top-available .section-inner ul li:last-child {
  border: none;
}

/*==========================================
Section：top-assessment（No1査定）
==========================================*/
@media screen and (min-width: 992px) {
  #top-assessment {
    max-width: 1000px;
    width: 100%;
  }
}

/*==========================================
Section：top-result（買取実績）
==========================================*/
@media screen and (min-width: 992px) {
  #top-result {
    width: 100%;
  }
}
#top-result .section-title {
  width: 100%;
}
#top-result .section-title img {
  width: 100%;
}
#top-result .section_wrap {
  padding: 0 10px 0;
  /*overflow: hidden;*/
  position: relative;
}
@media screen and (min-width: 992px) {
  #top-result .section_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
#top-result .section_wrap img {
  width: 100%;
}
#top-result .section_wrap .swiper2 {
  overflow: hidden;
}
#top-result .top-result__slider {
  padding: 0 0px;
}
#top-result .top-result__box .top-result__box__photo {
  border: solid 1px #27a3cd;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__photo {
    border: none;
  }
}
#top-result .top-result__box .top-result__box__photo img {
  width: 100%;
  height: 126.9662921348%;
  -o-object-fit: cover;
     object-fit: cover;
  /*226*178*/
}
#top-result .top-result__box .top-result__box__category {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-result .top-result__box .top-result__box__title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#top-result .top-result__box .top-result__box__option {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__option {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#top-result .top-result__box .top-result__box__detail {
  margin: 0 auto 6px;
}
#top-result .top-result__box .top-result__box__detail dt {
  background-color: #fef1f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 2px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__detail dt {
    font-size: 2.6rem;
  }
}
#top-result .top-result__box .top-result__box__detail dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 0px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__detail dd {
    font-size: 3.2rem;
  }
}
#top-result .top-result__box .top-result__box__price dt {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #27a3cd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 2px;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dt {
    font-size: 2.6rem;
  }
}
#top-result .top-result__box .top-result__box__price dd {
  font-size: 3.2rem;
  font-weight: bold;
  color: #FF2330;
  text-align: right;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dd {
    font-size: 8.8rem;
  }
}
#top-result .top-result__box .top-result__box__price dd span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF2330;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dd span {
    font-size: 3.8rem;
  }
}
#top-result .swiper-pagination2 {
  margin: 30px auto 0;
  text-align: center;
}
#top-result .type {
  max-width: 700px;
  width: 80%;
  margin: 0 auto 0;
}
#top-result .swiper-button-result {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #27a3cd;
  position: absolute;
  right: 10px;
  bottom: 90px;
  background-image: url(../img/common/common_icon_arrow@2x.png);
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  #top-result .swiper-button-result {
    right: -70px;
    top: 280px;
  }
}

/*==========================================
Section：top-guide（買取ガイド）
==========================================*/
#top-guide {
  width: 100%;
  padding: 40px 0 0;
}
#top-guide .section_wrap {
  background: url(../img/top/recruit_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-guide .headingArea h4 img {
  max-width: 300px;
}
#top-guide .top-guide__index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #EEDBE0;
  position: relative;
  width: 100%;
  max-height: 550px;
}
#top-guide .top-guide__index li {
  padding: 10px 0px 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#top-guide .top-guide__index li:nth-child(odd) {
  border-right: 2px solid #EEDBE0;
  padding-right: 10px;
}
#top-guide .top-guide__index li:nth-child(even) {
  padding-left: 10px;
}
#top-guide .top-guide__index li:first-child, #top-guide .top-guide__index li:nth-child(2) {
  border-bottom: 2px solid #EEDBE0;
}
#top-guide .top-guide__index li:nth-child(3), #top-guide .top-guide__index li:last-child {
  padding-top: 25px;
  max-height: 240px;
  padding-bottom: 0;
}
#top-guide .top-guide__index li:last-child p {
  font-size: 10px;
}
#top-guide .top-guide__index li:last-child::before {
  content: url(../img/top/guide_star.svg);
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 16px;
  height: 16px;
}
#top-guide .top-guide__index li .pt_title {
  font-size: 14px;
  color: #AF969D;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-guide .top-guide__index li .pt_title::before, #top-guide .top-guide__index li .pt_title::after {
  content: "";
  background: url(../img/top/guide_ttl_star.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  width: 14px;
  height: 17px;
}
#top-guide .top-guide__index li img {
  max-width: 55px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 10px 0;
  width: 100%;
  min-height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-guide .top-guide__index li p {
  font-size: 12px;
  color: #AA7A87;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-guide .top-guide__index li p::before {
  content: "";
  position: absolute;
  background: #F8E7EB;
  width: 106%;
  height: 8px;
  bottom: 0;
  z-index: -1;
}
#top-guide .top-guide__index li .pt_des {
  font-size: 18px;
  color: #FF94B1;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
}
#top-guide .top-guide__index li .pt_des span {
  color: #8E8E8E;
  font-size: 10px;
  font-weight: 500;
}
#top-guide dl {
  margin-top: 30px;
  border: 1px solid #AA7A87;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
#top-guide dl .recruit_title {
  background: #AA7A87;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 10px 22px;
}
#top-guide dl dt {
  background: #F8E7EB;
  color: #AA7A87;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #AA7A87;
  padding: 8px 0 8px 20px;
}
#top-guide dl dd {
  font-size: 12px;
  color: #545454;
  background: #fff;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #AA7A87;
}
#top-guide dl dd:last-child {
  border-bottom: none;
}
#top-guide dl dd a {
  text-decoration: underline;
}
#top-guide .top-guide__box {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #top-guide .top-guide__box {
    margin-bottom: 30px;
    padding-top: 90px;
    margin-top: -90px;
  }
}
#top-guide .top-guide__box:last-child {
  margin-bottom: 0;
}
#top-guide .top-guide__box dt {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 22px 0 20px;
  background-color: #27a3cd;
  height: 60px;
}
#top-guide .top-guide__box dd {
  padding: 20px 20px 20px;
  background-color: #fff;
}

/*==========================================
Banner：top-banner__nationwide（全国出張買取バナー）
==========================================*/
@media screen and (min-width: 992px) {
  .top-banner__nationwide {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .top-banner__nationwide a {
    display: block;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

/*==========================================
Section：top-policy（プライバシーポリシー）
==========================================*/
#top-policy {
  padding: 0 0 40px;
}
@media screen and (min-width: 992px) {
  #top-policy {
    padding: 100px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  #top-policy .section-title {
    width: auto;
  }
}
#top-policy .section-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  #top-policy .section-title a {
    color: #27a3cd;
    font-size: 4rem;
    font-weight: bold;
  }
}
#top-policy .section-inner {
  padding: 0 20px;
}
#top-policy .top-policy__trigger .top-policy__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border: solid 1px #27a3cd;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#top-policy .top-policy__trigger .top-policy__arrow.active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#top-policy .top-policy__trigger .top-policy__arrow img {
  width: 8px;
}
#top-policy .top-policy__wrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top-policy .top-policy__wrap.active {
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top-policy .top-policy__box {
  margin: 0 auto 20px;
}
#top-policy .top-policy__box * {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  #top-policy .top-policy__box * {
    font-size: 1.4rem;
  }
}

/*==========================================
Banner：line-assessment2（ライン査定）
==========================================*/
.top-banner__line-assessment2 {
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .top-banner__line-assessment2 {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 992px) {
  .top-banner__line-assessment2 a {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*==========================================
Section：top-support（お給料シミュレーション）
==========================================*/
.top-support__inner {
  margin: -10rem 0 5.3rem;
  position: relative;
}
.top-support__inner::before {
  content: "";
  background: url(../img/top/salary_simu_bg.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 135%;
  bottom: -11%;
}
.top-support__inner .headingArea {
  margin: 40px 0;
}
.top-support__inner .headingArea img {
  max-width: 270px;
}

.headingArea {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.headingArea .sub-ttl {
  font-weight: 700;
  margin: 0 2rem 0 auto;
  line-height: 3rem;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .headingArea .sub-ttl {
    width: 39.3rem;
    height: 5.2rem;
    margin: 0 1rem 0 auto;
    line-height: 5.2rem;
    font-size: 2.5rem;
  }
}
.headingArea .sub-ttl .number {
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .headingArea .sub-ttl .number {
    font-size: 3.4rem;
  }
}
.headingArea .five-support {
  position: relative;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support {
    margin-top: -1.4rem;
  }
}
.headingArea .five-support img {
  width: 36rem;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support img {
    width: 58rem;
    height: 10.2rem;
    margin-top: 1.4rem;
    max-width: none;
  }
}
.headingArea .five-support:before {
  position: absolute;
  content: "";
  width: 12.8rem;
  height: 3.7rem;
  top: -3.5rem;
  left: 1rem;
  background-image: url(../img/top/top_support_logo.png);
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support:before {
    width: 24.6rem;
    height: 7rem;
    top: -4rem;
    left: -9rem;
  }
}
.headingArea .five-support .firstSpan {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support .firstSpan {
    font-size: 11.7rem;
  }
}
.headingArea .five-support .secondSpan {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support .secondSpan {
    font-size: 9.1rem;
  }
}

.headingArea__inner {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .headingArea__inner {
    max-width: 59rem;
  }
}

.supportArea {
  position: relative;
}

.supportArea__inner {
  width: 100%;
  margin: 0 auto;
  padding: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .supportArea__inner {
    padding: 0 40px 40px;
  }
}

.s-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .s-content__inner {
    padding: 0px;
  }
}

.supportArea__box {
  border: 1px solid #86B5D2;
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .supportArea__box {
    padding: 26px 0 10px;
    width: 100%;
  }
}
.supportArea__box .bill {
  max-width: 190px;
}
.supportArea__box .s-title {
  width: 100%;
  max-width: 215px;
  height: 27px;
  padding: 1.5rem 0;
  background: #F3FBFF;
  color: #86B5D2;
  border-radius: 50px;
  border: 1px solid #86B5D2;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.supportArea__box .s-title p {
  font-size: 12px;
  position: relative;
  left: 10px;
  font-weight: 600;
}
.supportArea__box .s-title img {
  max-width: 40px;
  margin: 0;
  position: relative;
  left: 10%;
}
.supportArea__box .s-title .label {
  position: absolute;
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1rem;
  left: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-title .label {
    top: 1.8rem;
    left: -5px;
    font-size: 1.4rem;
  }
}
.supportArea__box .s-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
  bottom: -5px;
  right: 5px;
}
.supportArea__box .s-content::after, .supportArea__box .s-content::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  z-index: -1;
}
.supportArea__box .s-content::before {
  background: url(../img/top/salary_simu01.png) no-repeat;
  background-size: contain;
  top: 110px;
  width: 60%;
  left: 1.5%;
}
.supportArea__box .s-content::after {
  background: url(../img/top/salary_simu02.png) no-repeat;
  background-size: contain;
  width: 70%;
  right: -20%;
  bottom: -5%;
}
.supportArea__box .s-content .s-content__img {
  width: 160px;
  height: 186px;
  position: relative;
  z-index: 1;
  left: 8%;
  top: 5%;
}
.supportArea__box .s-content .s-content__img img {
  width: 100%;
}
.supportArea__box .s-content .salary_simulator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 1;
}
.supportArea__box .s-content .salary_simulator .s-text {
  font-size: 12px;
  background: rgba(134, 181, 210, 0.84);
  color: #fff;
  border-radius: 50px;
  padding: 2px 16px;
}
.supportArea__box .s-content .salary_simulator p {
  font-size: 33px;
  color: #86B5D2;
  line-height: 1.2;
}
.supportArea__box .s-content .salary_simulator p span {
  font-size: 23px;
}
.supportArea__box:nth-child(3) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .supportArea__box:nth-child(4) {
    margin-bottom: 0;
  }
}
.supportArea__box:nth-child(5) {
  margin-bottom: 0;
}

/*==========================================
Section：top-guarantee（安心保証バック）
==========================================*/
#top-guarantee {
  -webkit-mask-image: url(../img/top/guarantee_bg.svg);
          mask-image: url(../img/top/guarantee_bg.svg);
  background: url(../img/top/guarantee_bg_deco.jpg) no-repeat;
  background-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 874px;
  position: relative;
  z-index: 1;
  bottom: 90px;
  padding-top: 110px;
}
#top-guarantee .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-guarantee .section_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-guarantee .section-title img {
  max-width: 230px;
}
#top-guarantee .guarantee_txt {
  max-width: 335px;
  margin: 0px auto 0;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#top-guarantee .guarantee_txt div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #545454;
  width: 100%;
  margin-bottom: 10px;
  gap: 0 5px;
}
#top-guarantee .guarantee_txt .blue {
  color: #6EBBF5;
}
#top-guarantee .guarantee_txt .red {
  color: #F27C9C;
}
#top-guarantee .guarantee_txt h3 {
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 128px;
  word-break: keep-all;
}
#top-guarantee .guarantee_txt h3 span {
  font-size: 15px;
}
#top-guarantee .guarantee_txt p {
  font-size: 12px;
  color: #545454;
}
#top-guarantee .guarantee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-guarantee .guarantee img {
  margin: 0;
  max-width: 140px;
}
#top-guarantee .guarantee:last-child {
  position: relative;
  top: 70px;
}
#top-guarantee .guarantee:last-child img {
  -webkit-animation: floatUpDown2 5s ease-in-out infinite;
          animation: floatUpDown2 5s ease-in-out infinite;
}
#top-guarantee .guarantee:first-child img {
  -webkit-animation: floatUpDown 5s ease-in-out infinite;
          animation: floatUpDown 5s ease-in-out infinite;
}
#top-guarantee .guarantee__inner {
  background: url(../img/top/guaran_bubble.png) no-repeat;
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 160px;
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-guarantee .guarantee__inner p {
  font-size: 60px;
  color: #90C4EB;
  line-height: 1;
}
#top-guarantee .guarantee__inner p.type2 {
  color: #F6ACC6;
}
#top-guarantee .guarantee__inner p span {
  font-size: 28px;
}
#top-guarantee .guarantee__inner .caution {
  font-size: 10px;
  color: #8D8D8D;
}
#top-guarantee .subtitle {
  color: #fff;
  font-size: 11px;
  border-radius: 50px;
  padding: 5px 15px;
}
#top-guarantee .subtitle.type1 {
  background: #90C4EB;
}
#top-guarantee .subtitle.type2 {
  background: #F6ACC6;
}

/*==========================================
Section：top-review（口コミ）
==========================================*/
#top-review {
  padding: 0px 40px 60px;
}
#top-review .section-title img {
  max-width: 148px;
}

.top-review__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.top-review__box_inner {
  background: #FFF2F6;
  border: 1px solid #FF94B1;
  border-radius: 10px;
  padding: 20px;
  max-width: 360px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-review__box_inner .top-review__box__detail {
  color: #545454;
  word-break: break-all;
}
.top-review__box_inner.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

.top-review__box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 2px dotted #FF94B1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-review__box__head .top-review__box__title {
  display: block;
  width: 100%;
}
.top-review__box__head .top-review__box__title p {
  font-size: 18px;
  color: #F27C9C;
}
.top-review__box__head .top-review__box__title p span {
  font-size: 14px;
  color: #545454;
}
.top-review__box__head .top-review__box__photo {
  min-width: 47px;
  max-width: 47px;
  margin-right: 10px;
}
.top-review__box__head .top-review__box__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 47px;
  height: 47px;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}

.top-result__date__rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.top-result__date__rate .date {
  font-size: 10px;
  color: #9E9E9E;
}
.top-result__date__rate .heart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 5px;
}

/*==========================================
Section：top-blog（ブログ）
==========================================*/
#top-blog {
  padding: 0 0 40px;
  background: url(../img/top/blog_bg.svg) no-repeat;
  background-size: cover;
  height: 721px;
}
#top-blog .section_wrap {
  position: relative;
}
#top-blog .section-title {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 10px;
}
#top-blog .section-title img {
  max-width: 102px;
}
@media screen and (min-width: 768px) {
  #top-blog .section-title {
    padding: 0 0px;
  }
}
#top-blog .section-inner {
  padding: 0 0px;
  position: relative;
  top: 15%;
}

#top-blog .top-blog__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-blog .top-blog__box a {
  display: block;
  width: 100%;
}
#top-blog .top-blog__box .top-blog__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 360px;
  min-width: 360px;
  width: 100%;
  min-height: 60px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D4EBF9;
  margin-top: 5px;
}
#top-blog .top-blog__box .top-blog__box__image {
  margin-right: 10px;
}
#top-blog .top-blog__box .top-blog__box__image img {
  max-width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#top-blog .top-blog__box .top-blog__box__content-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
#top-blog .top-blog__box .top-blog__box__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #86B5D2;
  width: 100%;
  word-break: break-all;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top-blog .top-blog__box .top-blog__box__date {
  color: #9E9E9E;
  vertical-align: bottom;
  font-size: 10px;
  position: relative;
  bottom: -30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top-blog .top-blog__box .top-blog__box__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================
Section：flow（流れ）
==========================================*/
#flow .section_wrap .top-contact__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  position: relative;
}
#flow .section_wrap .top-contact__box h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-right: 15px;
}
#flow .section_wrap .top-contact__box h5 span {
  font-size: 24px;
}
#flow .section_wrap{
	position: relative;
}
#flow .section_wrap::before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    width: 1px;
    height: 118rem;
    top: 10%;
    left: 50%;
    z-index: -1;
}
#flow .section_wrap .top-contact__box .top-contact__box__content {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
  width: 100%;
  min-height: 150px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow .section_wrap .top-contact__box .top-contact__box__content a {
  background: #007cba;
  padding: 5px 10px;
  color: #fff;
  border-radius: 50px;
}
#flow .section_wrap .top-contact__box .top-contact__box__content .top-step__box__textarea {
  width: 100%;
}


.top-section{
	padding: 80px 40px 0;
}

/*==========================================
Section：contact（お問い合わせ）
==========================================*/
#top-contact {
  background: url(../img/top/salary_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top-contact .top-contact__head {
    max-width: 100vw;
    width: 100%;
  }
}
#top-contact .section-inner {
  padding: 40px 0;
  background: #f8f8f8;
  border-top-right-radius: 100px;
}
#top-contact .section_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px 0;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}
#top-contact .section_wrap .top-contact__box:not(:first-of-type) .top-step__box__textarea {
  width: 100%;
}
#top-contact .section_wrap::after {
  content: "";
  background: #86B5D2;
  display: block;
  width: 1px;
  height: 550px;
  position: absolute;
  z-index: -1;
}
#top-contact .section-title img {
  max-width: 178px;
}
#top-contact .top-contact__box {
  min-width: 360px;
  max-width: 360px;
  border: 1px solid #86B5D2;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-contact .top-contact__box .step_ttl {
  position: absolute;
  top: -15px;
}
#top-contact .top-contact__box .top-step__box__textarea {
  min-width: 198px;
}
#top-contact .top-contact__box .top-contact__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#top-contact .top-contact__box .top-contact__box__content p {
  font-size: 12px;
  color: #545454;
}
#top-contact .top-contact__box .top-contact__box__content img {
  margin: 0;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 5px;
}
#top-contact .top-contact__box .top-contact__box__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 20px;
  width: 100%;
}
#top-contact .top-contact__box .top-contact__box__content ul li {
  font-size: 12px;
  position: relative;
}
#top-contact .top-contact__box .top-contact__box__content ul li::before {
  content: "●";
  color: #86B5D2;
  position: relative;
  font-size: 14px;
  margin-right: 2px;
}
#top-contact .top-contact__box .top-contact__box__title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #86B5D2;
  font-size: 16px;
  color: #86B5D2;
}
#top-contact .top-contact__box .top-contact__box__title p {
  font-size: 10px;
  color: #AAAAAA;
}
#top-contact .top-contact__box .top-contact__line {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-contact .top-contact__box .top-contact__line p {
  background: #58D339;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 1px 16px;
  margin-right: 10px;
}
#top-contact .top-contact__box .top-contact__line span {
  color: #545454;
}

#wechat_code, #kakao_code {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 270px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-animation: modal-2-animation 0.6s;
          animation: modal-2-animation 0.6s;
}

#wechat_code p, #kakao_code p {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-align: center;
}

#wechat_code img, #kakao_code img {
  width: 100%;
  max-width: 100%;
}

#wechat_code a, #kakao_code a {
  margin-right: 0;
  width: 100%;
  height: auto;
}

#wechat_code .lb-close, #kakao_code .lb-close {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(../img/top/lightbox_close.png) top no-repeat;
  background-size: contain;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  right: 0;
  top: -50px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-animation: modal-2-animation 0.6s;
          animation: modal-2-animation 0.6s;
}

/* IE10 & IE11  */
/* IE10 & IE11  */
@media all and (-ms-high-contrast: none) {
  .l-header.is-fixed .l-header-nav ul li {
    -ms-flex: 0 1 auto !important;
  }
  .l-header.is-fixed .l-header-nav ul li {
    width: 17%;
  }
  .d-lg-flex > div {
    -ms-flex: 0 1 auto !important;
  }
  .flow .num span {
    display: none;
  }
  .case table tbody td.active a {
    height: 73px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-header.is-fixed .l-header-nav ul li {
    width: 20%;
  }
}
/* Edge のみ適用される */
.l-content__404 .l-main {
  padding: 10rem 0 0;
  background: #F5FBFF;
  height: 100%;
}
.l-content__404 h2 {
  color: #545454;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-content__404 h2 {
    font-size: 6rem;
    line-height: 1;
  }
}
.l-content__404 p {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .l-content__404 p {
    font-size: 1.4rem;
    color: #545454;
  }
}
.l-content__404 .below {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-content__404 .below {
    font-size: 1.5rem;
  }
}
.l-content__404 .c-searchform {
  margin: 0;
  border: 3px solid #545454;
}

.p-page-404__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  width: 100%;
  margin: 6rem auto 10rem;
}
.p-page-404__content .text-errorUrl {
  margin-bottom: 3rem;
  color: #545454;
}
.p-page-404__content .text-guide {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .p-page-404__content .text-guide {
    font-size: 1.5rem;
  }
}

.p-page-404-link {
  margin-top: 3rem;
}
.p-page-404-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #86B5D2;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin: 0px auto 0;
  position: relative;
}
.p-page-404-link a::after {
  content: "";
  background: url(../img/top/more_arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  right: -20px;
  rotate: 270deg;
}

.language-selector {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
	background: #fff;
	padding: 8px 12px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	font-size: 14px;
}
.language-selector select {
	padding: 4px 8px;
	font-size: 14px;
}

.mobile-custom-menu-overlay {
	display: none;
}

@media screen and (max-width: 1023px) {
	#contact .sns_btn ul {
		flex-direction: column;
		align-items: center;
	}
	.main, .sidebar, .sidebar-left .main, .sidebar-left .sidebar{
		margin: 0;
	}
	main.main, div.sidebar {
		padding: 0;
	}
	#service .service__index{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0;
		padding-bottom: 70px;
		gap: 3rem;
	}
	.top-section{
		padding: 80px 20px 0;
	}
	#about-us .about-us__box__title-box p{
		font-size: 16px;
	}
	#about-us .about-us__box__title-box table tr,
	.tab-content table tr{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#about-us .about-us__box__title-box table tr th,
	#about-us .about-us__box__title-box table tr td,
	.tab-content table th,
	.tab-content table td{
		width: 100%;
		padding: 10px;
	}
	#about-us .about-us__box__title-box table tr td,
	.tab-content table td{
		padding: 1.5rem;
	}
	#about-us .about-us__box__title-box table tr th,
	.tab-content table th{
		border-right: none;
	}
	#contact form{
		padding: 2.5rem;
		margin: 5rem 0;
		border-radius: 2rem;
	}
	#contact .sns_btn ul li .lineBtn{
		min-width: 200px;
	}
	#contact .sns_btn ul li .lineBtn img{
		width: 50px;
		height: 30px;
		margin-right: 5px;
	}
	#flow .section_wrap .top-contact__box .top-contact__box__content{
		height: 195px;
	}
	#flow .section_wrap::before{
		height: 145rem;
		top: 10%;
		left: 50%;
	}
	#flow .section_wrap .top-contact__box h5{
    	height: 55px;
		line-height: 1;
	}
	.l-header__titlearea .l-header__logo a img {
    	width: 10rem;
    }
	.l-header .l-header__content{
		align-items: center;
	}
	.l-header{
		max-width: 100%;
	}
	.mobile-custom-menu-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	  #l-header__gnav-body .l-header__gnav-container__inner {
		margin: 10% auto 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
	  }
}
@media screen and (max-width: 768px) {
	.sp-display2{
		display: block;
	}
	.pc-display2{
		display: none;
	}
	.top-mv img {
		max-height: 100%;
		aspect-ratio: auto;
	}
	.top-mv .mv-content{
		inset: 0;
		top: 6%;
		width: fit-content;
		height: fit-content;
		text-align: left;
		line-height: 1.5;
		padding-left: 3%;
	}
	.top-mv .mv-content h1{
		font-size: 4rem;
	}
	.top-mv .mv-content.en-title{
		left: 0%;
		top: 3%;
	}
	.top-mv .mv-content.en-title h1{
		font-size: 3.5rem;
		width: 30rem;
	}
	.top-mv .mv-content h2{
		font-size: 3rem;
	}
	.top-mv .mv-content .btn-set{
		justify-content: flex-start;
		gap: 25px 0;
		flex-direction: column;
		margin-top: 35px;
	}
	.top-mv .mv-content .btn-set a{
		padding: 5px;
		max-width: 155px;
		text-align: center;
	}
  #top-blog .section-inner {
    padding: 40px 0;
    position: relative;
    top: 45px;
  }
	#service .service__index{
		display: flex;
		flex-direction: column;
		padding: 0;
		padding-bottom: 70px;
		gap: 3rem 0;
	}
	.language-selector {
		top: 60px;
    	right: 0;
	}
	#flow .section_wrap::before{
		left: 60%;
	}
	  #l-header__gnav-body .l-header__gnav-container__inner {
		margin: 30% auto 0;
	  }
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #f58694; /* 背景色 */
	border-radius: 5px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #7fbfff; /* 背景色 */
	border-radius: 5px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8; /* 枠線の色 */
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%; /* 好みで60〜80%でもOK */
	height: 60px;
	border-color: #ffbf7f; /* 枠線の色 */
	background: #ffbf7f; /* ボタンの色 */
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 2px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.dropdown-menu_wrapper {
  position: relative;
}

.dropdown-menu_wrapper .wpcf7-form-control {
    width: 100%;
    height: 100%;
    padding: 7px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #101010;
    font-size: 16px;
    color: #474747;
    appearance: none;
}

.dropdown-menu_wrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
    height: 10px;
    width: 10px;
    top: 15px;
    right: 30px;
    transform: rotate(135deg);
    pointer-events: none;
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid green;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: orange;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.footer{
	margin-top: 0;
}

/* アコーディオンCSS */
.accordion .accordion-item {
  border-bottom: 1px solid #ccc; /* $lightgray を想定 */
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #007cba; /* $blue を想定 */
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #333; /* $text を想定 */
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #007cba; /* $blue を想定 */
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #007cba; /* $blue を想定 */
  border: 1px solid #007cba; /* $blue を想定 */
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 16px;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #007cba;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #007cba;
}

.accordion button[aria-expanded='true'] {
  color: #007cba; /* $blue を想定 */
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 1.5em 0;
}
/*# sourceMappingURL=style.css.map */