html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

blockquote,
q {
  quotes: none;
}

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

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

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

p,
h1,
h2,
h3,
h4 {
  line-height: 1.8;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.diagnose {
  background: #F4F7F9;
  margin-bottom: 232px;
  padding: 48px 0 160px 0;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
@media (max-width: 1080px) {
  .diagnose {
    border-bottom-left-radius: 50% 5%;
    border-bottom-right-radius: 50% 5%;
  }
}
.diagnose .logo {
  width: 320px;
  margin: 0 auto 64px auto;
}
@media (max-width: 750px) {
  .diagnose .logo {
    width: 56vw;
    margin: 0 auto 48px auto;
  }
}
.diagnose .logo img {
  width: 320px;
}
@media (max-width: 750px) {
  .diagnose .logo img {
    width: 100%;
  }
}
.diagnose h1 {
  font-size: 48px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .diagnose h1 {
    font-size: 36px;
  }
}
@media (max-width: 750px) {
  .diagnose h1 {
    font-size: 24px;
  }
}
.diagnose h1 span {
  width: 184px;
  background: #2DA7B7;
  display: block;
  font-size: 20px;
  color: #fff;
  margin: 0 auto 8px auto;
  padding: 8px;
  border-radius: 40px;
}
@media (max-width: 750px) {
  .diagnose h1 span {
    font-size: 14px;
    width: 128px;
  }
}
.diagnose__question {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .diagnose__question {
    margin-bottom: 64px;
  }
}
@media (max-width: 750px) {
  .diagnose__question {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.diagnose__content {
  width: 968px;
  margin: auto;
}
@media (max-width: 1080px) {
  .diagnose__content {
    width: 96vw;
  }
}
.diagnose__content--q1, .diagnose__content--q2, .diagnose__content--q3, .diagnose__content--q4, .diagnose__content--q5 {
  background: #fff;
  border-radius: 80px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  .diagnose__content--q1, .diagnose__content--q2, .diagnose__content--q3, .diagnose__content--q4, .diagnose__content--q5 {
    border-radius: 24px;
    padding-bottom: 40px;
    margin-bottom: 48px;
  }
}
@media (max-width: 750px) {
  .diagnose__content--q1, .diagnose__content--q2, .diagnose__content--q3, .diagnose__content--q4, .diagnose__content--q5 {
    margin-bottom: 32px;
  }
}
.diagnose__content p {
  text-align: left;
  line-height: 80px;
  padding-left: 104px;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .diagnose__content p {
    line-height: 2;
    text-align: center;
    padding: 48px 0 0 0;
  }
}
@media (max-width: 750px) {
  .diagnose__content p {
    font-size: 14px;
    padding: 24px 0 0 0;
  }
}
.diagnose__btn {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 264px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .diagnose__btn {
    position: inherit;
    margin: auto;
    right: 0;
  }
}
.diagnose__btn ol {
  width: 264px;
  display: flex;
  justify-content: space-between;
}
.diagnose__btn .btn + label {
  display: block;
  width: 128px;
  height: 48px;
  background: #EFF9FA;
  border-radius: 40px;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
}
.diagnose__btn .btn + label:hover {
  opacity: 0.7;
}
.diagnose__btn input[type=radio] {
  display: none;
}
.diagnose__btn .btn:checked + label {
  background: #63B5D3;
  color: #ffffff;
}
.diagnose__number {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #63B5D3;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}
@media (max-width: 1080px) {
  .diagnose__number {
    margin: 0 auto;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .diagnose__number {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
  }
  .diagnose__number svg {
    width: 50%;
  }
}
.diagnose__result-btn {
  margin-top: 40px;
}
.diagnose__result-btn p {
  width: 304px;
  margin: auto;
  background: linear-gradient(45deg, rgb(62, 185, 214), rgb(56, 173, 160));
  color: #ffffff;
  line-height: 72px;
  text-align: center;
  padding: 0;
  border-radius: 80px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 750px) {
  .diagnose__result-btn p {
    font-size: 16px;
  }
}
.diagnose__result-btn p:hover {
  opacity: 0.7;
}
.diagnose__result {
  width: 1080px;
  background: #fff;
  border-radius: 80px;
  margin: 64px auto 0 auto;
  text-align: center;
  display: none;
}
@media (max-width: 1080px) {
  .diagnose__result {
    width: 96vw;
    border-radius: 24px;
  }
}
.diagnose__balloon {
  position: relative;
  display: inline-block;
  background: #8689F0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 80px;
  margin: -40px 0 32px 0;
}
@media (max-width: 750px) {
  .diagnose__balloon {
    font-size: 14px;
  }
}
.diagnose__balloon :before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #8689F0;
}
.diagnose__error {
  width: 320px;
  display: none;
  position: relative;
  text-align: center;
  background: #DE4242;
  color: #fff;
  border-radius: 40px;
  margin: auto;
}
.diagnose__error :before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #DE4242;
}
.diagnose__error p {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 4;
}
.diagnose__comment {
  width: 936px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  flex-shrink: 0;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .diagnose__comment {
    width: 80vw;
  }
}
@media (max-width: 750px) {
  .diagnose__comment {
    display: inherit;
    width: 88vw;
  }
}
.diagnose__comment img {
  width: 300px;
  border-radius: 80px;
}
@media (max-width: 1080px) {
  .diagnose__comment img {
    width: 240px;
    border-radius: 40px;
  }
}
@media (max-width: 750px) {
  .diagnose__comment img {
    width: 64vw;
    margin: 0 auto 32px auto;
  }
}
.diagnose__comment p {
  line-height: 2;
  font-weight: 300;
  padding: 0 0 0 80px;
  text-align: left;
  width: auto;
}
@media (max-width: 1080px) {
  .diagnose__comment p {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 750px) {
  .diagnose__comment p {
    font-size: 14px;
    padding: 0 24px;
  }
}

.introduction {
  width: 1080px;
  margin: 0 auto 120px auto;
  position: relative;
}
@media (max-width: 1340px) {
  .introduction {
    width: 96vw;
  }
}
.introduction__photo {
  width: 840px;
  position: absolute;
  right: 0;
  top: -320px;
}
@media (max-width: 1340px) {
  .introduction__photo {
    width: 60vw;
    right: 10vw;
  }
}
@media (max-width: 750px) {
  .introduction__photo {
    top: -264px;
  }
}
.introduction__photo img {
  width: 100%;
}
.introduction h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 200px;
}
@media (max-width: 1340px) {
  .introduction h2 {
    padding-left: 24px;
  }
}
@media (max-width: 1080px) {
  .introduction h2 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .introduction h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 64px;
    padding-left: 0;
  }
}
.introduction h2 span {
  font-size: 24px;
  font-weight: 300;
}
.introduction h2 svg {
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .introduction h2 svg {
    width: 215px;
    margin-bottom: 0;
  }
}
.introduction ol {
  width: 1080px;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1340px) {
  .introduction ol {
    width: 80vw;
  }
}
@media (max-width: 750px) {
  .introduction ol {
    display: none;
  }
}
.introduction ol li {
  width: 300px;
}
@media (max-width: 1340px) {
  .introduction ol li {
    width: 260px;
  }
}
@media (max-width: 1080px) {
  .introduction ol li {
    width: 64%;
    margin: 0 16px;
  }
}
.introduction ol li img {
  width: 300px;
  border-radius: 80px;
}
@media (max-width: 1340px) {
  .introduction ol li img {
    width: 260px;
  }
}
@media (max-width: 1080px) {
  .introduction ol li img {
    width: 100%;
    border-radius: 64px;
  }
}
@media (max-width: 750px) {
  .introduction ol li img {
    border-radius: 48px;
  }
}
.introduction p {
  text-align: center;
  line-height: 2.4;
  font-size: 20px;
  margin-bottom: 40px;
}
.introduction p img {
  display: none;
}
@media (max-width: 750px) {
  .introduction p img {
    display: inherit;
    width: 56vw;
    margin: 0 auto 64px auto;
    border-radius: 64px;
  }
}
.introduction p span {
  color: #2DA7B7;
}
@media (max-width: 750px) {
  .introduction p {
    font-size: 14px;
  }
}

.cv {
  background: #63B5D3;
  padding: 64px 0 80px 0;
}
.cv h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .cv h2 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .cv h2 {
    font-size: 20px;
  }
}
.cv ol {
  width: 1304px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1340px) {
  .cv ol {
    width: 96vw;
  }
}
@media (max-width: 750px) {
  .cv ol {
    display: inherit;
  }
}
.cv li {
  width: 408px;
  height: 150px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  transition: 0.5s;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1340px) {
  .cv li {
    margin: 0 16px;
  }
}
@media (max-width: 1080px) {
  .cv li {
    width: 30%;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .cv li {
    width: 80vw;
    height: 96px;
    margin: 0 auto 16px auto;
    border-radius: 24px;
    font-size: 14px;
  }
}
.cv li:hover {
  opacity: 0.7;
}
.cv li a {
  display: block;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .cv li span {
    display: none;
  }
}
.cv li img {
  display: block;
  width: 264px;
  margin: auto;
}
@media (max-width: 1080px) {
  .cv li img {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .cv li img {
    width: 48%;
  }
}
@media (max-width: 750px) {
  .cv li:nth-child(3) img {
    margin-bottom: -8px;
  }
}

.about {
  padding: 160px 0;
}
@media (max-width: 750px) {
  .about {
    padding: 96px 0;
  }
}
.about h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .about h2 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .about h2 {
    font-size: 24px;
  }
}
.about h2 span {
  color: #2DA7B7;
}
.about__content01 {
  width: 1080px;
  min-height: 560px;
  margin: 0 auto 64px auto;
  border-radius: 80px;
  background: url(/_assets/img/pic_about01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1340px) {
  .about__content01 {
    width: 88vw;
  }
}
@media (max-width: 1080px) {
  .about__content01 {
    background-position: -160px;
  }
}
@media (max-width: 750px) {
  .about__content01 {
    width: 96vw;
    border-radius: 40px 40px 0 0;
    background-size: 100%;
    padding-top: 20vh;
    min-height: 32vh;
    margin: 0 auto 40px auto;
    background-position: inherit;
  }
}
.about__content01 h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 64px;
  padding: 80px 0 0 632px;
  position: relative;
}
@media (max-width: 1340px) {
  .about__content01 h3 {
    padding: 80px 0 0 48vw;
  }
}
@media (max-width: 1080px) {
  .about__content01 h3 {
    padding: 80px 0 0 36vw;
  }
}
@media (max-width: 750px) {
  .about__content01 h3 {
    font-size: 20px;
    margin-bottom: 48px;
    padding: 0;
  }
}
.about__content01 h3::after {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #222;
  position: absolute;
  bottom: -32px;
  left: 632px;
}
@media (max-width: 1340px) {
  .about__content01 h3::after {
    left: 48vw;
  }
}
@media (max-width: 1080px) {
  .about__content01 h3::after {
    left: 36vw;
  }
}
@media (max-width: 750px) {
  .about__content01 h3::after {
    left: 0;
    bottom: -16px;
  }
}
.about__content01 p {
  width: 376px;
  font-size: 20px;
  padding: 0 0 0 632px;
}
@media (max-width: 1340px) {
  .about__content01 p {
    padding: 0 0 0 48vw;
  }
}
@media (max-width: 1080px) {
  .about__content01 p {
    padding: 0 0 0 36vw;
  }
}
@media (max-width: 750px) {
  .about__content01 p {
    width: auto;
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .about__content01-wrap {
    background: #FFF4E3;
    border-radius: 0 0 40px 40px;
    padding: 32px 24px 32px 24px;
  }
}
.about__content02 {
  width: 1080px;
  min-height: 560px;
  margin: auto;
  border-radius: 80px;
  background: url(/_assets/img/pic_about02.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1340px) {
  .about__content02 {
    width: 88vw;
  }
}
@media (max-width: 1080px) {
  .about__content02 {
    background-position: -160px;
  }
}
@media (max-width: 750px) {
  .about__content02 {
    width: 96vw;
    border-radius: 40px 40px 0 0;
    background-size: 100%;
    padding-top: 20vh;
    min-height: 32vh;
    margin: 0 auto 40px auto;
    background-position: inherit;
  }
}
.about__content02 h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 64px;
  padding: 80px 0 0 72px;
  position: relative;
}
@media (max-width: 750px) {
  .about__content02 h3 {
    font-size: 20px;
    margin-bottom: 48px;
    padding: 0;
  }
}
.about__content02 h3::after {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #222;
  position: absolute;
  bottom: -32px;
  left: 72px;
}
@media (max-width: 750px) {
  .about__content02 h3::after {
    left: 0;
    bottom: -16px;
  }
}
.about__content02 p {
  width: 376px;
  font-size: 20px;
  padding: 0 0 0 72px;
}
@media (max-width: 750px) {
  .about__content02 p {
    width: auto;
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .about__content02-wrap {
    background: #EDF7FD;
    border-radius: 0 0 40px 40px;
    padding: 32px 24px 32px 24px;
  }
}

.rule {
  padding: 160px 0;
  background: #F4F7F9;
}
@media (max-width: 750px) {
  .rule {
    padding: 96px 0;
  }
}
.rule::after {
  content: "";
  display: block;
  clear: both;
}
.rule h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .rule h2 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .rule h2 {
    font-size: 24px;
  }
}
.rule h2 span {
  color: #2DA7B7;
}
.rule h3 {
  font-size: 30px;
  font-weight: 500;
}
.rule p {
  font-size: 20px;
}
.rule__content01 {
  width: 80vw;
  min-height: 632px;
  margin-bottom: 200px;
  float: right;
  background: #fff;
  position: relative;
  border-radius: 80px 0 0 80px;
}
@media (max-width: 750px) {
  .rule__content01 {
    width: 80%;
    border-radius: 40px 0 0 40px;
    min-height: auto;
    margin-bottom: 120px;
    padding: 0 0 64px 32px;
  }
}
.rule__content01 img {
  width: 632px;
  border-radius: 24%;
  position: absolute;
  top: 80px;
  left: -12vw;
}
@media (max-width: 1340px) {
  .rule__content01 img {
    width: 40vw;
  }
}
@media (max-width: 1080px) {
  .rule__content01 img {
    width: 32vw;
    top: -40px;
  }
}
@media (max-width: 750px) {
  .rule__content01 img {
    position: inherit;
    width: 48vw;
    height: 48vw;
    top: -40px;
  }
}
.rule__content01-detail {
  width: 408px;
  position: absolute;
  left: 40vw;
  top: 144px;
}
@media (max-width: 1080px) {
  .rule__content01-detail {
    left: 24vw;
  }
}
@media (max-width: 750px) {
  .rule__content01-detail {
    width: 88%;
    position: inherit;
    left: 0;
    top: 0;
  }
}
.rule__content01-detail svg {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .rule__content01-detail svg {
    margin-bottom: 0;
    width: 40px;
  }
}
.rule__content01-detail h3 {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .rule__content01-detail h3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .rule__content01-detail p {
    font-size: 14px;
  }
}
.rule__content02 {
  width: 80vw;
  min-height: 632px;
  margin-bottom: 200px;
  float: left;
  background: #fff;
  position: relative;
  border-radius: 0 80px 80px 0;
}
@media (max-width: 750px) {
  .rule__content02 {
    width: 80%;
    border-radius: 0 40px 40px 0;
    min-height: auto;
    padding: 0 0 64px 32px;
    margin-bottom: 120px;
  }
}
.rule__content02 img {
  width: 632px;
  border-radius: 24%;
  position: absolute;
  top: -80px;
  right: -12vw;
}
@media (max-width: 1340px) {
  .rule__content02 img {
    width: 40vw;
  }
}
@media (max-width: 1080px) {
  .rule__content02 img {
    width: 32vw;
    top: -40px;
  }
}
@media (max-width: 750px) {
  .rule__content02 img {
    position: inherit;
    width: 48vw;
    top: -40px;
    left: 40vw;
  }
}
.rule__content02 img.small {
  width: 308px;
  top: 400px;
  right: -8vw;
}
@media (max-width: 1340px) {
  .rule__content02 img.small {
    width: 20vw;
    top: 24vw;
  }
}
@media (max-width: 1080px) {
  .rule__content02 img.small {
    width: 16vw;
    top: 20vw;
  }
}
@media (max-width: 750px) {
  .rule__content02 img.small {
    position: absolute;
    top: 32vw;
    left: 68vw;
    width: 20vw;
  }
}
.rule__content02-detail {
  width: 408px;
  position: absolute;
  right: 40vw;
  top: 144px;
}
@media (max-width: 1080px) {
  .rule__content02-detail {
    right: 0;
    left: 8vw;
  }
}
@media (max-width: 750px) {
  .rule__content02-detail {
    width: 88%;
    position: inherit;
    left: 0;
    top: 0;
  }
}
.rule__content02-detail svg {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .rule__content02-detail svg {
    margin-bottom: 0;
    width: 40px;
  }
}
.rule__content02-detail h3 {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .rule__content02-detail h3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .rule__content02-detail p {
    font-size: 14px;
  }
}
.rule__content03 {
  width: 80vw;
  min-height: 632px;
  margin-bottom: 120px;
  float: right;
  background: #fff;
  position: relative;
  border-radius: 80px 0 0 80px;
}
@media (max-width: 750px) {
  .rule__content03 {
    width: 80%;
    border-radius: 40px 0 0 40px;
    min-height: auto;
    padding: 0 0 64px 32px;
    margin-bottom: 0;
  }
}
.rule__content03 img {
  width: 632px;
  border-radius: 24%;
  position: absolute;
  top: 80px;
  left: -12vw;
}
@media (max-width: 1340px) {
  .rule__content03 img {
    width: 40vw;
  }
}
@media (max-width: 1080px) {
  .rule__content03 img {
    width: 32vw;
    top: -40px;
  }
}
@media (max-width: 750px) {
  .rule__content03 img {
    position: inherit;
    width: 48vw;
    height: 48vw;
    top: -40px;
  }
}
.rule__content03 img.small {
  width: 308px;
  top: -160px;
  left: -8vw;
}
@media (max-width: 1340px) {
  .rule__content03 img.small {
    width: 20vw;
    top: -4vw;
  }
}
@media (max-width: 1080px) {
  .rule__content03 img.small {
    width: 16vw;
    top: -12vw;
  }
}
@media (max-width: 750px) {
  .rule__content03 img.small {
    position: absolute;
    width: 20vw;
    height: 20vw;
    left: 0vw;
    top: -16vw;
  }
}
.rule__content03-detail {
  width: 408px;
  position: absolute;
  left: 40vw;
  top: 144px;
}
@media (max-width: 1080px) {
  .rule__content03-detail {
    left: 24vw;
  }
}
@media (max-width: 750px) {
  .rule__content03-detail {
    width: 88%;
    position: inherit;
    left: 0;
    top: 0;
  }
}
.rule__content03-detail svg {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .rule__content03-detail svg {
    margin-bottom: 0;
    width: 40px;
  }
}
.rule__content03-detail h3 {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .rule__content03-detail h3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .rule__content03-detail p {
    font-size: 14px;
  }
}

.development {
  padding-bottom: 160px;
  background: #F4F7F9;
}
@media (max-width: 750px) {
  .development {
    padding: 96px 0;
  }
}
.development h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .development h2 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .development h2 {
    font-size: 24px;
  }
}
.development h2 span {
  color: #2DA7B7;
}
.development__content {
  width: 1304px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1340px) {
  .development__content {
    width: 96vw;
  }
}
@media (max-width: 750px) {
  .development__content {
    display: inherit;
    width: 80vw;
  }
}
.development__content div {
  width: 408px;
}
@media (max-width: 1340px) {
  .development__content div {
    width: 100%;
    margin: 0 16px;
  }
}
@media (max-width: 750px) {
  .development__content div {
    margin: 0 0 64px 0;
  }
}
.development__content img {
  width: 408px;
  border-radius: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1340px) {
  .development__content img {
    width: 100%;
  }
}
.development__content svg {
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .development__content svg {
    height: 24px;
  }
}
.development__content h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .development__content h3 {
    font-size: 14px;
  }
}
.development__content p {
  text-align: left;
}
@media (max-width: 750px) {
  .development__content p {
    font-size: 14px;
  }
}

footer {
  width: 400px;
  margin: auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: flex-start;
}
@media (max-width: 750px) {
  footer {
    width: 72vw;
    padding: 64px 0;
  }
}
footer p {
  font-size: 16px;
}
@media (max-width: 750px) {
  footer p {
    font-size: 10px;
  }
}
footer img {
  width: 120px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  footer img {
    width: 60px;
  }
}

.tb-only {
  display: inherit;
}
@media (min-width: 1080px) {
  .tb-only {
    display: none;
  }
}
@media (max-width: 1340px) {
  .tb-only {
    display: none;
  }
}
@media (max-width: 1080px) {
  .tb-only {
    display: inherit;
  }
}
@media (max-width: 750px) {
  .tb-only {
    display: none;
  }
}

.sp-only {
  display: inherit;
}
@media (min-width: 1080px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 1340px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 1080px) {
  .sp-only {
    display: inherit;
  }
}

.pc-only {
  display: inherit;
}
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */