@charset "UTF-8";

.mainvisual {
  background-color: #008fd5;
  background-image: url(../img/index/bg_mainvisual_01_pc@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mainvisual__title {
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__text {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.mainvisual__image {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__image .mainvisual__01 {
  background-image: url(../img/index/img_mainvisual_01_01_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 160px;
  height: 399px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.mainvisual__image .mainvisual__02 {
  background-image: url(../img/index/img_mainvisual_01_02_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 415px;
  height: 406px;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  margin: auto;
  z-index: 8;
}

.mainvisual__image .mainvisual__03 {
  background-image: url(../img/index/img_mainvisual_01_03_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1018px;
  height: 421px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: auto;
  z-index: 5;
}

.mainvisual__image__02 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__image__02 .mainvisual__01 {
  background-image: url(../img/index/img_mainvisual_02_01_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 257px;
  height: 412px;
  position: absolute;
  bottom: 0;
  left: 83px;
  right: 0;
  margin: auto;
  z-index: 10;
}

.mainvisual__image__02 .mainvisual__02 {
  background-image: url(../img/index/img_mainvisual_02_02_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 399px;
  height: 368px;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  margin: auto;
  z-index: 8;
}

.mainvisual__image__02 .mainvisual__03 {
  background-image: url(../img/index/img_mainvisual_02_03_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 966px;
  height: 396px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  margin: auto;
  z-index: 5;
}

.mainvisual__01__01 {
  z-index: 10;
}

.mainvisual__01__02 {
  z-index: 8;
}

.mainvisual__01__03 {
  z-index: 5;
}

.mainvisual__button {
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__button a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #f8e520;
  border: 4px solid #0094c9;
  border-radius: 10px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainvisual__button a:after {
  content: "";
  background-image: url(../img/common/ico_02_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

.mainvisual__button .in {
  padding-left: 30px;
  background-image: url(../img/common/ico_01_pc.svg);
  background-size: 30px 30px;
  background-position: 20px center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.intro {
  background-color: #000;
  padding: 50px 0;
}

.intro__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
}

.intro__subTitle {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #adabab;
  display: block;
  margin-top: 10px;
}

.intro__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin-top: 40px;
}

.intro__image {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.intro__readButton {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
}

.intro__readButton a {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.intro__readButton .in {
  position: relative;
  padding-left: 60px;
}

.intro__readButton .in:after {
  content: "";
  background-image: url(../img/common/ico_03_pc.svg);
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.attention__outer {
  padding: 50px 0;
  background-color: #c9c9c9;
  border-radius: 30px;
  margin: 20px;
}

.attention__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.attention__subTitle {
  padding-bottom: 5px;
  border-bottom: 5px solid #000;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}

.attention__mark {
  background-image: url(../img/common/ico_04_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 45px;
  height: 40px;
  position: relative;
  top: 5px;
  margin: 0 5px;
}

.attention__text {
  padding: 30px 0 40px 20px;
  background-image: url(../img/common/bg_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.attentionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.attentionList__item {
  position: relative;
}

.attention__photo {
  position: relative;
}

.attention__ico {
  position: absolute;
  top: -30px;
  left: -60px;
}

.attention__ico.ico__02 {
  top: -20px;
  left: -70px;
}

.attentionContents {
  margin-top: 20px;
}

.attentionContents__item {
  padding: 5px 0;
}

.attentionContents__item+.attentionContents__item {
  border-top: 1px solid #000;
}

.attentionContents__item:first-child {
  padding-top: 0;
}

.attentionContents__item:last-child {
  padding-bottom: 0;
}

.attentionContents__item.item__01 {
  line-height: 1.4;
}

.attentionContents__item.item__02 {
  line-height: 1.2;
}

.attentionContents__item.item__03 {
  line-height: 1;
}

.attentionContents__item.item__03 .attentionContents__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.attentionContents__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: 0.08em;
}

.attentionContents__text {
  font-size: 22px;
  font-weight: 700;
}

.attentionContents__text .price {
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.attentionContents__text .unit {
  font-size: 20px;
}

.attentionContents__text .price__02 {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  letter-spacing: 0.08em;
}

.attention__point {
  padding: 40px 20px;
  background-color: #f8e520;
  position: relative;
  margin-top: 40px;
}

.attention__point .attention__point__floatImage {
  content: "";
  display: block;
  background-image: url(../img/index/img_attention_04_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 260px;
  height: 332px;
  position: absolute;
  top: -27px;
  right: -14px;
}

.attention__point__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-indent: -0.5em;
}

.spAttention__point__attention {
  position: relative;
}

.spAttention__point__attention:before {
  position: absolute;
  top: 0;
  left: 0;
}

.spAttention__point__attention.attention__01 {
  padding-left: 20px;
}

.spAttention__point__attention.attention__01:before {
  content: "※　";
}

.spAttention__point__attention.attention__02 {
  padding-left: 35px;
}

.spAttention__point__attention.attention__02:before {
  content: "※※";
}

.attention__point__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.attention__point__attention {
  font-size: 12px;
  margin-top: 5px;
}

.attention__point__comment {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 30px;
}

.selfcheck {
  background: repeating-linear-gradient(-85deg, #e8f9ff 0, #e8f9ff 14px, #fff 14px, #fff 35px);
  padding: 100px 0 50px 0;
}

.selfcheck__inner {
  padding: 130px 120px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.selfcheckList__contents__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.selfcheckList__item {
  position: relative;
}

.selfcheckList__item+.selfcheckList__item {
  margin-top: 60px;
}

.selfcheckList__contents__image__02 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/img_selfcheck_05_pc.svg);
  width: 248px;
  height: 284px;
  position: absolute;
  top: 10px;
}

.selfcheckList__contents__image__03 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/img_selfcheck_06_pc.svg);
  width: 213px;
  height: 291px;
  position: absolute;
  top: 10px;
}

.selfcheckList__contents__image__04 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/img_selfcheck_07_pc.svg);
  width: 248px;
  height: 284px;
  position: absolute;
  top: 10px;
}

.selfcheckList__contents__image__05 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/img_selfcheck_08_pc.svg);
  width: 213px;
  height: 291px;
  position: absolute;
  top: 10px;
}

.selfcheck__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.selfcheck__subTitle__02 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #adabab;
  display: block;
  margin-top: 40px;
}

.selfcheck__subTitle {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.selfcheck__ico {
  background-image: url(../img/common/ico_check_01_pc@2x.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 61px;
  height: 61px;
}

.selfcheck__name {
  padding-left: 10px;
  padding-bottom: 7px;
  background-image: url(../img/common/bg_border_01_pc.svg);
  background-size: contain;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  margin-left: 5px;
}

.selfcheckList__title {
  padding-bottom: 12px;
  border-bottom: 4px solid #d9e8ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selfcheckList__title__text {
  font-size: 18px;
  line-height: 1.888;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

.selfcheckList__title__text__strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.selfcheckList__contents__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}

.selfcheckList__contents__text__comment {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
  display: block;
}

.selfcheckList__contents__text__comment:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.selfcheck__lastcomment {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 40px;
}

.selfcheck__underText {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.mainvisual__title__02 {
  background-image: url(../img/common/bg_02_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0 40px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #de041c;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__text__02 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 20px;
}

.mainvisual__text__02 span {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.checkOsusume {
  padding-top: 60px;
}

.flow {
  padding: 100px 0 0 0;
}

.flow__title {
  margin-left: auto;
  margin-right: auto;
}

.flow__subTitle {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.flow__subTitle+.selfcheck__subTitle__02 {
  margin-top: 15px;
}

.flow__sectionTitle {
  background-color: #00a3de;
  color: #fff;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
}

.flow__sectionTitle.flow__sectionTitle__02 {
  position: relative;
  top: -35px;
  margin-top: 0;
}

.flowList {
  margin-top: 50px;
}

.flowList__item {
  position: relative;
}

.flowList__item+.flowList__item:before {
  content: "";
  background-image: url(../img/common/ico_07_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 67px;
  height: 38px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowList__item:last-child:after {
  content: "";
  background-image: url(../img/common/ico_07_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 67px;
  height: 38px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowList__item.item__02 {
  background-color: #f5f5f0;
  padding-top: 80px !important;
  margin-top: 80px;
}

.flowList__item.item__02:before {
  top: -15px !important;
}

.flowList__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.flowList__text__02 {
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.flowList__ico {
  padding: 24px 0 25px 0;
  background-color: #f8e520;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  width: 82px;
  margin-right: 10px;
}

.flowList__photo {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.flowWord {
  margin-top: 60px;
}

.flowWord__box.box__01 {
  color: #3473aa;
}

.flowWord__box.box__01 .flowWord__title span {
  border-color: #075498;
}

.flowWord__box.box__02 {
  color: #de041c;
}

.flowWord__box.box__02 .flowWord__title span {
  border-color: #de041c;
}

.flowWord__box.box__02 .flowWord__text__01 {
  border-color: #de041c;
}

.flowWord__box.box__02 .flowWord__text__02 {
  border-color: #de041c;
}

.flowWord__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flowWord__title span {
  padding: 5px 10px;
  border: 1px solid #075498;
  font-size: 16px;
  font-weight: 700;
}

.flowWord__photo {
  position: relative;
  margin-top: 20px;
}

.flowWord__text__01,
.flowWord__text__02 {
  padding: 15px 0 15px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.937;
  letter-spacing: 0.05em;
  position: relative;
}

.flowWord__text__01 {
  background-color: #fff;
  border: 2px solid #3473aa;
}

.flowWord__text__02 {
  background-color: #fff;
  border: 2px solid #3473aa;
}

.patternList {
  margin-top: 30px;
}

.patternList__item {
  border: 3px solid #00a3de;
}

.patternList__item .number {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  display: block;
  position: relative;
  top: -35px;
}

.patternList__photo {
  width: 100%;
}

.patternList__contents {
  padding-bottom: 20px;
  background-color: #f5f5f0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.patternList__contents .text {
  display: block;
  margin-top: -25px;
}

.answer__title {
  background-color: #00a3de;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 202px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.answer__title:before {
  content: "";
  border-radius: 1px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #00a3de transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.answer__title .number {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-left: 15px;
}

.answer__text {
  padding-left: 30px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  height: 100%;
}

.answerContentsList {
  margin-top: 50px;
}

.answerContentsList__contents {
  background-color: #00a3de;
  border: 4px solid #00a3de;
  border-radius: 10px;
  overflow: hidden;
}

.answerContentsList__photo {
  background-color: #fff;
  width: 100%;
}

.answerContentsList__title {
  padding: 5px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

.answerContentsList__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.625;
  margin-top: 10px;
}

.answerFloating {
  padding: 40px 50px;
  background-color: #fff;
  border: 5px solid #f8e520;
  border-radius: 20px;
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.answerFloating__text__02 {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}

.answerFloating__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
}

.answerFloating__image {
  background-image: url(../img/index/img_pattern_06_pc@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.wishtosell {
  padding: 30px 50px 60px 50px;
  background-color: #c0d6e0;
  position: relative;
  margin-top: 120px;
}

.wishtosell:before {
  content: "";
  background-image: url(../img/common/ico_09_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 39px;
  height: 108px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}

.wishtosell__title {
  background-color: #00a3de;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.wishtosell__box {
  margin-top: 30px;
}

.wishtosell__image {
  border: 4px solid #00a3de;
}

.wishtosell__text__title {
  font-size: 24px;
  font-weight: 700;
}

.wishtosell__text__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

.teamwork {
  margin-top: 40px;
}

.teamwork__inner {
  border-top: 4px solid #00a3de;
  margin-top: 30px;
}

.teamwork__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 2;
}

.answer__text__02 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 50px;
}

.answer__text__02+.answer__text__02 {
  margin-top: 50px;
}

.answer__button {
  margin-top: 100px;
}

.about {
  background-color: #eff7fa;
  padding-top: 100px;
}

.about__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.about__title+.selfcheck__subTitle__02 {
  margin-top: 20px;
}

.about__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}

.aboutList {
  margin-top: 20px;
}

.aboutList__item {
  padding: 35px;
  background-color: #fff;
}

.aboutList__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.aboutList__item+.aboutList__item {
  margin-top: 30px;
}

.aboutList__titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.aboutList__titleArea__title .title__01 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.181;
  letter-spacing: 0.05em;
  display: block;
}

.aboutList__titleArea__title .title__02 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 10px;
}

.aboutList__titleArea__title .title__03 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.153;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 10px;
}

.aboutList__titleArea__title .title__name {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #adabab;
  margin-left: 15px;
}

.aboutList__item__title {
  color: #0078a3;
  position: relative;
}

.aboutList__item__title:before {
  content: "";
  background-color: #adabab;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

.aboutList__item__title .text {
  background-color: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.aboutList__item__title .eng {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.aboutList__item__title .jpn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 20px;
}

.aboutList__profileArea+.aboutList__profileArea {
  margin-top: 20px;
}

.aboutList__profileArea__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.846;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 5px;
}

.bannerList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thought {
  padding-top: 35px;
  padding-bottom: 94px;
  background-color: #eff7fa;
}

.thoughtBox {
  padding: 50px 50px 60px 50px;
  background-color: #d9e8ed;
}

.thought__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

.thought__catchcopy {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

.thought__catchcopy .copy__01 {
  display: block;
  margin-top: 10px;
}

.thought__catchcopy .copy__02 {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.thoughtList {
  margin-top: 40px;
}

.thoughtList__item+.thoughtList__item {
  margin-top: 40px;
}

.thoughtList__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thought__photo {
  background-color: #fff;
}

.thought__text {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 1em;
  letter-spacing: 0.05em;
}

.thought__text__object+.thought__text__object {
  text-indent: 0;
  margin-top: 40px;
}

.thought__lastText {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 100px;
  position: relative;
  margin-top: 30px;
}

.thought__lastText:before {
  content: "";
  background-image: url(../img/common/ico_10_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menuTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -64px;
}

.menuTabListItem {
  font-size: 18px;
  font-weight: 700;
  width: 46%;
  background-color: #59b7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.menuTabListItem+.menuTabListItem {
  margin-left: 30px;
}

.menuTabListItem:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 64px;
  border-color: #59b7c7 transparent transparent transparent;
  position: absolute;
  right: -64px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menuTabListItem.menuTab__01 {
  background-color: #126684;
  color: #fff;
}

.menuTabListItem.menuTab__01:before {
  border-color: #126684 transparent transparent transparent;
}

.menuTabListItem.is__current {
  position: relative;
  z-index: 10;
}

.menuContents>div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.menuContents__01 {
  border-top: 10px solid #126684;
  border-bottom: 10px solid #126684;
}

.menuContents__02 {
  border-top: 10px solid #59b7c7;
  border-bottom: 10px solid #59b7c7;
}

.staff {
  padding-bottom: 60px;
}

.staffList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staffList__item a {
  display: block;
}

.staffList__point {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.staffList__photo {
  background-color: #aaa;
  width: 100%;
  height: 288px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}

.staffList__photo__objectWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.staffList__photo__object {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.staffList__photo__object.photo__01 {
  background-image: url(../img/index/img_staff_01_pc@2x.jpg);
}

.staffList__photo__object.photo__02 {
  background-image: url(../img/index/img_staff_02_pc@2x.jpg);
}

.staffList__photo__object.photo__03 {
  background-image: url(../img/index/img_staff_03_pc@2x.jpg);
}

.staffList__photo__object.photo__04 {
  background-image: url(../img/index/img_staff_04_pc@2x.jpg);
}

.staffList__photo__object.photo__05 {
  background-image: url(../img/index/img_staff_05_pc@2x.jpg);
}

.staffList__photo__object.photo__06 {
  background-image: url(../img/index/img_staff_06_pc@2x.jpg);
}

.staffList__photo__object.photo__07 {
  background-image: url(../img/index/img_staff_07_pc@2x.jpg);
}

.staffList__photo__object.photo__08 {
  background-image: url(../img/index/img_staff_08_pc@2x.jpg);
}

.staffList__photo__object.photo__09 {
  background-image: url(../img/index/img_staff_09_pc@2x.jpg);
}

.staffList__photo__object.photo__10 {
  background-image: url(../img/index/img_staff_10_pc@2x.jpg);
}

.staffList__ico {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 20;
}

.staffList__ico,
.staffList__ico img {
  width: 97px;
  height: 97px;
}

.staffList__photo__cursor {
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: 0;
}

.staffList__photo__cursor:before,
.staffList__photo__cursor:after {
  content: "";
  background-color: #fff;
  width: 19px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.staffList__photo__cursor:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.staffList__name {
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.staffList__name .name__02 {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.staffList__name .name__03 {
  font-size: 20px;
  margin-left: 10px;
}

.staff__pointText {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 100px;
  position: relative;
  margin-top: 30px;
}

.staff__pointText:before {
  content: "";
  background-image: url(../img/common/ico_10_pc.svg);
  background-size: contain;
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
}

.staff__pointText__02 {
  background-color: #00a3de;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  margin-top: 20px;
}

.staffList__02 {
  margin-top: 40px;
}

.staffList__02__point {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.666;
}

.staffList__02__photo {
  margin-top: 20px;
}

.staffList__02__name {
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.staffList__02__name .name__01 {
  font-size: 14px;
  display: block;
}

.staffList__02__name .name__02 {
  font-size: 20px;
}

.staffList__02__name .name__03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  display: block;
  margin-top: 10px;
}

.staff__button {
  margin-top: 30px;
}

.staff__modalList__item {
  border-radius: 10px;
}

.staff__modalList__item .aboutList__profileArea.profile__01 .aboutList__profileArea__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.875;
}

.modal__titleArea {
  padding: 40px 0 30px 0;
  background-color: #126684;
  color: #fff;
  text-align: center;
}

.modal__titleArea .title__01 img {
  width: 150px;
}

.modal__titleArea .title__02 {
  display: block;
}

.modal__titleArea .title__03 {
  font-size: 15px;
  font-weight: 700;
}

.modal__titleArea .title__04 {
  font-size: 24px;
  font-weight: 700;
}

.modal__titleArea .title__05 {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #adabab;
}

.modal__contents {
  padding: 30px 50px 30px 50px;
}

.staff__modalCatchcopy {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.staff__modalCatchcopy+.aboutList__profileArea {
  margin-top: 10px;
}

.staff__modalphoto {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.staff__modalphoto.photo__01 {
  background-image: url(../img/index/img_staff_modal_01_pc@2x.jpg);
}

.staff__modalphoto.photo__02 {
  background-image: url(../img/index/img_staff_modal_02_pc@2x.jpg);
}

.staff__modalphoto.photo__03 {
  background-image: url(../img/index/img_staff_modal_03_pc@2x.jpg);
}

.staff__modalphoto.photo__04 {
  background-image: url(../img/index/img_staff_modal_04_pc@2x.jpg);
}

.staff__modalphoto.photo__05 {
  background-image: url(../img/index/img_staff_modal_05_pc@2x.jpg);
}

.staff__modalphoto.photo__06 {
  background-image: url(../img/index/img_staff_modal_06_pc@2x.jpg);
}

.staff__modalphoto.photo__07 {
  background-image: url(../img/index/img_staff_modal_07_pc@2x.jpg);
}

.staff__modalphoto.photo__08 {
  background-image: url(../img/index/img_staff_modal_08_pc@2x.jpg);
}

.staff__modalphoto.photo__09 {
  background-image: url(../img/index/img_staff_modal_09_pc@2x.jpg);
}

.staff__modalphoto.photo__10 {
  background-image: url(../img/index/img_staff_modal_10_pc@2x.jpg);
}

.fancybox-content {
  padding: 0;
}

#modal__06 .modal__titleArea,
#modal__07 .modal__titleArea,
#modal__08 .modal__titleArea,
#modal__09 .modal__titleArea,
#modal__10 .modal__titleArea {
  background-color: #59b7c7;
  color: #000;
}

#modal__06 .modal__titleArea .title__05,
#modal__07 .modal__titleArea .title__05,
#modal__08 .modal__titleArea .title__05,
#modal__09 .modal__titleArea .title__05,
#modal__10 .modal__titleArea .title__05 {
  color: #fff;
}

.fancybox-button {
  background: none;
}

.fancybox-navigation .fancybox-button--arrow_left div {
  background-color: none;
  background-image: url(../img/common/ico_prev_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button--arrow_left div svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right div {
  background-color: none;
  background-image: url(../img/common/ico_next_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button--arrow_right div svg {
  display: none;
}

.voice {
  padding: 100px 0 100px 0;
  background-color: #00a3de;
}

.voice__title {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}

.voiceList {
  margin-top: 40px;
}

.voiceList__item {
  padding: 40px 45px 30px 45px;
  background-color: #fff;
  border: 4px solid #74cff0;
}

.voiceList__item+.voiceList__item {
  margin-top: 30px;
}

.voiceList__photo {
  background-color: #aaa;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.voiceList__photo.photo__01 {
  background-image: url(../img/index/img_voice_01_pc@2x.jpg);
}

.voiceList__photo.photo__02 {
  background-image: url(../img/index/img_voice_02_pc@2x.jpg);
}

.voiceList__photo.photo__03 {
  background-image: url(../img/index/img_voice_03_pc@2x.jpg);
}

.voiceList__contents__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.voiceList__contents__text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

.voiceList__pattern__textOnly {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.476;
  letter-spacing: 0.08em;
}

.voiceList__data {
  padding: 10px 15px;
  background-color: #fdfadb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.voiceList__data__title {
  color: #00a3de;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 70px;
  position: relative;
  margin-right: 15px;
}

.voiceList__data__title:before {
  content: "";
  background-color: #00a3de;
  width: 1px;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.voiceList__pattern {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceList__pattern .attentionContents {
  margin-top: 15px;
}

.voiceList__pattern .attentionContents__item.item__03 {
  padding: 10px 0;
}

.voiceList__pattern__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.voiceList__pattern__02 {
  position: relative;
}

.voiceList__pattern__02:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 22.5px 0 22.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -49px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.voiceList__baloon {
  background-color: #f8e520;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.476;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voiceList__baloon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 25px 0 25px;
  border-color: #f8e520 transparent transparent transparent;
  position: absolute;
  bottom: 50px;
  left: -35px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.voiceList__baloon .price {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.voiceList__baloon .baloon__03 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.voiceList__up {
  background-color: #f8e520;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.476;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.voiceList__up .price {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.voiceList__up .baloon__02 {
  margin-left: 20px;
}

.voiceList__up .baloon__03 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.attentionContents__asideText {
  font-size: 17px;
}

.voiceList__lastText {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 5px;
}

.voice__button {
  margin-top: 50px;
}

.form {
  padding: 60px 0;
}

.form__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.form__title .in {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  background-image: url(../img/common/ico_01_pc.svg);
  background-size: 35px 36px;
  background-position: 20px center;
  background-repeat: no-repeat;
}

@media print,
screen and (min-width: 768px) {
  .sectionInner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainvisual {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 740px;
  }

  .mainvisual__inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainvisual__title,
  .mainvisual__title img {
    width: 856px;
    height: 94px;
  }

  .mainvisual__image {
    padding-top: 399px;
  }

  .mainvisual__image__02 {
    padding-top: 412px;
  }

  .mainvisual__button {
    margin-left: auto;
  }

  .mainvisual__button a:hover {
    opacity: 1;
    background-color: #de041c;
    color: #fff;
  }

  .mainvisual__button {
    width: 480px;
  }

  .mainvisual__button a {
    font-size: 18px;
    height: 80px;
  }

  .mainvisual__button a:after {
    width: 18px;
    height: 18px;
    right: 20px;
  }

  .mainvisual__button .in {
    background-size: 35px 36px;
    padding-left: 50px;
    background-position: 0 center;
    width: auto;
  }

  .intro__image,
  .intro__image img {
    width: 666px;
    height: 451px;
  }

  .intro__readButton a:hover {
    opacity: 1;
  }

  .intro__readButton a:hover .in:after {
    left: -6px;
  }

  .intro__readButton .in:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .attention__text {
    width: 431px;
    height: 106px;
    position: relative;
    left: -30px;
  }

  .attentionList {
    margin-top: 10px;
    position: relative;
    left: 50px;
  }

  .attentionList__item.item__01 {
    padding-right: 117px;
    padding-bottom: 173px;
  }

  .attentionList__item.item__02 {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 173px;
  }

  .attention__photo {
    height: 240px;
  }

  .attention__ico.ico__02 {
    width: 126px;
    height: 111px;
  }

  .attentionContents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .attentionContents__text .unit__03 {
    font-size: 38px;
  }

  .attention__image {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .attention__image,
  .attention__image img {
    width: 442px;
    height: 133px;
  }

  .attention__image__02 {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .attention__image__02,
  .attention__image__02 img {
    width: 451px;
    height: 149px;
  }

  .attention__point {
    border-radius: 20px;
  }

  .attention__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .attention__point__contents {
    margin-left: 15px;
  }

  .attention__point__image,
  .attention__point__image img {
    width: 250px;
    height: 200px;
  }

  .selfcheck__inner {
    background-image: url(../img/index/bg_selfcheck_01_pc.svg);
  }

  .selfcheckList__contents__image {
    width: 255px;
    height: 178px;
  }

  .selfcheckList__item.item__01 .selfcheckList__contents__image {
    right: 30px;
  }

  .selfcheckList__item.item__02 .selfcheckList__contents__image {
    right: 30px;
  }

  .selfcheckList__item.item__03 .selfcheckList__contents__image {
    right: 19px;
  }

  .selfcheckList__contents__image__02 {
    right: -35px;
  }

  .selfcheckList__contents__image__03 {
    right: -35px;
  }

  .selfcheckList__contents__image__04 {
    right: -35px;
  }

  .selfcheckList__contents__image__05 {
    right: -35px;
  }

  .selfcheck__ico {
    margin-left: 10px;
  }

  .selfcheckList__contents {
    background-image: linear-gradient(#ccc 1px, transparent 1px);
    background-size: 100% 1.85em;
    background-position: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }

  .selfcheckList__contents__text {
    width: 457px;
    margin-top: 25px;
  }

  .mainvisual__title__02 {
    width: 700px;
  }

  .checkOsusume {
    height: 880px;
  }

  .flow__title,
  .flow__title img {
    width: 461px;
    height: 50px;
  }

  .flow__sectionTitle {
    width: 780px;
  }

  .flowList__item+.flowList__item {
    padding-top: 160px;
  }

  .flowList__item:last-child {
    padding-bottom: 180px;
  }

  .flowList__text__02 {
    font-size: 18px;
    text-align: center;
  }

  .flowList__photo {
    position: relative;
    left: 45px;
  }

  .flowList__photo,
  .flowList__photo img {
    width: 875.89px;
  }

  .flowWord {
    padding-bottom: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowWord__box,
  .flowWord__box img {
    width: 400px;
    height: auto;
  }

  .flowWord__box+.flowWord__box {
    margin-left: 80px;
  }

  .flowWord__box.box__02 .flowWord__text__01 {
    top: 152px;
    right: -51px;
  }

  .flowWord__box.box__02 .flowWord__text__01:before {
    background-color: #de041c;
    width: 126px;
    top: 103px;
    left: -97px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }

  .flowWord__box.box__02 .flowWord__text__02 {
    width: 299px;
    bottom: -132px;
    left: auto;
    right: -37px;
  }

  .flowWord__box.box__02 .flowWord__text__02:before {
    background-color: #de041c;
    width: 58px;
    top: 3px;
    right: 288px;
    -webkit-transform: rotate(-134deg);
    transform: rotate(-134deg);
  }

  .flowWord__box.box__02 .flowWord__text__02:after {
    border-color: #de041c;
    width: 324px;
    height: 88px;
    top: -108px;
    left: -97px;
  }

  .flowWord__text__01 {
    width: 239px;
    position: absolute;
    top: 183px;
    right: -89px;
  }

  .flowWord__text__01:before {
    content: "";
    background-color: #3473aa;
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 101px;
    left: -56px;
    -webkit-transform: rotate(-31deg);
    transform: rotate(-31deg);
  }

  .flowWord__text__02 {
    width: 304px;
    position: absolute;
    bottom: -114px;
    left: -39px;
  }

  .flowWord__text__02:before {
    content: "";
    background-color: #3473aa;
    display: block;
    width: 69px;
    height: 2px;
    position: absolute;
    top: -31px;
    right: 62px;
    -webkit-transform: rotate(-59deg);
    transform: rotate(-59deg);
  }

  .flowWord__text__02:after {
    content: "";
    border: 2px solid #3473aa;
    display: block;
    width: 324px;
    height: 72px;
    position: absolute;
    top: -135px;
    left: 73px;
    /* right: 0; */
    margin: auto;
  }

  .patternList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .patternList__item {
    width: 480px;
  }

  .patternList__item+.patternList__item {
    margin-left: 30px;
  }

  .patternList__photo {
    height: 300px;
  }

  .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    margin-top: 60px;
  }

  .answer__title:before {
    right: -15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .answer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 798px;
  }

  .answerContentsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .answerContentsList.answerContentsList__02 .answerContentsList__item {
    width: 320px;
  }

  .answerContentsList.answerContentsList__02 .answerContentsList__item+.answerContentsList__item {
    margin-left: 20px;
  }

  .answerContentsList.answerContentsList__02 .answerContentsList__photo,
  .answerContentsList.answerContentsList__02 .answerContentsList__photo img {
    height: 232px;
  }

  .answerContentsList.answerContentsList__02 .answerContentsList__title {
    font-size: 20px;
  }

  .answerContentsList__item {
    width: 480px;
  }

  .answerContentsList__item+.answerContentsList__item {
    margin-left: 40px;
  }

  .answerContentsList__photo {
    height: 300px;
  }

  .answerFloating {
    width: 750px;
  }

  .answerFloating__text__02,
  .answerFloating__text__02 img {
    width: 221px;
    height: 74px;
  }

  .answerFloating__image,
  .answerFloating__image img {
    width: 266px;
    height: 413px;
    position: absolute;
    top: -40px;
    right: 60px;
  }

  .wishtosell__title {
    width: 880px;
  }

  .wishtosell__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wishtosell__image,
  .wishtosell__image img {
    width: 480px;
  }

  .wishtosell__text {
    width: 347px;
    margin-left: 30px;
  }

  .about__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__title__image {
    display: inline-block;
    margin-right: 10px;
  }

  .about__title__image,
  .about__title__image img {
    width: 440px;
    height: 48px;
  }

  .aboutList__item:nth-child(2n) .aboutList__item__textArea {
    margin-left: 0;
  }

  .aboutList__item:nth-child(2n) .aboutList__item__photo {
    margin-left: 25px;
  }

  .aboutList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .aboutList__item__photo,
  .aboutList__item__photo img {
    width: 340px;
  }

  .aboutList__item__textArea {
    width: 558px;
    margin-left: 25px;
  }

  .aboutList__titleArea__title {
    width: 420px;
    margin-left: 30px;
  }

  .aboutList__titleArea__image {
    width: 120px;
    height: 120px;
    margin-top: -10px;
  }

  .bannerList__item+.bannerList__item {
    margin-left: 20px;
  }

  .bannerList__item,
  .bannerList__item img {
    width: 179px;
    height: 53px;
  }

  .thoughtList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .thought__photo,
  .thought__photo img {
    width: 430px;
    height: 250px;
  }

  .thought__text {
    width: 430px;
  }

  .menuTabListItem:hover {
    opacity: 1;
    background-color: #5fc3d4;
  }

  .menuTabListItem:hover:before {
    border-color: #5fc3d4 transparent transparent transparent;
  }

  .menuTabListItem.menuTab__01:hover {
    background-color: #168db8;
  }

  .menuTabListItem.menuTab__01:hover:before {
    border-color: #168db8 transparent transparent transparent;
  }

  .staffList__item {
    width: 464px;
  }

  .staffList__item.item__02 {
    margin-left: 60px;
  }

  .staffList__item.item__03,
  .staffList__item.item__04,
  .staffList__item.item__05 {
    width: 300px;
    margin-top: 80px;
  }

  .staffList__item.item__03 .staffList__ico,
  .staffList__item.item__04 .staffList__ico,
  .staffList__item.item__05 .staffList__ico {
    left: -20px;
    bottom: -20px;
  }

  .staffList__item.item__03 .staffList__photo,
  .staffList__item.item__04 .staffList__photo,
  .staffList__item.item__05 .staffList__photo {
    height: 204px;
  }

  .staffList__item.item__03 .staffList__name,
  .staffList__item.item__04 .staffList__name,
  .staffList__item.item__05 .staffList__name {
    margin-top: 25px;
  }

  .staffList__item.item__04,
  .staffList__item.item__05 {
    margin-left: 40px;
  }

  .staffList__photo:hover .staffList__photo__object {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  .staffList__photo__object {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .staffList__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .staffList__02__item {
    width: 280px;
  }

  .staffList__02__item+.staffList__02__item {
    margin-left: 30px;
  }

  .staffList__02__name .name__01 {
    margin-top: 10px;
  }

  .staff__modalList__item {
    width: 800px;
    height: 800px;
  }

  .staff__modalList__item .aboutList__profileArea+.aboutList__profileArea {
    margin-top: 10px;
  }

  .staff__modalList__item .aboutList__profileArea.profile__01 {
    position: relative;
    margin-right: 200px;
  }

  .staff__modalList__item .aboutList__profileArea.profile__02 {
    margin-top: 20px;
  }

  .modal__titleArea {
    height: 150px;
  }

  .modal__titleArea .title__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal__titleArea .title__01 img {
    height: 16px;
    margin-right: 10px;
  }

  .modal__titleArea .title__02 {
    margin-top: 20px;
  }

  .modal__titleArea .title__03 {
    margin-right: 20px;
  }

  .modal__titleArea .title__04 {
    margin-right: 20px;
  }

  .staff__modalphoto {
    width: 179px;
    height: 207px;
    top: -50px;
    right: -200px;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: -780px;
    right: 0;
    margin: auto;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    left: 0;
    right: -780px;
    margin: auto;
  }

  .voiceList__item.item__01 .voiceList__pattern {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .voiceList__item.item__01 .voiceList__pattern__02 {
    width: 355px;
  }

  .voiceList__item.item__03 .voiceList__pattern__01 {
    width: 260px;
  }

  .voiceList__item.item__03 .voiceList__pattern__02 {
    width: 254px;
  }

  .voiceList__item.item__03 .voiceList__pattern__02 .voiceList__pattern__title {
    text-align: left;
  }

  .voiceList__item.item__03 .voiceList__pattern__02 .attentionContents {
    width: 255px;
  }

  .voiceList__item.item__03 .voiceList__baloon {
    top: 20px;
    width: 278px;
    height: 115px;
    right: 0;
  }

  .voiceList__item.item__03 .voiceList__baloon .baloon__01,
  .voiceList__item.item__03 .voiceList__baloon .baloon__02 {
    text-align: center;
    display: block;
    width: 100%;
  }

  .voiceList__item.item__03 .voiceList__baloon:before {
    border-width: 24px 20px 0 20px;
    bottom: 20px;
    left: -30px;
  }

  .voiceList__contentsInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .voiceList__photo {
    width: 224px;
    height: 270px;
  }

  .voiceList__contents {
    width: 650px;
  }

  .voiceList__pattern__textOnly {
    padding-top: 20px;
    padding-left: 50px;
  }

  .voiceList__data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voiceList__pattern__01 {
    width: 368px;
  }

  .voiceList__pattern__02 {
    margin-left: 60px;
    width: 328px;
  }

  .voiceList__baloon {
    width: 220px;
    height: 160px;
    position: absolute;
    top: 30px;
    right: -100px;
  }

  .voiceList__up {
    padding: 20px 0;
  }

  .attentionContents__asideText {
    text-align: right;
    margin-top: -10px;
  }
}

@media screen and (min-width: 800px) and (max-height: 810px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: -790px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: -760px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    background-image: url(../img/index/bg_mainvisual_01_sp@2x.jpg);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mainvisual__title,
  .mainvisual__title img {
    width: 258px;
  }

  .mainvisual__text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.666;
    margin-top: 15px;
  }

  .mainvisual__image {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mainvisual__image .mainvisual__01 {
    width: 100%;
  }

  .mainvisual__image .mainvisual__02 {
    width: 100%;
  }

  .mainvisual__image .mainvisual__03 {
    width: 100%;
  }

  .mainvisual__image__02 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mainvisual__image__02 .mainvisual__01 {
    width: 100%;
  }

  .mainvisual__image__02 .mainvisual__02 {
    width: 100%;
  }

  .mainvisual__image__02 .mainvisual__03 {
    width: 100%;
  }

  .mainvisual__button {
    font-size: 16px;
    width: 253px;
  }

  .mainvisual__button a {
    height: 72px;
  }

  .intro {
    padding: 40px 0 25px 0;
  }

  .intro__title {
    font-size: 24px;
  }

  .intro__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .intro__image {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro__readButton {
    margin-top: 20px;
  }

  .intro__readButton .in {
    padding-left: 50px;
  }

  .attention__outer {
    padding: 25px 0 15px 0;
    border-radius: 20px;
    margin: 10px;
  }

  .attention__title {
    font-size: 16px;
  }

  .attention__subTitle {
    font-size: 26px;
  }

  .attention__mark {
    margin: 0 2px;
    width: 31px;
    height: 28px;
  }

  .attention__text {
    padding: 18px 0 23px 10px;
    background-image: url(../img/common/bg_01_sp.svg);
    font-size: 16px;
    margin-top: 20px;
  }

  .attentionList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;
  }

  .attentionList__item {
    padding-top: 20px;
    width: 48%;
  }

  .attention__photo {
    height: 34vw;
  }

  .attention__photo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 32vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  .attention__ico {
    top: -20px;
    left: 0px;
    width: 55px;
    height: 55px;
  }

  .attention__ico.ico__02 {
    width: 65px;
    height: 65px;
    top: -20px;
    left: -10px;
  }

  .attentionContents__title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .attentionContents__text {
    text-align: center;
  }

  .attentionContents__text .price__02 {
    font-size: 37px;
  }

  .attention__image__03 {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .attention__point .attention__point__floatImage {
    width: 159px;
    height: 235px;
    right: -11px;
    top: auto;
    bottom: -104px;
  }

  .attention__point {
    padding: 20px 10px;
  }

  .attention__point__title {
    text-align: center;
  }

  .spAttention__point__attention {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
  }

  .attention__point__text {
    letter-spacing: 0;
  }

  .attention__point__image {
    width: 250px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .attention__point__comment {
    font-size: 21px;
    margin-top: 20px;
  }

  .selfcheck {
    padding: 50px 0 70px 0;
  }

  .selfcheck__inner {
    padding: 0 20px 10px 20px;
    margin: 100px 0 73px 0;
    background-image: url(../img/index/bg_selfcheck_02_sp.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
    position: relative;
  }

  .selfcheck__inner:before {
    content: "";
    background-image: url(../img/index/bg_selfcheck_01_sp.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 76px;
    position: absolute;
    top: -76px;
    left: 0;
  }

  .selfcheck__inner:after {
    content: "";
    background-image: url(../img/index/bg_selfcheck_03_sp.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 73px;
    position: absolute;
    bottom: -70px;
    left: 0;
  }

  .selfcheckList__contents__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .selfcheckList__item+.selfcheckList__item {
    margin-top: 30px;
  }

  .selfcheckList__contents__image__02 {
    background-image: url(../img/index/img_selfcheck_05_sp.svg);
    width: 40%;
    height: 48vw;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .selfcheckList__contents__image__03 {
    background-image: url(../img/index/img_selfcheck_06_sp.svg);
    width: 40%;
    height: 48vw;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .selfcheckList__contents__image__04 {
    background-image: url(../img/index/img_selfcheck_07_sp.svg);
    width: 40%;
    height: 48vw;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .selfcheckList__contents__image__05 {
    background-image: url(../img/index/img_selfcheck_08_sp.svg);
    width: 40%;
    height: 48vw;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .selfcheck__title {
    font-size: 24px;
  }

  .selfcheck__subTitle__02 {
    margin-top: 20px;
  }

  .selfcheck__subTitle {
    font-size: 23px;
    margin-top: 0px;
  }

  .selfcheck__ico {
    background-image: url(../img/common/ico_check_01_sp@2x.png);
    width: 30px;
    height: 30px;
  }

  .selfcheckList__title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .selfcheckList__title__text {
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 1.333;
  }

  .selfcheckList__title__text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
  }

  .selfcheckList__title__text__strong {
    font-size: 18px;
    line-height: 1.444;
    margin-top: 5px;
    margin-left: -45px;
  }

  .selfcheckList__contents {
    margin-top: 10px;
  }

  .selfcheckList__contents__text {
    width: 60%;
    margin-top: 30px;
  }

  .selfcheck__lastcomment {
    font-size: 22px;
    margin-top: 20px;
  }

  .selfcheck__underText {
    font-size: 14px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mainvisual__title__02 {
    background-image: url(../img/common/bg_02_sp.svg);
    padding: 15px 0 25px 0;
    width: 308px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainvisual__text__02 {
    font-size: 15px;
    margin-top: 0;
  }

  .mainvisual__text__02 span {
    font-size: 24px;
  }

  .flow {
    padding: 50px 0 0 0;
  }

  .flow__title {
    margin-left: 15px;
    margin-right: 15px;
  }

  .flow__subTitle {
    font-size: 24px;
  }

  .flow__subTitle+.selfcheck__subTitle__02 {
    margin-top: 10px;
  }

  .flow__sectionTitle {
    font-size: 20px;
    height: 60px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flow__sectionTitle span {
    font-size: 16px;
  }

  .flow__sectionTitle.flow__sectionTitle__02 {
    border-radius: 30px;
    height: 90px;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flowList {
    margin-top: 25px;
  }

  .flowList__item+.flowList__item:before {
    top: 30px;
    height: 34px;
  }

  .flowList__item+.flowList__item {
    padding-top: 80px;
  }

  .flowList__item:last-child:after {
    bottom: 60px;
    height: 34px;
  }

  .flowList__item:last-child {
    padding-bottom: 120px;
  }

  .flowList__item.item__01 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flowList__item.item__02 {
    padding-top: 40px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }

  .flowList__title {
    font-size: 24px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowList__ico {
    padding: 0;
    font-size: 26px;
    width: 114px;
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowWord {
    margin-top: 30px;
  }

  .flowWord__box+.flowWord__box {
    margin-top: 30px;
  }

  .flowWord__text__01,
  .flowWord__text__02 {
    padding: 15px;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .patternList {
    margin-top: 15px;
  }

  .patternList__item+.patternList__item {
    margin-top: 20px;
  }

  .patternList__item .number {
    line-height: 1;
  }

  .patternList__contents {
    font-size: 16px;
    line-height: 2.125;
  }

  .answer {
    margin-top: -20px;
  }

  .answer__title {
    top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .answer__title:before {
    top: auto;
    bottom: -13px;
  }

  .answer__text {
    padding: 40px 0 20px 0;
    font-size: 20px;
    line-height: 1.9;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .answerContentsList {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .answerContentsList__item+.answerContentsList__item {
    margin-top: 30px;
  }

  .answerContentsList__title {
    font-size: 20px;
  }

  .answerContentsList__text {
    font-size: 13px;
  }

  .answerFloating {
    padding: 20px 25px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .answerFloating__text__02 {
    line-height: 1;
    width: 70%;
  }

  .answerFloating__text {
    font-size: 16px;
    line-height: 1.875;
  }

  .answerFloating__image {
    width: 117px;
    height: 231px;
    position: absolute;
    right: -15px;
    bottom: -20px;
  }

  .wishtosell:before {
    width: 30px;
    height: 60px;
    top: -40px;
  }

  .wishtosell {
    padding: 25px 25px;
    margin-top: 50px;
  }

  .wishtosell__title {
    border-radius: 15px;
    font-size: 20px;
  }

  .wishtosell__box {
    margin-top: 15px;
  }

  .wishtosell__text__title {
    font-size: 22px;
  }

  .wishtosell__text {
    font-size: 14px;
    margin-top: 20px;
  }

  .teamwork {
    margin-top: 20px;
  }

  .teamwork__inner {
    margin-top: 15px;
  }

  .teamwork__inner+.answer {
    margin-top: 10px;
  }

  .teamwork__text {
    font-size: 16px;
  }

  .answer__text__02 {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .answer__text__02+.answer__text__02 {
    margin-top: 25px;
  }

  .answer__button {
    margin-top: 50px;
  }

  .about {
    padding-top: 50px;
  }

  .about__title {
    font-size: 24px;
  }

  .about__title__image {
    display: block;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .about__text {
    margin-top: 25px;
  }

  .aboutList {
    margin-left: 20px;
    margin-right: 20px;
  }

  .aboutList__item {
    padding: 20px;
  }

  .aboutList__item+.aboutList__item {
    margin-top: 15px;
  }

  .aboutList__titleArea__title .title__01 {
    display: none;
  }

  .aboutList__titleArea__title .title__02 {
    font-size: 14px;
  }

  .aboutList__titleArea__title .title__03 {
    font-size: 22px;
  }

  .aboutList__titleArea__image {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -70px;
    right: -15px;
  }

  .aboutList__item__title .jpn {
    margin-left: 10px;
  }

  .aboutList__profileArea {
    margin-top: 20px;
  }

  .bannerList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bannerList__item.item__01 {
    width: 100%;
  }

  .bannerList__item.item__02 {
    width: 51.5%;
    margin-top: 7px;
  }

  .bannerList__item.item__03 {
    width: 46.5%;
    margin-top: 7px;
  }

  .thoughtBox {
    padding: 25px 25px 30px 25px;
  }

  .thought__catchcopy {
    font-size: 20px;
  }

  .thought__catchcopy .copy__02 {
    font-size: 16px;
  }

  .thought__text {
    font-size: 14px;
    margin-top: 10px;
  }

  .thought__text__object+.thought__text__object {
    margin-top: 25px;
  }

  .thought__lastText:before {
    width: 35px;
    height: 35px;
  }

  .thought__lastText {
    padding-top: 50px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .menuTabListItem {
    text-align: center;
  }

  .menuTabListItem+.menuTabListItem {
    margin-left: 10px;
  }

  .menuTabListItem:before {
    border-width: 64px 20px 0 20px;
    right: -20px;
  }

  .menuContents>div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .staff {
    padding-bottom: 30px;
  }

  .staffList {
    margin-left: 20px;
    margin-right: 20px;
  }

  .staffList__item+.staffList__item {
    padding-top: 20px;
    border-top: 2px solid #126684;
    margin-top: 20px;
  }

  .staffList__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .staffList__photo {
    height: 49.066vw;
    margin-top: 15px;
  }

  .staffList__ico {
    bottom: -20px;
  }

  .staffList__ico,
  .staffList__ico img {
    width: 60px;
    height: 60px;
  }

  .staff__pointText {
    padding-top: 80px;
  }

  .staffList__02 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .staffList__02__item+.staffList__02__item {
    padding-top: 25px;
    border-top: 2px solid #008fd5;
    margin-top: 25px;
  }

  .staffList__02__photo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .staffList__02__name {
    margin-top: 10px;
  }

  .staff__button {
    margin-top: 15px;
  }

  .staff__modalList__item {
    margin: 15px;
  }

  .fancybox-navigation .fancybox-button {
    padding: 0;
    width: 34px;
    height: 50px;
  }

  .modal__titleArea {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 50vw;
  }

  .modal__titleArea .title__01 img {
    width: 134px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .modal__titleArea .title__03 {
    display: block;
  }

  .modal__titleArea .title__04 {
    display: block;
    margin-top: 10px;
  }

  .modal__contents {
    padding: 10px 20px 20px 20px;
  }

  .staff__modalphoto {
    width: 37vw;
    height: 39.5vw;
    top: 25px;
    right: 20px;
  }

  .voice {
    padding: 50px 0;
  }

  .voiceList {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .voiceList__item {
    padding: 20px 15px 15px 15px;
  }

  .voiceList__item+.voiceList__item {
    margin-top: 15px;
  }

  .voiceList__photo {
    height: 44.26vw;
  }

  .voiceList__photo.photo__01 {
    background-image: url(../img/index/img_voice_01_sp@2x.jpg);
  }

  .voiceList__contents__title {
    letter-spacing: 0;
    margin-top: 20px;
  }

  .data__text__02 {
    display: block;
    margin-top: 10px;
  }

  .voiceList__pattern__textOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
  }

  .voiceList__data {
    padding-left: 0;
  }

  .voiceList__data__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
  }

  .voiceList__pattern .attentionContents__text {
    font-size: 18px;
  }

  .voiceList__pattern .attentionContents__text .price__02 {
    font-size: 30px;
  }

  .voiceList__pattern .attentionContents__text .unit {
    font-size: 18px;
  }

  .voiceList__pattern .attentionContents__item.item__03 .attentionContents__title {
    font-size: 16px;
  }

  .voiceList__pattern__title {
    display: none;
  }

  .voiceList__pattern__02 {
    margin-left: 40px;
  }

  .voiceList__pattern__02:before {
    border-width: 20px 18px 0 18px;
    left: -37px;
  }

  .voiceList__baloon:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
    right: 0;
    top: -23px;
    bottom: auto;
  }

  .voiceList__baloon {
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
    position: relative;
  }

  .voiceList__baloon .baloon__01 {
    width: 100%;
  }

  .voiceList__up {
    padding: 10px;
  }

  .attentionContents__asideText {
    font-size: 14px;
  }

  .voice__button {
    margin-top: 25px;
  }

  .form__title .in {
    background-position: 0 center;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) and (max-width: 370px) {
  .selfcheck__inner:before {
    height: 20vw;
    top: -20vw;
  }

  .selfcheck__inner:after {
    height: 20vw;
    bottom: -19.5vw;
  }
}

@media screen and (max-width: 370px) {
  .attentionContents__item.item__03 .attentionContents__title {
    font-size: 16px;
  }

  .attentionContents__text .price {
    font-size: 32px;
  }

  .attentionContents__text .unit__03 {
    font-size: 32px;
  }

  .attentionContents__text .price__02 {
    font-size: 32px;
  }

  .attention__point .attention__point__floatImage {
    width: 130px;
    right: -16px;
    bottom: -84px;
  }

  .flow__subTitle {
    font-size: 20px;
  }

  .answerFloating__text {
    font-size: 14px;
  }

  .answerFloating__image {
    right: -20px;
    bottom: -30px;
  }

  .wishtosell__title {
    font-size: 16px;
  }

  .menuTabListItem {
    width: 44%;
  }
}

/* 20251020 */
@media screen and (max-width: 767px) {
  .bannerList__item.item__03 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 768px) {
  .bannerList__item,
  .bannerList__item img {
        width: 100%;
        height: auto;
    }
}