@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #fff;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}

.l_header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100000;
}
@media (max-width: 1280px) {
  .l_header {
    height: 70px;
  }
}
@media (max-width: 960px) {
  .l_header {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .l_header {
    height: 72px;
  }
}
.l_header_inner {
  max-width: 1780px;
  padding-left: 70px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
@media (max-width: 1280px) {
  .l_header_inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .l_header_inner {
    width: 100%;
  }
}
.l_header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 276px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .l_header_logo {
    width: 220px;
  }
}
.l_header.is-active .l_header_logo {
  background: rgba(0, 0, 0, 0.3);
}
.l_header.is-active .l_header-nav_list-item {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .l_header-nav {
    display: none;
  }
}
.l_header-nav_list {
  display: flex;
  gap: 10px;
  height: 100%;
}
.l_header-nav_list-item {
  background-color: #fff;
  width: 132px;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1280px) {
  .l_header-nav_list-item {
    width: 110px;
  }
}
@media (max-width: 960px) {
  .l_header-nav_list-item {
    width: 90px;
  }
}
.l_header-nav_list-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l_header-nav_list-link .__en {
  font-size: 13px;
  color: #bcc4c9;
}
@media (max-width: 1280px) {
  .l_header-nav_list-link .__en {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .l_header-nav_list-link .__en {
    font-size: 10px;
  }
}
.l_header-nav_list-link .__jp {
  font-size: 16px;
  color: #495f6c;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .l_header-nav_list-link .__jp {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .l_header-nav_list-link .__jp {
    font-size: 13px;
  }
}

.l_header-ham {
  width: 72px;
  height: 72px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.5px;
  display: none;
  z-index: 10000;
}
@media (max-width: 768px) {
  .l_header-ham {
    display: flex;
  }
}
.l_header-ham .__line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #495f6c;
}
.l_header-ham.is-active {
  background-color: #495f6c;
}
.l_header-ham.is-active .__line {
  background-color: #fff;
}
.l_header-ham.is-active .__line:nth-child(1) {
  transform: rotate(-45deg) translate(-10%, 75%);
}
.l_header-ham.is-active .__line:nth-child(2) {
  transform: rotate(45deg) translate(-10%, -75%);
}

.l_header-spmenu {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.4s;
}
.l_header-spmenu.is-active {
  transform: translate(0);
}
.l_header-spmenu_header {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
}
.l_header-spmenu_logo {
  display: block;
  width: 220px;
  padding: 0 20px;
}
.l_header-spmenu_scroll {
  width: 100%;
  height: calc(100% - 72px);
  background-color: #fff;
  overflow: scroll;
}
.l_header-spmenu_list {
  padding-top: 40px;
}
.l_header-spmenu_list-item {
  border-top: 1px solid #495f6c;
}
.l_header-spmenu_list-item:last-child {
  border-bottom: 1px solid #495f6c;
}
.l_header-spmenu_list-link {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.l_header-spmenu_list-link .__jp {
  font-size: 16px;
  font-weight: 600;
  color: #495f6c;
}
.l_header-spmenu_list-link .__en {
  font-size: 13px;
  color: #bcc4c9;
}
.l_header-spmenu_sub-list {
  padding: 16px 32px 50px;
}
.l_header-spmenu_sub-list-item:nth-child(n+2) {
  margin-top: 12px;
}
.l_header-spmenu_sub-list-link {
  font-size: 16px;
  color: #495f6c;
}

.l_footer {
  background-color: #495f6c;
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  .l_footer {
    padding: 60px 0 60px;
  }
}
.l_footer_inner {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 24px;
}
@media (max-width: 768px) {
  .l_footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.l_footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l_footer_left {
    align-items: center;
    gap: 32px;
  }
}
.l_footer_company-logo {
  max-width: 236px;
}
.l_footer_company-name {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .l_footer_company-name {
    font-size: 16px;
  }
}
.l_footer_company-address {
  font-size: 16px;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .l_footer_company-address {
    font-size: 13px;
  }
}
.l_footer_right {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1280px) {
  .l_footer_right {
    max-width: 480px;
  }
}
.l_footer_tel {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 18px 16px;
}
.l_footer_tel-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 560px) {
  .l_footer_tel-text {
    font-size: 14px;
  }
}
.l_footer_tel-inner {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  margin-top: 8px;
}
@media (max-width: 560px) {
  .l_footer_tel-inner {
    flex-wrap: wrap;
  }
}
.l_footer_tel-inner .__icon {
  display: flex;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
}
@media (max-width: 560px) {
  .l_footer_tel-inner .__icon {
    width: 28px;
    transform: translateY(-3px);
  }
}
.l_footer_tel-inner .__num {
  font-family: "bahnschrift", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 560px) {
  .l_footer_tel-inner .__num {
    font-size: 36px;
  }
}
.l_footer_tel-inner .__time {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 4px;
}
@media (max-width: 560px) {
  .l_footer_tel-inner .__time {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 560px) {
  .l_footer_tel-inner .__time {
    font-size: 13px;
  }
}
.l_footer_mail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
}
@media (max-width: 560px) {
  .l_footer_mail {
    padding: 16px 40px;
  }
}
.l_footer_mail .__icon {
  display: flex;
  align-items: center;
  width: 30px;
  padding-top: 8px;
}
@media (max-width: 560px) {
  .l_footer_mail .__icon {
    width: 20px;
  }
}
.l_footer_mail .__address {
  font-size: 30px;
  font-weight: 600;
  font-family: "bahnschrift", sans-serif;
}
@media (max-width: 560px) {
  .l_footer_mail .__address {
    font-size: 20px;
  }
}
.l_footer_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .l_footer_nav-list {
    display: none;
  }
}
.l_footer_nav-list-link {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1280px) {
  .l_footer_nav-list-link {
    font-size: 15px;
  }
}

.m_section-title {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
}
.m_section-title.__gray {
  border-color: #495f6c;
  color: #495f6c;
}
.m_section-title.__gray .__inner {
  border-color: #495f6c;
}
.m_section-title .__inner {
  font-size: 32px;
  font-weight: 700;
  min-width: 425px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  color: inherit;
  line-height: 1;
}
@media (max-width: 768px) {
  .m_section-title .__inner {
    font-size: 25px;
    min-height: 80px;
    min-width: 380px;
  }
}
@media (max-width: 560px) {
  .m_section-title .__inner {
    min-width: 250px;
    font-size: 22px;
    min-height: 64px;
  }
}

body {
  background-color: #495f6c;
  font-weight: 500;
}
body.admin-bar {
  padding-top: 0 !important;
}
body.page-id-466 {
  line-height: unset;
}

.mv {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .mv {
    height: 840px;
  }
}
@media (max-width: 1280px) {
  .mv {
    height: 650px;
  }
}
@media (max-width: 960px) {
  .mv {
    height: auto;
    padding-top: 270px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mv {
    padding-top: 200px;
  }
}
.mv_img {
  max-width: 904px;
  width: 52%;
}
@media (max-width: 1600px) {
  .mv_img {
    max-width: 750px;
  }
}
@media (max-width: 1280px) {
  .mv_img {
    max-width: 680px;
  }
}
@media (max-width: 960px) {
  .mv_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 360px;
    border-radius: 0 1000px 1000px 0;
    overflow: hidden;
  }
}
@media (max-width: 560px) {
  .mv_img {
    height: 280px;
  }
}
@media (max-width: 960px) {
  .mv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv_content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .mv_content-wrap {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
}
.mv_content {
  padding-top: 68px;
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .mv_content {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .mv_content {
    max-width: unset;
    padding-top: 0;
  }
}
.mv_content-title-sm {
  max-width: 500px;
  width: 100%;
  padding-bottom: 4px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background: linear-gradient(0deg, rgb(21, 147, 211) 0%, rgb(29, 56, 89) 100%);
  font-weight: 700;
}
@media (max-width: 1280px) {
  .mv_content-title-sm {
    max-width: 390px;
    font-size: 25px;
    height: 45px;
  }
}
@media (max-width: 560px) {
  .mv_content-title-sm {
    max-width: 290px;
    font-size: 23px;
    height: 36px;
  }
}
.mv_content-title-lg {
  font-size: 128px;
  color: #ffff4d;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  margin-top: 4px;
}
@media (max-width: 1280px) {
  .mv_content-title-lg {
    font-size: 95px;
  }
}
@media (max-width: 560px) {
  .mv_content-title-lg {
    font-size: 75px;
  }
}
.mv_content-achievement {
  font-size: 42px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 4px 0 8px;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .mv_content-achievement {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .mv_content-achievement {
    font-size: 24px;
    padding: 2px 0 6px;
  }
}
.mv_content-achievement .__num {
  font-size: 72px;
  color: inherit;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  padding: 0 8px 8px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mv_content-achievement .__num {
    font-size: 58px;
  }
}
@media (max-width: 560px) {
  .mv_content-achievement .__num {
    font-size: 42px;
  }
}
.mv_content-text-wrap {
  position: relative;
  padding-left: 120px;
}
@media (max-width: 1280px) {
  .mv_content-text-wrap {
    padding-left: 80px;
  }
}
@media (max-width: 560px) {
  .mv_content-text-wrap {
    padding-left: 100px;
    padding-right: 8px;
  }
}
.mv_content-text-circle {
  width: 137px;
  height: 137px;
  background-color: #e60012;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transform: rotate(-12deg);
  position: absolute;
  top: -16px;
  left: -28px;
}
@media (max-width: 1280px) {
  .mv_content-text-circle {
    width: 110px;
    height: 110px;
    left: -40px;
  }
}
@media (max-width: 560px) {
  .mv_content-text-circle {
    width: 80px;
    height: 80px;
    left: 8px;
    top: -14px;
  }
}
.mv_content-text-circle .__small {
  font-size: 25px;
  color: inherit;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mv_content-text-circle .__small {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .mv_content-text-circle .__small {
    font-size: 15px;
  }
}
.mv_content-text-circle .__large {
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mv_content-text-circle .__large {
    font-size: 23px;
  }
}
@media (max-width: 560px) {
  .mv_content-text-circle .__large {
    font-size: 18px;
  }
}
.mv_content-text {
  font-size: 18px;
  padding: 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 1280px) {
  .mv_content-text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .mv_content-text {
    font-size: 13px;
    padding: 8px 0;
  }
}
.mv_content-award-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 785px;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .mv_content-award-list {
    max-width: 600px;
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .mv_content-award-list {
    margin: 24px auto 0;
  }
}
@media (max-width: 768px) {
  .mv_content-award-list {
    max-width: 550px;
  }
}
@media (max-width: 560px) {
  .mv_content-award-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 4px;
  }
}
.mv_content-award-list-item {
  width: calc(33.33% - 12px);
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  position: relative;
}
@media (max-width: 1280px) {
  .mv_content-award-list-item {
    max-width: 190px;
    height: 90px;
  }
}
@media (max-width: 560px) {
  .mv_content-award-list-item {
    width: 150px;
  }
}
.mv_content-award-list-item::before, .mv_content-award-list-item::after {
  content: "";
  width: 52px;
  height: 140px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .mv_content-award-list-item::before, .mv_content-award-list-item::after {
    width: 32px;
    height: 90px;
  }
}
.mv_content-award-list-item::before {
  left: 0;
  background-image: url(../img/award_deco-left.png);
}
.mv_content-award-list-item::after {
  right: 0;
  background-image: url(../img/award_deco-right.png);
}
.mv_content-award-list-item .__sm {
  font-size: 19px;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mv_content-award-list-item .__sm {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .mv_content-award-list-item .__sm {
    font-size: 13px;
  }
}
.mv_content-award-list-item .__lg {
  font-size: 59px;
  color: inherit;
  font-family: inherit;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mv_content-award-list-item .__lg {
    font-size: 45px;
  }
}
@media (max-width: 560px) {
  .mv_content-award-list-item .__lg {
    font-size: 36px;
  }
}
.mv_content-award-list-item .__num {
  font-family: "bahnschrift", sans-serif;
  line-height: 1;
}
.mv_content-award-list-item .__yellow {
  color: #ffff4d;
}
.mv_content-award-list-item .__subject {
  transform: translateY(4px);
}
.mv_content-award-list-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cta {
  max-width: 1000px;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .cta {
    width: 100%;
  }
}
.cta_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 960px) {
  .cta_title {
    font-size: 25px;
  }
}
@media (max-width: 560px) {
  .cta_title {
    font-size: 18px;
  }
}
.cta_inner {
  background: linear-gradient(0deg, rgb(21, 147, 211) 0%, rgb(29, 56, 89) 100%);
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta_inner {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .cta_inner {
    margin-top: 16px;
    padding: 20px 20px;
  }
}
.cta_tel-wrap {
  flex-shrink: 0;
}
.cta_tel-text {
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .cta_tel-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .cta_tel-text {
    font-size: 13px;
  }
}
.cta_tel {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 560px) {
  .cta_tel {
    gap: 6px;
  }
}
.cta_tel .__icon {
  display: flex;
  width: 46px;
}
@media (max-width: 960px) {
  .cta_tel .__icon {
    width: 36px;
  }
}
@media (max-width: 560px) {
  .cta_tel .__icon {
    width: 28px;
  }
}
.cta_tel .__num {
  font-size: 68px;
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
}
@media (max-width: 960px) {
  .cta_tel .__num {
    font-size: 50px;
  }
}
@media (max-width: 560px) {
  .cta_tel .__num {
    font-size: 36px;
  }
}
.cta_tel-time {
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .cta_tel-time {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .cta_tel-time {
    font-size: 13px;
  }
}
.cta_btns {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 768px) {
  .cta_btns {
    display: flex;
    gap: 15px;
    max-width: 100%;
  }
}
.cta_btn {
  display: block;
  width: 100%;
  padding: 25px 32px;
  border-top: 1px solid #fff;
}
@media (max-width: 1280px) {
  .cta_btn {
    padding: 25px 25px;
  }
}
@media (max-width: 960px) {
  .cta_btn {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .cta_btn {
    border-bottom: 1px solid #fff;
    padding: 12px 0;
  }
}
.cta_btn:last-child {
  border-bottom: 1px solid #fff;
}
.cta_btn-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 320px;
  align-items: center;
}
.cta_btn-inner .__text {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 960px) {
  .cta_btn-inner .__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cta_btn-inner .__text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .cta_btn-inner .__text {
    font-size: 13px;
  }
}
.cta_btn-inner .__icon {
  display: flex;
  width: 43px;
}
@media (max-width: 960px) {
  .cta_btn-inner .__icon {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .cta_btn-inner .__icon {
    width: 25px;
  }
}
@media (max-width: 560px) {
  .cta_btn-inner .__icon {
    width: 22px;
  }
}

.intro {
  padding-top: 90px;
  padding-bottom: 200px;
}
@media (max-width: 960px) {
  .intro {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}
@media (max-width: 768px) {
  .intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.intro_text {
  text-align: center;
  font-size: 55px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .intro_text {
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  .intro_text {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .intro_text {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .intro_text {
    font-size: 25px;
  }
}
.intro_text .__sm {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .intro_text .__sm {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .intro_text .__sm {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .intro_text .__sm {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .intro_text .__sm {
    font-size: 16px;
  }
}
.intro_content {
  position: relative;
}
@media (max-width: 768px) {
  .intro_content {
    padding: 160px 0 145px;
    margin-top: 32px;
  }
}
@media (max-width: 560px) {
  .intro_content {
    padding: 160px 0 165px;
  }
}
.intro_img {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .intro_img {
    width: 800px;
  }
}
@media (max-width: 960px) {
  .intro_img {
    width: 680px;
  }
}
@media (max-width: 768px) {
  .intro_img {
    width: 480px;
  }
}
@media (max-width: 560px) {
  .intro_img {
    width: 300px;
  }
}
.intro_content-texts {
  width: 320px;
  position: absolute;
}
@media (max-width: 1280px) {
  .intro_content-texts {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .intro_content-texts {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .intro_content-texts {
    width: 350px;
  }
}
@media (max-width: 560px) {
  .intro_content-texts {
    width: 320px;
  }
}
.intro_content-texts .__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 1280px) {
  .intro_content-texts .__title {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .intro_content-texts .__title {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .intro_content-texts .__title {
    font-size: 18px;
  }
}
.intro_content-texts .__text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
  text-align: justify;
}
@media (max-width: 1280px) {
  .intro_content-texts .__text {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .intro_content-texts .__text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.intro_content-texts.__01 {
  left: 0;
  top: 270px;
}
@media (max-width: 768px) {
  .intro_content-texts.__01 {
    bottom: 0;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro_content-texts.__02 {
  right: 0;
  top: 250px;
}
@media (max-width: 768px) {
  .intro_content-texts.__02 {
    top: 0;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}

.reason {
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .reason {
    padding-bottom: 80px;
  }
}
.reason_container {
  max-width: 940px;
  margin: 72px auto 0;
}
@media (max-width: 768px) {
  .reason_container {
    margin-top: 24px;
    max-width: 400px;
  }
}
.reason_block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .reason_block {
    flex-direction: column-reverse;
    gap: 36px;
  }
}
.reason_block:nth-child(2n-1) {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .reason_block:nth-child(2n-1) {
    margin-top: 36px;
  }
}
.reason_block:nth-child(2n) {
  flex-direction: row-reverse;
  transform: translateY(-14px);
}
@media (max-width: 768px) {
  .reason_block:nth-child(2n) {
    flex-direction: column-reverse;
    transform: translate(0);
  }
}
.reason_block:nth-child(2n) .reason_text-wrap {
  padding-top: 65px;
}
@media (max-width: 768px) {
  .reason_block:nth-child(2n) .reason_img-wrap {
    justify-content: flex-end;
  }
}
.reason_img-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .reason_img-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}
.reason_img {
  border: 1px solid #fff;
  padding: 25px;
  max-width: 328px;
}
@media (max-width: 768px) {
  .reason_img {
    padding: 16px;
    max-width: 250px;
  }
}
.reason_text-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .reason_text-wrap {
    width: 100%;
  }
}
.reason_text-num {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  transform: translateX(-12%);
}
.reason_text-num .__reason {
  font-size: 23px;
  font-weight: 600;
  padding-right: 25px;
  line-height: 1;
  position: relative;
  transform: translateY(3px);
}
@media (max-width: 768px) {
  .reason_text-num .__reason {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .reason_text-num .__reason {
    font-size: 16px;
  }
}
.reason_text-num .__reason::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.reason_text-num .__num {
  font-size: 74px;
  font-weight: 600;
  font-family: "bahnschrift", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .reason_text-num .__num {
    font-size: 68px;
  }
}
@media (max-width: 560px) {
  .reason_text-num .__num {
    font-size: 56px;
  }
}
.reason_text-title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 12px;
}
@media (max-width: 960px) {
  .reason_text-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .reason_text-title {
    font-size: 23px;
  }
}
@media (max-width: 560px) {
  .reason_text-title {
    font-size: 20px;
  }
}
.reason_text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 36px;
  text-align: justify;
}
@media (max-width: 960px) {
  .reason_text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .reason_text {
    margin-top: 8px;
  }
}
@media (max-width: 560px) {
  .reason_text {
    font-size: 14px;
  }
}

.flow {
  padding: 100px 0;
  background-color: #e4e8ea;
}
@media (max-width: 768px) {
  .flow {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .flow {
    padding: 60px 0;
  }
}
.flow_list {
  max-width: 790px;
  margin: 62px auto 0;
  width: calc(100% - 100px);
}
@media (max-width: 560px) {
  .flow_list {
    width: calc(100% - 20px);
  }
}
.flow_list-item {
  padding: 36px 40px 36px 100px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .flow_list-item {
    padding: 24px 20px 24px 70px;
  }
}
@media (max-width: 560px) {
  .flow_list-item {
    padding: 20px 16px 20px 50px;
  }
}
.flow_list-item::before {
  content: "";
  width: 24px;
  height: 15px;
  background: url(../img/arrow_tobottom.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -48px;
}
@media (max-width: 560px) {
  .flow_list-item::before {
    width: 20px;
    height: 13px;
    bottom: -32px;
  }
}
.flow_list-item:nth-child(n+2) {
  margin-top: 80px;
}
@media (max-width: 560px) {
  .flow_list-item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.flow_list-item:last-child::before {
  display: none;
}
.flow_list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  background: linear-gradient(90deg, rgb(21, 147, 211) 0%, rgb(29, 56, 89) 100%);
  border-radius: 50% 50% 0 50%;
  position: absolute;
  left: -32px;
  top: -36px;
  font-size: 36px;
  font-family: "bahnschrift", sans-serif;
}
@media (max-width: 768px) {
  .flow_list-num {
    width: 65px;
    height: 65px;
    font-size: 28px;
    left: -20px;
    top: -22px;
  }
}
@media (max-width: 560px) {
  .flow_list-num {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.flow_list-title {
  font-size: 24px;
  font-weight: 600;
  color: #495f6c;
}
@media (max-width: 768px) {
  .flow_list-title {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .flow_list-title {
    font-size: 18px;
  }
}
.flow_list-text {
  font-size: 16px;
  color: #495f6c;
  margin-top: 18px;
  text-align: justify;
}
@media (max-width: 768px) {
  .flow_list-text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .flow_list-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.device {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .device {
    padding: 80px 0;
  }
}
@media (max-width: 560px) {
  .device {
    padding: 60px 0;
  }
}
.device_block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.device_block {
  margin-top: 60px;
  width: 100%;
}
.device_block.__half {
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .device_block.__half {
    width: 100%;
  }
}
.device_icon {
  display: flex;
  width: 116px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .device_icon {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .device_icon {
    width: 85px;
  }
}
.device_title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .device_title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .device_title {
    font-size: 24px;
  }
}
.device_descript {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .device_descript {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .device_descript {
    font-size: 14px;
  }
}
.device_box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .device_box-wrap {
    gap: 20px;
  }
}
.device_box {
  background-color: #e4e8ea;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .device_box {
    width: 100%;
  }
}
.device_box.__full {
  width: 100%;
}
.device_box-title {
  min-height: 84px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #495f6c;
  padding: 0 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 560px) {
  .device_box-title {
    min-height: 64px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.device_box-title::before, .device_box-title::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #495f6c;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.2s;
}
@media (max-width: 560px) {
  .device_box-title::before, .device_box-title::after {
    width: 20px;
    right: 20px;
  }
}
.device_box-title::before {
  transform: translateY(-50%);
}
.device_box-title::after {
  transform: translateY(-50%) rotate(-90deg);
}
.device_box-title.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.device_box-list {
  padding: 25px 30px 45px;
  display: none;
}
@media (max-width: 560px) {
  .device_box-list {
    padding: 20px 16px 36px;
  }
}
.device_box-list-item {
  font-size: 16px;
  color: #495f6c;
}
@media (max-width: 560px) {
  .device_box-list-item {
    font-size: 14px;
  }
}
.device_box-list-item:nth-child(n+2) {
  margin-top: 4px;
}
.device_box-list-child {
  padding-left: 24px;
}
.device_box-list-child-item {
  color: #495f6c;
}

.case {
  background-color: #f5f1eb;
  padding: 140px 0;
}
@media (max-width: 768px) {
  .case {
    padding: 80px 0;
  }
}
.case_block-wrap {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .case_block-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.case_block {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 28px 0 36px;
  max-width: 790px;
  position: relative;
}
@media (max-width: 560px) {
  .case_block {
    padding-bottom: 16px;
  }
}
.case_block:nth-child(n+2) {
  margin-top: 68px;
}
.case_block:nth-child(2n) {
  margin-left: auto;
}
.case_num {
  position: absolute;
  top: -15px;
  left: 25px;
  color: #495f6c;
  width: 120px;
  height: 80px;
}
@media (max-width: 768px) {
  .case_num {
    width: 100px;
    height: 70px;
    left: 15px;
  }
}
@media (max-width: 560px) {
  .case_num {
    width: 85px;
    height: 60px;
    left: 10px;
    top: -10px;
  }
}
.case_num::before {
  content: "";
  height: 128px;
  width: 1px;
  background-color: #495f6c;
  position: absolute;
  top: -35px;
  left: 50px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .case_num::before {
    height: 110px;
    top: -30px;
    left: 46px;
  }
}
@media (max-width: 560px) {
  .case_num::before {
    height: 90px;
    top: -20px;
    left: 34px;
  }
}
.case_num .__text {
  font-size: 23px;
  font-weight: 600;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: "bahnschrift", sans-serif;
}
@media (max-width: 768px) {
  .case_num .__text {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .case_num .__text {
    font-size: 16px;
  }
}
.case_num .__num {
  font-family: "bahnschrift", sans-serif;
  font-size: 68px;
  font-weight: 600;
  color: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .case_num .__num {
    font-size: 56px;
  }
}
@media (max-width: 560px) {
  .case_num .__num {
    font-size: 48px;
  }
}
.case_block-title {
  font-size: 32px;
  color: #495f6c;
  font-weight: 700;
  background-color: #e4e8ea;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 160px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .case_block-title {
    padding-left: 140px;
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .case_block-title {
    padding-left: 110px;
    font-size: 18px;
  }
}
.case_content {
  padding: 20px 24px 36px;
}
.case_header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .case_header {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.case_info-name {
  display: flex;
  color: #495f6c;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .case_info-name {
    justify-content: center;
  }
}
.case_info-name .__industry {
  font-size: 17px;
  color: inherit;
  line-height: 1;
}
@media (max-width: 560px) {
  .case_info-name .__industry {
    font-size: 15px;
  }
}
.case_info-name .__name {
  font-size: 26px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}
@media (max-width: 560px) {
  .case_info-name .__name {
    font-size: 20px;
  }
}
.case_tag-list {
  display: flex;
  gap: 8px;
}
.case_tag-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 45px;
  background-color: #495f6c;
  color: #fff;
  font-size: 16px;
  border-radius: 500px;
}
@media (max-width: 768px) {
  .case_tag-list-item {
    font-size: 15px;
    min-width: 120px;
    min-height: 40px;
  }
}
@media (max-width: 560px) {
  .case_tag-list-item {
    font-size: 12px;
    min-width: 100px;
    min-height: 30px;
  }
}
.case_main {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .case_main {
    flex-direction: column;
  }
}
.case_img {
  width: calc(40% - 12px);
}
@media (max-width: 768px) {
  .case_img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.case_main-list {
  width: calc(60% - 12px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .case_main-list {
    width: 100%;
    margin-top: 24px;
    gap: 12px;
    max-width: unset;
  }
}
.case_main-list-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.case_main-list-item .__icon {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  background: linear-gradient(90deg, rgb(21, 147, 211) 0%, rgb(29, 56, 89) 100%);
  border-radius: 50% 50% 0 50%;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .case_main-list-item .__icon {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.case_main-list-item .__text {
  font-size: 16px;
  color: #495f6c;
  line-height: 1.75;
}
@media (max-width: 560px) {
  .case_main-list-item .__text {
    text-align: justify;
    font-size: 13px;
  }
}

.plan {
  background-color: #fff;
  padding-top: 320px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .plan {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}
.plan_deco {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.plan_deco img {
  width: 712px;
  transform: translateX(-4%);
}
@media (max-width: 768px) {
  .plan_deco img {
    width: 480px;
  }
}
.plan_top-title .__inner {
  background-color: #fff;
}
.plan_block-wrap {
  margin-top: 116px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .plan_block-wrap {
    flex-direction: column;
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .plan_block-wrap {
    margin-top: 60px;
  }
}
.plan_block {
  width: calc(33.33% - 16px);
  max-width: 340px;
}
@media (max-width: 960px) {
  .plan_block {
    width: 100%;
    max-width: 500px;
  }
}
.plan_block-bord {
  border: 1px solid #495f6c;
  border-radius: 5px;
  position: relative;
  padding: 32px 0 25px;
}
.plan_block-bord::before {
  content: "";
  width: 90%;
  max-width: 260px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plan_block-bord.__yellow::before {
  background-color: #FFC921;
}
.plan_block-bord.__blue::before {
  background-color: #007BC6;
}
.plan_block-bord.__red::before {
  background-color: #e83828;
}
.plan_block-name {
  text-align: center;
  font-size: 16px;
  color: #495f6c;
}
@media (max-width: 1280px) {
  .plan_block-name {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .plan_block-name {
    font-size: 13px;
  }
}
.plan_block-price {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #495f6c;
  letter-spacing: 0.05em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1280px) {
  .plan_block-price {
    font-size: 25px;
    height: 45px;
  }
}
@media (max-width: 560px) {
  .plan_block-price {
    font-size: 23px;
  }
}
.plan_block-price .__num {
  font-family: "bahnschrift", sans-serif;
  color: inherit;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-4px);
}
@media (max-width: 1280px) {
  .plan_block-price .__num {
    font-size: 38px;
    transform: translateY(-4px);
  }
}
.plan_block-concept {
  background-color: #495f6c;
  width: 100%;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .plan_block-concept {
    font-size: 15px;
  }
}
.plan_block-concept .__text {
  font-size: 16px;
  line-height: 1.25;
}
.plan_block-list {
  padding: 16px 24px;
}
.plan_block-list-item {
  font-size: 16px;
  line-height: 1.25;
  color: #495f6c;
}
@media (max-width: 560px) {
  .plan_block-list-item {
    font-size: 14px;
  }
}
.plan_block-list-item:nth-child(n+2) {
  margin-top: 8px;
}
.plan_block-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 94px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-radius: 1000px;
  margin-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .plan_block-btn {
    font-size: 18px;
    margin-top: 24px;
    height: 70px;
  }
}
@media (max-width: 560px) {
  .plan_block-btn {
    font-size: 15px;
    height: 56px;
  }
}
.plan_block-btn.__yellow {
  background-color: #FFC921;
}
.plan_block-btn.__blue {
  background-color: #007BC6;
}
.plan_block-btn.__red {
  background-color: #e83828;
}
.plan_block-recom {
  width: 83px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  background: linear-gradient(90deg, rgb(21, 147, 211) 0%, rgb(29, 56, 89) 100%);
  border-radius: 50% 50% 0 50%;
  position: absolute;
  top: -48px;
  left: -16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.contact {
  background-color: #e4e8ea;
}
.contact_top-title {
  background-color: #495f6c;
  padding: 36px 0;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e4e8ea;
}
@media (max-width: 768px) {
  .contact_top-title {
    padding: 20px 0;
    font-size: 25px;
  }
}
@media (max-width: 560px) {
  .contact_top-title {
    font-size: 23px;
  }
}
.contact_form-wrap {
  padding: 106px 0 128px;
}
@media (max-width: 768px) {
  .contact_form-wrap {
    padding: 80px 0 80px;
  }
}
.contact_form-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 768px) {
  .contact_form-block {
    flex-direction: column;
    gap: 12px;
  }
}
.contact_form-block:nth-child(n+2) {
  margin-top: 32px;
}
.contact_form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #495f6c;
  font-size: 18px;
  width: 270px;
  flex-shrink: 0;
  margin-top: 22px;
}
@media (max-width: 960px) {
  .contact_form-title {
    font-size: 16px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .contact_form-title {
    margin-top: 0;
    width: auto;
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .contact_form-title {
    font-size: 15px;
  }
}
.contact_form-title .__require {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #fdc717;
  font-size: 16px;
  color: #495f6c;
  width: 60px;
  height: 30px;
}
@media (max-width: 960px) {
  .contact_form-title .__require {
    font-size: 14px;
    width: 50px;
    height: 25px;
  }
}
@media (max-width: 560px) {
  .contact_form-title .__require {
    font-size: 12px;
    width: 45px;
    height: 20px;
  }
}
.contact_form-area {
  display: flex;
  min-height: 74px;
  background-color: #fff;
  width: 100%;
  padding: 16px 40px;
  align-items: center;
}
@media (max-width: 960px) {
  .contact_form-area {
    min-height: 64px;
    padding: 16px 24px;
  }
}
@media (max-width: 560px) {
  .contact_form-area {
    padding: 12px 16px;
  }
}
.contact_form-area input,
.contact_form-area textarea,
.contact_form-area select {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #495f6c;
  appearance: none;
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 960px) {
  .contact_form-area input,
  .contact_form-area textarea,
  .contact_form-area select {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .contact_form-area input,
  .contact_form-area textarea,
  .contact_form-area select {
    font-size: 15px;
  }
}
.contact_form-area input::-moz-placeholder, .contact_form-area textarea::-moz-placeholder, .contact_form-area select::-moz-placeholder {
  color: #495f6c;
}
.contact_form-area input::placeholder,
.contact_form-area textarea::placeholder,
.contact_form-area select::placeholder {
  color: #495f6c;
}
.contact_form-area textarea {
  min-height: 200px;
}
.contact_form-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select_arrow.png);
  background-size: 18px;
  background-position: center right;
  background-repeat: no-repeat;
}
.contact_form-area select::-ms-expand {
  display: none;
}
.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
@media (max-width: 560px) {
  .contact_submit {
    margin-top: 60px;
  }
}
.contact .wpcf7 input[type=submit].wpcf7-submit {
  width: 100%;
  max-width: 340px;
  height: 94px;
  background-color: #495f6c;
  border-radius: 500px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 960px) {
  .contact .wpcf7 input[type=submit].wpcf7-submit {
    max-width: 280px;
    height: 70px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .contact .wpcf7 input[type=submit].wpcf7-submit {
    height: 64px;
    font-size: 18px;
  }
}
.contact .wpcf7 {
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: inherit;
}
.contact .wpcf7 input,
.contact .wpcf7 textarea,
.contact .wpcf7 select {
  line-height: unset;
  border: none;
  padding: 0;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 960px) {
  .contact .wpcf7 input,
  .contact .wpcf7 textarea,
  .contact .wpcf7 select {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .contact .wpcf7 input,
  .contact .wpcf7 textarea,
  .contact .wpcf7 select {
    font-size: 15px;
  }
}
.contact .wpcf7 input:focus,
.contact .wpcf7 textarea:focus,
.contact .wpcf7 select:focus {
  outline: none;
  border: none;
  /* 必要に応じて */
  box-shadow: none;
  /* 一部ブラウザで出る影も消す */
}
.contact .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .wpcf7 .wpcf7-response-output {
  color: #495f6c;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_target {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 1280px) {
  .u_target {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media (max-width: 960px) {
  .u_target {
    padding-top: 70px;
    margin-top: -70px;
  }
}/*# sourceMappingURL=style.css.map */