@charset "UTF-8";
@font-face {
  font-family: "nsjp";
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "nsjp";
  font-weight: 700;
  src: url("./fonts/NotoSansJP-Bold.woff") format("woff");
}

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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

body {
  font-family: sans-serif;
}

a {
  color: inherit;
}

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

img {
  width: 100%;
}

/* for responsive */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

[hidden] {
  display: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  list-style: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "nsjp", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  color: #333333;
  line-height: 1.8;
}

a {
  overflow-x: hidden;
}

h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 1250px) {
  h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 660px) {
  h2 {
    font-size: 2.5rem;
  }
}

a:focus {
  outline: none;
}

section {
  padding: 100px 20px;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 80px 30px;
  }
}

@media screen and (max-width: 660px) {
  section {
    padding: 60px 15px;
  }
}

.container {
  max-width: 997px;
  width: 100%;
  margin: 0 auto;
}

.fv-container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}

.text-blue {
  color: #3DB0D5;
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tab-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-n-br {
    display: block;
  }
}

@media screen and (max-width: 460px) {
  .sp-s-br {
    display: block;
  }
}

header {
  height: 100px;
  padding: 13px 60px;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  z-index: 100;
}

@media screen and (max-width: 1250px) {
  header {
    padding: 13px 30px;
  }
}

@media screen and (max-width: 660px) {
  header {
    height: 50px;
  }
}

header .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 660px) {
  header .logo {
    width: 100px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 14px 16px;
  }
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 660px) {
  header .nav {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 0;
    height: 60px;
    left: 0;
  }
}

@media screen and (max-width: 460px) {
  header .nav {
    height: 80px;
  }
}

header .tell-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  header .tell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 660px) {
  header .tell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 660px) {
  header .tell-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}

header .tell-wrap p {
  margin-right: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1250px) {
  header .tell-wrap p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  header .tell-wrap p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 660px) {
  header .tell-wrap p {
    line-height: 0.3;
    margin-right: 0;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 460px) {
  header .tell-wrap p {
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  header .tell-wrap p .tell-text {
    display: none;
  }
}

header .tell-wrap .tell {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

header .tell-wrap .tell:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1250px) {
  header .tell-wrap .tell {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  header .tell-wrap .tell {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  header .tell-wrap .tell {
    line-height: 1.5;
  }
}

@media screen and (max-width: 460px) {
  header .tell-wrap .tell {
    margin-bottom: -9px;
    font-size: 1.8rem;
  }
}

header .tell-wrap .tell img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 26px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  header .tell-wrap .tell img {
    width: 20px;
  }
}

@media screen and (max-width: 660px) {
  header .tell-wrap .tell img {
    width: 15px;
  }
}

@media screen and (max-width: 660px) {
  header .contact-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .contact-btn a {
  color: #ffffff;
  background: #3DB0D5;
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  margin-left: 20px;
  transition: ease .3s;
}
header .contact-btn a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1250px) {
  header .contact-btn a {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1024px) {
  header .contact-btn a {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 660px) {
  header .contact-btn a {
    margin-left: 0;
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 660px) {
  header .contact-btn a {
    width: 80%;
  }
}

@media screen and (max-width: 660px) {
  header .contact-btn a .tab-br {
    display: inline;
  }
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-top: 100px;
}

@media screen and (max-width: 660px) {
  .fv {
    padding-top: 50px;
  }
}

.pc-fv {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .pc-fv {
    display: none;
  }
}

.sp-fv {
  width: 100%;
  height: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-fv {
    display: block;
  }
}

.problem .intro {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .problem .intro {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .problem .intro {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .problem .intro {
    font-size: 1.8rem;
  }
}

.problem .problem-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.problem .problem-wrap img {
  width: 32%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 660px) {
  .problem .problem-wrap {
    display: none;
  }
}

.problem .sp-problem-wrap {
  display: none;
}

@media screen and (max-width: 660px) {
  .problem .sp-problem-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.solution {
  background-color: #F7F7F7;
}

.solution .intro {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #3DB0D5;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .solution .intro {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .solution .intro {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 660px) {
  .solution .intro {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.solution .solution-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 660px) {
  .solution .solution-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.solution .solution-wrap .solution-item {
  text-align: center;
  background-color: #ffffff;
  width: 30%;
  padding: 40px 20px;
}

@media screen and (max-width: 660px) {
  .solution .solution-wrap .solution-item {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
}

.solution .solution-wrap .solution-item p {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .solution .solution-wrap .solution-item p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .solution .solution-wrap .solution-item p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.solution .solution-wrap .solution-item img {
  width: 60%;
}

@media screen and (max-width: 660px) {
  .solution .solution-wrap .solution-item img {
    width: 45%;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 55px solid #FACF51;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .triangle {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #FACF51;
  }
}

.furthermore {
  background-color: #ffffff;
  padding: 30px 50px;
  position: relative;
}

@media screen and (max-width: 660px) {
  .furthermore {
    padding: 30px 20px;
  }
}

.furthermore .result {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 200px;
}

@media screen and (max-width: 660px) {
  .furthermore .result {
    top: -30%;
    width: 160px;
  }
}

@media screen and (max-width: 460px) {
  .furthermore .result {
    top: -28%;
    width: 130px;
  }
}

.furthermore-text {
  background-color: #E9F1F7;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 660px) {
  .furthermore-text {
    padding: 10px;
  }
}

.furthermore-text .furthermore-text-item {
  font-size: 3rem;
  font-weight: bold;
  color: #3DB0D5;
}

@media screen and (max-width: 1024px) {
  .furthermore-text .furthermore-text-item {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 660px) {
  .furthermore-text .furthermore-text-item {
    font-size: 1.8rem;
  }
}

.furthermore-text .furthermore-text-item:before,
.furthermore-text .furthermore-text-item:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #3DB0D5;
  width: 3px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

.furthermore-text .furthermore-text-item:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.furthermore-text .furthermore-text-item:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.furthermore-detail {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .furthermore-detail {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .furthermore-detail {
    font-size: 1.6rem;
  }
}

.about {
  text-align: center;
  background: url(./images/hikari/about/about-bg.jpg);
  position: relative;
  z-index: 0;
  background-image: cover;
} 

.about .qr-block a{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.about .qr-block a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

.about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(70deg, #05A4D6, #005AC6);
  z-index: -1;
  opacity: 0.1;
}

.sub-title-decoration {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .sub-title-decoration {
    font-size: 2.5rem;
  }
}

.sub-title-decoration:after {
  content: '';
  background: url(./images/hikari/about/border.png);
  width: 200px;
  background-size: contain;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .sub-title-decoration:after {
    margin: 5px auto 0 auto;
  }
}

.about-detail {
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  .about-detail {
    margin: 30px 0;
  }
}

.about-detail .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .about-detail .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .about-detail .title {
    font-size: 1.8rem;
  }
}

.about-detail .detail {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-item-block .item-wrap {
  width: 30%;
}

@media screen and (max-width: 660px) {
  .about-item-block .item-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about-item-block .item-wrap .text {
  text-align: left;
  font-weight: bold;
  line-height: 1.8;
}

.about-item-block .item {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
}

.about-item-block .item .title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .about-item-block .item .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .about-item-block .item .title {
    font-size: 1.8rem;
  }
}

.about-item-block .item .item-inner {
  padding: 25px;
  border: solid 2px #3DB0D5;
  height: 100%;
}

.about-item-block .item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}

.about-item-block .item .img-wrap img {
  width: 60%;
}

.about-item-image {
  display: block;
  margin: 60px 0;
}

@media screen and (max-width: 660px) {
  .about-item-image {
    margin: 30px 0;
  }
}

.efficacy {
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
}

@media screen and (max-width: 660px) {
  .efficacy {
    padding: 30px 15px;
  }
}

.efficacy h2:after {
  content: '';
  display: block;
  background: url(./images/hikari/about/efficacy-effect.png);
  width: 80px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px auto;
  margin-bottom: 0;
}

.efficacy .intro {
  font-size: 2.5rem;
  font-weight: block;
}

@media screen and (max-width: 1024px) {
  .efficacy .intro {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .efficacy .intro {
    font-size: 1.6rem;
  }
}

.efficacy-block {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .efficacy-block {
    margin: 15px 0;
  }
}

@media screen and (max-width: 460px) {
  .efficacy-block {
    margin: 0;
  }
}

.efficacy-block .efficacy-item {
  width: 49%;
  text-align: left;
  border: solid 2px #3DB0D5;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .efficacy-block .efficacy-item {
    width: 100%;
  }
}

.efficacy-block .efficacy-item .title {
  font-weight: block;
  font-size: 2.5rem;
  background: #3DB0D5;
  padding: 10px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .efficacy-block .efficacy-item .title {
    font-size: 2rem;
  }
}

.efficacy-block .efficacy-item img {
  margin-bottom: 20px;
}

.efficacy-block .efficacy-item .efficacy-item-wrap {
  padding: 30px;
}

@media screen and (max-width: 660px) {
  .efficacy-block .efficacy-item .efficacy-item-wrap {
    padding: 15px;
  }
}

.efficacy-block .efficacy-item .efficacy-item-wrap a {
  display: block;
}

.efficacy-block .efficacy-item .efficacy-item-wrap .normal {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.efficacy-block .efficacy-item .efficacy-item-wrap .bold {
  font-weight: bold;
  margin-bottom: 15px;
}

.efficacy-block .efficacy-item .efficacy-item-wrap .text-korona {
  margin-top: 40px;
  border-bottom: solid 2px #3DB0D5;
  padding-bottom: 10px;
}

.efficacy-block .efficacy-item .efficacy-item-wrap .text-korona-evidence {
  color: #3DB0D5;
}

.efficacy-block .efficacy-item .efficacy-item-wrap a:hover {
  opacity: 0.7;
}

.question {
  position: relative;
  z-index: 1;
}

.question h2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .question h2 {
    margin-bottom: 50px;
  }
}

.agency {
  text-align: center;
  background: #F7F7F7;
  position: relative;
  padding-bottom: 150px;
}

.agency .agency-text {
  padding: 12%;
  background: #fff;
  font-weight: bold;
  margin-top: -6%;
}

@media screen and (max-width: 1024px) {
  .agency .agency-text {
    padding: 8%;
  }
}

@media screen and (max-width: 660px) {
  .agency .agency-text {
    padding: 8% 5%;
  }
}

.agency:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(./images/hikari/agency/agency-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .agency:after {
    width: 250px;
    height: 170px;
  }
}

.agency-title {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 40px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #3DB0D5;
}

.agency-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3DB0D5;
}

.agency-title h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.merit h2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .merit h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 660px) {
  .merit h2 {
    margin-bottom: 20px;
  }
}

.merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #C1C1C1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .merit-item {
    padding: 25px 0;
  }
}

@media screen and (max-width: 660px) {
  .merit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merit-item:last-child {
  border-bottom: none;
}

.merit-item .text-wrap {
  width: 55%;
}

@media screen and (max-width: 660px) {
  .merit-item .text-wrap {
    width: 100%;
  }
}

.merit-item .text-wrap .title {
  font-size: 3rem;
  font-weight: bold;
  color: #3DB0D5;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .merit-item .text-wrap .title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 660px) {
  .merit-item .text-wrap .title {
    margin-bottom: 10px;
  }
}

.merit-item img {
  width: 40%;
}

@media screen and (max-width: 660px) {
  .merit-item img {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 660px) {
  .merit-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.merit-company {
  margin-top: 100px;
  padding: 50px;
  border: solid 3px #3DB0D5;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .merit-company {
    padding: 30px;
  }
}

.merit-company .title-wrap {
  margin-top: -12%;
}

@media screen and (max-width: 1024px) {
  .merit-company .title-wrap {
    margin-top: -5.5em;
  }
}

.merit-company .title {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  background: #ffffff;
  font-size: 3rem;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .merit-company .title {
    font-size: 2.5rem;
  }
}

.merit-company .text {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.merit-company .text span {
    color: #d74517;
    font-weight: bold;
}

.flow h2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .flow h2 {
    margin-bottom: 50px;
  }
}

.flow {
  background: #F7F7F7;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.flow-item .img {
  width: 10%;
  margin-right: 7%;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 660px) {
  .flow-item .img {
    width: 20%;
    margin-right: 5%;
  }
}

.flow-item .img:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  background: #3DB0D5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 8em;
  z-index: -1;
}

@media screen and (max-width: 660px) {
  .flow-item .img:after {
    height: 12em;
  }
}

.flow-item:last-child .img:after {
  display: none;
}

.flow-item .flow-detail {
  width: 90%;
}

@media screen and (max-width: 660px) {
  .flow-item .flow-detail {
    width: 80%;
  }
}

.flow-item .flow-detail .title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .flow-item .flow-detail .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .flow-item .flow-detail .title {
    font-size: 1.8rem;
  }
}

.training-block {
  padding: 100px 100px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .training-block {
    padding: 50px;
  }
}

@media screen and (max-width: 660px) {
  .training-block {
    padding: 30px 20px;
  }
}

.training-block h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 660px) {
  .training-block h2 {
    margin-bottom: 20px;
  }
}

.training-block .intro {
  text-align: center;
  font-weight: bold;
}

.training-block .training-table {
  margin: 50px 0;
}

@media screen and (max-width: 660px) {
  .training-block .training-table {
    margin: 10px 0;
  }
}

.training-block .training-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: solid 1px #333333;
}

@media screen and (max-width: 660px) {
  .training-block .training-table dl {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.training-block .training-table dl dt {
  width: 25%;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  .training-block .training-table dl dt {
    width: 100%;
  }
}

.training-block .training-table dl dd {
  width: 75%;
}

@media screen and (max-width: 660px) {
  .training-block .training-table dl dd {
    width: 100%;
  }
}

.comparison {
  background: #F7F7F7;
}

.comparison .warning {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 660px) {
  .comparison-table-wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.comparison-table th,
.comparison-table td {
  padding: 20px 10px;
  border-right: 1px solid #bbb;
	text-align: center;
}

.comparison-table {
  margin-top: 80px;
  width: 100%;
  border: solid 5px #3DB0D5;
  text-align: center;
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .comparison-table {
    margin-top: 50px;
  }
}

.comparison-table .company {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .comparison-table .company {
    font-size: 2.2rem;
  }
}

.comparison-table .company th:nth-child(1) {
  width: 20%;
}

.comparison-table .company th:nth-child(2) {
  width: 30%;
}

.comparison-table .company th:nth-child(3) {
  width: 25%;
}

.comparison-table .company th:nth-child(4) {
  width: 25%;
}

.comparison-table tr {
  border-bottom: solid 1px #bbb;
}

.comparison-table tr .niziasu-price {
  padding: 0;
}

.comparison-table tr .niziasu-price .niziasu-price-wrap {
  display: block;
  padding: 20px 10px;
}

.comparison-table tr .niziasu-price .training-price {
  display: block;
  background: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  color: #333333;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .comparison-table tr .niziasu-price .training-price {
    font-size: 1.4rem;
  }
}

.comparison-table tr th {
  vertical-align: middle;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .comparison-table tr th {
    font-size: 1.6rem;
  }
}

.comparison-table tr td {
  vertical-align: middle;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .comparison-table tr td {
    font-size: 1.6rem;
  }
}

.comparison-table tr td:nth-of-type(1) {
  background: #3DB0D5;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comparison-table tr td:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.comparison-table tr .niziasu {
  background: #3DB0D5;
  color: #ffffff;
}

.cv {
  text-align: center;
  color: #ffffff;
  background: url(./images/hikari/cv/cv-bg.jpg);
  background-size: cover;
  font-weight: bold;
}

.cv .campaign {
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .cv .campaign {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .cv .campaign {
    font-size: 1.8rem;
  }
}

.cv-tell-wrap .tell {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cv-tell-wrap .tell {
    font-size: 4rem;
  }
}

.cv-tell-wrap .tell img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 35px;
  margin-right: 10px;
}

.normal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 40px;
  background: linear-gradient(70deg, #05A4D6, #005AC6);
  padding: 30px 50px;
  font-size: 2.5rem;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .normal-btn {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .normal-btn {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 10px 20px;
    height: 70px;
  }
}

.normal-btn p {
  width: 80%;
}

.normal-btn img {
  width: 10%;
}

.normal-btn:hover {
  background: linear-gradient(70deg, #005AC6, #05A4D6);
}

.campaign .campaign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign .campaign-inner p {
  margin: 0 15px;
  letter-spacing:2px;
}

.campaign .campaign-inner:before,
.campaign .campaign-inner:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 3px;
  height: 2.5em;
  margin: 0 1em;
  margin-top: 1.2em;
  vertical-align: middle;
}

.campaign .campaign-inner:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.campaign .campaign-inner:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.campaign .campaign-inner .big {
  font-size: 3rem;
  letter-spacing: 3.5px;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
    .campaign .campaign-inner .big {
      font-size: 2.5rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .campaign .campaign-inner .big {
      font-size: 2.5rem;
      letter-spacing: 3px;
    }
  }
.company-about {
  background: url(./images/hikari/company/company.jpg);
  position: relative;
  background-size: cover;
  z-index: 0;
  color: #ffffff;
  text-align: center;
}

.company-about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(70deg, #05A4D6, #005AC6);
  z-index: -1;
  opacity: 0.6;
}

.company-about .detail {
  margin-top: 50px;
}

@media screen and (max-width: 660px) {
  .company-about .detail {
    margin-top: 20px;
  }
}

.company-about .normal-btn {
  background: #ffffff;
  color: #3DB0D5;
  -webkit-transition: ease 0.3;
  transition: ease 0.3;
}

.company-about .normal-btn:hover {
  opacity: 0.7;
}

.ac > li {
  /* margin-bottomにすると変な動きをするのでpaddingにする */
  list-style: none;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.ac-label {
  cursor: pointer;
  position: relative;
  padding: 30px 100px;
  font-weight: bold;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

@media screen and (max-width: 768px) {
  .ac-label {
    padding: 30px 80px 30px 130px;
  }
}

@media screen and (max-width: 660px) {
  .ac-label {
    padding: 10px 60px 15px 60px;
  }
}

.ac-label:hover {
  opacity: 0.6;
}

.ac-label:after {
  content: '';
  display: block;
  position: absolute;
  background: url(./images/hikari/question/question-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ac-label:after {
    width: 72px;
    height: 72px;
  }
}

@media screen and (max-width: 660px) {
  .ac-label:after {
    width: 40px;
    height: 40px;
    left: 15px;
  }
}

.ac-content {
  display: none;
  padding: 20px 100px;
  border-top: 1px solid #dddde4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ac-content {
    padding: 32px 32px;
  }
}

.ac-content:after {
  content: '';
  display: block;
  position: absolute;
  background: url(./images/hikari/question/answer-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  left: 32px;
  top: 20%;
}

@media screen and (max-width: 768px) {
  .ac-content:after {
    display: none;
  }
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 50px;
  height: 50px;
  background: none;
}

@media screen and (max-width: 768px) {
  .icon-wrap {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 460px) {
  .icon-wrap {
    width: 50px;
    height: 50px;
  }
}

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: #3DB0D5;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.contact {
  background: #F7F7F7;
}

.contact h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 660px) {
  .contact h2 {
    margin-bottom: 30px;
  }
}

.contact .contact-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact .contact-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact .contact-item-wrap .contact-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact .contact-item-wrap .contact-item {
    width: 100%;
  }
}

.contact .contact-item-wrap .contact-item .contact-item-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact .contact-item-wrap .contact-item .contact-item-title {
    margin-bottom: 10px;
  }
}

.contact .contact-item-wrap .contact-item .normal-btn {
  background: #3DB0D5;
  margin-top: 20px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

@media screen and (max-width: 1024px) {
  .contact .contact-item-wrap .contact-item .normal-btn {
    width: 70%;
    font-size: 1.8rem;
  }
}

.contact .contact-item-wrap .contact-item .normal-btn:hover {
  opacity: 0.7;
}

.contact .contact-item-wrap .cv-tell-wrap {
  color: #333333;
}

.contact .contact-item-wrap .cv-tell-wrap .tell:hover {
  -webkit-transition: ease .3s;
  transition: ease .3s;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .contact .contact-item-wrap .cv-tell-wrap .tell {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact .contact-item-wrap .cv-tell-wrap .tell img {
    width: 25px;
  }
}

.contact .contact-item-wrap .cv-tell-wrap a {
  margin: 0;
}

.arrow-bottom {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3DB0D5;
}

.contact-form-wrap {
  background: #ffffff;
  padding: 50px 100px;
  margin-top: 50px;
}

.contact-form-wrap h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.contact-form-wrap .contact-list .contact-item {
    display: flex;
    margin-top: 30px;
}

.contact-form-wrap .contact-list .contact-item .contact-item_heading {
    width: 40%;
    font-size: 2rem;
    font-weight: bold;
    padding-right: 20px;
}

.contact-form-wrap .contact-list .contact-item .contact-item_heading .mandatory{
    font-size: 1.6rem;
    font-weight: bold;
    background: #3DB0D5;
    color: #fff;
    display: inline-block;
    padding: 1px 8px;
    text-align:center;
    margin-left: 8px;
}

.contact-form-wrap .contact-list .contact-item .contact-item_content{
    width: 60%;
}
.contact-form-wrap .contact-list .contact-item .contact-item_content.select-wrap select{
    padding: 10px;
    padding-right: 30px;
    width: 100%;
}
.contact-form-wrap .contact-list .contact-item .select-wrap {
    position: relative;
}
.contact-form-wrap .contact-list .contact-item .select-wrap:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #3DB0D5;
    border-right: solid 2px #3DB0D5;
    position: absolute;
    top: 53%;
    right: 18px;
    margin-top: -6px;
    transform: rotate(45deg);
}
.mw_wp_form.mw_wp_form_complete {
    text-align: center;
    margin-top: 35px;
}
.contact-form-wrap .contact-button {
    text-align: center;
    margin-top: 20px;
}
.contact-form-wrap .contact-button input {
    background: #3DB0D5;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    font-size: 2.5rem;
    cursor: pointer;
    transition: ease 0.3s;
	border: none;
	padding: 15px 0;
}
.contact-form-wrap .contact-button input:hover {
    opacity: 0.5;
}

.contact-form-wrap .contact-item_content input,.contact-form-wrap .contact-item_content textarea {
    border: none;
    background: #F7F7F7;
    padding: 15px;
    width: 100%;
}
.contact-item_heading[data-required]::after {
	display: none;
}
.contact-form-wrap .contact-button {
	width:100%;
}
@media screen and (max-width: 768px) {
    .contact-form-wrap .contact-list .contact-item {
        flex-direction: column;
    }
    .contact-form-wrap .contact-list .contact-item .contact-item_heading {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .contact-form-wrap .contact-list .contact-item .contact-item_heading .mandatory {
        font-size: 1.4rem;
    }
    .contact-form-wrap .contact-list .contact-item .contact-item_content {
        width: 100%;
    }
    .contact-form-wrap {
        padding: 60px 20px;
    }
    .contact-form-wrap h3 {
        display: block;
        margin-bottom: 60px;
    }
    .contact-form-wrap .contact-button input {
        max-width: 400px;
    }
    .contact-form-wrap .contact-list .contact-item br {
        display: none;
    }
    
}

.standard {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.standard img{
    width: 130px;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

footer {
  background: #3DB0D5;
  padding: 100px 0;
  color: #ffffff;
  padding: 80px 30px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-wrap .logo {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .footer-wrap .logo {
    margin-bottom: 30px;
  }
}

.footer-wrap .footer-company-detail {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .footer-wrap .footer-company-detail {
    width: 100%;
  }
}

.footer-wrap .footer-company-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}

.footer-wrap .footer-company-detail dl dt {
  width: 35%;
}

.footer-wrap .footer-company-detail dl dd {
  width: 65%;
}

small {
  color: #ffffff;
  padding-top: 8px;
  font-size: 1.2rem;
  display: block;
  text-align: right;
  margin-top: 50px;
}

.st-footer,.st-header {
	display: none;
}

@media screen and (max-width: 768px) {
  small {
    text-align: center;
  }
}

/* IE */
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  *::-ms-backdrop, .about-point-block .point-item img {
    height: 38%;
  }
}
/*# sourceMappingURL=style.css.map */


.kyosai .home {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  border-bottom: 1px solid #05A4D6;
  font-size: 1.3rem;
  transition: all 0.5s;
  color:#3DB0D5;
} 

.kyosai .home:hover {
  opacity: 0.5;
} 
.kyosai .home:after {
  content: "";
  position: absolute;
  top: 50%;   /* 縦軸をセンタリングする */ 
  right: 0;
  transform: translateY(-50%);   /* 縦軸をセンタリングする */  
  border: 4px solid transparent;
  border-left: 6px solid #05A4D6;   /* 好みで色を変えてください */  
} 