@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
  min-height: 100vh;
}

html, body {
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
  margin: auto;
}

b {
  font-weight: bold;
}

input[type=submit], input[type=text],
input[type=email], input[type=button], input[type=password] {
  appearance: none;
}

/*------------------------------
	base
------------------------------*/
a {
  color: #007d84;
  text-decoration: none;
}

.mb0 {
  margin: 0 0 0 0;
}

.mb5 {
  margin: 0 0 5px 0;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mb20 {
  margin: 0 0 20px 0;
}

.mb30 {
  margin: 0 0 30px 0;
}

.mb40 {
  margin: 0 0 40px 0;
}

.mb50 {
  margin: 0 0 50px 0;
}

.mb60 {
  margin: 0 0 60px 0;
}

.mb70 {
  margin: 0 0 70px 0;
}

.mb80 {
  margin: 0 0 80px 0;
}

.mb90 {
  margin: 0 0 90px 0;
}

.mb100 {
  margin: 0 0 100px 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #444545;
  background: url(../img/bg01.png);
}

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

p {
  margin: 0 0 10px;
}

/*------------------------------
	header
------------------------------*/
header {
  width: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
header h1 {
  width: 150px;
  padding: 10px;
}

.open #gnav {
  z-index: 100;
  visibility: visible;
}

#gnav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
}
#gnav ul {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0 0 30px;
}
#gnav li:last-child {
  margin-top: 20px;
}
#gnav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#nav-toggle {
  display: block;
  position: fixed;
  top: 10px;
  right: 14px;
  width: 28px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 101;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 5px;
  zoom: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle i {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 24px;
  left: 4px;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

#nav-bg {
  content: "";
  width: 6000px;
  height: 6000px;
  margin-right: -3000px;
  margin-top: -3000px;
  top: 25px;
  right: 25px;
  display: block;
  position: fixed;
  background: #007d84;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.02);
  transform: scale(0.02);
}

.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/*------------------------------
	footer
------------------------------*/
footer {
  background: #1e8c8a;
  color: #fff;
  text-align: center;
  padding: 35px 15px 25px;
}
footer .logo {
  margin: 0 0 20px;
}
footer a {
  color: #fff;
}
footer ul {
  max-width: 1200px;
  border-top: 2px solid #fff;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: left;
}
footer li {
  margin: 0 0 10px;
}

/*------------------------------
	base
------------------------------*/
.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

section {
  padding-bottom: 90px;
}

.center {
  text-align: center;
}

.title01 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  color: #007d84;
  padding: 0 0 20px;
  margin: 0 0 40px;
  background: url(../img/title_fig.png) no-repeat center bottom;
  background-size: 250px;
}

.title02 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #007d84;
  text-align: center;
  margin: 0 auto 40px;
}
.title02::after {
  content: "";
  width: 80px;
  height: 5px;
  background: #face81;
  display: block;
  margin: 20px auto 0;
}

.title03 {
  color: #18457c;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

.btn01 {
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn01 a {
  display: block;
  padding: 15px;
  background: #007d84;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #444545;
  border-radius: 100px;
}
.btn01 a:hover {
  background: #7ab87e;
}

.btn02 {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn02 a {
  display: block;
  padding: 15px;
  background: #c60f28;
  color: #fff;
  border-radius: 100px;
}
.btn02 a:hover {
  background: #f44960;
}

.bg1 {
  padding: 60px 15px;
  background: url(../img/bg02.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg2 {
  background: url(../img/bg_bottom.png) no-repeat left bottom;
  background-size: 70%;
}

.bg3 {
  background: #1e8c8a;
  padding: 90px 0 0px;
  color: #fff;
}
.bg3 .title02 {
  color: #fff;
}

.bg4 {
  background: #fcfcfc;
  padding: 90px 0 0;
}

em {
  color: #c60f28;
  font-weight: 700;
}

br.sp {
  display: block;
}
br.pc {
  display: none;
}

/*------------------------------
	top
------------------------------*/
.top {
  margin: -60px 0 40px;
}

.about-logo {
  width: 100px;
  text-align: center;
  margin: 0 auto 30px;
}

.cta {
  padding-top: 60px;
  text-align: center;
}
.cta em {
  font-size: 1.8rem;
}

.box-w {
  background: #fff;
  border-radius: 20px;
  margin: 0 0 30px;
}

.support {
  max-width: 1000px;
  margin: 0 auto;
}
.support .box-r {
  padding: 20px;
}
.support .title03 {
  font-size: 2rem;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  color: #1e8c8a;
  text-decoration: none;
}

.flow {
  text-align: center;
  margin: 0 0 70px;
}

.voice-use li {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin: 0 0 20px;
}
.voice-use li .icon {
  width: 80px;
  text-align: center;
  margin: 0 auto 15px;
}
.voice-use li span {
  color: #18457c;
  font-size: 1.8rem;
}

.faq div {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin: 0 0 20px;
}
.faq dt {
  font-size: 1.8rem;
  font-family: 700;
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
}
.faq dt::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/qa01.png) no-repeat left center;
  background-size: 20px;
}
.faq dd {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
}
.faq dd::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/qa02.png) no-repeat left center;
  background-size: 20px;
}
.faq img {
  margin: 5px 0 0;
}

/*------------------------------
	welfare system
------------------------------*/
.main-title {
  max-width: 1920px;
  position: relative;
  z-index: 1;
  margin: -60px 0 0;
}
.main-title .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.main-title .inner p {
  color: #fff;
  background: #007d84;
  border-radius: 0 10px 10px 0;
  padding: 10px 15px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 200px;
  position: absolute;
  top: 90px;
  left: 0;
}

#pankuzu {
  max-width: 1200px;
  padding: 0 15px;
  margin: 20px auto 40px;
  box-sizing: border-box;
}
#pankuzu li {
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 700;
}
#pankuzu li::after {
  content: ">";
  padding: 0 10px 0 15px;
}
#pankuzu li:last-child::after {
  content: none;
}
#pankuzu a {
  text-decoration: underline;
}

.parallax {
  position: relative;
  width: 100%;
  height: 25vh;
  margin-bottom: 60px;
}
.parallax .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto); /* これで背景を切り抜く */
}
.parallax .parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.parallax #parallax-bg01 {
  background-image: url(../img/parallax01.jpg);
}
.parallax #parallax-bg02 {
  background-image: url(../img/parallax02.jpg);
}
.parallax #parallax-bg03 {
  background-image: url(../img/parallax03.jpg);
}

.example li {
  margin: 0 0 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  background: #fff;
  color: #444545;
  border-radius: 20px;
}
.example li .title {
  color: #c60f28;
  font-weight: 700;
  font-size: 1.8rem;
}
.example li:last-child {
  margin: 0;
}

/*------------------------------
	company
------------------------------*/
.info dd {
  margin: 0 0 20px;
}

iframe {
  border: 0;
  vertical-align: middle;
}

/*------------------------------
	faq
------------------------------*/
.answer {
  max-width: 830px;
  margin: 0 auto 60px;
}
.answer li {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #007d84;
}
.answer li a {
  display: block;
  font-weight: 700;
  border-radius: 10px;
  padding: 20px 10px;
  background: url(../img/arrow01.png) no-repeat 95% center #fff;
  background-size: 20px;
}
.answer li a:hover {
  background: #007d84;
  color: #fff;
}

/*------------------------------
	blog
------------------------------*/
.topic {
  margin: 0 auto 90px;
}
.topic li {
  margin: 0 0 40px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 1.6rem;
}
.topic a {
  color: #444545;
}
.topic a .title {
  color: #007d84;
  font-size: 1.8rem;
  font-weight: 700;
  clear: both;
  padding-top: 10px;
}
.topic a:hover {
  opacity: 0.8;
}
.topic .text {
  padding: 20px;
  overflow: hidden;
}
.topic .text time {
  display: block;
  float: left;
  font-size: 1.6rem;
}
.topic .text span.cate {
  display: block;
  float: right;
}

span.cate {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  background: #c60f28;
  border-radius: 20px;
  padding: 3px 15px;
}

.detail {
  background: #fff;
  padding: 40px 15px;
}
.detail h1 {
  color: #007d84;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.45;
  margin: 0 0 24px;
}
.detail h2 {
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 2rem;
  border-bottom: 2px solid #007d84;
}
.detail h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 16px;
  padding: 0 0 0 10px;
  border-left: 6px solid #007d84;
}
.detail h4 {
  font-weight: bold;
  border-bottom: 1px solid #908c8c;
  padding: 0 2px 4px;
  margin: 0 0 8px;
}
.detail figure {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 24px;
}
.detail ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
  list-style-type: disc;
}
.detail ol {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
  list-style-type: decimal;
}
.detail table ul {
  margin: 0;
}
.detail table ol {
  margin: 0;
}
.detail p {
  margin: 0 0 20px;
}
.detail p[class*=btn-] {
  margin: 40px auto;
}
.detail time {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.detail span.cate {
  margin: 0 0 20px;
}

.wp-pagenavi {
  margin: 50px auto 60px;
  text-align: center;
}
.wp-pagenavi span.current {
  font-weight: bold;
  border: 2px solid #007d84;
  background: #007d84;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  background: #fffcf8;
  border: 2px solid #007d84;
  padding: 2px 0;
  width: 36px;
  margin: 2px;
  border-radius: 50%;
}
.wp-pagenavi .nextpostslink {
  padding: 0 0 6px;
  vertical-align: top;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.wp-pagenavi .previouspostslink {
  padding: 0 0 6px;
  vertical-align: top;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

/*------------------------------
	welfare
------------------------------*/
.trouble {
  background: #fff;
  border-radius: 20px;
  padding: 40px 15px;
  margin: 60px auto 0px;
}
.trouble .title {
  display: table;
  text-align: center;
  background: url(../img/ic_about01.png) no-repeat left center, url(../img/ic_about01.png) no-repeat right center;
  background-size: 20px, 20px;
  padding: 0 30px;
  margin: 0 auto 30px;
}
.trouble ul {
  max-width: 600px;
  margin: 0 auto 40px;
}
.trouble li {
  background: url(../img/ic_about02.png) no-repeat left center;
  background-size: 24px;
  padding: 0 0 5px 35px;
}

.message img {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

.whats {
  background: #fff;
  border-radius: 20px;
  padding: 40px 15px;
  margin: 20px auto;
}
.whats .step li {
  border: 2px solid #007d84;
  border-radius: 10px;
  margin: 0 0 55px;
  padding: 15px 10px;
  position: relative;
}
.whats .step li:last-child {
  margin: 0;
}
.whats .step li span {
  display: block;
  background: #007d84;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -10px;
}
.whats .step .title {
  color: #007d84;
  border: 0;
  text-align: center;
  background: url(../img/ic_about03.png) no-repeat center bottom;
  background-size: 20px;
  padding: 0 0 40px;
  margin: 0 0 30px;
}

.bg5 {
  background: url(../img/bg03.jpg);
  padding: 90px 0;
  margin: 0 0 90px;
}

.bg-mb {
  margin: 0 0 90px;
}

.cta2 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
}
.cta2 ul {
  max-width: 80%;
  margin: 0 auto 40px;
  display: grid;
  gap: 20px;
}
.cta2 li {
  background: #fff;
  color: #444545;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px;
}
.cta2 .call {
  display: table;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(../img/ic_tel02.png) no-repeat left center;
  background-size: 30px;
  padding: 0 0 0 30px;
  margin: 0 auto 40px;
}

.box-l {
  margin: 0 0 20px;
  padding: 20px;
}
.box-l .photo {
  margin: 0 0 20px;
}

.point {
  display: grid;
  gap: 20px;
}
.point li {
  background: #fff;
  padding: 15px;
}
.point span {
  display: inline-block;
  background: #7ab87e;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 20px;
  padding: 2px 15px;
  margin: 0 0 10px;
}

.voice li {
  border-radius: 20px;
  background: #fffcf8;
  padding: 15px;
  margin: 0 0 20px;
}
.voice li span {
  font-size: 1.4rem;
  color: #c60f28;
  display: block;
  margin: 0 0 10px;
}
.voice li .title03 {
  color: #121212;
}

.access {
  max-width: 1000px;
  margin: 0 auto;
}
.access .map {
  margin: 0 0 20px;
}

/*------------------------------
	contact
------------------------------*/
.contact-box {
  display: grid;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 40px auto 50px;
}
.contact-box li {
  background: #f7f6f2;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.contact-box li img {
  width: 40px;
  margin: 0 10px 0 0;
}
.contact-box li a {
  color: #121212;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

.form-box {
  padding: 40px 15px;
  font-size: 1.6rem;
}
.form-box form input {
  width: 100%;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
  height: 30px;
}
.form-box form select {
  padding: 4px;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
}
.form-box form textarea {
  width: 100% !important;
  height: 120px !important;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
}
.form-box form input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.form-box form label {
  display: flex;
}
.form-box dl {
  margin: 0 0 40px;
}
.form-box dt {
  padding: 10px 0 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.form-box dd {
  padding: 0 0 20px;
  border-bottom: 1px solid #a7a7a7;
}
.form-box .must {
  background: #ba1b21;
  display: table;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.form-box .notmust {
  background: #b2b2b2;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  display: table;
  padding: 2px 5px;
  margin: 5px 0 0;
}
.form-box .submit {
  background: #ba1b21;
  color: #fff;
  display: block;
  width: 70%;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  margin: 0 auto;
  border-radius: 8px;
}
.form-box p {
  margin: 0 0 40px;
}

.mfp_element_button {
  margin: 0 5px;
  border: 0;
}

#mfp_button_send {
  background: #ba1b21;
  color: #fff;
}

#mfp_confirm_table {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  /*------------------------------
  	header
  ------------------------------*/
  #gnav #gnav-list {
    margin: 0 auto;
    width: 270px;
  }
  /*------------------------------
  	footer
  ------------------------------*/
  footer {
    padding: 40px 0px 60px;
  }
  footer .logo {
    margin: 0 0 30px;
  }
  footer ul {
    padding: 30px 0;
    text-align: center;
  }
  footer li {
    margin: 0 10px;
    display: inline-block;
  }
  /*------------------------------
  	base
  ------------------------------*/
  section {
    padding-bottom: 150px;
  }
  .title01 {
    font-size: 3rem;
    padding: 0 0 30px;
    margin: 0 0 60px;
    background: url(../img/title_fig.png) no-repeat center bottom;
    background-size: 500px;
  }
  .title02 {
    font-size: 3rem;
  }
  .btn01 {
    max-width: 400px;
  }
  .bg1 {
    padding: 80px 0;
  }
  .bg3 {
    padding: 150px 0 0;
  }
  .bg4 {
    padding: 150px 0 0;
  }
  .bg5 {
    padding: 150px 0 0;
    margin: 0 0 150px;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
  /*------------------------------
  	top
  ------------------------------*/
  .top {
    margin: -60px 0 70px;
  }
  .about-logo {
    width: 150px;
  }
  .cta {
    padding-top: 120px;
  }
  .cta em {
    font-size: 3rem;
  }
  .box-w {
    margin: 0 0 50px;
  }
  .box-r {
    display: grid;
    grid-template-columns: 1fr 325px;
    gap: 50px;
    align-items: center;
  }
  .support .box-r {
    padding: 30px;
  }
  .support .title03 {
    font-size: 2.6rem;
  }
  .voice-use {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .voice-use li {
    margin: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
  }
  .voice-use li .icon {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .voice-use li span {
    font-size: 2rem;
  }
  .faq div {
    margin: 0 0 60px;
    padding: 20px 30px;
  }
  .faq dt {
    font-size: 2.6rem;
    margin: 0 0 15px;
    grid-template-columns: 40px 1fr;
    gap: 30px;
  }
  .faq dt::before {
    content: "";
    width: 40px;
    height: 42px;
    background: url(../img/qa01.png) no-repeat left center;
    background-size: 40px;
  }
  .faq dd {
    grid-template-columns: 40px 1fr;
    gap: 30px;
  }
  .faq dd::before {
    content: "";
    width: 40px;
    height: 42px;
    background: url(../img/qa02.png) no-repeat left center;
    background-size: 40px;
  }
  .faq img {
    margin: 0;
  }
  /*------------------------------
  	welfare system
  ------------------------------*/
  .main-title .inner p {
    top: 110px;
    padding: 20px 0;
    text-align: center;
    display: table;
    width: 390px;
  }
  #pankuzu {
    margin: 40px auto 50px;
  }
  #pankuzu li {
    font-size: 1.6rem;
  }
  .parallax {
    height: 400px;
    margin-bottom: 120px;
  }
  .parallax .parallax-bg {
    background-size: cover;
    background-position: center;
  }
  .example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .example li {
    margin: 0;
    padding: 30px;
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
  .example li .title {
    font-size: 2rem;
  }
  /*------------------------------
  	company
  ------------------------------*/
  .info {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 50px 180px;
    font-size: 1.8rem;
  }
  .info dd {
    margin: 0;
  }
  /*------------------------------
  	faq
  ------------------------------*/
  .answer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  /*------------------------------
  	blog
  ------------------------------*/
  .topic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .topic li {
    margin: 0;
  }
  .detail {
    padding: 40px;
  }
  .detail h1 {
    font-size: 3.6rem;
    margin: 0 0 60px;
  }
  /*------------------------------
  	welfare
  ------------------------------*/
  .message {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 40px;
    align-items: center;
  }
  .whats {
    padding: 40px;
  }
  .whats .step li {
    padding: 16px 40px;
  }
  .whats .step li span {
    width: 48px;
    top: -20px;
    left: -10px;
    font-size: 3rem;
  }
  .bg-mb {
    margin: 0 0 150px;
  }
  .cta2 h3 {
    font-size: 3rem;
  }
  .cta2 ul {
    max-width: 560px;
    margin: 0 auto 60px;
    grid-template-columns: 1fr 1fr;
  }
  .cta2 .call {
    font-size: 3rem;
  }
  .box-l {
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 40px;
    margin: 0 0 80px;
    padding: 40px;
  }
  .box-l .title03 {
    font-size: 3rem;
  }
  .point {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .point .title03 {
    font-size: 2rem;
  }
  .voice li {
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 40px;
    margin: 0 0 30px;
  }
  .voice li .title03 {
    font-size: 3rem;
  }
  .access {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 60px;
  }
  .access .map {
    margin: 0;
  }
  /*------------------------------
  	contact
  ------------------------------*/
  .contact-box {
    padding: 50px 40px;
  }
  .contact-box li {
    font-size: 2.4rem;
  }
  .contact-box li img {
    width: 60px;
  }
  .form-box {
    padding: 80px 0;
  }
  .form-box form {
    max-width: 800px;
    margin: 0 auto;
  }
  .form-box form label {
    display: inline-block;
  }
  .form-box dl {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 0 20px;
  }
  .form-box dt {
    padding: 25px 0;
    border-bottom: 1px solid #a7a7a7;
  }
  .form-box dd {
    padding: 25px 0;
  }
  .form-box p {
    text-align: center;
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 2rem;
  }
  /*------------------------------
  	base
  ------------------------------*/
  .wrapper {
    padding: 0;
  }
  /*------------------------------
  	welfare system
  ------------------------------*/
  .main-title {
    background: url(../img/bg_head.jpg) no-repeat left 70px;
    height: 420px;
  }
  .main-title .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
  }
  .main-title .inner p {
    top: 150px;
    font-size: 3rem;
  }
  /*------------------------------
  	blog
  ------------------------------*/
  .topic {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 40px;
  }
  .detail {
    padding: 40px 100px;
  }
  /*------------------------------
  	contact
  ------------------------------*/
  .contact-box {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding: 60px;
    margin: 70px auto 120px;
  }
  .contact-box li {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  /*------------------------------
  	header
  ------------------------------*/
  header {
    padding: 30px 25px 20px;
    position: absolute;
    top: 0;
  }
  header .logo {
    width: 300px;
    padding: 0;
    margin: -20px 0 0;
  }
  header .inner {
    display: grid;
    grid-template-columns: 300px 1200px;
    gap: 2%;
    align-items: center;
    justify-content: space-between;
  }
  #gnav {
    visibility: initial;
    position: static;
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 60px;
    background: #fff;
  }
  #gnav #gnav-list {
    margin: 0;
    width: auto;
  }
  #gnav ul {
    display: block;
    width: 100%;
    position: static;
    z-index: 1;
    transform: none;
    text-align: right;
    padding: 0;
  }
  #gnav li {
    display: inline-block;
    border-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 25px 0 0;
  }
  #gnav li:last-child {
    margin: 0;
  }
  #gnav li:last-child a {
    color: #fff;
    padding: 20px 35px;
  }
  #gnav li:last-child a:hover {
    color: #fff;
  }
  #gnav li a {
    padding: 0px;
    color: #1677a0;
  }
  #gnav li a:hover {
    color: #65b9dd;
  }
  #nav-toggle,
  #nav-bg {
    display: none;
  }
  /*------------------------------
  	top
  ------------------------------*/
  .top {
    margin: 0 0 70px;
  }
  /*------------------------------
  	welfare system
  ------------------------------*/
  .main-title {
    background: url(../img/bg_head.jpg) no-repeat left 70px;
    margin: 140px 0 0;
    height: 460px;
  }
  .main-title .photo {
    width: auto;
    border-radius: 10px;
  }
}