@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 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* utillity
------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: inherit;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: #2B2B2B;
  padding: 0;
  margin: 0;
}

body *:not(br) {
  line-height: 1.6;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

figure {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* 汎用メディアクエリ
-------------------------------------- */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.tabpc {
  display: block !important;
}

.tabsp {
  display: none !important;
}

@media all and (max-width: 850px) {
  .tab {
    display: block !important;
  }
  .tabpc {
    display: none !important;
  }
  .tabsp {
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-weight: 400;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .totop {
    bottom: 93px;
    right: 15px;
    width: 51px;
    height: 51px;
  }
}

.pop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 300px;
  height: 140px;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .pop {
    display: none;
  }
}

.fadeIn {
  transition: 0.5s;
  opacity: 0;
  transform: translate(0, 50px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
}

.box {
  width: 100%;
  text-align: center;
}

.buttom {
  max-width: 485px;
  height: 112px;
  width: 50%;
  margin: 0 0 0 auto;
  margin-right: 8%;
  text-align: center;
  border-radius: 50px;
  border: none;
  background-color: #FE5A4D;
  text-align: end;
}
@media screen and (max-width: 600px) {
  .buttom {
    width: 70%;
    height: 45px;
  }
}
.buttom a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.buttom a:hover {
  opacity: 1;
}
.buttom a p {
  font-size: clamp(13px, 1.6vw, 25px);
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1%;
}
.buttom a p br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .buttom a p br {
    display: flex;
  }
}
.buttom a p img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 600px) {
  .buttom a p img {
    width: 12px;
    height: 12px;
    left: 30px;
  }
}
.buttom a span.arrow::before, .buttom a span.arrow::after {
  content: "";
  width: 12px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 10%;
  transition: all 0.5s;
  will-change: filter;
}
.buttom a span.arrow::before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.buttom a span.arrow::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .buttom a span.arrow::before, .buttom a span.arrow::after {
    right: 0%;
  }
}
@media screen and (max-width: 850px) {
  .buttom a span.arrow::before, .buttom a span.arrow::after {
    right: 7%;
  }
}
.buttom:hover a {
  opacity: 1;
}
.buttom:hover a span.arrow::before, .buttom:hover a span.arrow::after {
  right: 3%;
}
.buttom.green {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  background-size: auto 200%;
  will-change: filter;
}
.buttom.green:hover {
  background-position: right center;
}
.buttom.orenge {
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  background-size: auto 200%;
  will-change: filter;
}
.buttom.orenge:hover {
  background-position: right center;
}

@media screen and (max-width: 850px) {
  .navigation .buttom {
    width: 80%;
    height: 50px;
  }
}

.topmenu {
  background-color: #fff;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0px 12px 8px rgba(0, 0, 0, 0.2));
  z-index: 1000;
}
.topmenu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 300;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .topmenu {
    padding: 8px 2%;
  }
}
@media screen and (max-width: 850px) {
  .topmenu {
    filter: none;
    padding: 0;
  }
  .topmenu > ul {
    background-color: #fff;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
  }
}

.topmenu_logo {
  width: 76px;
}
.topmenu_logo a {
  width: 100%;
  display: flex;
}
.topmenu_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .topmenu_logo {
    min-width: auto;
    display: flex;
    align-items: center;
    width: 150px;
  }
  .topmenu_logo h1 {
    width: 58px;
    margin: 10px 0 10px 15px;
  }
  .topmenu_logo h1 a {
    display: block;
  }
  .topmenu_logo h1 a img {
    vertical-align: bottom;
  }
}

.topmenu_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 220px);
}
.topmenu_info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .topmenu_info ul {
    width: 70%;
  }
}
.topmenu_info ul li a {
  display: block;
  padding: clamp(10px, 1.1vw, 22px);
  font-size: clamp(14px, 1.167vw, 18px);
  text-align: center;
}
.topmenu_info ul li a span {
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  transition: all 0.3s;
  will-change: filter;
  position: relative;
}
.topmenu_info ul li a br {
  display: none;
}
@media screen and (max-width: 1150px) {
  .topmenu_info ul li a br {
    display: flex;
  }
}
.topmenu_info ul li:hover a {
  opacity: 1;
}
.topmenu_info ul li:hover a span {
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  .topmenu_info ul {
    display: none;
  }
}
.topmenu_info button {
  max-width: 310px;
  min-width: 230px;
  width: 35%;
  border-radius: 50px;
  margin: 0 0 0 1%;
  border: none;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}
.topmenu_info button a {
  display: flex;
  width: 100%;
  height: 100%;
}
.topmenu_info button a p {
  font-size: clamp(16px, 1.09vw, 19px);
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 21px 15px 21px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmenu_info button a p br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .topmenu_info button a p br {
    display: flex;
  }
}
.topmenu_info button a p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
  content: "";
  width: 10px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 3%;
  transition: all 0.5s;
  will-change: filter;
}
.topmenu_info button a span.arrow::before {
  top: calc(50% - 4.5px);
  transform: rotate(45deg);
}
.topmenu_info button a span.arrow::after {
  bottom: calc(50% - 4.5px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1500px) {
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    width: 8px;
    height: 2px;
  }
  .topmenu_info button a span.arrow::before {
    top: calc(50% - 3.5px);
  }
  .topmenu_info button a span.arrow::after {
    bottom: calc(50% - 3.5px);
  }
}
@media screen and (max-width: 1000px) {
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    right: 0%;
  }
}
.topmenu_info button.topmenu_info_first {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.topmenu_info button.topmenu_info_second {
  background-color: #FE5A4D;
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.topmenu_info button.topmenu_info_third {
  display: none;
}
.topmenu_info button:hover {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.topmenu_info button:hover a {
  opacity: 1;
}
.topmenu_info button:hover a span.arrow::before, .topmenu_info button:hover a span.arrow::after {
  right: 3%;
}
.topmenu_info button:hover.topmenu_info_first {
  background-position: right center;
}
.topmenu_info button:hover.topmenu_info_second {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .topmenu_info button {
    min-width: auto;
    border-radius: 15px;
    z-index: 100;
    width: 28%;
  }
  .topmenu_info button a p {
    padding: 10px 8px 10px 0;
    line-height: 1.3;
  }
  .topmenu_info button a p .sp1000 {
    display: block;
  }
  .topmenu_info button a p .pc1000 {
    display: none;
  }
  .topmenu_info button a p img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 850px) {
  .topmenu_info button {
    width: 100%;
    max-width: 140px;
    border-radius: 50px;
    position: relative;
  }
  .topmenu_info button a p {
    font-size: 11px;
    padding: 3px 0;
  }
  .topmenu_info button a p img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
    height: auto;
  }
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    right: 4%;
  }
  .topmenu_info button.topmenu_info_second {
    display: none;
  }
}
.topmenu_info .topmenu_info_acc {
  padding-left: 15px;
  width: clamp(210px, 21vw, 260px);
}
.topmenu_info .topmenu_info_acc h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: -9px;
}
.topmenu_info .topmenu_info_acc h3 {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  color: #a2dbe2;
  margin-bottom: -4px;
}
.topmenu_info .topmenu_info_acc h3 span {
  font-size: clamp(25px, 2.5vw, 33px);
  font-weight: 600;
}
.topmenu_info .topmenu_info_acc p {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .topmenu_info .topmenu_info_acc {
    display: none;
  }
}

.hamburger-button {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .hamburger-button {
    display: flex !important;
  }
}

.hamburger-nav li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.hamburger-nav li.btns {
  padding-bottom: 25px;
}
.hamburger-nav li.btns a {
  width: 100%;
  background-color: #FFFF00;
  border-radius: 40px;
  transition: all 0.3s;
  will-change: filter;
  max-width: 315px;
  margin: 0 auto 13px;
}
.hamburger-nav li.btns a p {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.hamburger-nav li.btns a p img {
  width: 20px;
  height: auto;
}
.hamburger-nav li.btns a p span {
  padding: 0 18px;
  font-size: 30px;
}
.hamburger-nav li.btns .time {
  text-align: center;
  font-size: 15px;
}
.hamburger-nav li.button_form {
  max-width: 315px;
  margin: 0 auto;
}

.topview {
  width: 100%;
  margin-top: 110px;
  position: relative;
}
.topview .img {
  width: 100%;
}
.topview .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1150px) {
  .topview {
    margin-top: 95px;
  }
}
@media screen and (max-width: 850px) {
  .topview {
    margin-top: 80px;
  }
}
.topview .under {
  position: absolute;
  width: 26.5%;
  bottom: 5%;
  left: 5%;
}
.topview .under a {
  display: flex;
  background-color: #FFFF00;
  border-radius: 80px;
  transition: all 0.3s;
  will-change: filter;
  margin-bottom: 0.5vw;
}
.topview .under a p {
  font-size: 1.2vw;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 1.3vw 0;
  text-align: center;
  line-height: 1;
}
.topview .under a p img {
  width: 5%;
  height: auto;
}
.topview .under a p span {
  font-size: 2.3vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
.topview .under a:hover {
  background-color: #c4e655;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .topview .under a {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .topview .under a p {
    font-size: 14px;
    padding: 15px 0;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topview .under a p img {
    width: 20px;
  }
  .topview .under a p span {
    padding: 0 0 0 15px;
    font-size: 31px;
  }
  .topview .under a.tell {
    background-color: #6EC1D5;
    color: #fff;
  }
  .topview .under a.tell p {
    font-size: 16px;
  }
}
.topview .under .time {
  text-align: center;
  color: #fff;
  font-size: 0.88vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .topview .under {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
  }
}

.links {
  width: 100%;
  background-color: #077886;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .links {
    padding: 50px 0;
  }
}

.links_inn {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.links_inn h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.2em;
}
.links_inn h3 span {
  position: relative;
  display: inline-block;
}
.links_inn h3 span::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translateY(-50%) rotate(145deg);
  border-radius: 2px;
}
.links_inn h3 span::after {
  content: "";
  width: 5px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%) rotate(35deg);
  border-radius: 2px;
}
@media screen and (max-width: 850px) {
  .links_inn h3 {
    font-size: 26px;
  }
  .links_inn h3 span::before {
    left: -4%;
  }
  .links_inn h3 span::after {
    right: -4%;
  }
}
@media screen and (max-width: 600px) {
  .links_inn h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .links_inn h3 span::before {
    width: 4px;
    height: 40px;
    top: 57%;
    left: -14%;
  }
  .links_inn h3 span::after {
    width: 4px;
    height: 40px;
    top: 57%;
    right: -12%;
  }
}
.links_inn p {
  text-align: center;
  font-size: clamp(16px, 2.67vw, 25px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.links_inn ul.links_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 500px;
  margin: 0 auto 40px;
}
.links_inn ul.links_button li {
  width: 100%;
  height: 72px;
  border-radius: 80px;
  margin: 0 1%;
  border: none;
  filter: drop-shadow(5px 4px 6px rgba(0, 0, 0, 0.3));
  background-color: #FE5A4D;
}
.links_inn ul.links_button li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.links_inn ul.links_button li a p {
  font-size: 28px;
  padding: 0 1% 0 0;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.links_inn ul.links_button li a p img {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) translateX(-70%);
}
.links_inn ul.links_button li a span.arrow::before, .links_inn ul.links_button li a span.arrow::after {
  content: "";
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 8%;
  transition: all 0.3s;
  will-change: filter;
}
.links_inn ul.links_button li a span.arrow::before {
  top: calc(50% - 8px);
  transform: rotate(45deg);
}
.links_inn ul.links_button li a span.arrow::after {
  bottom: calc(50% - 8px);
  transform: rotate(-45deg);
}
.links_inn ul.links_button li:hover {
  filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0.7;
}
.links_inn ul.links_button li:hover a {
  opacity: 1;
}
.links_inn ul.links_button li:hover a span.arrow::before, .links_inn ul.links_button li:hover a span.arrow::after {
  right: 3%;
}
@media screen and (max-width: 850px) {
  .links_inn ul.links_button li {
    width: 100%;
    height: 90px;
    filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0));
  }
  .links_inn ul.links_button li a p {
    font-size: 28px;
    line-height: 1.2;
  }
  .links_inn ul.links_button li a span.arrow::before, .links_inn ul.links_button li a span.arrow::after {
    content: "";
    width: 16px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: 25px;
    transition: all 0.3s;
    will-change: filter;
  }
  .links_inn ul.links_button li a span.arrow::before {
    top: calc(50% - 6px);
    transform: rotate(45deg);
  }
  .links_inn ul.links_button li a span.arrow::after {
    bottom: calc(50% - 6px);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 600px) {
  .links_inn ul.links_button {
    width: 80%;
    margin: 0 auto 17px;
  }
  .links_inn ul.links_button li {
    height: 50px;
  }
  .links_inn ul.links_button li a p {
    font-size: 16px;
  }
}
.links_inn .img-man {
  position: absolute;
  bottom: 90%;
  right: -17%;
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .links_inn .img-man {
    bottom: 100%;
    right: -5%;
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .links_inn .img-man {
    bottom: 100%;
    right: 1%;
    width: 45%;
  }
}

.link_back {
  width: 100%;
  background-image: url("../img/top/link_back.webp");
  background-position: center;
  padding: 100px 0;
}
.link_back .links {
  max-width: 1212px;
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .link_back {
    padding: 25px 0;
    background-size: cover;
  }
  .link_back .links {
    padding: 35px 0 47px;
  }
}

#point, #service, #flow, #case, #contactform {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 850px) {
  #point, #service, #flow, #case, #contactform {
    margin-top: -75px;
    padding-top: 75px;
  }
}

.s1 {
  width: 100%;
  background-image: url("../img/top/s1_back.webp");
  background-size: cover;
  border-bottom: solid 10px #fff;
  background-size: cover;
}
.s1 .problems {
  max-width: 1330px;
  width: 87%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
@media screen and (max-width: 600px) {
  .s1 {
    border-bottom: none;
  }
  .s1 .problems {
    padding: 50px 0 50px;
  }
}

.s2 {
  width: 100%;
  background-image: url("../img/top/s2_back.webp");
  background-size: cover;
}
.s2 .sns {
  max-width: 1192px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 70px;
}
@media screen and (max-width: 600px) {
  .s2 .sns {
    padding: 40px 0 45px;
  }
}

.s3 {
  width: 100%;
  background-color: #a2dbe2;
  margin: 0 auto;
}
.s3 .sns_p {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding: 0px 0 100px;
}
@media screen and (max-width: 600px) {
  .s3 .sns_p {
    padding: 0px 0 50px;
  }
}

.s4 {
  width: 100%;
  background-image: url("../img/top/s4_back.webp");
  background-size: cover;
}
.s4 .in {
  max-width: 1214px;
  width: 90%;
  margin: 0 auto;
  padding: 106px 0 50px;
}
@media screen and (max-width: 600px) {
  .s4 {
    background-size: auto 100%;
    background-position: center;
  }
  .s4 .in {
    padding: 50px 0;
  }
}

.s5 {
  width: 100%;
  background-image: url("../img/top/s5_back.webp");
  background-size: cover;
}
.s5 .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 91px 0 50px;
}
@media screen and (max-width: 600px) {
  .s5 {
    background-size: auto 100%;
    background-position: center;
  }
  .s5 .in {
    width: 100%;
    padding: 50px 0;
  }
}

.s6 {
  width: 100%;
  background-image: url("../img/top/s6_back.webp");
  background-size: cover;
}
.s6 .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
}
@media screen and (max-width: 600px) {
  .s6 {
    background-size: auto 100%;
    background-position: center;
  }
  .s6 .in {
    width: 100%;
    padding: 50px 0;
  }
}

.s7 {
  width: 100%;
  background-image: url("../img/top/s7_back.webp");
  background-size: cover;
}
.s7 .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 115px 0 25px;
}
@media screen and (max-width: 600px) {
  .s7 {
    background-size: auto 100%;
    background-position: center;
  }
  .s7 .in {
    padding: 50px 0;
  }
}

.s8 {
  width: 100%;
  background-image: url("../img/top/s8_back.webp");
  background-size: cover;
}
.s8 .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 108px 0 95px;
}
@media screen and (max-width: 600px) {
  .s8 {
    background-size: auto 100%;
    background-position: center;
  }
  .s8 .in {
    padding: 30px 0 50px;
  }
}

.s9 {
  width: 100%;
}
.s9 .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 0;
}
.s9 .in figure {
  display: flex;
}
@media screen and (max-width: 600px) {
  .s9 {
    background-size: auto 100%;
    background-position: center;
  }
  .s9 .in {
    width: 100%;
    padding: 48px 0 0px;
  }
}

.arrow_space {
  height: 35px;
  width: 100%;
  border-top: solid 10px #49B7C5;
  position: relative;
}
.arrow_space::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #49B7C5;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .arrow_space {
    border-top: solid 4.5px #49B7C5;
    height: 14px;
  }
  .arrow_space::after {
    border-top: 15px solid #49B7C5;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}

footer .topmenu_info {
  justify-content: center;
  width: 100%;
  margin: 50px auto 0;
}
footer .topmenu_info ul {
  justify-content: center;
  width: 100%;
}
footer .topmenu_info ul li a {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  footer .topmenu_info {
    margin: 0 auto;
  }
}

.footer {
  padding: 30px 0 0;
}
.footer figure {
  display: block;
  max-width: 165px;
  width: 90%;
  margin: 28px auto;
}
.footer figure img {
  width: 100%;
  height: auto;
}
.footer .copy {
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.footer .note {
  text-align: center;
  width: 90%;
  margin: 40px auto;
  font-size: 20px;
  font-weight: 600;
  color: #707F89;
}
.footer .note a {
  padding: 0 8px;
  color: #077886;
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 0px 0 15px;
  }
  .footer ul {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
  }
  .footer ul li:first-child {
    width: 84%;
    max-width: none;
    margin: 0 auto 15px;
  }
  .footer ul li:last-child {
    width: 84%;
  }
  .footer .copy {
    margin-bottom: 0px;
  }
  .footer .note {
    font-size: 15px;
    margin: 0 auto 30px;
  }
  .footer .note a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 600px) {
  .footer a {
    max-width: 135px;
  }
}
/*# sourceMappingURL=maps/layout.css.map */
