@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span, button,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  border-style: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../vendor/font/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../vendor/font/NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../vendor/font/NotoSerifJP/NotoSerifJP-SemiBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../vendor/font/NotoSerifJP/NotoSerifJP-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui sans-serif;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0;
  min-width: 1040px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.69;
    min-width: 320px;
  }
}

a,
button {
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}
a::before, a::after,
button::before,
button::after {
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .browserupgrade {
    display: block;
    width: 100%;
    max-width: 768px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 30px auto;
    padding: 30px;
    background-color: #FCE8E8;
    color: #DD0000;
  }
}
@media screen and (max-width: 767px) {
  .browserupgrade {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md {
    display: block !important;
  }
  .sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
}
.content {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content.content_1080 {
    max-width: 1080px;
    padding: 0 20px;
  }
}

.c-header {
  background: #FFF4D8;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 60px;
    padding: 0 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 50px;
    padding: 0 0 0 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .c-header .logo {
    width: 191px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-header .logo {
    width: 127px;
    padding-top: 18px;
  }
}
.c-header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header .header_right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header .header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .c-header .header_right .bt-contact {
    width: 130px;
    height: 35px;
    background: #0046A7 url(../img/ico_mail.png) no-repeat top 8px left 11px;
    background-size: 20px auto;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 6px 6px 6px 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-header .bnt-menu {
    display: flex;
    width: 45px;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .c-header .bnt-menu.is-active span {
    height: 0;
  }
  .c-header .bnt-menu.is-active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .c-header .bnt-menu.is-active span:after {
    transform: rotate(-45deg);
    top: 0;
    bottom: auto;
  }
  .c-header .bnt-menu span {
    width: 21px;
    height: 3px;
    position: relative;
    background: #FEBE00;
    display: block;
    border-radius: 25px;
  }
  .c-header .bnt-menu span:before, .c-header .bnt-menu span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #FEBE00;
    position: absolute;
    left: 0;
  }
  .c-header .bnt-menu span:before {
    top: -8px;
  }
  .c-header .bnt-menu span:after {
    bottom: -8px;
  }
}
@media screen and (min-width: 768px) {
  .c-header ul {
    display: flex;
    padding-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-header ul {
    background: #fff;
    padding: 30px;
    position: fixed;
    top: 50px;
    right: -100%;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 99999;
    overflow-y: scroll;
    transition: 0.3s ease-out;
  }
  .c-header ul.visible {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header ul li {
    margin-left: 40px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-header ul li {
    display: flex;
    align-items: center;
    min-width: 10%;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-left: 1%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header ul li {
    font-size: 1.4rem;
    border-bottom: 1px solid #FEBE00;
  }
  .c-header ul li:last-child {
    border-bottom: none;
  }
}
.c-header ul li span {
  display: inline-block;
}
.c-header ul a {
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-header ul a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-header ul a {
    white-space: normal;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-header ul a {
    display: block;
    padding: 15px;
  }
}
.c-header ul .btn-contact {
  background: #01275C;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header ul .btn-contact {
    width: 180px;
    padding-top: 0;
    height: 36px;
    margin-top: 7px;
  }
  .c-header ul .btn-contact:hover a {
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-header ul .btn-contact {
    display: block;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-header ul .btn-contact {
    display: none;
  }
}
.c-header ul .btn-contact a {
  display: block;
  color: #fff;
  border-radius: 10px;
  position: relative;
  top: -4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-header ul .btn-contact a {
    height: 36px;
    padding: 5px 4px 0 29px;
    transition: 0.3s;
    background: #0046A7 url(../img/ico_mail.png) no-repeat left 20px top 11px;
    background-size: 16px auto;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-header ul .btn-contact a {
    padding: 0px 4px 0 29px;
  }
}

.c-footer {
  background: #303030;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding: 6px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 9px 0 8px;
  }
}
.c-footer .inner {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .inner {
    max-width: 840px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner {
    text-align: center;
  }
}
.c-footer a {
  font-weight: bold;
  padding-right: 21px;
  background: url(../img/ico_link.png) no-repeat right center;
}
@media screen and (min-width: 768px) {
  .c-footer a {
    font-size: 1.4rem;
    background-size: 13px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-footer a {
    font-size: 1.2rem;
    background-size: 11px auto;
  }
}
@media screen and (min-width: 768px) {
  .c-footer p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer p {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.mainvisual {
  background: url(../img/bg_main.jpg) repeat top 33px left;
/*
  background: url(../img/bg_main.png) repeat top 33px left;
*/
}
@media screen and (max-width: 767px) {
  .mainvisual {
    background: #FED14C url(../img/bg_main_sp.png) repeat top left;
    background-size: 375px auto;
  }
}
.mainvisual .inner {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mainvisual .inner {
    width: 1040px;
    background: url(../img/mask_main.png) no-repeat center center;
    height: 700px;
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .inner {
    width: 100%;
    background: url(../img/mask_main_sp.png) no-repeat top 80px center;
    background-size: 100% auto;
    height: 500px;
    padding-top: 141px;
  }
}
.mainvisual h2 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mainvisual h2 {
    width: 585px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual h2 {
    width: 331px;
  }
}
@media screen and (max-width: 350px) {
  .mainvisual h2 {
    width: 290px;
  }
}
.mainvisual h2 img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .mainvisual h2 img {
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual h2 img {
    height: 132px;
  }
}
@media screen and (max-width: 350px) {
  .mainvisual h2 img {
    height: 116px;
  }
}
.mainvisual p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mainvisual p {
    line-height: 32px;
    margin: 8px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual p {
    font-size: 1.3rem;
    line-height: 24px;
    margin: 3px 0 4px;
  }
}
.mainvisual .img {
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mainvisual .img {
    width: 361px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .img {
    width: 196.36px;
  }
}

.link_section {
  background: url(../img/pt-01.png) repeat top left;
}
@media screen and (max-width: 767px) {
  .link_section {
    background-size: 3px auto;
  }
}
.link_section .bg_menu {
  background: url(../img/pt-01.png) repeat top left;
  width: 100%;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .link_section .bg_menu {
    height: 100px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .bg_menu {
    height: 50px;
    background-size: 3px auto;
  }
}
.link_section .bg_menu img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .link_section .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  .link_section .inner {
    padding: 30px 30px 10px;
  }
}
@media screen and (max-width: 350px) {
  .link_section .inner {
    padding: 30px 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .link_section .sec {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec {
    margin-bottom: 25px;
  }
  .link_section .sec:last-child {
    margin-bottom: 0;
  }
}
.link_section .sec .txt_top {
  font-weight: bold;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .link_section .sec .txt_top {
    height: 270px;
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .txt_top {
    font-size: 1.4rem;
    line-height: 22px;
    padding: 11px 53px 11px 12px;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
  }
  .link_section .sec .txt_top:after {
    content: "";
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    background: #fff;
  }
  .link_section .sec .txt_top:before {
    content: "";
    width: 75px;
    height: 68px;
    position: absolute;
    right: -22px;
    bottom: -12px;
  }
}
@media screen and (max-width: 350px) {
  .link_section .sec .txt_top:before {
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .link_section .sec.sec01 .txt_top {
    background: url(../img/img_01.png) no-repeat center center;
    background-size: 100% auto;
    padding-top: 59px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec.sec01 .txt_top {
    border: 2px solid #46CEF7;
    border-radius: 10px;
  }
  .link_section .sec.sec01 .txt_top:after {
    border: solid #46CEF7;
    border-width: 0 2px 2px 0;
  }
  .link_section .sec.sec01 .txt_top:before {
    background: url(../img/img_01_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.link_section .sec.sec01 .box .title {
  background: rgba(70, 206, 247, 0.9);
}
.link_section .sec.sec01 .box .title span {
  color: #46CEF7;
}
.link_section .sec.sec01 .box .bnt {
  color: #46CEF7;
}
.link_section .sec.sec01 .box .bnt:after {
  border-top: 6px solid #46CEF7;
}
@media screen and (min-width: 768px) {
  .link_section .sec.sec02 .txt_top {
    background: url(../img/img_02.png) no-repeat center center;
    background-size: 100% auto;
    padding-left: 82px;
    padding-top: 69px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec.sec02 .txt_top {
    border: 2px solid #FDA55C;
    border-radius: 10px;
  }
  .link_section .sec.sec02 .txt_top:after {
    border: solid #FDA55C;
    border-width: 0 2px 2px 0;
  }
  .link_section .sec.sec02 .txt_top:before {
    background: url(../img/img_02_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.link_section .sec.sec02 .box .title {
  background: rgba(253, 165, 92, 0.9);
}
.link_section .sec.sec02 .box .title span {
  color: #FDA55C;
}
.link_section .sec.sec02 .box .bnt {
  color: #FDA55C;
}
.link_section .sec.sec02 .box .bnt:after {
  border-top: 6px solid #FDA55C;
}
@media screen and (min-width: 768px) {
  .link_section .sec.sec03 .txt_top {
    background: url(../img/img_03.png) no-repeat center center;
    background-size: 100% auto;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .link_section .sec.sec03 .txt_top .txt1 {
    position: absolute;
    left: 37px;
    top: 49px;
  }
  .link_section .sec.sec03 .txt_top .txt2 {
    position: absolute;
    right: 27px;
    top: 108px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec.sec03 .txt_top {
    padding: 0;
    background: none;
    margin-bottom: 0;
  }
  .link_section .sec.sec03 .txt_top:after {
    content: none;
  }
  .link_section .sec.sec03 .txt_top:before {
    content: none;
  }
  .link_section .sec.sec03 .txt_top .txt1,
  .link_section .sec.sec03 .txt_top .txt2 {
    padding: 11px 12px 11px;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    border: 2px solid #45C35D;
    border-radius: 10px;
  }
  .link_section .sec.sec03 .txt_top .txt1:after,
  .link_section .sec.sec03 .txt_top .txt2:after {
    content: "";
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    background: #fff;
    border: solid #45C35D;
    border-width: 0 2px 2px 0;
  }
  .link_section .sec.sec03 .txt_top .txt2 {
    padding: 11px 53px 11px 12px;
  }
  .link_section .sec.sec03 .txt_top .txt2:before {
    content: "";
    width: 75px;
    height: 68px;
    position: absolute;
    right: -22px;
    bottom: -12px;
    background: url(../img/img_03_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 350px) {
  .link_section .sec.sec03 .txt_top .txt2:before {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec.sec03 .box {
    margin-bottom: 0;
  }
}
.link_section .sec.sec03 .box .title {
  background: rgba(69, 195, 93, 0.9);
}
.link_section .sec.sec03 .box .title span {
  color: #45C35D;
}
.link_section .sec.sec03 .box .bnt {
  color: #45C35D;
}
.link_section .sec.sec03 .box .bnt:after {
  border-top: 6px solid #45C35D;
}
.link_section .sec .box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link_section .sec .box {
    height: 240px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    transition: all 0.3s;
    top: -10px;
  }
  .link_section .sec .box:hover {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .box {
    height: 80px;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .box .photo {
    width: 110px;
    order: 1;
  }
}
.link_section .sec .box .title {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .link_section .sec .box .title {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 2.2rem;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .box .title {
    align-items: center;
    width: calc(100% - 110px);
    order: 2;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .link_section .sec .box .title:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 35px;
  }
}
@media screen and (max-width: 350px) {
  .link_section .sec .box .title {
    font-size: 1.6rem;
  }
}
.link_section .sec .box .title span {
  border-radius: 50%;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .link_section .sec .box .title span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .box .title span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .link_section .sec .box .bnt {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 34px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
  }
  .link_section .sec .box .bnt:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .link_section .sec .box .bnt {
    display: none;
  }
}
.link_section .sec .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .s-support {
    margin-top: 19px;
    padding: 0 35px;
  }
}
@media screen and (max-width: 350px) {
  .s-support {
    padding: 0 15px;
  }
}
.s-support h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-support h2 {
    font-size: 2.4rem;
    margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .s-support h2 {
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.s-support .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .s-support .inner {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner {
    flex-wrap: wrap;
  }
}
.s-support .inner h3 {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-support .inner h3 {
    line-height: 24px;
    padding: 0 25px 3px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner h3 {
    line-height: 18px;
    padding: 0 17px 2px;
    font-size: 1.3rem;
  }
}
.s-support .inner h3 span {
  color: #FEBE00;
}
@media screen and (min-width: 768px) {
  .s-support .inner h3 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner h3 span {
    font-size: 1.6rem;
  }
}
.s-support .inner h3:before, .s-support .inner h3:after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-support .inner h3:before, .s-support .inner h3:after {
    width: 21px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner h3:before, .s-support .inner h3:after {
    width: 13px;
    height: 20.5px;
  }
}
.s-support .inner h3:before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-support .inner h3:before {
    background: url(../img/dot-left.png) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner h3:before {
    background: url(../img/dot-left_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.s-support .inner h3:after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-support .inner h3:after {
    background: url(../img/dot-right.png) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .s-support .inner h3:after {
    background: url(../img/dot-right_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.s-support .sec {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-support .sec {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .sec {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    margin-bottom: 17px;
  }
  .s-support .sec:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .s-support .sec {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .s-support .sec.sec1 ul {
    background: url(../img/bg_sec01.png) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .s-support .sec.sec2 ul {
    background: url(../img/bg_sec02.png) no-repeat center center;
    background-size: 100% auto;
  }
  .s-support .sec.sec2 ul li:last-child span {
    color: #C6ECCD;
  }
}
@media screen and (max-width: 767px) {
  .s-support .sec.sec2 ul li:last-child {
    color: rgba(0, 0, 0, 0.3);
  }
  .s-support .sec.sec2 ul li:last-child span {
    color: rgba(255, 255, 255, 0.3);
    background: #C6ECCD;
  }
}
@media screen and (min-width: 768px) {
  .s-support .sec.sec3 ul {
    background: url(../img/bg_sec03.png) no-repeat center center;
    background-size: 100% auto;
  }
  .s-support .sec.sec3 ul li:first-child span {
    color: #C6F0FC;
  }
}
@media screen and (max-width: 767px) {
  .s-support .sec.sec3 ul li:first-child {
    color: rgba(0, 0, 0, 0.3);
  }
  .s-support .sec.sec3 ul li:first-child span {
    color: rgba(255, 255, 255, 0.3);
    background: #C6F0FC;
  }
}
@media screen and (min-width: 768px) {
  .s-support .sec.sec4 ul {
    background: url(../img/bg_sec04.png) no-repeat center center;
    background-size: 100% auto;
    padding: 12px 0 0 29px;
  }
  .s-support .sec.sec4 ul li {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .s-support .sec .dake {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .s-support .sec .dake {
    display: none;
  }
}
.s-support ul {
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-support ul {
    font-size: 1.8rem;
    height: 212px;
    margin-top: 11px;
    padding: 18px 0 0 47px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul {
    font-size: 1.3rem;
    margin-top: 4px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 12px 17px;
    color: #1A1A1A;
    position: relative;
  }
  .s-support ul:before {
    content: "";
    width: 3px;
    height: 55px;
    background: #B1B1B1;
    position: absolute;
    left: 26px;
    top: 20px;
  }
}
@media screen and (max-width: 350px) {
  .s-support ul {
    padding: 12px 10px;
  }
  .s-support ul:before {
    left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .s-support ul li {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .s-support ul li .nummer {
    color: #46CEF7;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul li .nummer {
    background: #46CEF7;
  }
}
.s-support ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-support ul li:last-child .nummer {
    color: #45C35D;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul li:last-child .nummer {
    background: #45C35D;
  }
}
@media screen and (min-width: 768px) {
  .s-support ul li:nth-child(2) {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 768px) {
  .s-support ul li:nth-child(2) .nummer {
    color: #FDA55C;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul li:nth-child(2) .nummer {
    background: #FDA55C;
  }
}
.s-support ul .nummer {
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-support ul .nummer {
    font-size: 1.4rem;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    line-height: 22px;
    top: -2px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .s-support ul .nummer {
    font-size: 1rem;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    line-height: 20px;
    top: -2px;
    color: #fff;
  }
}
.s-support .border {
  border: 2px solid #FEBE00;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .s-support .border {
    max-width: 840px;
    padding: 28px 28px 25px;
    margin: 50px auto 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .s-support .border {
    padding: 23px 18px 22px;
    margin: 11px -5px 0;
  }
}
.s-support .border img {
  height: auto;
  display: block;
  width: 250px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .s-support .border .ct {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .border .ct {
    margin-top: 17px;
  }
}
.s-support .border h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-support .border h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .border h3 {
    font-size: 1.5rem;
    line-height: 24px;
    margin: 0 0 9px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .s-support .border p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-support .border p {
    font-size: 1.2rem;
    line-height: 19px;
  }
}

.c-area .c-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-area .c-title {
    padding-top: 36px;
    height: 279px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-title {
    padding-top: 19px;
    height: 130px;
  }
}
.c-area .c-title img {
  width: 100%;
  height: auto;
  display: block;
}
.c-area .c-title picture {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-area .c-title p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-title p {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 350px) {
  .c-area .c-title p {
    font-size: 1.2rem;
  }
}
.c-area .c-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-area .c-title h2 {
    margin-bottom: 31px;
  }
}
.c-area .c-title h2 span {
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-area .c-title h2 span {
    width: 36px;
    height: 37px;
    font-size: 2.4rem;
    line-height: 37px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-title h2 span {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
    line-height: 24px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .c-title h2 p {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-title h2 p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct {
    padding: 0 15px 19px;
  }
}
.c-area .ct .inner {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .c-area .ct .inner {
    max-width: 840px;
    top: -119px;
    padding: 60px;
    margin-bottom: -39px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct .inner {
    top: -31px;
    padding: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 350px) {
  .c-area .ct .inner {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .ct .txt {
    line-height: 26px;
    margin: 21px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct .txt {
    font-size: 1.4rem;
    line-height: 22px;
    margin: 15px 0 18px;
  }
}
.c-area .ct h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-area .ct h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct h3 {
    font-size: 1.6rem;
  }
}
.c-area .ct h3 img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-area .ct h3 img {
    width: 30px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct h3 img {
    width: 24px;
    margin-right: 4px;
  }
}
.c-area .ct .box_grey {
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .c-area .ct .box_grey {
    border-radius: 20px;
    padding: 25px 40px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-area .ct .box_grey {
    border-radius: 10px;
    padding: 17px 20px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .c-area .ct .box_grey {
    padding: 17px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box01 {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box01 h4 {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box01 h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    text-align: center;
  }
}
.c-area .box01 li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-area .box01 li {
    padding-left: 12px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box01 li {
    padding-left: 8px;
    font-size: 1.2rem;
    line-height: 19px;
    margin-bottom: 3px;
  }
  .c-area .box01 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box01 li span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box01 li span {
    margin-left: 23px;
  }
}
.c-area .box01 li:before {
  content: "";
  background: #FEBE00;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-area .box01 li:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box01 li:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box2 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 {
    margin-top: 18px;
  }
}
.c-area .box2 h4 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-area .box2 h4 {
    margin: -2px 0 -1px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 h4 {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box2 h4 p.free {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 h4 p.free {
    margin-top: -11px;
  }
}
@media screen and (min-width: 768px) {
  .c-area .box2 .free {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 .free {
    font-size: 1.4rem;
  }
}
.c-area .box2 .free span {
  color: #F59700;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-area .box2 .free span {
    font-size: 3.8rem;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 .free span {
    font-size: 3rem;
    line-height: 45px;
  }
}
.c-area .box2 .txt_orange {
  color: #F59700;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-area .box2 .txt_orange {
    font-size: 2rem;
    line-height: 32px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .box2 .txt_orange {
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: -3px;
  }
}
.c-area .box2 p {
  font-size: 1.2rem;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .c-area .box2 p {
    text-align: right;
  }
}
.c-area .c-bnt {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-area .c-bnt {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-bnt {
    margin-top: 28px;
  }
}
.c-area .c-bnt .bnt {
  border-radius: 10px;
  background: #1A1A1A;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-area .c-bnt .bnt {
    width: 240px;
    height: 50px;
    margin: 0 15px;
    text-align: center;
  }
  .c-area .c-bnt .bnt:hover a {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-bnt .bnt {
    width: calc(50% - 4.5px);
    max-width: 148px;
    height: 60px;
    margin-right: 9px;
  }
  .c-area .c-bnt .bnt:nth-child(2) {
    margin-right: 0;
  }
}
.c-area .c-bnt .bnt a {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-area .c-bnt .bnt a {
    justify-content: center;
    height: 50px;
    background: #484848 url(../img/allow_white.png) no-repeat top 23px right 10px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-area .c-bnt .bnt a {
    height: 60px;
    background: #484848 url(../img/allow_white.png) no-repeat top 27px right 10px;
    background-size: 9px auto;
    padding-left: 15px;
    font-size: 1.3rem;
    line-height: 21px;
  }
}
@media screen and (max-width: 350px) {
  .c-area .c-bnt .bnt a {
    font-size: 1.1rem;
    background: #484848 url(../img/allow_white.png) no-repeat top 27px right 10px;
    background-size: 7px auto;
  }
}

@media screen and (min-width: 768px) {
  .s-deployment {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .s-deployment {
    margin-top: 69px;
  }
}
.s-deployment .c-title {
  background: url(../img/pt-02.png) repeat center center;
}
@media screen and (max-width: 767px) {
  .s-deployment .c-title {
    background-size: 3px auto;
  }
}
.s-deployment .c-title span {
  color: #46CEF7;
}
.s-deployment .ct {
  background: #E1F5FB;
}

.s-app .c-title {
  background: url(../img/pt-03.png) repeat center center;
}
@media screen and (max-width: 767px) {
  .s-app .c-title {
    background-size: 3px auto;
  }
}
.s-app .c-title span {
  color: #FDA55C;
}
@media screen and (max-width: 767px) {
  .s-app .box2 {
    margin-top: 7px;
  }
}
.s-app .ct {
  background: #FEEDDE;
}
.s-app .free {
  margin-top: 5px;
}

.s-operational .c-title {
  background: url(../img/pt-04.png) repeat center center;
}
@media screen and (max-width: 767px) {
  .s-operational .c-title {
    background-size: 3px auto;
    height: 153px;
  }
}
.s-operational .c-title span {
  color: #45C35D;
}
@media screen and (max-width: 767px) {
  .s-operational .box2 {
    margin-top: 8px;
  }
}
.s-operational .ct {
  background: #DDF3E1;
}
@media screen and (min-width: 768px) {
  .s-operational .ct {
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  .s-operational .ct {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .s-casestudies {
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies {
    margin-bottom: 50px;
  }
}
.s-casestudies h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-casestudies h2 {
    width: 460px;
    height: 165px;
    background: url(../img/bg_charm.png) no-repeat top center;
    background-size: 100% auto;
    font-size: 3rem;
    margin: -125px auto 0;
    padding-top: 91px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies h2 {
    width: 280px;
    height: 97px;
    background: url(../img/bg_charm_sp.png) no-repeat top center;
    background-size: 100% auto;
    font-size: 1.8rem;
    margin: -65px auto 0;
    padding-top: 43px;
  }
}
.s-casestudies h2 span {
  position: relative;
}
.s-casestudies h2 span:before {
  content: "";
  background: url(../img/ico_charm.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-casestudies h2 span:before {
    width: 38px;
    height: 48px;
    left: -40px;
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies h2 span:before {
    width: 28px;
    height: 36px;
    left: -31px;
    top: -14px;
  }
}
.s-casestudies h2 span:after {
  content: "";
  background: url(../img/img_charm.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-casestudies h2 span:after {
    width: 138px;
    height: 132px;
    right: -140px;
    bottom: -36px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies h2 span:after {
    width: 64px;
    height: 60px;
    right: -73px;
    bottom: -21px;
  }
}
@media screen and (max-width: 350px) {
  .s-casestudies h2 span:after {
    right: -60px;
  }
}
@media screen and (min-width: 768px) {
  .s-casestudies .inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies .inner {
    margin-top: 7px;
    padding: 0 15px;
  }
}
.s-casestudies .sec {
  border: 2px solid #FEBE00;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-casestudies .sec {
    width: 400px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 28px;
    min-height: 194px;
  }
  .s-casestudies .sec:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies .sec {
    margin-bottom: 10px;
    padding: 18px;
  }
}
.s-casestudies .sec .point {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 21px;
  width: 76px;
  height: 76px;
  padding: 6px 8px;
}
.s-casestudies .sec .point span {
  font-size: 2rem;
  display: block;
  margin-top: -5px;
}
.s-casestudies .sec .point:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 80px solid #FEBE00;
  border-right: 80px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: -5px;
}
.s-casestudies .sec .tt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-casestudies .sec .tt {
    padding-left: 31px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies .sec .tt {
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
.s-casestudies .sec .tt img {
  display: block;
  width: 56px;
  height: 56px;
}
.s-casestudies .sec .tt h3 {
  width: calc(100% - 56px);
}
@media screen and (min-width: 768px) {
  .s-casestudies .sec .tt h3 {
    padding-left: 13px;
    font-size: 1.8rem;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies .sec .tt h3 {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .s-casestudies .sec p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-casestudies .sec p {
    font-size: 1.2rem;
    line-height: 19px;
  }
}

.s-strengths {
  background: #FFF2CC;
  position: relative;
}
.s-strengths:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-strengths:before {
    height: 250px;
    background: url(../img/bg_works.png) no-repeat bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths:before {
    height: 150px;
    background: url(../img/bg_works_sp.png) no-repeat bottom center;
    background-size: cover;
  }
}
.s-strengths h2 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-strengths h2 {
    font-size: 3.6rem;
    padding-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths h2 {
    font-size: 2.2rem;
    padding-top: 27px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 43px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .inner {
    padding: 0 30px 35px;
  }
}
@media screen and (max-width: 350px) {
  .s-strengths .inner {
    padding: 0 15px 35px;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .box_sc {
    width: 390px;
    margin-right: 60px;
    margin-bottom: 61px;
  }
  .s-strengths .box_sc:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .box_sc {
    margin-bottom: 15px;
  }
}
.s-strengths .sec {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec .in-sec {
    padding: 25px 30px 31px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec .in-sec {
    padding: 19px 20px 23px;
  }
}
@media screen and (max-width: 350px) {
  .s-strengths .sec .in-sec {
    padding: 19px 15px 23px;
  }
}
.s-strengths .sec h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.s-strengths .sec h3 span {
  display: block;
  color: #FEBE00;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec h3 span {
    font-size: 1.4rem;
    margin-top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec h3 span {
    font-size: 1.2rem;
    margin-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl {
    display: flex;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl {
    margin-bottom: 15px;
  }
}
.s-strengths .sec dl:last-child {
  margin-bottom: 0;
}
.s-strengths .sec dl dt {
  font-weight: bold;
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dt {
    width: 74px;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 22px;
    height: 62px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 19px;
    padding: 1px;
    text-align: center;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd {
    width: calc(100% - 74px);
    padding-left: 16px;
    font-size: 1.4rem;
    line-height: 22px;
    height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dd {
    font-size: 1.2rem;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd.price {
    padding-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dd.price {
    padding-top: 9px;
    text-align: center;
  }
}
.s-strengths .sec dl dd.price span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd.price span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dd.price span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd ul {
    margin-top: -2px;
  }
}
.s-strengths .sec dl dd li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd li {
    padding-left: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dd li {
    padding-left: 8px;
    line-height: 21px;
  }
}
.s-strengths .sec dl dd li:before {
  content: "";
  background: #FEBE00;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec dl dd li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec dl dd li:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
}
.s-strengths .sec .bnt {
  text-align: center;
  background: #484848;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec .bnt {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec .bnt {
    font-size: 1.3rem;
    padding-right: 16px;
  }
}
.s-strengths .sec .bnt:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-strengths .sec .bnt:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: 129px;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-strengths .sec .bnt:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    right: 97px;
    bottom: 14px;
  }
}

.s-license .c-title {
  background: url(../img/pt-05.png) repeat center center;
}
@media screen and (max-width: 767px) {
  .s-license .c-title p {
    font-size: 1.2rem;
  }
}
.s-license .c-title h2 span {
  border-radius: 50%/50%;
}
@media screen and (min-width: 768px) {
  .s-license .c-title h2 span {
    width: 90px;
    height: 45px;
    padding: 10px 10px;
    text-align: center;
    line-height: 1;
    font-size: 25px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .c-title h2 span {
    width: 52px;
    height: 26px;
    font-size: 13px;
    line-height: 1;
    padding: 6.5px 0;
    margin-right: 8px;
  }
}
.s-license .c-title h2 span img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .s-license .c-title h2 span img {
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .c-title h2 span img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .c-title {
    background-size: 3px auto;
  }
}
.s-license .c-title span {
  color: #E18C8A;
}
.s-license .ct {
  background: #FCF0FE;
}
@media screen and (min-width: 768px) {
  .s-license .ct .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .inner {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .s-license .ct h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct h3 {
    font-size: 1.8rem;
  }
}
.s-license .ct .box_grey {
  display: block;
  max-width: 500px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.s-license .ct .box_grey h4 {
  background: #fff;
  text-align: center;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey h4 {
    border-radius: 10px;
    font-size: 2.2rem;
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey h4 {
    border-radius: 6px;
    font-size: 1.6rem;
    padding: 4px 0;
  }
}
.s-license .ct .box_grey h4:before {
  content: "";
  display: block;
  width: 50px;
  height: 57px;
  background: url(../img/icon_light.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  right: -28px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey h4:before {
    width: 40px;
    height: 46px;
    bottom: -8px;
    right: -14px;
  }
}
.s-license .ct .box_grey dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl {
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl {
    justify-content: flex-start;
    max-width: 500px;
    margin: 5px 0 0;
  }
}
.s-license .ct .box_grey dl dt, .s-license .ct .box_grey dl dd {
  display: block;
  border-bottom: 2px solid #707070;
  padding-top: 5px;
}
.s-license .ct .box_grey dl dt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl dt {
    width: 25%;
  }
}
.s-license .ct .box_grey dl dt span {
  background: #fff;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl dt span {
    border-radius: 13px;
    padding: 0 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl dt span {
    border-radius: 8px;
    padding: 0 1em;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.s-license .ct .box_grey dl dd {
  text-align: right;
  font-weight: bold;
  color: #535353;
  line-height: 1.6;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl dd {
    width: 70%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl dd {
    width: 65%;
    font-size: 1.6rem;
  }
}
.s-license .ct .box_grey dl dd .price {
  color: #535353;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl dd .price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl dd .price {
    font-size: 1.2rem;
  }
}
.s-license .ct .box_grey dl dd .price span {
  color: #F59700;
  font-weight: bold;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey dl dd .price span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey dl dd .price span {
    font-size: 2.1rem;
  }
}
.s-license .ct .box_grey .note {
  color: #535353;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey .note {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey .note {
    margin-top: 10px;
    padding-right: 15%;
    font-size: 1.3rem;
  }
}
.s-license .ct .box_grey01:before {
  content: "";
  display: block;
  background: url(../img/img_license01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey01:before {
    width: 112px;
    height: 138px;
    bottom: -21px;
    right: -28px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey01:before {
    width: 80px;
    height: 80px;
    bottom: -15px;
    right: -25px;
  }
}
.s-license .ct .box_grey02 {
  margin-bottom: 34px;
}
.s-license .ct .box_grey02:before {
  content: "";
  display: block;
  background: url(../img/img_license02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-license .ct .box_grey02:before {
    width: 125px;
    height: 121px;
    bottom: -9px;
    right: -28px;
  }
}
@media screen and (max-width: 767px) {
  .s-license .ct .box_grey02:before {
    width: 64px;
    height: 64px;
    bottom: -4px;
    right: -20px;
  }
}

.s-templateapp {
  background: #F2E9F5;
  position: relative;
}
.s-templateapp:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-templateapp:before {
    height: 250px;
    background: url(../img/bg_templateapp.png) no-repeat bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp:before {
    height: 150px;
    background: url(../img/bg_templateapp_sp.png) no-repeat bottom center;
    background-size: cover;
  }
}
.s-templateapp h2 {
  text-align: center;
  color: #fff;
}
.s-templateapp h2 span {
  display: block;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .s-templateapp h2 {
    font-size: 3.6rem;
    padding-top: 54px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp h2 {
    font-size: 1.6rem;
    padding-top: 27px;
    margin-bottom: 26px;
  }
}
.s-templateapp .toptxt {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #484848;
  font-weight: bold;
  line-height: 1.5;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .s-templateapp .toptxt {
    font-size: 2rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .toptxt {
    width: 80%;
    font-size: 1rem;
    margin-bottom: 26px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  .s-templateapp .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 43px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .inner {
    padding: 0 30px 35px;
  }
}
@media screen and (max-width: 350px) {
  .s-templateapp .inner {
    padding: 0 15px 35px;
  }
}
@media screen and (min-width: 768px) {
  .s-templateapp .box_sc {
    width: 390px;
    margin-right: 60px;
    margin-bottom: 61px;
  }
  .s-templateapp .box_sc:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .box_sc {
    margin-bottom: 15px;
  }
}
.s-templateapp .box_sc a {
  text-decoration: none;
}
.s-templateapp .sec {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec .in-sec {
    padding: 25px 30px 31px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec .in-sec {
    padding: 19px 20px 23px;
  }
}
@media screen and (max-width: 350px) {
  .s-templateapp .sec .in-sec {
    padding: 19px 15px 23px;
  }
}
.s-templateapp .sec h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec h3 {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
}
.s-templateapp .sec h3 span {
  display: block;
  color: #FEBE00;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec h3 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec h3 span {
    font-size: 1.2rem;
    margin-top: 1px;
  }
}
.s-templateapp .sec picture {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  height: 124px;
}
.s-templateapp .sec picture img {
  display: inline-block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl {
    display: flex;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl {
    margin-bottom: 15px;
  }
}
.s-templateapp .sec dl:last-child {
  margin-bottom: 0;
}
.s-templateapp .sec dl dt {
  font-weight: bold;
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dt {
    width: 74px;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 19px;
    padding: 1px;
    text-align: center;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd {
    width: calc(100% - 74px);
    padding-left: 16px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dd {
    font-size: 1.2rem;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd.price {
    padding-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dd.price {
    padding-top: 9px;
    text-align: center;
  }
}
.s-templateapp .sec dl dd.price span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd.price span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dd.price span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd ul {
    margin-top: -2px;
  }
}
.s-templateapp .sec dl dd li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd li {
    padding-left: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dd li {
    padding-left: 8px;
    line-height: 21px;
  }
}
.s-templateapp .sec dl dd li:before {
  content: "";
  background: #FEBE00;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec dl dd li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec dl dd li:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
}
.s-templateapp .sec .bnt {
  text-align: center;
  background: #484848;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec .bnt {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec .bnt {
    font-size: 1.3rem;
    padding-right: 16px;
  }
}
.s-templateapp .sec .bnt:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-templateapp .sec .bnt:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: 129px;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-templateapp .sec .bnt:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    right: 97px;
    bottom: 14px;
  }
}

.c-contact {
  background: url(../img/pt-1.png);
}
@media screen and (max-width: 767px) {
  .c-contact {
    background-size: 3px auto;
  }
}
.c-contact .inner {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact .inner {
    max-width: 840px;
    padding-top: 45px;
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-contact .inner {
    padding: 30px 15px;
  }
}
.c-contact h3 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact h3 {
    font-size: 1.8rem;
    line-height: 29px;
    margin-bottom: 13px;
  }
}
.c-contact h3 span {
  color: #FEBE00;
}
.c-contact .member {
  position: absolute;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-contact .member {
    right: 29px;
    top: 4px;
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .member {
    right: 28px;
    top: 12px;
    width: 92px;
  }
}
@media screen and (max-width: 350px) {
  .c-contact .member {
    right: 16px;
    top: 25px;
    width: 70px;
  }
}
.c-contact .member img {
  width: 100%;
  height: auto;
  display: block;
}
.c-contact .box {
  background: #fff;
  border-radius: 20px;
  color: #1A1A1A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact .box {
    display: flex;
    padding: 25px 0 29px;
  }
  .c-contact .box .l-box,
  .c-contact .box .r-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box {
    padding: 24px 30px 24px;
    position: relative;
  }
}
@media screen and (max-width: 350px) {
  .c-contact .box {
    padding: 24px 15px 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact .box h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .l-box {
    border-bottom: 2px solid rgba(26, 26, 26, 0.5);
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .l-box h4 {
    background: url(../img/ico_tel.png) no-repeat top 5px left;
    background-size: 16px auto;
    padding-left: 19px;
    display: inline-block;
    vertical-align: top;
  }
}
.c-contact .box .tell {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .c-contact .box .tell {
    background: url(../img/ico_tel.png) no-repeat top 17px left;
    background-size: 30px auto;
    padding-left: 33px;
    font-size: 3.9rem;
    line-height: 57px;
    margin: 5px 0 -3px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .tell {
    font-size: 2.8rem;
    line-height: 41px;
    margin: 1px 0 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact .box .tell_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .tell_sp {
    display: block;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .c-contact .box .tell_pc {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .tell_pc {
    display: none;
  }
}
.c-contact .box p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-contact .box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box p {
    font-size: 1rem;
  }
}
.c-contact .box .bnt {
  background: #01275C;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact .box .bnt {
    width: 280px;
    height: 50px;
    margin: 13px auto 0px;
  }
  .c-contact .box .bnt:hover a {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .bnt {
    max-width: 235px;
    width: 100%;
    height: 45px;
    margin: 8px auto 2px;
  }
}
.c-contact .box .bnt a {
  width: 100%;
  background: #0046A7;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c-contact .box .bnt a {
    height: 50px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .bnt a {
    height: 45px;
    font-size: 1.3rem;
  }
}
.c-contact .box .bnt a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .c-contact .box .bnt a:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .bnt a:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    bottom: 18px;
  }
}
.c-contact .box .bnt a img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-contact .box .bnt a img {
    width: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .box .bnt a img {
    width: 16px;
    margin-right: 5px;
  }
}

.bnt-inquiries {
  background: #01275C;
  position: fixed;
  z-index: 999;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .bnt-inquiries {
    width: 250px;
    height: 90px;
    border-radius: 29px;
    bottom: 40px;
    right: 40px;
  }
  .bnt-inquiries:hover a {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bnt-inquiries {
    width: 190px;
    height: 70px;
    border-radius: 10px;
    bottom: 10px;
    right: 10px;
    display: none;
  }
}
.bnt-inquiries.is-active {
  opacity: 0;
}
.bnt-inquiries a {
  width: 100%;
  background: #0546A7;
  position: absolute;
  bottom: 6px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .bnt-inquiries a {
    height: 90px;
    border-radius: 29px;
    line-height: 27px;
    padding: 18px 20px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .bnt-inquiries a {
    height: 70px;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 12px 14px;
  }
}
.bnt-inquiries img {
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .bnt-inquiries img {
    width: 87px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bnt-inquiries img {
    width: 69px;
    right: 0px;
  }
}

.inter-modal {
  display: none;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.lightBox__inner {
  position: relative;
  z-index: 99999;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .lightBox__inner {
    padding: 80px 30px;
  }
}
.lightBox__inner .contents {
  display: block;
}
@media screen and (min-width: 768px) {
  .lightBox__inner .contents {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents {
    padding: 9px 20px 20px;
  }
}
.lightBox__inner .contents img {
  display: block;
}
.lightBox__close {
  background: #707070;
  color: #fff;
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lightBox__close {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__close {
    font-size: 1.3rem;
  }
}
.lightBox__close span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lightBox__close span {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__close span {
    padding-left: 16px;
  }
}
.lightBox__close span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 6px;
}
@media screen and (min-width: 768px) {
  .lightBox__close span:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #fff;
    left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__close span:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #fff;
    left: 0px;
  }
}

.in-lightbox {
  position: relative;
  width: 100%;
  max-width: 840px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .in-lightbox {
    margin: 70px auto;
  }
}

@media screen and (min-width: 768px) {
  .lightBox {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lightBox {
    font-size: 1.2rem;
  }
}
.lightBox h3 {
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .lightBox h3 {
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 19px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox h3 {
    padding: 2px;
    margin-bottom: 5px;
    margin-top: 13px;
  }
}
.lightBox p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lightBox p {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox p {
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) {
  .lightBox .ct {
    display: flex;
    align-items: flex-start;
  }
}
.lightBox .ct img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .lightBox .ct img {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox .ct img {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .lightBox .ct p {
    width: calc(100% - 330px);
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox .ct p {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .lightBox h4 {
    margin: 27px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox h4 {
    margin: 9px 0 5px;
  }
}
.lightBox .img {
  text-align: center;
}
.lightBox .img img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lightBox .img img {
    max-width: 549px;
  }
}
@media screen and (min-width: 768px) {
  .lightBox .img.img1 {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox .img.img1 {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=style.css.map */
