@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
@import url("https://p.typekit.net/p.css?s=1&k=jwa3vkz&ht=tk&f=26983.26985.32874&a=4628890&app=typekit&e=css");
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 Typekit service 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * futura-pt-bold:
 *   - http://typekit.com/eulas/00000000000000003b9af1e4
 * objektiv-mk2:
 *   - http://typekit.com/eulas/00000000000000007735b581
 *   - http://typekit.com/eulas/00000000000000007735b585
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-05-10 08:31:30 UTC"}*/
@font-face {
  font-family: "objektiv-mk2";
  src: url("https://use.typekit.net/af/069915/00000000000000007735b581/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/069915/00000000000000007735b581/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/069915/00000000000000007735b581/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "objektiv-mk2";
  src: url("https://use.typekit.net/af/b5af0a/00000000000000007735b585/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/b5af0a/00000000000000007735b585/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/b5af0a/00000000000000007735b585/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "futura-pt-bold";
  src: url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
.tk-objektiv-mk2 {
  font-family: "objektiv-mk2", sans-serif;
}

.tk-futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
}

body {
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
}

/* modules */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .NAVBAR pc 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.header {
  box-shadow: 0px 4px 14px 3px #aaa;
}

.navbar {
  padding: 10px 3%;
  /********* end &-icon *********/
  /********* end &-menu *********/
}
.navbar .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.navbar-logo {
  width: 300px;
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
}
.navbar-logo img {
  width: 80px;
  height: auto;
}
.navbar-logo .text {
  padding: 0 0 0 10px;
  color: #117d7f;
}
.navbar-logo .text h1 {
  font-size: 12px;
  margin: 0;
  line-height: 1.3;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}
.navbar-logo .text h2 {
  font-size: 37px;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}
.navbar-logo .text h1 span,
.navbar-logo .text h2 span {
  color: #2c1a1a;
}
.navbar-icon {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
  /********* end span *********/
  /********* end &.active *********/
}
.navbar-icon span {
  width: 36px;
  height: 3px;
  background-color: #000;
  display: block;
  position: relative;
  transition: 0.3s;
  z-index: 2000;
}
.navbar-icon span:after {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #000;
  transition: 0.3s;
}
.navbar-icon span:before {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  bottom: 9px;
  background-color: #000;
  transition: 0.3s;
  left: 0;
}
.navbar-icon.active span {
  background-color: transparent;
}
.navbar-icon.active span:before {
  transform: rotate(45deg);
  bottom: 0;
  background-color: #fff;
}
.navbar-icon.active span:after {
  transform: rotate(-45deg);
  background-color: #fff;
  top: 0;
}
.navbar-menu {
  flex-basis: 70%;
  /********* end nav *********/
}
.navbar-menu nav {
  /********* end ul *********/
}
.navbar-menu nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  /********* end li *********/
}
.navbar-menu nav ul li {
  margin: 0;
  /********* end :hover *********/
}
.navbar-menu nav ul li a {
  display: block;
  padding: 20px 0px 15px;
  color: #2c1a1a;
  transition: 0.3s;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 1px;
}
.navbar-menu nav ul li:hover a {
  transform: translateY(-3px);
}
.navbar-menu nav ul li.contact {
  background: #117d7f;
  text-align: center;
  border-radius: 40px;
  margin: 0 0 0 0px;
}
.navbar-menu nav ul li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 15px 60px;
}
.navbar-menu nav ul li.contact a img {
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}

/********* end .navbar *********/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .header {
    box-shadow: 0px 4px 14px 3px #aaa;
  }
  .navbar {
    padding: 10px 2.5%;
    /********* end &-icon *********/
    /********* end &-menu *********/
  }
  .navbar .row {
    width: 100%;
  }
  .navbar-logo {
    width: 230px;
  }
  .navbar-logo img {
    width: 60px;
    height: auto;
  }
  .navbar-logo .text {
    padding: 0 0 0 10px;
  }
  .navbar-logo .text h1 {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .navbar-logo .text h2 {
    font-size: 30px;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
  }
  .navbar-icon {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
    /********* end span *********/
    /********* end &.active *********/
  }
  .navbar-icon span {
    width: 36px;
    height: 3px;
    display: block;
    position: relative;
    transition: 0.3s;
    z-index: 2000;
  }
  .navbar-icon span:after {
    content: "";
    width: 36px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #000;
    transition: 0.3s;
  }
  .navbar-icon span:before {
    content: "";
    width: 36px;
    height: 3px;
    position: absolute;
    bottom: 9px;
    background-color: #000;
    transition: 0.3s;
    left: 0;
  }
  .navbar-icon.active span {
    background-color: transparent;
  }
  .navbar-icon.active span:before {
    transform: rotate(45deg);
    bottom: 0;
    background-color: #fff;
  }
  .navbar-icon.active span:after {
    transform: rotate(-45deg);
    background-color: #fff;
    top: 0;
  }
  .navbar-menu {
    flex-basis: 65%;
    /********* end nav *********/
  }
  .navbar-menu nav {
    /********* end ul *********/
  }
  .navbar-menu nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    /********* end li *********/
  }
  .navbar-menu nav ul li {
    margin: 0;
    /********* end :hover *********/
  }
  .navbar-menu nav ul li a {
    display: block;
    padding: 20px 0px 15px;
    color: #2c1a1a;
    transition: 0.3s;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 1px;
  }
  .navbar-menu nav ul li:hover a {
    transform: translateY(-3px);
  }
  .navbar-menu nav ul li.contact {
    background: #117d7f;
    text-align: center;
    border-radius: 40px;
    margin: 0 0 0 0px;
  }
  .navbar-menu nav ul li.contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
  }
  .navbar-menu nav ul li.contact a img {
    width: 28px;
    height: auto;
    margin: 0 8px 0 0;
    position: relative;
    top: 5px;
  }
  /********* end .navbar *********/
} /* 768px～1023px responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .NABVAR Responsive 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
@media screen and (min-width: 992px) {
  .navbar-icon {
    display: none;
  }
  /********* end .navbar *********/
} /********* end @media screen and (min-width: 992px) *********/
@media screen and (max-width: 991px) {
  .navbar {
    /********* end &-menu *********/
  }
  .navbar .row {
    justify-content: space-between;
  }
  .navbar-logo {
    width: 250px;
  }
  .navbar-logo img {
    width: 60px;
  }
  .navbar-logo .text h1 {
    font-size: 11px;
  }
  .navbar-logo .text h2 {
    font-size: 30px;
  }
  .navbar-menu {
    /********* end nav *********/
  }
  .navbar-menu nav {
    visibility: hidden;
    position: fixed;
    padding: 0px 0 0px 0;
    /********* end &.active *********/
  }
  .navbar-menu nav ul {
    margin: 0;
    padding: 30px 0 30px 0;
  }
  .navbar-menu nav ul li {
    transform: translateX(-10px);
    opacity: 0;
  }
  .navbar-menu nav ul li.contact {
    margin: 20px auto 0;
  }
  .navbar-menu nav.active {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    z-index: 1000;
    /********* end &-menu ul *********/
  }
  .navbar-menu nav.active ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    /********* end li *********/
  }
  .navbar-menu nav.active ul li {
    transform: translateX(0);
    opacity: 1;
    transition: 0.9s;
  }
  .navbar-menu nav.active ul li:nth-child(1) {
    transition-delay: 0.15s;
  }
  .navbar-menu nav.active ul li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .navbar-menu nav.active ul li:nth-child(3) {
    transition-delay: 0.45s;
  }
  .navbar-menu nav.active ul li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .navbar-menu nav.active ul li:nth-child(5) {
    transition-delay: 0.75s;
  }
  .navbar-menu nav.active ul li:nth-child(6) {
    transition-delay: 0.9s;
  }
  .navbar-menu nav.active ul li:nth-child(7) {
    transition-delay: 1.05s;
  }
  .navbar-menu nav.active ul li:nth-child(8) {
    transition-delay: 1.2s;
  }
  .navbar-menu nav.active ul li:nth-child(9) {
    transition-delay: 1.35s;
  }
  .navbar-menu nav.active ul li a {
    color: #fff;
    font-size: 22px;
    padding: 15px 0px 10px;
  }
  .navbar-menu nav.active ul li.contact a {
    padding: 15px 40px 15px;
  }
  /********* end .navbar *********/
} /********* end .@media screen and (max-width: 991px) *********/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .navbar-logo {
    width: 200px;
  }
  .navbar-logo img {
    width: 40px;
  }
  .navbar-logo .text h1 {
    font-size: 11px;
  }
  .navbar-logo .text h2 {
    font-size: 28px;
  }
  .navbar-logo .text h1 span,
.navbar-logo .text h2 span {
    color: #2c1a1a;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.main-img {
  padding: 50px 0 50px 0;
  background-color: #117d7f;
  background-image: url(../images/main-img-bg.png);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #fff;
  margin: 0 0 0px 0;
}
.main-img .box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.main-img .box .left {
  width: 50%;
  text-align: left;
}
.main-img .box .left h2 {
  font-size: 25px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
}
.main-img .box .left h3 {
  font-size: 50px;
  letter-spacing: 3px;
}
.main-img .box .right {
  width: 47.5%;
}
.main-img .box .right img {
  width: 100%;
}
.main-img .bottom {
  max-width: 1280px;
  margin: 0 auto 0;
}
.main-img .bottom .sentence {
  padding: 30px 0 40px 0;
}
.main-img .bottom .sentence p {
  font-size: 20px;
  line-height: 2;
}
.main-img .bottom .button {
  margin: 0 auto -80px;
}
.main-img .bottom .button a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #f47e00;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  margin: 0 auto 0px;
  width: 400px;
  padding: 25px 10px 25px 10px;
  text-align: center;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 25px rgba(204, 204, 204, 0.5);
}
.main-img .bottom .button a img {
  width: 38px;
  height: auto;
  padding: 0 8px 0 0;
  position: relative;
  top: 5px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .main-img {
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
  }
  .main-img .box {
    padding: 0 10px 0 10px;
  }
  .main-img .box .left h2 {
    font-size: 25px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
  }
  .main-img .box .left h3 {
    font-size: 43px;
    letter-spacing: 3px;
  }
  .main-img .box .right {
    width: 47.5%;
  }
  .main-img .box .right img {
    width: 100%;
  }
} /* 1024px～1280px responsive-closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-img {
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
  }
  .main-img .box {
    padding: 0 10px 0 10px;
  }
  .main-img .box .left {
    width: 52%;
  }
  .main-img .box .left h2 {
    font-size: 2.8vw;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
  }
  .main-img .box .left h3 {
    font-size: 4.6vw;
    letter-spacing: 3px;
  }
  .main-img .box .right {
    width: 45%;
  }
  .main-img .box .right img {
    width: 100%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .main-img {
    padding: 30px 0 70px 0;
    background-image: url(../images/main-img-bg.png);
    background-size: auto 25%;
    color: #fff;
    margin: 0 0 0 0;
  }
  .main-img .box {
    display: block;
  }
  .main-img .box .left {
    width: 90%;
    margin: 0 auto 20px;
  }
  .main-img .box .left h2 {
    font-size: 18px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
  }
  .main-img .box .left h3 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .main-img .box .right {
    width: 90%;
    margin: 0 auto 0;
  }
  .main-img .box .right img {
    width: 100%;
  }
  .main-img .bottom .sentence {
    padding: 0px 5% 70px 5%;
  }
  .main-img .bottom .sentence p {
    font-size: 18px;
    line-height: 1.5;
  }
  .main-img .bottom .button {
    margin: 0 auto -80px;
  }
  .main-img .bottom .button a {
    font-size: 24px;
    width: 90%;
    padding: 20px 10px 20px 10px;
  }
  .main-img .bottom .button a img {
    width: 35px;
    padding: 0 5px 0 0;
    top: 5px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 414px以下のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 481px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .main-img .box .left h2 {
    font-size: 16px;
  }
  .main-img .box .left h3 {
    font-size: 25px;
  }
  .main-img .box .right {
    width: 90%;
    margin: 0 auto 0;
  }
  .main-img .box .right img {
    width: 100%;
  }
  .main-img .bottom .sentence p {
    font-size: 16px;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 960px〜1279px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 2980px以上のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 2980px〜 responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 TARGETING 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.targeting {
  margin: 85px 0 0 0;
}
.targeting .wrapper .title {
  position: relative;
  overflow: hidden;
}
.targeting .wrapper .title .semi {
  position: relative;
  line-height: 0;
}
.targeting .wrapper .title .semi .back {
  position: absolute;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 160px;
  white-space: nowrap;
  color: #359799;
  letter-spacing: -1px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.9;
  z-index: 1;
}
.targeting .wrapper .title .semi img {
  width: 220px;
  height: auto;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto 0;
}
.targeting .wrapper .title h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.targeting .wrapper .title h2 .line {
  display: inline-block;
  background: #359799;
  color: #fff;
  font-size: 42px;
  padding: 8px 20px 8px 20px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
.targeting .wrapper .inner ul {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.targeting .wrapper .inner ul li {
  width: 48.5%;
  list-style-type: none;
  padding: 15px 30px 15px 30px;
  margin: 30px 3% 0 0;
  line-height: 1.5;
  background: #fff;
  position: relative;
  left: -3px;
  border: solid 2px rgb(140, 223, 195);
  box-shadow: 3px 3px 0 3px rgb(193, 231, 219);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.targeting .wrapper .inner ul li:nth-child(2n) {
  margin: 30px 0% 0 0;
}
.targeting .wrapper .inner ul li img {
  width: 34px;
  flex-basis: 34px;
  height: auto;
  padding: 0 0 0 0;
}
.targeting .wrapper .inner ul li .text {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
}
.targeting .wrapper .inner ul li .text span {
  color: #359799;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .targeting .wrapper .title .semi .back {
    font-size: 14.5vw;
    line-height: 0.9;
    z-index: 1;
  }
  .targeting .wrapper .title .semi img {
    width: 25vw;
    height: auto;
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto 0;
  }
  .targeting .wrapper .title h2 .line {
    font-size: 3.5vw;
  }
  .targeting .wrapper .inner ul {
    padding: 0 3% 0 3%;
  }
  .targeting .wrapper .inner ul li {
    width: 48.5%;
    padding: 15px 20px 15px 20px;
    margin: 30px 3% 0 0;
    line-height: 1.5;
  }
  .targeting .wrapper .inner ul li:nth-child(2n) {
    margin: 30px 0% 0 0;
  }
  .targeting .wrapper .inner ul li img {
    width: 34px;
    flex-basis: 34px;
  }
  .targeting .wrapper .inner ul li .text {
    font-size: 2vw;
  }
} /* 768px～1023px responsive-closed */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .targeting {
    margin: 35px 0 0 0;
  }
  .targeting .wrapper .title {
    position: relative;
    overflow: hidden;
  }
  .targeting .wrapper .title .semi {
    position: relative;
    line-height: 0;
  }
  .targeting .wrapper .title .semi .back {
    position: absolute;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    white-space: nowrap;
    color: #359799;
    letter-spacing: -1px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.8;
    z-index: 1;
  }
  .targeting .wrapper .title .semi img {
    width: 120px;
    height: auto;
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 0 20%;
  }
  .targeting .wrapper .title h2 {
    text-align: center;
    margin: -5px 0 0 0;
    padding: 0;
  }
  .targeting .wrapper .title h2 .line {
    display: inline-block;
    background: #359799;
    color: #fff;
    font-size: 22px;
    padding: 3px 10px 3px 10px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
  }
  .targeting .wrapper .inner ul {
    margin: 0;
    padding: 0 3.5% 0 3.5%;
  }
  .targeting .wrapper .inner ul li {
    width: 100%;
    list-style-type: none;
    padding: 10px 20px 10px 20px;
    margin: 15px 0 0 0;
    line-height: 1.5;
    background: #fff;
    position: relative;
    left: -3px;
    border: solid 2px rgb(140, 223, 195);
    box-shadow: 3px 3px 0 3px rgb(193, 231, 219);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .targeting .wrapper .inner ul li:nth-child(2n) {
    margin: 15px 0 0 0;
  }
  .targeting .wrapper .inner ul li img {
    width: 34px;
    flex-basis: 34px;
    height: auto;
    padding: 0 0 0 0;
  }
  .targeting .wrapper .inner ul li .text {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
  .targeting .wrapper .inner ul li .text span {
    color: #359799;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .targeting .wrapper .title .semi .back {
    font-size: 10.5vh;
  }
  .targeting .wrapper .title .semi img {
    width: 120px;
  }
  .targeting .wrapper .title h2 .line {
    font-size: 3.5vh;
  }
  .targeting .wrapper .inner ul {
    margin: 0;
    padding: 0 3.5% 0 3.5%;
  }
  .targeting .wrapper .inner ul li img {
    width: 30px;
    flex-basis: 30px;
  }
  .targeting .wrapper .inner ul li .text {
    font-size: 15px;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 POINT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.point .wrapper {
  margin: 35px 0 0px 0;
  background: #359799;
  padding: 0 0 35px 0;
}
.point .wrapper .title {
  position: relative;
  overflow: hidden;
}
.point .wrapper .title .back {
  position: absolute;
  color: #b9e3e4;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 127px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0.9;
  opacity: 0.2;
  z-index: 1;
  margin: 0;
}
.point .wrapper .title .semi {
  margin: 30px 0 0 0;
  text-align: center;
}
.point .wrapper .title .semi .cover {
  display: inline-block;
  border: solid 2px #fff;
  color: #fff;
  padding: 3px 20px 3px 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  border-radius: 80px;
  font-weight: bold;
  font-size: 20px;
}
.point .wrapper .title h2 {
  margin: 15px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 42px;
  letter-spacing: 2px;
}
.point .wrapper .title h3 {
  text-align: center;
  margin: 15px 0 0 0;
  color: #fff;
  padding: 0 5% 0 5%;
  font-size: 19px;
  letter-spacing: 1px;
}
.point .wrapper .inner .box-wrapper {
  max-width: 1480px;
  padding: 0 3% 0 3%;
  display: flex;
  align-items: stretch;
  margin: 0 auto 0;
}
.point .wrapper .inner .box-wrapper .box {
  width: 31%;
  margin: 40px 3.5% 0 0;
  padding: 10px 0 0 0;
  border: solid 2px #fff;
}
.point .wrapper .inner .box-wrapper .box:nth-child(3) {
  margin: 40px 0% 0 0;
}
.point .wrapper .inner .box-wrapper .box h3 {
  width: 90%;
  transform: skew(-15deg);
  color: #117d7f;
  background: #b9e3e4;
  margin: -25px auto 0;
  font-size: 26px;
}
.point .wrapper .inner .box-wrapper .box h3 .cover {
  transform: skew(15deg);
  padding: 9px 15px 9px 15px;
  line-height: 1.3;
}
.point .wrapper .inner .box-wrapper .box h3 .cover .mark {
  font-size: 18px;
  border-radius: 100%;
  color: #fff;
  background: #117d7f;
  padding: 3px 3px 3px 3px;
  position: relative;
  top: -3px;
  left: -3px;
}
.point .wrapper .inner .box-wrapper .box .icon {
  width: 75%;
  margin: 40px auto 0;
}
.point .wrapper .inner .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.point .wrapper .inner .box-wrapper .box h4 {
  text-align: left;
  color: #fff;
  font-size: 24px;
  padding: 20px 6% 20px 6%;
  border-bottom: solid 1px #fff;
  margin: 0px 0 0 0;
}
.point .wrapper .inner .box-wrapper .box p {
  text-align: left;
  color: #b9e3e4;
  font-size: 18px;
  line-height: 1.75;
  padding: 10px 6% 10px 6%;
}
.point .wrapper .inner .button {
  margin: 30px 0 0 0;
}
.point .wrapper .inner .button h4 {
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.point .wrapper .inner .button h4:before, .point .wrapper .inner .button h4:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 24px;
  background: #fff;
}
.point .wrapper .inner .button h4:before {
  left: 30%;
  transform: translateY(-50%) rotate(-30deg);
}
.point .wrapper .inner .button h4:after {
  right: 30%;
  transform: translateY(-50%) rotate(30deg);
}
.point .wrapper .inner .button a {
  width: 780px;
  margin: 3px auto 0;
  display: block;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 60px;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.point .wrapper .inner .button a img {
  width: 35px;
  height: auto;
  padding: 0 8px 0 0;
  position: relative;
  top: 3px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .point .wrapper .title .back {
    font-size: 17vw;
  }
  .point .wrapper .title .semi {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .point .wrapper .title .semi .cover {
    font-size: 1.75vw;
  }
  .point .wrapper .title h2 {
    font-size: 4vw;
  }
  .point .wrapper .title h3 {
    font-size: 2.2vw;
  }
  .point .wrapper .inner .box-wrapper {
    padding: 0 3% 0 3%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .point .wrapper .inner .box-wrapper .box {
    width: 48.5%;
    margin: 40px 3% 0 0;
    border: solid 2px #fff;
  }
  .point .wrapper .inner .box-wrapper .box:nth-child(2) {
    margin: 40px 0% 0 0;
  }
  .point .wrapper .inner .box-wrapper .box:nth-child(3) {
    margin: 40px 0% 0 0;
  }
  .point .wrapper .inner .box-wrapper .box h3 {
    font-size: 2.5vw;
  }
  .point .wrapper .inner .box-wrapper .box h3 .cover {
    transform: skew(15deg);
    padding: 9px 15px 9px 15px;
    line-height: 1.3;
  }
  .point .wrapper .inner .box-wrapper .box h3 .cover .mark {
    font-size: 2vw;
  }
  .point .wrapper .inner .box-wrapper .box .icon {
    width: 75%;
    margin: 40px auto 0;
  }
  .point .wrapper .inner .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .point .wrapper .inner .box-wrapper .box h4 {
    font-size: 2.45vw;
  }
  .point .wrapper .inner .box-wrapper .box p {
    font-size: 1.9vw;
  }
  .point .wrapper .inner .button {
    margin: 30px 0 0 0;
  }
  .point .wrapper .inner .button h4 {
    font-size: 1.9vw;
  }
  .point .wrapper .inner .button h4:before, .point .wrapper .inner .button h4:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 24px;
    background: #fff;
  }
  .point .wrapper .inner .button h4:before {
    left: 30%;
    transform: translateY(-50%) rotate(-30deg);
  }
  .point .wrapper .inner .button h4:after {
    right: 30%;
    transform: translateY(-50%) rotate(30deg);
  }
  .point .wrapper .inner .button a {
    width: 77vw;
    font-size: 33px;
  }
  .point .wrapper .inner .button a img {
    width: 35px;
    height: auto;
    padding: 0 8px 0 0;
    position: relative;
    top: 3px;
  }
}
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point .wrapper {
    margin: 35px 0 0 0;
    background: #359799;
  }
  .point .wrapper .title {
    position: relative;
    overflow: hidden;
  }
  .point .wrapper .title .back {
    position: absolute;
    color: #b9e3e4;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-size: 87px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.9;
    opacity: 0.2;
    z-index: 1;
    margin: 0;
  }
  .point .wrapper .title .semi {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .point .wrapper .title .semi .cover {
    display: inline-block;
    border: solid 2px #fff;
    color: #fff;
    padding: 3px 20px 3px 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    border-radius: 80px;
    font-weight: bold;
    font-size: 16px;
  }
  .point .wrapper .title h2 {
    margin: 15px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
  }
  .point .wrapper .title h3 {
    margin: 15px 0 0 0;
    color: #fff;
    padding: 0 5% 0 5%;
    font-size: 16px;
  }
  .point .wrapper .inner .box-wrapper {
    max-width: 1480px;
    padding: 0 3% 0 3%;
    display: block;
  }
  .point .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 10px 0 0 0;
    border: solid 2px #fff;
  }
  .point .wrapper .inner .box-wrapper .box:nth-child(2n) {
    margin: 40px 0 0 0;
  }
  .point .wrapper .inner .box-wrapper .box h3 {
    width: 87.5%;
    transform: skew(-15deg);
    background: #b9e3e4;
    margin: -25px auto 0;
    font-size: 5.5vw;
  }
  .point .wrapper .inner .box-wrapper .box h3 .cover {
    transform: skew(15deg);
    padding: 7px 20px 7px 20px;
    line-height: 1.3;
  }
  .point .wrapper .inner .box-wrapper .box h3 .cover .mark {
    font-size: 3.5vw;
    border-radius: 100%;
    color: #fff;
    padding: 1vw 1vw 1vw 1vw;
    position: relative;
    top: -3px;
    left: -3px;
  }
  .point .wrapper .inner .box-wrapper .box .icon {
    width: 75%;
    margin: 40px auto 0;
  }
  .point .wrapper .inner .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .point .wrapper .inner .box-wrapper .box h4 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding: 20px 6% 20px 6%;
    border-bottom: solid 1px #fff;
    margin: 0px 0 0 0;
  }
  .point .wrapper .inner .box-wrapper .box p {
    text-align: left;
    color: #b9e3e4;
    font-size: 15px;
    line-height: 1.75;
    padding: 10px 6% 10px 6%;
  }
  .point .wrapper .inner .button {
    margin: 30px 0 0 0;
  }
  .point .wrapper .inner .button h4 {
    padding: 10px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .point .wrapper .inner .button h4:before, .point .wrapper .inner .button h4:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 24px;
    background: #fff;
  }
  .point .wrapper .inner .button h4:before {
    left: 10%;
    transform: translateY(-50%) rotate(-30deg);
  }
  .point .wrapper .inner .button h4:after {
    right: 10%;
    transform: translateY(-50%) rotate(30deg);
  }
  .point .wrapper .inner .button a {
    width: 90%;
    margin: 3px auto 0;
    display: block;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 60px;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  .point .wrapper .inner .button a img {
    width: 32px;
    height: auto;
    padding: 0 8px 0 0;
    position: relative;
    top: 3px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 ARTICLES 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.articles {
  padding: 60px 0 60px;
}
.articles .title h3 {
  text-align: center;
  color: #117d7f;
  letter-spacing: 2px;
  font-size: 24px;
}
.articles .title h2 {
  text-align: center;
  color: #117d7f;
  letter-spacing: 6px;
  font-size: 50px;
}
.articles .title .sentence p {
  text-align: center;
  font-size: 18px;
  color: #359799;
}
.articles .content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0 3% 0 3%;
  max-width: 1480px;
  margin: 0 auto 0;
}
.articles .content article {
  width: 32%;
  margin: 20px 2% 0 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  list-style-type: none;
  background: #359799;
}
.articles .content article:nth-child(3n) {
  margin: 20px 0% 0 0;
}
.articles .content article a {
  text-decoration: none;
  color: #fff;
}
.articles .content article a .thumb {
  width: 100%;
  position: relative;
  z-index: 1;
}
.articles .content article a .thumb img {
  width: 100%;
  height: auto;
}
.articles .content article a .icon {
  margin: -40px auto 0;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: solid 4px #fff;
  background: #359799;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
}
.articles .content article a .icon img {
  width: 100%;
  height: auto;
}
.articles .content article a h2 {
  padding: 0 30px 0 30px;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.5;
}
.articles .content article a h3 {
  padding: 0 30px 0 30px;
  margin: 10px 0 30px 0;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 1px;
}
.articles .button {
  text-align: center;
  margin: 40px 0 0 0;
}
.articles .button a {
  text-decoration: none;
  color: #fff;
  background: #f47e00;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px 20px 60px;
  border-radius: 100px;
}
.articles .button a .icon {
  line-height: 0;
  width: 50px;
}
.articles .button a .catch {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 0 30px 0 30px;
}
.articles .button a .arrow {
  line-height: 0;
  width: 40px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .cta .wrapper .inner {
    width: 90%;
    margin: 0 auto 0;
    border-left: solid 6px #359799;
    border-right: solid 6px #359799;
    border-bottom: solid 6px #359799;
  }
  .cta .wrapper .inner:before, .cta .wrapper .inner:after {
    width: 35px;
    height: 6px;
  }
  .cta .wrapper .inner:before {
    left: -1px;
  }
  .cta .wrapper .inner:after {
    right: 0;
  }
  .cta .wrapper .inner .title {
    color: #117d7f;
    margin: -30px 0 0 0;
  }
  .cta .wrapper .inner .title h2 {
    font-size: 11px;
  }
  .cta .wrapper .inner .title h3 {
    font-size: 27px;
  }
  .cta .wrapper .inner .box .text .sentence p {
    font-size: 3.85vw;
  }
  .cta .wrapper .inner .box .text .to-contact a {
    font-size: 5.8vw;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi {
    font-size: 4vw;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .cta .wrapper .inner .box .text .to-contact a img {
    width: 6vw;
    height: auto;
  }
  .cta .wrapper .inner .box .thumb {
    width: 87.5%;
    margin: 10px auto 0;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 VOICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.voice .wrapper {
  margin: 85px 0 0 0;
}
.voice .wrapper .title {
  position: relative;
  overflow: hidden;
}
.voice .wrapper .title h3 {
  margin: 0px 0 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice .wrapper .title h3 .border {
  width: 30%;
  height: 3px;
  border-radius: 20px;
  background: #75adae;
  margin: 0 15px 0 0;
}
.voice .wrapper .title h3 .border.right {
  margin: 0 0 0 0;
}
.voice .wrapper .title h3 .cover {
  font-size: 24px;
  letter-spacing: 1px;
  color: #3f3f3f;
}
.voice .wrapper .title h3 .cover span {
  color: #117d7f;
}
.voice .wrapper .title .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.voice .wrapper .title .catch .icon {
  width: 250px;
  margin: 0px 40px 0 0;
}
.voice .wrapper .title .catch .icon img {
  width: 100%;
  height: auto;
}
.voice .wrapper .title .catch h2 {
  margin: -30px 0 0 0;
  color: #117d7f;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
}
.voice .wrapper .inner .box-wrapper {
  max-width: 1480px;
  padding: 0 3% 0 3%;
  margin: 0 auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.voice .wrapper .inner .box-wrapper .box {
  width: 48.5%;
  margin: 30px 3% 0 0;
  padding: 20px 0 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #d6d6d6;
}
.voice .wrapper .inner .box-wrapper .box .thumb {
  width: 25%;
  flex-basis: 25%;
  margin: 0 3% 0 0;
}
.voice .wrapper .inner .box-wrapper .box .text {
  width: 72%;
  flex-basis: 72%;
}
.voice .wrapper .inner .box-wrapper .box .text h3 {
  color: #117d7f;
  margin: 0 auto 0;
  font-size: 24px;
}
.voice .wrapper .inner .box-wrapper .box .text .detail {
  display: flex;
  margin: 10px 0 0 10px;
}
.voice .wrapper .inner .box-wrapper .box .text .detail .job {
  text-align: left;
  font-size: 18.5px;
  letter-spacing: 0.5px;
  color: #117d7f;
  font-weight: bold;
  margin: 0px 10px 0 0px;
  line-height: 1.2;
}
.voice .wrapper .inner .box-wrapper .box .text .detail .job img {
  width: 30px;
  padding: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.voice .wrapper .inner .box-wrapper .box .text .detail .aim {
  text-align: left;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 0.9;
  color: #359799;
}
.voice .wrapper .inner .box-wrapper .box .text .detail .aim img {
  width: 30px;
  padding: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.voice .wrapper .inner .box-wrapper .box .text .detail .aim span {
  position: relative;
  top: -2px;
}
.voice .wrapper .inner .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
  margin: 30px 0% 0 0;
}
.voice .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb {
  margin: 0 0 0 3%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .voice .wrapper .title h3 .border {
    width: 20%;
  }
  .voice .wrapper .title h3 .cover {
    font-size: 2.9vw;
    letter-spacing: 1px;
    color: #3f3f3f;
  }
  .voice .wrapper .title h3 .cover span {
    color: #117d7f;
  }
  .voice .wrapper .title .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
  }
  .voice .wrapper .title .catch .icon {
    width: 20vw;
    margin: 0px 40px 0 0;
  }
  .voice .wrapper .title .catch .icon img {
    width: 100%;
    height: auto;
  }
  .voice .wrapper .title .catch h2 {
    margin: -30px 0 0 0;
    color: #117d7f;
    text-align: center;
    font-size: 3.9vw;
    letter-spacing: 2px;
  }
  .voice .wrapper .inner .box-wrapper .box .text h3 {
    font-size: 2.25vw;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail {
    display: flex;
    margin: 10px 0 0 10px;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .job {
    font-size: 1.75vw;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .job img {
    width: 3.2vw;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .aim {
    font-size: 2vw;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .aim img {
    width: 3.2vw;
  }
  .voice .wrapper .inner .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
    margin: 30px 0% 0 0;
  }
  .voice .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb {
    margin: 0 0 0 3%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .voice .wrapper {
    margin: 35x 0 0 0;
  }
  .voice .wrapper .title {
    position: relative;
    overflow: hidden;
  }
  .voice .wrapper .title h3 {
    margin: 0px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .voice .wrapper .title h3 .border {
    width: 20%;
    height: 3px;
    border-radius: 20px;
    background: #75adae;
    margin: 0 8px 0 0;
  }
  .voice .wrapper .title h3 .cover {
    letter-spacing: 1px;
    color: #3f3f3f;
    font-size: 18px;
  }
  .voice .wrapper .title h3 .cover span {
    color: #117d7f;
  }
  .voice .wrapper .title .catch {
    display: block;
    margin: 0px 0 0 0;
  }
  .voice .wrapper .title .catch .icon {
    width: 150px;
    margin: 20px auto 0;
  }
  .voice .wrapper .title .catch .icon img {
    width: 100%;
    height: auto;
  }
  .voice .wrapper .title .catch h2 {
    margin: 15px 0 0 0;
    color: #117d7f;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
  }
  .voice .wrapper .inner .box-wrapper {
    max-width: 1480px;
    padding: 0 3% 0 3%;
    margin: 0 auto 0;
  }
  .voice .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 10px 0% 0 0;
    padding: 20px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #d6d6d6;
  }
  .voice .wrapper .inner .box-wrapper .box .thumb {
    width: 25%;
    flex-basis: 25%;
    margin: 0 3% 0 0;
  }
  .voice .wrapper .inner .box-wrapper .box .text {
    width: 72%;
    flex-basis: 72%;
  }
  .voice .wrapper .inner .box-wrapper .box .text h3 {
    color: #117d7f;
    margin: 0 auto 0;
    font-size: 18px;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail {
    display: flex;
    margin: 10px 0 0 10px;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .job {
    text-align: left;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    color: #117d7f;
    font-weight: bold;
    margin: 0px 10px 0 0px;
    line-height: 1.2;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .job img {
    width: 25px;
    padding: 0 5px 0 0;
    position: relative;
    top: 1px;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .aim {
    text-align: left;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 0.9;
    color: #359799;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .aim img {
    width: 25px;
    padding: 0 5px 0 0;
    position: relative;
    top: 1px;
  }
  .voice .wrapper .inner .box-wrapper .box .text .detail .aim span {
    position: relative;
    top: -2px;
  }
  .voice .wrapper .inner .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .voice .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb {
    margin: 0 0 0 3%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 ABOUT-US 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.about-us {
  margin: 85px 0 0 0;
}
.about-us h4 {
  line-height: 0.6;
}
.about-us h4 .cover {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 120px;
  color: #52aeaf;
}
.about-us .wrapper {
  margin: 0px 0 0 0;
}
.about-us .wrapper .title {
  background: #52aeaf;
  margin: auto;
  padding: 20px 0 20px 0;
}
.about-us .wrapper .title .semi {
  padding: 10px 0 0 0;
  margin: 0px 0 0 0;
  text-align: center;
}
.about-us .wrapper .title .semi .line {
  background: #fff;
  display: inline-block;
  color: #52aeaf;
  font-size: 16px;
  font-family: objektiv-mk2, sans-serif;
  font-weight: 700;
  padding: 4px 8px 4px 8px;
}
.about-us .wrapper .title .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.about-us .wrapper .title .inside h2 {
  position: relative;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  text-align: right;
  z-index: 2;
  padding: 10px 0 0 0;
  margin: -20px 0 0 0;
}
.about-us .wrapper .title .inside h2 .line {
  display: inline-block;
  background: rgba(17, 125, 127, 0.875);
  color: #fff;
  margin: 15px 0 0 0;
  padding: 5px 6px 5px 6px;
  font-size: 42px;
}
.about-us .wrapper .title .inside .thumb {
  width: 400px;
  position: relative;
  right: 0%;
  z-index: 1;
}
.about-us .wrapper .title .inside .thumb img {
  width: 100%;
  height: auto;
}
.about-us .wrapper .title .sub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: objektiv-mk2, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin: -20px 0 0 0;
  position: relative;
  z-index: 2;
}
.about-us .wrapper .inner {
  padding: 40px 0 0 0;
}
.about-us .wrapper .inner .sentence h3 {
  color: #359799;
  font-size: 40px;
  position: relative;
  width: 100%;
  text-align: center;
}
.about-us .wrapper .inner .sentence h3:before, .about-us .wrapper .inner .sentence h3:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #359799;
  top: 50%;
  transform: translate(0, -50%);
}
.about-us .wrapper .inner .sentence h3:before {
  left: 0;
}
.about-us .wrapper .inner .sentence h3:after {
  right: 0;
}
.about-us .wrapper .inner .sentence p {
  max-width: 1024px;
  margin: 0 auto 0;
  text-align: left;
  padding: 28px 5% 28px 5%;
  font-size: 18px;
  line-height: 2;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-us h4 .cover {
    font-size: 12vw;
  }
  .about-us .wrapper .title .semi {
    padding: 30px 0 0 0;
  }
  .about-us .wrapper .title .semi .line {
    font-size: 2.4vw;
    letter-spacing: 1px;
  }
  .about-us .wrapper .title .inside h2 {
    margin: -10vh 0 0 0;
  }
  .about-us .wrapper .title .inside h2 .line {
    margin: 15px 0 0 0;
    padding: 5px 10px 5px 10px;
    font-size: 4vw;
  }
  .about-us .wrapper .title .inside .thumb {
    width: 40vw;
    position: relative;
    right: 0%;
    z-index: 1;
  }
  .about-us .wrapper .title .sub {
    font-size: 2.4vw;
  }
  .about-us .wrapper .inner {
    padding: 30px 0 0 0;
  }
  .about-us .wrapper .inner .sentence h3 {
    font-size: 3.5vw;
  }
  .about-us .wrapper .inner .sentence p {
    font-size: 1.85vw;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .about-us {
    margin: 45px 0 0 0;
  }
  .about-us h4 {
    line-height: 0.6;
  }
  .about-us h4 .cover {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 70px;
    color: #52aeaf;
  }
  .about-us .wrapper {
    margin: 0px 0 0 0;
  }
  .about-us .wrapper .title {
    background: #52aeaf;
    margin: auto;
    padding: 20px 0 20px 0;
  }
  .about-us .wrapper .title .semi {
    padding: 10px 0 0 0;
    margin: 0px 0 0 0;
    text-align: center;
  }
  .about-us .wrapper .title .semi .line {
    background: #fff;
    display: inline-block;
    color: #52aeaf;
    font-size: 16px;
    font-family: objektiv-mk2, sans-serif;
    font-weight: 700;
    padding: 4px 8px 4px 8px;
  }
  .about-us .wrapper .title .inside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
  .about-us .wrapper .title .inside h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    padding: 10px 0 0 0;
    margin: -20px 0 0 0;
  }
  .about-us .wrapper .title .inside h2 .line {
    display: inline-block;
    background: rgba(17, 125, 127, 0.875);
    color: #fff;
    margin: 15px 0 0 0;
    padding: 5px 6px 5px 6px;
    font-size: 22px;
  }
  .about-us .wrapper .title .inside .thumb {
    width: 60%;
    position: relative;
    right: -3%;
    z-index: 1;
  }
  .about-us .wrapper .title .inside .thumb img {
    width: 100%;
    height: auto;
  }
  .about-us .wrapper .title .sub {
    color: #fff;
    font-size: 14px;
    font-family: objektiv-mk2, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: -20px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .about-us .wrapper .inner {
    padding: 10px 0 0 0;
  }
  .about-us .wrapper .inner .sentence h3 {
    color: #359799;
    font-size: 20px;
    position: relative;
    width: 100%;
  }
  .about-us .wrapper .inner .sentence h3:before, .about-us .wrapper .inner .sentence h3:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #359799;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-us .wrapper .inner .sentence h3:before {
    left: 0;
  }
  .about-us .wrapper .inner .sentence h3:after {
    right: 0;
  }
  .about-us .wrapper .inner .sentence p {
    padding: 8px 5% 8px 5%;
    font-size: 15px;
    line-height: 2;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .about-us h4 .cover {
    font-size: 70px;
  }
  .about-us .wrapper .title .semi .line {
    font-size: 15px;
  }
  .about-us .wrapper .title .inside h2 .line {
    font-size: 22px;
  }
  .about-us .wrapper .title .sub {
    font-size: 14px;
  }
  .about-us .wrapper .inner .sentence h3 {
    font-size: 6.25vw;
  }
  .about-us .wrapper .inner .sentence h3:before, .about-us .wrapper .inner .sentence h3:after {
    content: "";
    width: 0%;
  }
  .about-us .wrapper .inner .sentence p {
    font-size: 4.25vw;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.cta {
  margin: 45px 0 0 0;
}
.cta .wrapper {
  margin: 0px 0 0 0;
}
.cta .wrapper .inner {
  width: 87.5%;
  margin: 0 auto 0;
  border-left: solid 8px #359799;
  border-right: solid 8px #359799;
  border-bottom: solid 8px #359799;
  position: relative;
  padding: 10px 0 0 0;
}
.cta .wrapper .inner:before, .cta .wrapper .inner:after {
  content: "";
  width: 40px;
  height: 8px;
  background: #359799;
  position: absolute;
  top: 0;
}
.cta .wrapper .inner:before {
  left: 0;
}
.cta .wrapper .inner:after {
  right: 0;
}
.cta .wrapper .inner .title {
  padding: 0 0 0 10px;
  color: #117d7f;
  margin: -30px 0 0 0;
}
.cta .wrapper .inner .title h2 {
  text-align: center;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
}
.cta .wrapper .inner .title h3 {
  text-align: center;
  font-size: 34px;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}
.cta .wrapper .inner .title h2 span,
.cta .wrapper .inner .title h3 span {
  color: #2c1a1a;
}
.cta .wrapper .inner .box {
  display: flex;
  align-items: center;
  padding: 0 0 50px 0;
}
.cta .wrapper .inner .box .text {
  width: 50%;
  padding: 0px 0 20px 0;
}
.cta .wrapper .inner .box .text .sentence {
  padding: 20px 0 0 0;
}
.cta .wrapper .inner .box .text .sentence p {
  padding: 0 6.5% 0 6.5%;
  color: #359799;
  line-height: 1.75;
  font-size: 16px;
  font-weight: bold;
}
.cta .wrapper .inner .box .text .to-contact {
  padding: 40px 0 0 0;
}
.cta .wrapper .inner .box .text .to-contact a {
  display: block;
  width: 90%;
  margin: 0 auto 0;
  background: #359799;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  position: relative;
}
.cta .wrapper .inner .box .text .to-contact a .semi {
  border-radius: 40px;
  width: 80%;
  margin: -30px auto 15px;
  background: #fff;
  text-align: center;
  color: #359799;
  font-size: 18px;
  font-weight: 900;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  border: solid 2px #359799;
  position: relative;
  padding: 3px 0 3px 0;
}
.cta .wrapper .inner .box .text .to-contact a .semi:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  border-radius: 5px;
  transform: translateX(-50%);
}
.cta .wrapper .inner .box .text .to-contact a img {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
}
.cta .wrapper .inner .box .thumb {
  width: 50%;
  padding: 0 50px 0 0;
  margin: 20px 0 0 0;
  line-height: 0;
}
.cta .wrapper .inner .box .thumb img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta .wrapper .inner .box {
    display: block;
  }
  .cta .wrapper .inner .box .text .sentence p {
    font-size: 1.8vw;
  }
  .cta .wrapper .inner .box .text .to-contact {
    padding: 40px 0 0 0;
  }
  .cta .wrapper .inner .box .text .to-contact a {
    font-size: 2.6vw;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi {
    font-size: 1.8vw;
  }
  .cta .wrapper .inner .box .thumb {
    width: 77%;
  }
} /* 768px～1023px responsive-closed */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    margin: 45px 0 0 0;
  }
  .cta .wrapper {
    margin: 0px 0 0 0;
  }
  .cta .wrapper .inner {
    width: 87.5%;
    margin: 0 auto 0;
    border-left: solid 8px #359799;
    border-right: solid 8px #359799;
    border-bottom: solid 8px #359799;
    position: relative;
    padding: 10px 0 0 0;
  }
  .cta .wrapper .inner:before, .cta .wrapper .inner:after {
    content: "";
    width: 40px;
    height: 8px;
    background: #359799;
    position: absolute;
    top: 0;
  }
  .cta .wrapper .inner:before {
    left: 0;
  }
  .cta .wrapper .inner:after {
    right: 0;
  }
  .cta .wrapper .inner .title {
    padding: 0 0 0 0px;
    color: #117d7f;
    margin: -30px 0 0 0;
  }
  .cta .wrapper .inner .title h2 {
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
  }
  .cta .wrapper .inner .title h3 {
    font-size: 28px;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
  }
  .cta .wrapper .inner .title h2 span,
.cta .wrapper .inner .title h3 span {
    color: #2c1a1a;
  }
  .cta .wrapper .inner .box {
    display: block;
  }
  .cta .wrapper .inner .box .text .sentence {
    padding: 20px 0 0 0;
  }
  .cta .wrapper .inner .box .text .sentence p {
    padding: 0 6.5% 0 6.5%;
    color: #359799;
    line-height: 1.75;
    font-size: 14px;
    font-weight: bold;
  }
  .cta .wrapper .inner .box .text .to-contact {
    padding: 40px 0 0 0;
  }
  .cta .wrapper .inner .box .text .to-contact a {
    display: block;
    width: 90%;
    margin: 0 auto 0;
    background: #359799;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    position: relative;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi {
    border-radius: 40px;
    width: 80%;
    margin: -30px auto 15px;
    background: #fff;
    text-align: center;
    color: #359799;
    font-size: 15px;
    font-weight: 900;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1px;
    border: solid 2px #359799;
    position: relative;
    padding: 3px 0 3px 0;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .cta .wrapper .inner .box .text .to-contact a img {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
  }
  .cta .wrapper .inner .box .thumb {
    width: 90%;
    margin: 20px auto 0;
    line-height: 0;
  }
  .cta .wrapper .inner .box .thumb img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .cta .wrapper .inner {
    width: 90%;
    margin: 0 auto 0;
    border-left: solid 6px #359799;
    border-right: solid 6px #359799;
    border-bottom: solid 6px #359799;
  }
  .cta .wrapper .inner:before, .cta .wrapper .inner:after {
    width: 35px;
    height: 6px;
  }
  .cta .wrapper .inner:before {
    left: -1px;
  }
  .cta .wrapper .inner:after {
    right: 0;
  }
  .cta .wrapper .inner .title {
    color: #117d7f;
    margin: -30px 0 0 0;
  }
  .cta .wrapper .inner .title h2 {
    font-size: 11px;
  }
  .cta .wrapper .inner .title h3 {
    font-size: 27px;
  }
  .cta .wrapper .inner .box .text .sentence p {
    font-size: 3.85vw;
  }
  .cta .wrapper .inner .box .text .to-contact a {
    font-size: 5.8vw;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi {
    font-size: 4vw;
  }
  .cta .wrapper .inner .box .text .to-contact a .semi:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .cta .wrapper .inner .box .text .to-contact a img {
    width: 6vw;
    height: auto;
  }
  .cta .wrapper .inner .box .thumb {
    width: 87.5%;
    margin: 10px auto 0;
  }
} /* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .footer pc 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.footer {
  background-color: #359799;
  background-image: linear-gradient(315deg, #359799 0%, #175e60 74%);
  margin: 100px 0 0 0;
}
.footer .wrapper .phrase {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 90px;
  background: linear-gradient(-90deg, rgb(223, 223, 223) 0%, rgb(190, 190, 190) 100%);
  line-height: 1;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -2px 4px rgba(255, 255, 255, 0.2);
  mix-blend-mode: hard-light;
  opacity: 0.3;
}
.footer .wrapper .content {
  padding: 200px 0 30px 0;
}
.footer .wrapper .content .top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5% 0 5%;
}
.footer .wrapper .content .top .left .logo a {
  text-decoration: none;
  color: #fff;
}
.footer .wrapper .content .top .left .logo a .main {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 6px;
  font-size: 30px;
}
.footer .wrapper .content .top .left .logo a .main span {
  font-size: 0.8em;
}
.footer .wrapper .content .top .left .logo a .sub {
  font-family: "Antonio", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 15px;
}
.footer .wrapper .content .top .left .address {
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 16px;
}
.footer .wrapper .content .top .right {
  width: 1000px;
  display: flex;
  flex-direction: column;
}
.footer .wrapper .content .top .right nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  justify-content: flex-end;
}
.footer .wrapper .content .top .right nav.main ul li {
  padding: 0 17px 0 17px;
}
.footer .wrapper .content .top .right nav.main ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
.footer .wrapper .content .top .right nav.sub ul {
  margin: 15px 0 0 0;
}
.footer .wrapper .content .top .right nav.sub ul li {
  padding: 0 17px 0 17px;
}
.footer .wrapper .content .top .right nav.sub ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
}
.footer .wrapper .content .top .right .explain {
  margin: 50px 0 0 0;
  padding: 0 17px 0 17px;
}
.footer .wrapper .content .top .right .explain p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 12px;
}
.footer .wrapper .content .bottom ul {
  list-style-type: none;
  border-top: solid 1px #ccc;
  width: 90%;
  margin: 60px auto 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
}
.footer .wrapper .content .bottom ul li {
  font-family: "Syncopate", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 15px;
  padding: 10px 0 5px 0;
}
.footer .wrapper .content .bottom ul li a {
  text-decoration: none;
  color: #fff;
}

/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  footer {
    margin: 40px auto 0;
    font-size: 15px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /*===================================================================
    □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

    〇 FORM #MAIL_FORM　〇

    □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  　====================================================================*/
  form#mail_form {
    width: 100%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 20px 10px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 10px 20px 13px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  /*==============================================
  form#mail_form 「必須」「任意」
  ===============================================*/
  form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  /*==============================================
  form#mail_form input
  ===============================================*/
  form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
form#mail_form input#schedule {
    width: 100%;
  }
} /* 1000pixel closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #FORM-WRAPPER　〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #form-wrapper {
    width: 100%;
    margin: 30px auto 0;
    background: #fff;
    /*==============================================
    #form-wrapper h2
    ===============================================*/
    /*==============================================
    #form-wrapper .privacy-section
    ===============================================*/
  }
  #form-wrapper .form-container {
    max-width: 1280px;
    margin: 20px auto 20px;
    padding: 0 5% 0 5%;
  }
  #form-wrapper h3 {
    text-align: center;
    color: #359799;
    font-size: 22px;
  }
  #form-wrapper h2 {
    font-size: 8vw;
    line-height: 1.4;
    padding: 20px 0 20px 0;
    letter-spacing: -1px;
  }
  #form-wrapper h2:before, #form-wrapper h2:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 3px;
    background: #359799;
  }
  #form-wrapper h2:before {
    top: 0%;
    left: 0;
  }
  #form-wrapper h2:after {
    top: 100%;
    right: 0;
  }
  #form-wrapper .privacy-section {
    padding: 20px 0 20px 0;
    margin: 0 auto 20px;
    width: 100%;
    float: none;
    clear: both;
  }
  #form-wrapper .privacy-section h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 0 35px 0;
  }
  #form-wrapper .privacy-section .privacy-box {
    margin: 0 0 20px 0;
    height: 150px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: auto;
    color: #404040;
    padding: 4%;
    border: solid 1px #aaa;
  }
  #form-wrapper .privacy-section .privacy-box h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  #form-wrapper .privacy-section .privacy-box p {
    padding: 5px 0 40px 0;
    font-size: 15px;
    line-height: 1.7;
  }
  #form-wrapper .privacy-section .privacy-box .privacy-button {
    margin: 0px auto 0px;
    text-align: left;
    font-size: 18px;
    position: relative;
    top: -20px;
  }
  #form-wrapper .privacy-section .privacy-box img.p-mark {
    width: 70px;
    height: auto;
    padding: 0 10px 0 0;
    position: relative;
    top: 15px;
  }
  #form-wrapper .privacy-section .privacy-box dt {
    font-size: 0px !important;
    color: #fff !important;
    width: 0px !important;
    padding: 0 !important;
  }
} /* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/* -- responsive ------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  div#thanks .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}
/* 1000pixel end *//*# sourceMappingURL=style.css.map */