@charset "UTF-8";
/* CSS Document */
/*================
全体
==================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900");
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, a, b, i, em, span, strong, dl, dt, dd, figure, section {
  padding: 0;
  margin: 0;
  font-size: 100%;
  box-sizing: border-box; }

ul, li {
  list-style: none; }

em, i {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: '游ゴシック体', "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", yu-gothic-pr6n,'Noto Sans JP',メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-top: 90px; }

a {
  text-decoration: none;
  transition-duration: 0.3s;
  color: #00908A; }

.txtC {
  text-align: center; }

.txtR {
  text-align: right; }

.w1192 {
  width: 1192px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }

.w960 {
  width: 960px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.w890 {
  width: 890px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.w745 {
  width: 745px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.pc {
  display: block; }

.sp {
  display: none; }

.sps {
  display: none; }

/*========
#in/out
==========*/
.fadeIn {
  transition-duration: 1.0s;
  opacity: 0;
  position: relative;
  z-index: 1; }
  .fadeIn.inView {
    opacity: 1; }

.upIn {
  transition-duration: 1.0s;
  opacity: 0;
  position: relative;
  z-index: 1;
  top: 16px; }
  .upIn.inView {
    opacity: 1;
    top: 0; }

/*========
#head
==========*/
.head {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101; }

.head_wrapper {
  max-width: 96%;
  width: 1920px;
  margin: auto;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.head_name {
  flex: 0 0 36%;
  color: #00908A;
  font-size: 24px;
  font-weight: 700;
  padding: 4px;
  line-height: 1.3; }

.head_navi {
  flex: 0 0 64%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .head_navi li {
    padding: 8px 48px 8px 0; }
    .head_navi li a {
      color: #00908A;
      display: inline-block;
      padding: 4px 0; }
    .head_navi li a:hover {
      color: #999; }
  .head_navi li.head_navi_contact {
    padding: 0; }
    .head_navi li.head_navi_contact a {
      background-image: linear-gradient(360deg, #00958E, #00CBC4);
      color: #fff;
      padding: 12px 48px;
      border-radius: 5px;
      border: 0;
      display: block; }
    .head_navi li.head_navi_contact a:hover {
      border: 0;
      opacity: 0.7; }

.head_btn {
  display: none; }

/*------
Main
-------*/
.main {
  background: url("../images/main-bg.jpg") center;
  background-size: cover;
  padding: 64px 0; }
  .main .w1192 {
    width: 1920px;
    position: relative; }
  .main h1 {
    width: 50%;
    margin: auto; }
  .main h2 {
    padding: 24px 0;
    width: 61%;
    margin: auto; }
  .main figure {
    position: absolute;
    right: 0;
    top: 64px;
    width: 384px;
    max-width: 22%; }

/*------
contents
-------*/
.contents .w1192 {
  max-width: 60%; }
.contents h2 {
  font-size: 1.25em;
  border-left: 12px solid #fff;
  padding: 1.2em 2px 1.0em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
.contents h3 {
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 40px; }

/*--lead--*/
.lead {
  background-image: linear-gradient(360deg, #00958E, #00CBC4);
  color: #fff;
  padding: 0 0 64px; }
  .lead ul {
    display: flex;
    justify-content: space-between; }
  .lead li {
    flex: 0 0 25%; }

.lead li:nth-child(1) {
  transition-delay: 0.3s; }

.lead li:nth-child(2) {
  transition-delay: 0.6s; }

.lead li:nth-child(3) {
  transition-delay: 0.9s; }

.lead li:nth-child(4) {
  transition-delay: 1.2s; }

.lead li:nth-child(5) {
  transition-delay: 1.5s; }

.lead li:nth-child(6) {
  transition-delay: 1.8s; }

.about {
  background: url("../images/bg-lead.jpg") top center;
  background-size: cover;
  padding: 64px 0; }
  .about h3 {
    background: #00908A;
    color: #fff;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(33, 33, 33, 0.3);
    font-size: 1.05em;
    margin-bottom: 40px; }
  .about h4 {
    font-size: 1.65em;
    white-space: nowrap;
    line-height: 1.4;
    margin-bottom: 16px; }
  .about p {
    font-weight: 500;
    font-size: 0.85em;
    margin-bottom: 16px; }
  .about aside {
    font-weight: 500;
    font-size: 0.5em; }
  .about .about-wrap {
    display: flex;
    justify-content: space-between; }
  .about .about-txt {
    flex: 0 0 52%; }
  .about .about-img {
    padding-left: 24px; }

.lead_txt {
  flex: 0 0 48%; }
  .lead_txt h2 {
    font-size: 32px;
    text-indent: -0.5em;
    line-height: 1.4;
    margin-bottom: 24px; }
  .lead_txt p {
    font-weight: 500; }

.lead_img {
  flex: 0 0 48%;
  line-height: 0; }

/*--feature--*/
.feature {
  padding: 64px 0; }
  .feature ul {
    padding-top: 24px;
    display: flex;
    justify-content: space-between; }
  .feature li {
    flex: 0 0 32%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(22, 22, 22, 0.3);
    text-align: center;
    padding: 16px 8px 8px; }
    .feature li i {
      display: block; }
      .feature li i img {
        width: 28%; }
    .feature li em {
      display: block;
      color: #00908A;
      line-height: 1.3;
      font-size: 1.05em;
      padding-bottom: 8px; }
    .feature li span {
      display: block;
      font-weight: 500;
      font-size: 0.8em;
      color: #555;
      line-height: 1.2;
      padding-bottom: 4px; }
    .feature li abbr {
      font-weight: 400;
      display: block;
      font-size: 0.5em;
      color: #666; }

.feature li:nth-child(1) {
  transition-delay: 0.3s; }

.feature li:nth-child(2) {
  transition-delay: 0.6s; }

.feature li:nth-child(3) {
  transition-delay: 0.9s; }

.feature li:nth-child(4) {
  transition-delay: 1.2s; }

.feature li:nth-child(5) {
  transition-delay: 1.5s; }

.feature li:nth-child(6) {
  transition-delay: 1.8s; }

.feature-title {
  display: flex;
  justify-content: space-between; }
  .feature-title dl {
    flex: 0 1 auto;
    padding-right: 80px; }
  .feature-title dt {
    margin-bottom: 24px; }
    .feature-title dt i {
      display: block;
      width: 100px; }
    .feature-title dt b {
      display: block;
      color: #00908A;
      font-size: 1.8em;
      line-height: 1.3; }
  .feature-title dd {
    font-size: 0.9em;
    font-weight: 500; }
  .feature-title figure {
    flex: 0 0 200px; }

.feature1,
.feature3 {
  background-image: url("../images/bg-01.jpg");
  background-position: center;
  background-size: cover; }

.feature2,
.feature4 {
  background: linear-gradient(360deg, #00958E, #00CBC4);
  color: #fff; }
  .feature2 dt b,
  .feature4 dt b {
    color: #fff; }

.feature3 li {
  background: linear-gradient(360deg, #00958E, #00CBC4); }
  .feature3 li i img {
    width: 60%; }
  .feature3 li em {
    color: #fff; }
  .feature3 li span {
    color: #fff; }

.result {
  background-image: url("../images/bg-01.jpg");
  background-position: center;
  background-size: cover;
  padding: 0 0 64px; }
  .result h2 {
    color: #00908A;
    border-color: #00908A;
    padding-left: 12px; }
  .result .result-wrap {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(33, 33, 33, 0.4); }
  .result .result-wrap1 {
    background: #00908A;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 64px;
    margin-bottom: 24px; }
    .result .result-wrap1 h3 {
      margin-bottom: 24px;
      padding: 0; }
    .result .result-wrap1 h4 {
      font-weight: 500;
      font-size: 0.9em; }
  .result .result-wrap1-1 {
    flex: 0 0 58%; }
  .result .result-wrap1-2 {
    flex: 0 0 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    color: #00908A;
    text-align: center;
    padding: 24px 8px;
    line-height: 1.3; }
    .result .result-wrap1-2 em {
      font-size: 1.3em;
      padding-bottom: 8px; }
    .result .result-wrap1-2 span {
      font-size: 2.1em;
      line-height: 1; }
    .result .result-wrap1-2 b {
      font-size: 1.7em; }
  .result .result-wrap2 {
    background: #fff;
    color: #00908A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 24px; }
    .result .result-wrap2 h3 {
      margin-bottom: 24px;
      padding: 0;
      font-size: 1.1em; }
    .result .result-wrap2 h4 {
      font-weight: 500;
      font-size: 0.75em;
      color: #333; }
  .result .result-wrap2-1 {
    flex: 0 0 38%; }
  .result .result-wrap2-2 {
    flex: 0 0 60%; }

.flow {
  background: linear-gradient(360deg, #00958E, #00CBC4);
  color: #fff;
  padding: 0 0 48px; }
  .flow h2 {
    padding-left: 12px; }
  .flow p {
    font-weight: 500;
    font-size: 0.85em; }
  .flow ol {
    display: flex;
    justify-content: flex-start;
    padding: 40px 0 24px 0; }
  .flow li {
    flex: 0 0 23%;
    margin-right: -3%;
    position: relative;
    background: url("../images/flow-arw.png") no-repeat right center;
    background-size: cover;
    color: #00908A;
    padding: 16px 48px 16px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .flow li:last-child {
      background-position: left center;
      padding-right: 8px;
      margin: 0;
      flex: 0 0 18%;
      background-size: 150%; }
    .flow li i {
      display: block;
      text-align: center;
      padding-top: 4px; }
      .flow li i img {
        max-width: 50%; }
    .flow li em {
      min-height: 2.4em;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.2; }

.flow li:nth-child(1) {
  z-index: 9;
  transition-delay: 0.2s; }

.flow li:nth-child(2) {
  z-index: 8;
  transition-delay: 0.4s; }

.flow li:nth-child(3) {
  z-index: 7;
  transition-delay: 0.6s; }

.flow li:nth-child(4) {
  z-index: 6;
  transition-delay: 0.8s; }

.flow li:nth-child(5) {
  z-index: 5;
  transition-delay: 1s; }

.link {
  background: #E27100;
  background: linear-gradient(360deg, #E66A00, #FFB100);
  overflow: hidden; }
  .link h3 {
    display: inline-block;
    position: relative;
    color: #E27100;
    font-size: 1.05em;
    padding: 16px 16px 16px 0; }
    .link h3 em {
      position: relative;
      z-index: 2; }
    .link h3::before {
      z-index: 1;
      content: "";
      position: absolute;
      width: 100vw;
      height: 100%;
      border-radius: 0 0 8px 0;
      right: 0;
      top: 0;
      background: #fff; }
  .link .link_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 0 48px; }
    .link .link_wrap h4 {
      flex: 0 0 48%;
      color: #fff;
      font-size: 1.8em;
      line-height: 1.2; }
      .link .link_wrap h4 b {
        display: block;
        font-size: 2em; }
      .link .link_wrap h4 span {
        display: block;
        padding: 16px 24px 0 0;
        line-height: 0; }
        .link .link_wrap h4 span img {
          height: 112px;
          width: auto; }
    .link .link_wrap dl {
      flex: 0 0 48%;
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .link .link_wrap dt {
      font-weight: 500;
      font-size: 0.7em;
      padding: 0 0 16px; }
    .link .link_wrap dd {
      font-size: 0.9em; }
      .link .link_wrap dd a {
        display: block;
        padding: 8px;
        border-radius: 24px;
        background: #E27100;
        color: #fff;
        text-align: center;
        position: relative; }
        .link .link_wrap dd a::after {
          content: ">";
          font-weight: 600;
          position: absolute;
          right: 16px;
          top: 50%;
          transform: translateY(-50%); }
        .link .link_wrap dd a:hover {
          opacity: 0.8; }
    .link .link_wrap figure {
      width: auto;
      position: absolute;
      right: 0;
      bottom: -8px;
      transform: translateX(100%); }
      .link .link_wrap figure img {
        width: auto;
        max-width: none;
        height: 220px; }

/*--

 
--*/
/*--contact--*/
.contact {
  padding: 120px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7); }
  .contact .w1192 {
    width: 1280px;
    max-width: 92%;
    margin: auto;
    background: #DCFAF8;
    padding: 0 5%;
    text-align: left; }
  .contact h2 {
    border: 0;
    margin: 0;
    color: #00908A;
    justify-content: center;
    padding-bottom: 24px;
    font-size: 1.6em; }
  .contact p {
    font-size: 0.8em;
    font-weight: 500;
    padding-bottom: 40px;
    text-align: left; }

/*--outlink--*/
.outlink-area{
	padding:45px 45px;
	background-color: #F5F5F5;
 }
  
  .content-area{
  background-color: #F5F5F5;
  max-width: 95%;
  margin:0 auto;}

  .outlink-area h2{
    text-align: left;
    border-left: none;
    margin-bottom: 10px;
    padding:10px 10px;
    font-size: 1.25em;
    justify-content: center;
    background-color: #F5F5F5;
  }
  
  .outlink-intro{
    display: flex;
    gap:30px;
    padding-top:0px;
    padding-bottom:0px;
  }

  .outlink-mobile{
    display: flex;
    gap:30px;
  }

  .outlink-mobile figure{
    width: 250px;
    text-align: center;
  }

  .outlink-mobile figure img{
    width: 100%;	
    height: auto;
  }



  .outlink-intro h3{
    text-align: left;
    margin-bottom: 30px;
    font-size: 1.7em;
    border-bottom: 1px solid #008cd6;
  }


  .outlink-description{
    margin-bottom: 13px;
    font-size: 0.85em;
    font-weight: 500;
  }

  .outlink-mobile a{
    text-decoration: underline;
    color: #000000;
    font-size: 0.85em;
    transition-duration: 0s;
    cursor: pointer;
  }

/*--pagetopbtn--*/
.pagetopbtn {
  position: sticky;
  z-index: 60;
  width: 64px;
  margin-left: auto;
  margin-bottom: -130px;
  bottom: 8px;
  right: 340px;
  z-index: 98; }
  .pagetopbtn a {
    position: static;
    right: 24px; }

/*fix btn*/
p.fixbtn {
  right: 8px;
  position: sticky;
  text-align: right;
  padding: 10px 8px;
  z-index: 88;
  bottom: 8px; }
  p.fixbtn a {
    display: inline-flex;
    background: #E27100;
    border-radius: 40px;
    color: #fff;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  p.fixbtn a:hover * {
    opacity: 0.7; }
  p.fixbtn i {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    line-height: 0; }
  p.fixbtn em {
    flex: 0 1 auto; }
    p.fixbtn em small {
      font-size: 0.5em;
      width: 3.4em;
      white-space: nowrap;
      margin-top: -3px;
      display: inline-block;
      line-height: 1.0;
      vertical-align: middle; }

/*--fooeter--*/
.footer {
  background: #00908A;
  padding: 40px 0 40px 0;
  color: #fff;
  font-weight: 500; }
  .footer .w1192 {
    display: flex;
    justify-content: space-between; }
  .footer ul {
    display: flex;
    justify-content: flex-start; }
  .footer li {
    border-left: 4px solid #fff;
    padding: 0 4px;
    margin-right: 40px;
    font-size: 14px; }
    .footer li a {
      color: #fff; }
    .footer li a:hover {
      text-decoration: underline; }
  .footer p {
    text-align: right;
    font-weight: 400;
    font-size: 12px; }

/*=====================================================================================================
#HUMBERGER
=====================================================================================================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 25px;
  margin-left: auto; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #707070;
  border-radius: 2px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 11px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards; }

@keyframes menu-bar01 {
  0% {
    transform: translateY(11px) rotate(45deg); }
  50% {
    transform: translateY(11px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1; }

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar03 .75s forwards; }

@keyframes menu-bar03 {
  0% {
    transform: translateY(-11px) rotate(-45deg); }
  50% {
    transform: translateY(-11px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards; }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(11px) rotate(0); }
  100% {
    transform: translateY(11px) rotate(45deg); } }
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards; }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-11px) rotate(0); }
  100% {
    transform: translateY(-11px) rotate(-45deg); } }
.anchor {
  display: block;
  padding-top: 86px;
  margin-top: -86px;
  position: relative;
  z-index: -1; }

/*===============
#RESPONSE
================*/
@media (max-width: 1240px) {
  .w1192 {
    max-width: 92%; }

  .contents .w1192 {
    max-width: 92%; }

  .link .link_wrap {
    justify-content: flex-start; }
    .link .link_wrap h4 {
      flex: 0 0 42%;
      font-size: 1.6em; }
    .link .link_wrap figure {
      right: 60px; }

  .link .link_wrap h4 span img {
    height: 10vw; } }
@media (max-width: 1000px) {
  body {
    padding-top: 76px; }

  .head_name {
    font-size: 20px;
    flex: 0 0 auto; }

  .head_navi {
    flex: 0 0 auto;
    font-size: 17px; }
    .head_navi li {
      padding-right: 24px; }

  .head_navi li.head_navi_contact a {
    padding: 8px 24px; }

  .anchor {
    padding-top: 72px;
    margin-top: -72px; } 
  
    .outlink-intro{
      display: block;
    }
    
    .outlink-mobile{
      display: flex;
      gap:30px;
      text-align: center;
    }
  
    .outlink-intro figure{
      max-width: 100%;
      margin:0 auto;
      margin-bottom: 30px;
    }
  
    .outlink-mobile a{
      font-size: 1rem;
    }

  }
@media (max-width: 890px) {
  body {
    font-size: 17px; } }
@media (max-width: 768px) {
  .head_navi {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background: #fff;
    z-index: 101;
    display: none;
    text-align: center; }
    .head_navi.active {
      display: block; }
    .head_navi li {
      padding: 16px;
      box-shadow: 0 2px 4px #ccc; }
      .head_navi li a {
        display: block;
        padding: 8px;
        border-bottom: 0; }
      .head_navi li a:hover {
        border-bottom: 0; }
    .head_navi li.head_navi_contact {
      padding: 16px; }
      .head_navi li.head_navi_contact a {
        padding: 12px 24px;
        border-radius: 40px;
        border: 0;
        display: block; }
      .head_navi li.head_navi_contact a:hover {
        border: 0; }

  .head_btn {
    display: block;
    flex: 0 0 64px;
    text-align: right;
    padding-top: 4px; }

  .footer .w1192 {
    display: block; }
    .footer .w1192 p {
      text-align: center;
      padding: 16px 0; } 
    
      .outlink-intro{
        display: block;
      }
      
      .outlink-mobile{
        display: flex;
        gap:30px;
        text-align: center;
      }
    
      .outlink-intro figure{
        max-width: 100%;
        margin:0 auto;
        margin-bottom: 30px;
      }
    
      .outlink-mobile a{
        font-size: 1rem;
      }
    
    }
@media (max-width: 640px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  p.fixbtn {
    display: none; }

  .pagetopbtn {
    right: 0;
    bottom: 60px;
    opacity: 0;
    transition-duration: 0.3s; }

  .pagetopbtn.show {
    opacity: 1; }

  .main {
    min-height: 186vw;
    padding: 40px 0 16px; }
    .main h1 {
      width: auto; }
    .main h2 {
      line-height: 0;
      padding: 8px 0;
      width: auto; }
    .main figure {
      position: static;
      margin: auto;
      text-align: center;
      max-width: 100%;
      padding-right: 20%; }
      .main figure img {
        width: auto;
        height: 70vw; }

  .localnavi {
    position: sticky;
    bottom: 0;
    z-index: 99; }
    .localnavi ul {
      display: flex; 
      border-top: #ffffff 1px solid;}
    .localnavi li {
      flex: 0 0 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .localnavi li a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      padding: 8px;
      line-height: 1.2; }
    .localnavi li i {
      width: 40px; }
    .localnavi li em {
      padding-left: 10px; }
    .localnavi li.localnavi-contact {
      background: linear-gradient(360deg, #00958E, #00CBC4); }
    .localnavi li.localnavi-next {
      background: linear-gradient(360deg, #E66A00, #FFB100); }

  .lead ul {
    flex-wrap: wrap; }
    .lead ul li {
      flex: 0 0 50%;
      line-height: 0; }

  .about {
    padding: 40px 0;
    border-bottom: 2px solid #00908A;
    background-image: url("../images/bg-lead_sp.jpg");
    background-position: top right; }
    .about h3 {
      display: block;
      text-align: center;
      margin-bottom: 24px; }
    .about h4 {
      font-size: 1.3em; }
    .about .about-wrap {
      display: block; }
    .about .about-img {
      padding: 24px 0 0; }

  .feature-title {
    position: relative; }
    .feature-title dl {
      padding-right: 0; }
    .feature-title dt {
      padding-right: 28%; }
    .feature-title figure {
      position: absolute;
      width: 32%;
      right: 0;
      top: 0; }

  .feature {
    padding: 40px 0 24px; }
    .feature ul {
      display: block; }
    .feature li {
      overflow: hidden;
      text-align: left;
      margin-bottom: 24px;
      display: flex;
      align-items: center; }
      .feature li:last-of-type {
        margin-bottom: 16px; }
      .feature li i {
        flex: 0 0 25%;
        padding: 8px; }
        .feature li i img {
          width: 100%; }
      .feature li p {
        flex: 0 1 auto;
        padding: 0 8px 0 0; }

  .result .result-wrap1,
  .result .result-wrap2 {
    display: block;
    padding: 24px; }
    .result .result-wrap1 h4,
    .result .result-wrap2 h4 {
      margin-bottom: 16px; }
  .result .result-wrap2 {
    display: block; }

  .flow {
    padding: 0; }
    .flow li {
      font-size: 0.8em;
      flex: 0 0 26%;
      margin-right: -5%;
      padding: 24px 1% 24px 1%;
      background-image: url("../images/flow-arw_ss.png"); }
    .flow li:first-child {
      padding-left: 0;
      flex: 0 0 20%; }
    .flow li:last-child {
      flex: 0 0 22%; }

  .link .link_wrap {
    display: block; }
    .link .link_wrap h4 {
      font-size: 7.8vw; }
      .link .link_wrap h4 b {
        font-size: 1.7em; }
    .link .link_wrap h4 span {
      padding: 8px 0;
      text-align: center; }
      .link .link_wrap h4 span img {
        height: 28vw; }
    .link .link_wrap figure {
      width: 50px;
      top: -70px;
      right: 5vw;
      transform: translateX(0);
      z-index: 1; }

  .pagetopbtn {
    margin-bottom: 0; } 
  
    .outlink-intro{
      display: block;
    }
    
    .outlink-mobile{
      display: flex;
      gap:30px;
      text-align: center;
    }
  
    .outlink-intro figure{
      max-width: 100%;
      margin:0 auto;
      margin-bottom: 30px;
    }
  
    .outlink-mobile a{
      font-size: 1rem;
    }
  
  }
@media (max-width: 480px) {
  body {
    font-size: 16px;
    padding-top: 64px; }

  .anchor {
    padding-top: 64px;
    margin-top: -64px; }

  .head_navi {
    top: 64px; }

  .head_name {
    font-size: 4.6vw; }

  .contents h2 {
    font-size: 4.4vw; }
  .contents h3 {
    font-size: 5.2vw; }

  .lead h3 {
    font-size: 5.4vw;
    margin-bottom: 16px; }

  .about {
    padding-bottom: 24px; }
    .about h3 {
      font-size: 4.6vw; }
    .about h4 {
      font-size: 5.6vw; }
    .about p {
      font-size: 3.5vw; }
    .about aside {
      font-size: 12px; }

  .feature-title dt b {
    font-size: 6.0vw; }

  .flow h3 {
    margin-bottom: 24px;
    font-size: 5.6vw; }

  .link .link_wrap h4 b {
    font-size: 1.7em; }

  .link h3 {
    font-size: 4.4vw;
    margin-bottom: 16px; }

  .link .link_wrap figure {
    width: auto;
    right: auto;
    left: 62vw;
    top: -60px; }
    .link .link_wrap figure img {
      height: 120px; }

  .result .result-wrap1-2 em {
    font-size: 6vw; }

  .result .result-wrap1-2 span {
    font-size: 8.8vw; }

  .about p,
  .feature li span,
  .feature-title dd,
  .result .result-wrap1 h4,
  .flow p,
  .link .link_wrap dt {
    font-size: 3.6vw; }

  .result h3 {
    font-size: 5.6vw; }

  .result .result-wrap2 h3 {
    font-size: 5.6vw; }

  .result .result-wrap2 h4 {
    font-size: 3.6vw; }

  .contact {
    padding: 40px 0; }
    .contact h2 {
      font-size: 20px; }

  .localnavi li a {
    font-size: 14px; }

    .outlink-intro{
      display: block;
    }
    
    .outlink-mobile{
      display: flex;
      gap:30px;
      text-align: center;
    }
  
    .outlink-intro figure{
      max-width: 100%;
      margin:0 auto;
      margin-bottom: 30px;
    }
  
    .outlink-mobile a{
      font-size: 1rem;
    }
  } 
@media (max-width: 380px) {
  .sps {
    display: block; }

  .about h4 {
    white-space: normal; }

  .flow li em {
    font-size: 3vw; }

  .flow li:last-child {
    padding-right: 0; }

  .link .link_wrap figure img {
    height: 31vw; } 
  
    .outlink-intro{
      display: block;
    }
    
    .outlink-mobile{
      display: flex;
      gap:30px;
      text-align: center;
    }
  
    .outlink-intro figure{
      max-width: 100%;
      margin:0 auto;
      margin-bottom: 30px;
    }
  
    .outlink-mobile a{
      font-size: 1rem;
    }  
  
  }
.thanks {
  padding: 120px 0;
  text-align: center; }
  .thanks h3 {
    color: #00908A; }
