@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body, ul, li {
  margin: 0;
  padding: 0;
font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック";  font-size: 16px;
  line-height: 1.8;
}
div, ul, li {
  box-sizing: border-box;
}
footer {
  background: #f5f6f8;
  padding-top: 2em
}
.fnavi {
  display: block;
  text-align: center;
  overflow: hidden;
  float: left;
}
.fnavi li {
  display: block;
  padding: 0 10px;
  line-height: 2em;
  text-align: left;
}
.fnavi li a {
  color: #222;
}
.fbox {
  width: 43%;
  display: block;
  float: right;
}
.copy {
  display: block;
  text-align: center;
  padding: 10px;
  background: #10af9e;
  color: #fff;
  font-size: 90%;
  margin-top: 2em;
}
.fbox span {
  display: inline-block;
  width: 100px
}
.link a, .link svg {
  color: #03dae4;
  line-height: 5em
}
.area_box {
  padding: 25px;
  background: #f5f6f8;
  border-radius: 20px;
  margin-bottom: 2em
}
.area_cat {
  background: #ff6b36;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 1em;
}
.content{
  margin-top:-120px
}
a {
  color: #0fc7e4;
}
a img {
  margin-bottom: 1em;
}
a img:hover {
  transform: translateY(5px);
  transition: 0.5s;
}
a.bt {
  display: block;
  margin: 3em auto;
  text-align: center;
}
#logo {
  width: 300px;
  position: relative;
  top: 10px;
}
#logo img, #mail img, #tel img {
  width: 100%;
}
#tel {
  position: absolute;
  top: 20px;
  right: 105px;
}
#line {
  position: absolute;
  top: 20px;
  right: 60px;
}
#mail {
  position: absolute;
  top: 20px;
  right: 15px;
}
#tel .sp {
  display: none;
}
#tel .pc {
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -300px;
  top: 10px;
}
header {}
img {
  max-width: 100%;
}
.mt1 {
  margin-top: 1em;
}
.mb1 {
  margin-bottom: 1em;
}
.flow dd img {
  margin: 1em auto;
  display: block;
}
.flow dd a img {
  margin: 0;
}
figure {
  /* padding:1em; */
  text-align: center;
}
.bnr img{
  max-height:550px;
}
img.w100 {
  display: block;
  width: 100%;
}
.header {
  margin-bottom: 2em;
  /* margin-top: 1em; */
}
img.w30 {
  display: block;
  width: 30%;
  margin-left: auto;
}
.flow_in {
  border: 10px solid #ff6b36;
  padding: 1em;
  border-radius: 30px;
  margin-bottom: 2em;
  overflow: hidden;
}
.flow_in dd a img {
  margin: 0 auto 1em;
}
.flow dl {
  float: left;
  width: 65%;
}
.flow dt {
  font-size: 150%;
}
.flow dd {
  padding-top: 2em;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  /* padding: 0 15px; */
  overflow: hidden;
  position: relative;
}
.flow span {
  width: 80px;
  height: 80px;
  background: #10af9e;
  color: #fff;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  /* font-size:120%; */
  margin-right: 15px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #10af9e;
  padding: 10px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1em;
}
h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #10af9e transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  margin-bottom: 1em;
}
h3 {
  color: #fff; /*文字色*/
  padding: 0.5em 2em 0.5em 2em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  background: #ff6b36; /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}
h3:before {
  content: '';
  /* color: white; */
  width: 12px;
  height: 12px;
  background: #fff;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  border-radius: 50%;
  margin-top: -6px;
}
.content p {
  padding: 0 1em 1.5em;
  margin: 0;
}
#gnav.pc {
  margin-bottom: 1em;
}
nav {
  margin: 0.5em auto 0;
}
header {
  height: 150px;
  width: 100%;
  background: #fff;
  position: relative;
}
nav ul {
  height: 62px;
}
nav ul li {
  width: 25%;
  text-align: center;
  display: block;
  border-right: 1px solid #ccc;
  position: relative;
  float: left;
}
nav ul li:first-child {
  text-align: center;
  border-left: 1px solid #ccc;
}
nav ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  content: "";
  left: 1%;
  height: 5px;
  background: #10af9e;
}
nav ul li a {
  width: 100%;
  padding: 15px;
  display: inline-block;
  font-weight: bold
}
nav ul li:first-child a:hover {}
nav ul li a:hover {
  background: #f1f1f1;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  color: #10af9e !important;
}
a {}
.box01 {
  overflow: hidden;
  margin: 2em 0;
}
.left {
  width: 48%;
  float: left;
  margin-bottom: 1em;
}
.right {
  width: 48%;
  float: right;
  margin-bottom: 1em;
}
.att_box {
  background: #f5f6f8;
  padding: 2em;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 3em
}
.att_box span {
  display: block;
  background: #7c7c7c;
  padding: 8px;
  color: #fff;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: -20px;
}
.bt_area {
  text-align: center;
  padding: 0 30px 0;
}
.bt_area span {
  display: block;
}
.bt_area .balloon {
  background: #ffda00;
  padding: 1.5em 0.5em;
  width: 250px;
  border-radius: 50px;
  left: 50%;
  position: relative;
  margin-left: -250px;
  top: -20px;
  font-weight: bold;
}
.bt_area .balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0px 0 20px;
  border-color: #ffda00 transparent transparent transparent;
  bottom: -30px;
  position: absolute;
  left: 30%;
}
.sp, img.sp.w100 {
  display: none;
}
table {
  width: 100%;
}
.sitemap1{
  padding:2em 0 0;
}
.sitemap1 li:before{

}
.sitemap2{
  padding: 0 1em 2em;
}
.sitemap1 li a,.sitemap2 li a{
  line-height: 2;
}
.sitemap1 li a:before{
  content: "・";
}
.sitemap2 li a:before{
  content: "L";
}
.company {
  max-width: 800px;
  margin: 2em auto;
}
table th {
  background: #b5fff7;
  border: 1px solid #10af9e;
  width: 150px;
  padding: 20px;
  color: #0a675d;
  font-weight: normal;
}
table td {
  border: 1px solid #10af9e;
  padding: 20px;
}
h1 {
  background: url(/img/bg_h1.png);
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  padding: 60px 40px;
  background-size: cover;
  margin-top: 20px;
}
h1.area {
  font-size: 22px;
}
#flow h1 {
  font-size: 42px;
  padding: 80px 40px;
}
.voice_box02, .faq_box01 {
  background: #b5fff7;
  border: 1px solid #10af9e;
  padding: 20px;
  margin-bottom: 2em;
  overflow: hidden;
}
.voice_box_tit {
  font-weight: bold;
  font-size: 120%;
}
.voice_img {
  float: left;
  width: 20%;
}
.voice_prof {
  width: 78%;
  float: right;
}
.faq_box01 svg {
  color: #10af9e;
}
.voice_box01, .faq_box02 {
  background: #fdeae3;
  border: 1px solid #ff6b36;
  padding: 20px;
  margin-bottom: 2em;
}
.faq_box02 svg {
  color: #ff6b36;
}
.faq_box_tit {
  color: #ff6b36;
  font-size: 120%;
  font-weight: bold
}
.faq_list svg, .faq_list strong {
  color: #10af9e;
}
@media screen and (max-width 960px) {
  body {
    width: 100%;
  }
  img.w100.sp {
    display: block;
  }
  img.w100.pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    position: initial;
    padding: 0 20px;
  }
  .sp {
    display: block;
  }
  img.w100.sp {
    display: block;
    padding: 0;
    margin: 0;
  }
  img.w100.pc {
    display: none;
  }
  header {
    position: fixed;
    z-index: 9;
    background: rgb(255 255 255 / 0%);
    height: 70px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); */
  }
  .content {
    /* padding-top: 70px; */
    margin:0
  }
  #logo {
    width: 200px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
  }
  #logo img {
    width: 100%;
  }
  #line {
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 5;
  }
  #tel {
    position: absolute;
    top: 15px;
    right: 105px;
    z-index: 5;
  }
  #mail {
    display: none
  }
  img {
    max-width: 100%;
  }
  .bnr img{
    max-width:90%;
  }
  .box01 .right, .box01 .left {
    width: 100%;
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  nav {
    margin: 0;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgb(16 175 158 / 70%);
    text-align: center;
    width: 0;
    opacity: 0;
    padding: 100px 0;
    height: 100%;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav ul li:first-child a:hover {
    border-left: 0;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0 1em;
    width: 100%;
    transition: .4s all;
    text-align: left;
    float: none;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #f1f1f1;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav ul li a:hover {
    border: 0;
  }
  nav.globalMenuSp li:first-child {
    border: 0;
  }
  nav.globalMenuSp ul li:after {
    width: 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    width: 60%;
  }
  .flow_in {
    position: relative;
    overflow: initial;
  }
  .flow span {
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .flow dl {
    width: 100%;
  }
  .flow dt {
    width: 100%;
    font-size: 120%;
    padding-left: 50px
  }
  .flow .w30 {
    width: 60%;
    margin: auto;
  }
  figure {
    padding: 10px 0;
  }
  .fnavi {
    display: none;
  }
  footer {
    padding: 0;
  }
  footer .inner {
    padding: 0
  }
  .fbox, .fbox span {
    width: 100%;
    float: none;
    text-align: center;
  }
  .fbox span {
    font-weight: bold;
    color: #10af9e;
    padding-top: 0.5em
  }
  table th {
    width: 90px;
    font-size: 12px;
    padding: 10px;
  }
  table td {
    font-size: 12px;
    padding: 10px;
  }
  h1 {
    font-size: 30px;
    background-size: cover;
    background-position: right center;
    padding: 20px;
  }
  #flow h1 {
    font-size: 24px;
    padding: 20px;
  }
  #flow h1 span {
    display: block;
  }
  #flow h3 {
    /* padding:10px 20px; */
  }
  #flow h2 {
    font-size: 20px;
  }
  .faq_box01 {
    background: #b5fff7;
    border: 1px solid #10af9e;
    padding: 10px;
  }
  .voice_img {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .voice_prof {
    width: 100%;
    float: none;
  }
  .ffix {
    background: #ff6b36;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  .ffix a {
    color: #fff;
  }
}