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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "メイリオ", "Meiryo", "MSゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: "メイリオ", "Meiryo", "MSゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  /*color: #676767;*/
  color: #000;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
  margin: 0;
}

p {
  margin: 0;
}

section .contents_inner {
  width: 1080px;
  margin: auto;
  padding: 90px 0;
  position: relative;
}
section.back_color {
  background-color: #F2EFE7;
}

.sp_img {
  display: none;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.sp_br {
  display: none;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  section .contents_inner {
    width: 90%;
    padding: 50px 0;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .sp_br {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*=== header ============================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .logo {
  width: 285px;
  transition: all 0.3s ease;
  position: absolute;
  left: 20px;
  top: 20px;
}
header .logo:hover {
  opacity: 0.7;
}
header .head_nav {
  float: right;
  padding: 35px 0;
  margin-right: 50px;
}
header .head_nav ul {
  display: flex;
  flex-wrap: wrap;
}
header .head_nav ul li {
  border-right: 1px solid #fff;
}
header .head_nav ul li a {
  color: #fff;
  display: block;
  padding: 0 22px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
header .head_nav ul li:last-child {
  border-right: none;
}
header .head_nav ul li:last-child a {
  padding-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  header .head_nav ul li:hover a {
    opacity: 0.7;
  }
}

.header_bk {
  width: 100%;
  height: 100px;
  background-color: #5DCCB2;
  mix-blend-mode: multiply;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8888;
}

.sp_nav_btn {
  display: none;
}

.sp_open_nav {
  display: none;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 8888;
  position: fixed;
  top: 70px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.sp_open_nav ul {
  margin-top: 15vw;
}
.sp_open_nav ul li {
  text-align: center;
}
.sp_open_nav ul li a {
  color: #36AF93;
  font-size: 1.2rem;
  display: block;
  padding: 15px 0;
  font-weight: 800;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  header {
    height: 70px;
  }
  header .logo {
    width: 175px;
    top: 17px;
    left: 15px;
  }
  header .logo:hover {
    opacity: 1;
  }
  header .head_nav {
    display: none;
  }
  .header_bk {
    height: 70px;
  }
  .sp_nav_btn {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .sp_nav_btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
  }
  .sp_nav_btn span:before, .sp_nav_btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    right: 0;
    transition: all 0.3s ease;
  }
  .sp_nav_btn span:before {
    top: -12px;
  }
  .sp_nav_btn span:after {
    bottom: -12px;
  }
  .sp_nav_btn.open span {
    background-color: rgba(255, 255, 255, 0);
  }
  .sp_nav_btn.open span:before {
    transform: rotate(135deg);
    top: 0;
  }
  .sp_nav_btn.open span:after {
    transform: rotate(-135deg);
    bottom: 0;
  }
}
/*=== footer ============================================*/
footer {
  background-color: #5DCCB2;
  position: relative;
  z-index: 0;
}
footer .footer_inner {
  width: 1080px;
  margin: auto;
  padding: 35px 0 25px;
}
footer .footer_inner .fotter_logo {
  width: 376px;
  margin: auto;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_inner .fotter_logo:hover {
    opacity: 0.7;
  }
}
footer .footer_inner p {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.copyright {
  background-color: #5DCCB2;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 10px 0 20px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  footer .footer_inner {
    width: 90%;
    padding: 7vw 0;
  }
  footer .footer_inner .fotter_logo {
    width: 65%;
  }
  footer .footer_inner p {
    font-size: 1rem;
  }
}
/*=== pages_title_header ============================================*/
.pages_title_header {
  background-color: #5DCCB2;
  position: relative;
  z-index: 0;
  margin-bottom: 200px;
}
.pages_title_header .title_header_inner {
  width: 1080px;
  margin: auto;
  position: relative;
  padding: 20px 0 2px 0;
  z-index: 0;
}
.pages_title_header .title_header_inner h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(154, 1, 1, 0.6784313725);
  font-size: 3.5rem;
  line-height: 1.2;
}
.pages_title_header .title_header_inner .family_parts {
  position: absolute;
  width: 360px;
  height: 280px;
  right: -170px;
  bottom: -220px;
  z-index: 5;
}
.pages_title_header .title_header_inner .illust_parts {
  position: absolute;
  z-index: 1;
}
.pages_title_header .title_header_inner .illust_parts.parts01 {
  width: 225px;
  height: 192px;
  top: -50px;
  right: -160px;
}
.pages_title_header .title_header_inner .illust_parts.parts02 {
  width: 220px;
  height: 186px;
  bottom: -190px;
  left: -200px;
}
.pages_title_header .title_header_inner .illust_parts.parts03 {
  width: 155px;
  height: 79px;
  bottom: -140px;
  right: 180px;
}
.pages_title_header:after {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  z-index: -1;
  background-image: url(../img/global/parts/parts_head_repeat.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  position: absolute;
  bottom: -160px;
  left: 0;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pages_title_header {
    margin-bottom: 25vw;
  }
  .pages_title_header .title_header_inner {
    width: 90%;
    padding: 60px 0 20px 0;
  }
  .pages_title_header .title_header_inner h1 {
    font-size: 1.6rem;
  }
  .pages_title_header .title_header_inner .family_parts {
    width: 55vw;
    height: 44vw;
    right: -15px;
    bottom: -140px;
  }
  .pages_title_header .title_header_inner .illust_parts {
    z-index: -1;
  }
  .pages_title_header .title_header_inner .illust_parts.parts01 {
    width: 35vw;
    height: 33vw;
    top: -20px;
    right: -63px;
  }
  .pages_title_header .title_header_inner .illust_parts.parts02 {
    width: 22vw;
    height: 22vw;
    bottom: -63px;
    left: -36px;
  }
  .pages_title_header .title_header_inner .illust_parts.parts03 {
    width: 18vw;
    height: 11vw;
    bottom: -76px;
    right: auto;
    left: 16vw;
  }
  .pages_title_header:after {
    height: 13vw;
    bottom: -13vw;
  }
}
/*=== pages_illust ============================================*/
.pages_illust {
  position: absolute;
  z-index: -1;
}
.pages_illust.illust01 {
  width: 175px;
  height: 132px;
  top: 190px;
  right: -270px;
}
.pages_illust.illust02 {
  width: 144px;
  height: 144px;
  top: 620px;
  left: -210px;
}
.pages_illust.illust03 {
  width: 95px;
  height: 165px;
  top: 1200px;
  right: -150px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pages_illust {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/* メインビジュアル */
.main_visual {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  height: 800px;
  background-image: url(../img/global/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.main_visual:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: url(../img/global/parts/curve.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main_visual .visual_cover {
  padding-top: 280px;
  position: relative;
  width: 1080px;
  height: 100%;
  margin: auto;
  z-index: 500;
}
.main_visual .visual_cover h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}
.main_visual .visual_cover h1 span {
  font-family: "Inter", sans-serif;
}
.main_visual .visual_cover .illust_item {
  width: 230px;
  position: absolute;
}
.main_visual .visual_cover .illust_item.item01 {
  width: 290px;
  left: -60px;
  bottom: -70px;
}
.main_visual .visual_cover .illust_item.item02 {
  right: -50px;
  bottom: -80px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .main_visual {
    padding: 29vw 0 0;
    height: 75vw;
  }
  .main_visual .visual_cover {
    width: 90%;
    padding: 0;
  }
  .main_visual .visual_cover h1 {
    font-size: 2rem;
  }
  .main_visual .visual_cover .illust_item {
    width: 23vw;
  }
  .main_visual .visual_cover .illust_item.item01 {
    width: 28vw;
    left: -3vw;
    bottom: -11vw;
  }
  .main_visual .visual_cover .illust_item.item02 {
    right: -3vw;
    bottom: -11vw;
  }
}
/* 冒頭セクション */
.intro_sec {
  text-align: center;
  margin-bottom: 80px;
}
.intro_sec h2 {
  font-size: 3.2rem;
  margin-bottom: 40px;
  font-weight: 800;
}
.intro_sec p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.intro_choices {
  position: relative;
}
.intro_choices:after {
  content: "";
  display: block;
  clear: both;
}
.intro_choices .left_contents,
.intro_choices .right_contents {
  height: 800px;
  position: relative;
  background-color: #E2DBCA;
}
.intro_choices .left_contents .contents_inner,
.intro_choices .right_contents .contents_inner {
  width: 100%;
  padding: 0;
}
.intro_choices .left_contents .contents_inner .title,
.intro_choices .right_contents .contents_inner .title {
  width: 100%;
  height: 55px;
  text-align: center;
  margin-bottom: 20px;
}
.intro_choices .left_contents .contents_inner .title img,
.intro_choices .right_contents .contents_inner .title img {
  height: 100%;
  width: auto;
}
.intro_choices .left_contents .contents_inner p,
.intro_choices .right_contents .contents_inner p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.intro_choices .left_contents .contents_inner .contents_item,
.intro_choices .right_contents .contents_inner .contents_item {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 35px 22px 22px 22px;
  position: relative;
  height: 470px;
}
.intro_choices .left_contents .contents_inner .contents_item .img,
.intro_choices .right_contents .contents_inner .contents_item .img {
  width: 100%;
  height: 174px;
  margin-bottom: 12px;
}
.intro_choices .left_contents .contents_inner .contents_item .img img,
.intro_choices .right_contents .contents_inner .contents_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro_choices .left_contents .contents_inner .contents_item p,
.intro_choices .right_contents .contents_inner .contents_item p {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}
.intro_choices .left_contents .contents_inner .contents_item h4,
.intro_choices .right_contents .contents_inner .contents_item h4 {
  position: absolute;
  background-color: #5DCCB2;
  width: 168px;
  right: 0;
  left: 0;
  top: -17px;
  margin: auto;
  border-radius: 17px;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  padding: 4px 0 6px;
}
.intro_choices .left_contents .contents_inner .contents_item_container,
.intro_choices .right_contents .contents_inner .contents_item_container {
  display: flex;
  flex-wrap: wrap;
}
.intro_choices .left_contents .contents_inner .contents_item_container .contents_item,
.intro_choices .right_contents .contents_inner .contents_item_container .contents_item {
  margin-right: 25px;
  width: 300px;
}
.intro_choices .left_contents .contents_inner .contents_item_container .contents_item:last-child,
.intro_choices .right_contents .contents_inner .contents_item_container .contents_item:last-child {
  margin-right: 0;
}
.intro_choices .left_contents:before,
.intro_choices .right_contents:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1080px) / 2);
  top: 0;
  background-color: #E2DBCA;
}
.intro_choices .left_contents {
  width: 366px;
  float: left;
  border-radius: 0 80px 80px 0;
  padding: 36px 48px 0 18px;
}
.intro_choices .left_contents:before {
  left: calc((100vw - 1080px) / 2 * -1);
}
.intro_choices .right_contents {
  width: 683px;
  float: right;
  border-radius: 80px 0 0 80px;
  padding: 36px 15px 0 43px;
}
.intro_choices .right_contents .contents_inner .title {
  margin-bottom: 40px;
}
.intro_choices .right_contents .contents_inner p {
  margin-bottom: 80px;
}
.intro_choices .right_contents .contents_inner .contents_item p {
  margin: 0;
}
.intro_choices .right_contents:before {
  right: calc((100vw - 1080px) / 2 * -1);
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .intro_sec h2 {
    font-size: 1.7rem;
    margin-bottom: 5vw;
  }
  .intro_sec p {
    font-size: 1rem;
  }
  .intro_choices .left_contents,
  .intro_choices .right_contents {
    height: auto;
  }
  .intro_choices .left_contents .title,
  .intro_choices .right_contents .title {
    height: 45px;
  }
  .intro_choices .left_contents .contents_inner .contents_item_container .contents_item,
  .intro_choices .right_contents .contents_inner .contents_item_container .contents_item {
    height: auto;
  }
  .intro_choices .left_contents {
    width: 100%;
    padding: 8vw;
    margin-bottom: 5vw;
    border-radius: 0 50px 50px 0;
  }
  .intro_choices .left_contents:before {
    width: 5vw;
    left: -5vw;
  }
  .intro_choices .right_contents {
    width: 100%;
    padding: 8vw;
    border-radius: 50px 0 0 50px;
  }
  .intro_choices .right_contents .contents_inner .contents_item_container .contents_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9vw;
  }
  .intro_choices .right_contents .contents_inner .contents_item_container .contents_item:last-child {
    margin-bottom: 0;
  }
  .intro_choices .right_contents:before {
    width: 5vw;
    right: -5vw;
  }
}
/* 手ぶら診断 */
.question_head {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 47px;
}
.question_head h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.question_head .copy {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.question_head p {
  font-size: 1.5rem;
  line-height: 1.3;
}

.question_illust {
  width: 370px;
  position: absolute;
  top: 25px;
  right: -100px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .question_illust {
    width: 43vw;
    top: 3vw;
    right: 0;
  }
  .question_head {
    padding-top: 29vw;
  }
  .question_head h2 {
    font-size: 2.5rem;
    margin-bottom: 3vw;
  }
  .question_head .copy {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .question_head p {
    font-size: 1rem;
  }
}
/* 手ぶら診断 質疑 */
.diagnosis {
  margin-bottom: 30px;
}

.question {
  text-align: center;
}
.question .diag_q_icon {
  width: 82px;
  height: 82px;
  background-color: #5DCCB2;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  margin: auto;
  font-family: "Inter", sans-serif;
  padding: 6px 0;
  margin-bottom: 17px;
}
.question .diag_q_icon:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/global/parts/triangle.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  margin: auto;
}
.question .diag_q {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.question .diag_btns {
  width: 636px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.question .diag_btns button {
  background-color: #5DCCB2;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 2.6rem;
  width: 300px;
  padding: 70px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .question .diag_btns button:hover {
    background-color: #36AF93;
  }
}
.question .diag_btns button:first-child {
  border-radius: 60px 0 0 60px;
  margin-right: 36px;
}
.question .diag_btns button:last-child {
  border-radius: 0 60px 60px 0;
}
.question .message {
  font-size: 1.2rem;
  font-weight: 600;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .question .diag_btns {
    width: 100%;
    margin-bottom: 4vw;
    justify-content: center;
  }
  .question .diag_btns button {
    width: 45%;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  .question .diag_btns button:first-child {
    margin-right: 5%;
    border-radius: 30px 0 0 30px;
  }
  .question .diag_btns button:last-child {
    border-radius: 0 30px 30px 0;
  }
  .question .diag_q {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
}
/* 手ぶら診断 診断結果 */
.result {
  width: 1000px;
  margin: auto;
}
.result .result_title {
  text-align: center;
  margin-bottom: 30px;
}
.result .result_title p {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.2;
}
.result .result_title .title_container {
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #5DCCB2;
  position: relative;
  padding: 60px 0;
}
.result .result_title .title_container .sub {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  background-color: #5DCCB2;
  color: #fff;
  font-size: 2.1rem;
  border-radius: 30px;
  padding: 0 0 3px;
}
.result .result_title .title_container h3 {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0;
}
.result .result_title .title_container h3 span {
  font-size: 2.3rem;
}
.result .result_title .title_container.two_line {
  padding: 30px 0;
}

.result_about {
  background-color: #fff;
  border: 1px solid #5DCCB2;
  border-radius: 40px;
  padding: 30px;
  margin-bottom: 27px;
}
.result_about h4 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.result_about .about_small_btn {
  background-color: #5DCCB2;
  width: 400px;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.result_about .about_small_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 10px 20px 11px;
}
.result_about .about_small_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../img/global/parts/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .result_about .about_small_btn:hover {
    background-color: #36AF93;
  }
}
.result_about .about_3col {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 20px;
}
.result_about .about_3col .item {
  width: 265px;
  margin-right: 55px;
}
.result_about .about_3col .item:last-child {
  margin-right: 0;
}
.result_about .img_one {
  margin-bottom: -30px;
}
.result_about .about_map {
  width: 97%;
  height: 455px;
  margin: 30px auto 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.result_about .about_map iframe {
  width: 100%;
  height: 100%;
}
.result_about .about_text {
  padding: 0 10px;
  margin-top: 40px;
}
.result_about .about_text p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.result_about .about_big_btn {
  width: 800px;
  margin: 40px auto 30px;
  text-align: center;
  background-color: #5DCCB2;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.result_about .about_big_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 13px 0 17px;
}
.result_about .about_big_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url(../img/global/parts/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .result_about .about_big_btn:hover {
    background-color: #36AF93;
  }
}
.result_about .about_2col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.result_about .about_2col .item {
  width: 440px;
  margin-right: 42px;
  margin-bottom: 35px;
}
.result_about .about_2col .item .about_text {
  margin-top: 0;
}
.result_about .about_2col .item .item_img {
  width: 100%;
  height: 175px;
}
.result_about .about_2col .item .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.result_about .about_2col .item .link_box .title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.result_about .about_2col .item .link_box .about_small_btn {
  width: 100%;
}
.result_about .about_2col .item .link_box .about_small_btn.tel_btn a {
  padding-left: 53px;
}
.result_about .about_2col .item .link_box .about_small_btn.tel_btn a:after {
  display: none;
}
.result_about .about_2col .item .link_box .about_small_btn.tel_btn a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url(../img/global/parts/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.result_about .about_2col .item:nth-child(2n) {
  margin-right: 0;
}
.result_about .about_2col .item.mb_none {
  margin-bottom: 0;
}
.result_about h5 {
  font-size: 1.6rem;
  margin: -10px 0 -20px;
}

.js-restart_container {
  text-align: center;
}

.js-restart {
  width: 400px;
  margin: auto;
  border-radius: 30px;
  padding: 13px 0 10px;
  border: none;
  background-color: #5DCCB2;
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .js-restart:hover {
    background-color: #36AF93;
  }
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .result {
    width: 90%;
  }
  .result .result_title p {
    font-size: 1.5rem;
  }
  .result .result_title .title_container {
    padding: 35px 30px;
    border-radius: 30px;
  }
  .result .result_title .title_container .sub {
    width: 80%;
    font-size: 1.3rem;
    top: -20px;
  }
  .result .result_title .title_container h3 {
    font-size: 1.6rem;
  }
  .result .result_title .title_container.two_line {
    padding: 30px;
  }
  .result .result_title .title_container.two_line h3 span {
    font-size: 1.2rem;
  }
  .result_about {
    border-radius: 30px;
  }
  .result_about h4 {
    font-size: 1.2rem;
  }
  .result_about h5 {
    font-size: 1.25rem;
    margin: 5vw 0;
  }
  .result_about .about_small_btn {
    width: 100%;
  }
  .result_about .about_small_btn a {
    font-size: 1rem;
    line-height: 1.3;
    padding: 10px 46px 11px 20px;
  }
  .result_about .about_3col {
    padding: 0;
  }
  .result_about .about_3col .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .result_about .about_3col .item .link_box .title {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .result_about .about_3col .item .link_box .about_small_btn.tel_btn a {
    padding-left: 42px;
  }
  .result_about .about_3col .item .link_box .about_small_btn.tel_btn a:before {
    width: 19px;
    height: 19px;
  }
  .result_about .about_3col .item:last-child {
    margin-bottom: 0;
  }
  .result_about .about_2col {
    margin-top: 0;
  }
  .result_about .about_2col .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .result_about .about_2col .item .item_img {
    height: auto;
  }
  .result_about .img_one {
    margin-bottom: 0;
    overflow: scroll;
  }
  .result_about .img_one img {
    width: 800px;
  }
  .result_about .about_map {
    width: 100%;
    height: 55vw;
  }
  .result_about .about_text {
    padding: 0;
  }
  .result_about .about_text p {
    font-size: 1.05rem;
  }
  .result_about .about_big_btn {
    width: 100%;
  }
  .result_about .about_big_btn a {
    font-size: 1.05rem;
    text-align: left;
    padding-left: 5vw;
  }
  .result_about .about_big_btn a:after {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  .js-restart {
    width: 100%;
    font-size: 1.2rem;
  }
}
/* バナー */
.full_banner {
  width: 960px;
  margin: auto;
}
.full_banner a {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .full_banner:hover a {
    opacity: 0.7;
  }
}

.two_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.two_banner .item {
  width: 480px;
  margin-right: 58px;
  border-radius: 10px;
  overflow: hidden;
}
.two_banner .item a {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .two_banner .item:hover a {
    opacity: 0.7;
  }
}
.two_banner .item:nth-child(2n) {
  margin-right: 0;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .full_banner {
    width: 100%;
  }
  .two_banner .item {
    width: 80%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .two_banner .item:last-child {
    margin-bottom: 0;
  }
}
/* ロッカーマップ*/
.station_map_container {
  position: relative;
  margin-top: 77px;
  padding-top: 138px;
}
.station_map_container .station_map_head {
  text-align: center;
  margin-bottom: 38px;
}
.station_map_container .station_map_head h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 5px;
}
.station_map_container .station_map_head p {
  font-size: 1.35rem;
}
.station_map_container .station_map_illust {
  position: absolute;
  width: 312px;
  top: 0;
  left: 0;
}
.station_map_container .contents_item {
  margin-bottom: 100px;
}
.station_map_container .contents_item h3 {
  width: 500px;
  background-color: #5DCCB2;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 8px 0 11px;
  margin: 0 auto 13px;
}
.station_map_container .contents_item .map_img {
  border: 2px solid #707070;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}
.station_map_container .contents_item .icon_list {
  display: flex;
}
.station_map_container .contents_item .icon_list .item {
  margin-right: 35px;
  height: 64px;
  padding-left: 75px;
  position: relative;
  align-items: center;
  display: flex;
}
.station_map_container .contents_item .icon_list .item .icon {
  width: 64px;
  position: absolute;
  left: 0;
  top: 0;
}
.station_map_container .contents_item .icon_list .item p {
  font-size: 1.24rem;
  line-height: 1.2;
}
.station_map_container .contents_item .icon_list .item:last-child {
  margin-right: 0;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .station_map_container .station_map_illust {
    width: 33vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .station_map_container .station_map_head h2 {
    font-size: 1.9rem;
  }
  .station_map_container .station_map_head p {
    font-size: 1.05rem;
  }
  .station_map_container .contents_item {
    margin-bottom: 12vw;
  }
  .station_map_container .contents_item h3 {
    width: 70%;
    font-size: 1.4rem;
  }
  .station_map_container .contents_item .map_img {
    border-radius: 30px;
  }
  .station_map_container .contents_item .icon_list {
    flex-wrap: wrap;
  }
  .station_map_container .contents_item .icon_list .item {
    padding-left: 40px;
    margin-right: 15px;
    height: 30px;
    margin-bottom: 10px;
  }
  .station_map_container .contents_item .icon_list .item .icon {
    width: 30px;
  }
  .station_map_container .contents_item .icon_list .item p {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=import.css.map */