/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:active, a:hover {
  opacity: 0.6;
  transition: all 0.6s;
}

:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:-webkit-any-link {
  color: inherit;
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* General setting */
html {
  height: 100%;
}

html,
body {
  width: 100vw;
  min-width: 320px;
  overflow-x: hidden;
  font-size: 62.5%;
  position: relative;
}

main {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
body .sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp_only {
    display: block !important;
  }
}
body br.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body br.sp_only {
    display: inline !important;
  }
}
body br.tab_only {
  display: none;
}
@media screen and (max-width: 768px) {
  body br.tab_only {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body br.tab_only {
    display: none;
  }
}
body br.pc_only {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  body br.pc_only {
    display: none !important;
  }
}
body .pc_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc_only {
    display: none !important;
  }
}
body .pc_only_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  body .pc_only_flex {
    display: none !important;
  }
}
body .sp_only_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp_only_flex {
    display: flex !important;
  }
}
body img.pc_only {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  body img.pc_only {
    display: none !important;
  }
}
body img.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body img.sp_only {
    display: inline !important;
  }
}

header {
  position: fixed;
  background-color: #151515;
  width: 100%;
  z-index: 4;
}
header .header_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}
@media screen and (max-width: 1100px) {
  header .header_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 38px 40px;
  }
}
@media screen and (max-width: 550px) {
  header .header_inner {
    padding: 20px;
  }
}
header .header_inner .content_img {
  display: inline-block;
  width: 140px;
}
@media screen and (max-width: 1100px) {
  header .header_inner .content_img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .content_img {
    width: 204px;
  }
}
@media screen and (max-width: 550px) {
  header .header_inner .content_img {
    width: 150px;
  }
}
@media screen and (max-width: 414px) {
  header .header_inner .content_img {
    width: 120px;
  }
}
header .header_inner .content_link .link_inner {
  color: #fff;
  margin-right: 33px;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  header .header_inner .content_link .link_inner {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  header .header_inner .content_link .link_inner {
    font-size: 12px;
  }
}
header .header_inner .content_link .link_inner:last-child {
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  header .header_inner .content_link .link_inner:last-child {
    margin-right: 25px;
  }
}
header .header_inner .content_link .link_contact {
  display: inline-block;
  width: 192px;
}
@media screen and (max-width: 1100px) {
  header .header_inner .content_link .link_contact {
    width: 150px;
  }
}
header .header_inner .sp_menu_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 40px;
}
@media screen and (max-width: 550px) {
  header .header_inner .sp_menu_btn {
    width: 50px;
    height: 30px;
  }
}
header .header_inner .sp_menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
  width: 60px;
}
@media screen and (max-width: 550px) {
  header .header_inner .sp_menu_btn span {
    width: 50px;
  }
}
header .header_inner .sp_menu_btn span:nth-of-type(1) {
  top: 0;
}
header .header_inner .sp_menu_btn span:nth-of-type(2) {
  top: 50%;
}
header .header_inner .sp_menu_btn span:nth-of-type(3) {
  top: 100%;
}
header .header_inner .sp_menu_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 60px;
}
@media screen and (max-width: 550px) {
  header .header_inner .sp_menu_btn.active span:nth-of-type(1) {
    top: 10px;
    width: 50px;
  }
}
header .header_inner .sp_menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .sp_menu_btn.active span:nth-of-type(3) {
  top: 30px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 60px;
}
@media screen and (max-width: 550px) {
  header .header_inner .sp_menu_btn.active span:nth-of-type(3) {
    top: 22px;
    width: 50px;
  }
}

.menu {
  position: fixed;
  background-color: #151515;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 3;
  top: 0;
  right: -120%;
  transition: all 0.6s;
}
.menu .menu_inner {
  padding: 200px 10.15625vw 14.3229166667vw;
}
@media screen and (max-width: 550px) {
  .menu .menu_inner {
    padding: 140px 10.15625vw 60px;
  }
}
@media screen and (max-width: 414px) {
  .menu .menu_inner {
    padding: 110px 10.15625vw 50px;
  }
}
.menu .menu_inner .menu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .menu .menu_inner .menu_link {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .menu .menu_inner .menu_link {
    padding-bottom: 25px;
  }
}
.menu .menu_inner .menu_link .menu_link_txt {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .menu .menu_inner .menu_link .menu_link_txt {
    font-size: 25px;
  }
}
.menu .menu_inner .menu_link .menu_arrow {
  width: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 550px) {
  .menu .menu_inner .menu_link .menu_arrow {
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .menu .menu_inner .menu_link .menu_arrow {
    margin-top: 7px;
  }
}
.menu .menu_inner .menu_link_bottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .menu .menu_inner .menu_link_bottom {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  .menu .menu_inner .menu_link_bottom {
    margin-bottom: 50px;
  }
}
.menu .menu_inner .menu_link_contact {
  display: inline-block;
  max-width: 73.6979166667vw;
  margin: 0 auto;
}

.menu_active {
  right: 0;
}

.mv {
  height: 607px;
  background-image: url(../img/mv/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
@media screen and (max-width: 1100px) {
  .mv {
    margin-top: 72px;
    height: 55.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 136px;
    background-image: url(../img/mv/sp_bg.jpg);
    background-position: center top;
    height: 127.6041666667vw;
  }
}
@media screen and (max-width: 550px) {
  .mv {
    margin-top: 83px;
  }
}
@media screen and (max-width: 414px) {
  .mv {
    margin-top: 74px;
  }
}
.mv .mv_inner {
  display: flex;
  max-width: 1400px;
  width: 100%;
  justify-content: right;
  align-items: flex-end;
  margin: 0 auto -20px;
}
@media screen and (max-width: 768px) {
  .mv .mv_inner {
    display: block;
    margin: 0 auto -15.625vw;
  }
}
.mv .mv_inner .mv_inner_content {
  width: 392px;
  margin: 0 24px 90px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .mv .mv_inner .mv_inner_content {
    width: 35.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_inner_content {
    width: 72.65625vw;
    margin: 0 auto;
  }
}
.mv .mv_inner .mv_inner_content .mv_inner_content_top {
  width: 100%;
}
.mv .mv_inner .mv_inner_content .border {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_inner_content .border {
    margin: 3.90625vw 0;
  }
}
.mv .mv_inner .mv_inner_content .mv_txt {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .mv .mv_inner .mv_inner_content .mv_txt {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_inner_content .mv_txt {
    text-align: center;
    font-size: 3.3854166667vw;
  }
}
.mv .mv_inner .mv_inner_content .mv_link {
  display: inline-block;
  width: 338px;
  margin-top: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1100px) {
  .mv .mv_inner .mv_inner_content .mv_link {
    width: 30.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_inner_content .mv_link {
    margin-top: 7.8125vw;
    width: 100%;
  }
}
.mv .mv_inner .mv_inner_img {
  max-width: 812px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_inner .mv_inner_img {
    max-width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_inner_img {
    max-width: 100%;
    margin: 9.1145833333vw auto -22.1354166667vw;
  }
}

.about {
  background-image: url(../img/about/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url(../img/about/sp_bg.jpg);
  }
}
.about .about_inner {
  max-width: 1100px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about_inner {
    padding: 0;
  }
}
.about .about_inner .campaign .campaign_title {
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 50px;
  width: 750px;
}
@media screen and (max-width: 1000px) {
  .about .about_inner .campaign .campaign_title {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .campaign .campaign_title {
    padding-top: 45.5729166667vw;
    padding-left: 11.71875vw;
    width: 86.9791666667vw;
  }
}
.about .about_inner .campaign .campaign_txt .txt_main {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 20px auto 0;
}
@media screen and (max-width: 1000px) {
  .about .about_inner .campaign .campaign_txt .txt_main {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .campaign .campaign_txt .txt_main {
    margin: 3.2552083333vw auto 0;
    font-size: 2.6041666667vw;
  }
}
.about .about_inner .campaign .campaign_txt .txt_sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 5px auto 0;
}
@media screen and (max-width: 1000px) {
  .about .about_inner .campaign .campaign_txt .txt_sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .campaign .campaign_txt .txt_sub {
    margin: 3.2552083333vw auto 0;
    font-size: 2.0833333333vw;
  }
}
.about .about_inner .top_content {
  padding-top: 90px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .about .about_inner .top_content {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .top_content {
    display: block;
    padding-top: 13.0208333333vw;
    margin-bottom: 15.625vw;
  }
}
.about .about_inner .top_content .title {
  width: 326px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .about .about_inner .top_content .title {
    width: 63.1510416667vw;
    margin: 0 auto;
  }
}
.about .about_inner .top_content .detail {
  width: 525px;
}
@media screen and (max-width: 768px) {
  .about .about_inner .top_content .detail {
    width: 100%;
    margin: 0 auto;
  }
}
.about .about_inner .top_content .detail .detail_title {
  width: 247px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about .about_inner .top_content .detail .detail_title {
    width: 42.3177083333vw;
    margin: 11.0677083333vw auto 0;
  }
}
.about .about_inner .top_content .detail .detail_txt {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .about .about_inner .top_content .detail .detail_txt {
    text-align: center;
    font-size: 3.3854166667vw;
    margin: 8.4635416667vw auto 0;
  }
}
.about .about_inner .bottom_content {
  padding-bottom: 20px;
}
.about .about_inner .bottom_content .title {
  width: 220px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .about .about_inner .bottom_content .title {
    width: 36.4583333333vw;
    margin: 0 auto 13.0208333333vw;
  }
}
.about .about_inner .bottom_content .bottom_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about_inner .bottom_content .bottom_contents {
    max-width: 86.9791666667vw;
  }
}
.about .about_inner .bottom_content .bottom_contents .content {
  position: relative;
  max-width: 279px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 80px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  .about .about_inner .bottom_content .bottom_contents .content {
    max-width: 27.9vw;
    margin-right: 1vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .bottom_content .bottom_contents .content {
    max-width: 41.1458333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
.about .about_inner .bottom_content .bottom_contents .content:nth-child(3n) {
  margin-right: 0;
}
.about .about_inner .bottom_content .bottom_contents .content .content_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  width: 92px;
}
@media screen and (max-width: 768px) {
  .about .about_inner .bottom_content .bottom_contents .content .content_icon {
    width: 11.9791666667vw;
  }
}

.function {
  background-image: url(../img/function/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .function {
    background-image: url(../img/function/sp_bg.jpg);
  }
}
.function .function_inner {
  max-width: 1100px;
  padding: 0 25px 95px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .function .function_inner {
    max-width: 86.9791666667vw;
    padding: 0 0 14.9739583333vw;
    margin: 0 auto;
  }
}
.function .function_inner .title {
  width: 300px;
  padding: 80px 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .function .function_inner .title {
    width: 52.0833333333vw;
  }
}
.function .function_inner .title .title_img {
  width: 100%;
}
.function .function_inner .title .title_txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .function .function_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.function .function_inner .function_contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .function .function_inner .function_contents {
    max-width: 86.9791666667vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.function .function_inner .function_contents .content {
  width: 235px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .function .function_inner .function_contents .content {
    width: 41.1458333333vw;
    margin-right: 0px;
    margin-bottom: 9.1145833333vw;
  }
}
.function .function_inner .function_contents .content:last-child {
  margin-right: 0;
}
.function .function_inner .function_contents .content .content_img {
  width: 100%;
}
.function .function_inner .function_contents .content .content_txt {
  text-align: left;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .function .function_inner .function_contents .content .content_txt {
    font-size: 1.7777777778vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .function .function_inner .function_contents .content .content_txt {
    font-size: 3.3854166667vw;
    text-align: center;
  }
}
.function .function_inner .function_contents .content .content_detail {
  text-align: left;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .function .function_inner .function_contents .content .content_detail {
    font-size: 1.4444444444vw;
    margin-top: 0.9114583333vw;
  }
}
@media screen and (max-width: 768px) {
  .function .function_inner .function_contents .content .content_detail {
    font-size: 2.734375vw;
    margin-top: 1.953125vw;
  }
}

.example {
  background-image: url(../img/example/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.example .example_inner {
  max-width: 1100px;
  padding: 0 25px 133px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .example .example_inner {
    background-image: url(../img/example/sp_bg.jpg);
    padding: 0 6.5104166667vw 17.3177083333vw;
  }
}
.example .example_inner .title {
  width: 244px;
  padding: 80px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .example .example_inner .title {
    width: 44.2708333333vw;
    padding: 13.0208333333vw 0 7.8125vw;
  }
}
.example .example_inner .title .title_img {
  width: 100%;
}
.example .example_inner .title .title_txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .example .example_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.example .example_inner .example_contents .example_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 170px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content {
    margin-bottom: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content {
    display: block;
  }
}
.example .example_inner .example_contents .example_content:last-child {
  margin-bottom: 0;
}
.example .example_inner .example_contents .example_content .content_img {
  max-width: 493px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .content_img {
    max-width: 79.8177083333vw;
    margin: 0 auto;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail {
  position: relative;
  max-width: 460px;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail {
    max-width: 46vw;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail {
    max-width: 66.40625vw;
    padding-top: 9.1145833333vw;
    margin: 1.3020833333vw auto 0;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .contennt_detail_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .contennt_detail_title {
    margin-bottom: 3vw;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .title_1 {
  width: 420px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_1 {
    width: 42vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_1 {
    width: 66.40625vw;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .title_2 {
  width: 350px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_2 {
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_2 {
    width: 55.9895833333vw;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .title_3 {
  width: 435px;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_3 {
    width: 43.5vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail .title_3 {
    width: 65.1041666667vw;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .detail_txt {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.25;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .detail_txt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail .detail_txt {
    font-size: 3.3854166667vw;
    line-height: 1.5;
  }
}
.example .example_inner .example_contents .example_content .contennt_detail .contennt_detail_num {
  position: absolute;
  width: 170px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .example .example_inner .example_contents .example_content .contennt_detail .contennt_detail_num {
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .example_content .contennt_detail .contennt_detail_num {
    width: 18.2291666667vw;
    transform: translateX(60%);
  }
}
.example .example_inner .example_contents .content_even {
  flex-direction: row-reverse;
}
.example .example_inner .example_contents .content_even .content_img {
  max-width: 79.8177083333vw;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .example .example_inner .example_contents .content_even .content_img {
    margin: 0 auto;
  }
}

.contact {
  background-image: url(../img/contact/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.contact .contact_txt {
  width: 610px;
  margin: 0 auto;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .contact .contact_txt {
    width: 79.4270833333vw;
    padding-top: 8.4635416667vw;
  }
}
.contact .contact_link {
  display: inline-block;
  width: 411px;
  margin: 25px auto 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact .contact_link {
    width: 53.515625vw;
    margin: 6.5104166667vw auto 0;
    padding-bottom: 7.8125vw;
  }
}

.comparison {
  background-color: #fff;
}
.comparison .comparison_inner {
  max-width: 1100px;
  padding: 0 25px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner {
    padding: 0 6.5104166667vw 17.3177083333vw;
  }
}
.comparison .comparison_inner .title {
  width: 374px;
  padding: 110px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner .title {
    width: 67.1875vw;
    padding: 13.0208333333vw 0 6.5104166667vw;
  }
}
.comparison .comparison_inner .title .title_img {
  width: 100%;
}
.comparison .comparison_inner .title .title_txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.comparison .comparison_inner .comparison_lists_pc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner .comparison_lists_pc {
    display: none;
  }
}
.comparison .comparison_inner .comparison_lists_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner .comparison_lists_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .comparison .comparison_inner .comparison_lists_sp .comparison_list {
    max-width: 86.9791666667vw;
    margin: 0 auto 9.1145833333vw;
  }
}
.comparison .comparison_inner .comparison_lists_sp .comparison_list:last-child {
  margin-bottom: 0;
}

.voice {
  background-color: #e9e9e9;
}
.voice .voice_inner {
  max-width: 1400px;
  padding: 0 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .voice_inner {
    padding: 0 0 14.3229166667vw;
  }
}
.voice .voice_inner .title {
  width: 170px;
  padding: 75px 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .title {
    width: 30.2083333333vw;
    padding: 14.3229166667vw 0 7.8125vw;
  }
}
.voice .voice_inner .title .title_img {
  width: 100%;
}
.voice .voice_inner .title .title_txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.voice .voice_inner .voice_swiper {
  max-width: 1400px;
  margin: 0 auto;
}
.voice .voice_inner .voice_swiper .voice_contents {
  width: 100%;
}
.voice .voice_inner .voice_swiper .voice_contents .voice_content {
  width: 775px;
}
.voice .voice_inner .voice_swiper .swiper-button-prev,
.voice .voice_inner .voice_swiper .swiper-button-next {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .voice .voice_inner .voice_swiper .swiper-button-prev,
.voice .voice_inner .voice_swiper .swiper-button-next {
    height: 5.7142857143vw;
    width: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .voice_swiper .swiper-button-prev,
.voice .voice_inner .voice_swiper .swiper-button-next {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
  }
}
.voice .voice_inner .voice_swiper .swiper-button-prev {
  left: 19.5%;
  background-image: url(../img/voice/btn_prev.png);
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .voice_swiper .swiper-button-prev {
    left: 3.5%;
  }
}
.voice .voice_inner .voice_swiper .swiper-button-prev::after {
  content: "";
}
.voice .voice_inner .voice_swiper .swiper-button-next {
  right: 19.5%;
  background-image: url(../img/voice/btn_next.png);
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .voice_swiper .swiper-button-next {
    right: 3.5%;
  }
}
.voice .voice_inner .voice_swiper .swiper-button-next::after {
  content: "";
}

.plan {
  background-image: url(../img/plan/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.plan .plan_inner {
  max-width: 1100px;
  padding: 0 25px 120px;
  margin: 0 auto;
}
.plan .plan_inner .title {
  width: 140px;
  padding: 90px 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .title {
    width: 24.7395833333vw;
    padding: 14.3229166667vw 0 7.8125vw;
  }
}
.plan .plan_inner .title .title_img {
  width: 100%;
}
.plan .plan_inner .title .title_txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.plan .plan_inner .plan_lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists {
    display: block;
    max-width: 495px;
    margin: 0 auto;
  }
}
.plan .plan_inner .plan_lists .plan_list {
  max-width: 319px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists .plan_list {
    max-width: 100%;
    margin: 0 0 6.5104166667vw 0;
  }
}
.plan .plan_inner .plan_lists .plan_list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists .plan_list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.plan .plan_inner .plan_lists .yearly_plan {
  max-width: 1050px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists_pc {
    display: none;
  }
}
.plan .plan_inner .plan_lists_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan .plan_inner .plan_lists_sp {
    display: block;
  }
}

.faq {
  background-image: url(../img/faq/bg.jpg);
  background-repeat: repeat;
  background-size: 46px;
}
@media screen and (max-width: 768px) {
  .faq {
    background-size: 5.9895833333vw;
  }
}
.faq .faq_inner {
  max-width: 1100px;
  padding: 0 25px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner {
    padding-bottom: 13.0208333333vw;
  }
}
.faq .faq_inner .title {
  width: 110px;
  padding: 70px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .title {
    width: 23.4375vw;
    padding: 13.0208333333vw 0 7.8125vw;
  }
}
.faq .faq_inner .title .title_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .title .title_img {
    width: 19.53125vw;
    margin: 0 auto;
  }
}
.faq .faq_inner .title .title_txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .title .title_txt {
    font-size: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.faq .faq_inner .faq_contents {
  background-color: #fff;
  width: 100%;
  max-width: 1050px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents {
    max-width: 86.9791666667vw;
    margin: 0 auto;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner {
  padding-bottom: 50px;
}
.faq .faq_inner .faq_contents .faq_contents_inner .q_title {
  display: flex;
  align-items: center;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .q_title {
    padding-top: 7.8125vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .q_title .q_title_icon {
  width: 85px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .q_title .q_title_icon {
    width: 12.109375vw;
    margin-right: 1.3020833333vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .q_title .q_title_txt {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .q_title .q_title_txt {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .q_title_top {
    padding-top: 6.5104166667vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .q_title_row {
  padding-top: 3.90625vw;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .q_title_row .q_title_txt {
    margin-top: 4.5572916667vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .a_content {
  max-width: 900px;
  width: 100%;
  border: 1px solid #000;
  margin: 15px 0 0 100px;
}
@media screen and (max-width: 1100px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .a_content {
    max-width: 81.8181818182vw;
    margin: 15px 0 0 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .a_content {
    max-width: 79.4270833333vw;
    margin: 3.90625vw auto 0;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner {
  padding: 15px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner {
    padding: 1.953125vw 5.2083333333vw 1.953125vw 1.953125vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner .icon {
  width: 20px;
  margin-top: 3px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner .icon {
    width: 4.1666666667vw;
    margin-top: 0.78125vw;
    margin-right: 4.1666666667vw;
  }
}
.faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner .answer {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .faq .faq_inner .faq_contents .faq_contents_inner .a_content .a_content_inner .answer {
    font-size: 3.3854166667vw;
    line-height: 1.5;
  }
}

footer {
  background-color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  color: #000;
  font-size: 14px;
  line-height: 1;
}

.float_in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is_float_in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */