@charset "UTF-8";
/*
===============
reset-css
===============
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  --moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
/*
===============
sp-pc display: none;
===============
*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*
===============
Google-Font
===============
*/
.sub_font {
  font-family: "Lato", sans-serif;
}

/*
===============
Base
===============
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

.hide {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.content {
  background-color: #f5f9fc;
  width: 100%;
  padding: 0 5%;
}
.content .container {
  padding-top: 195px;
  padding-bottom: 140px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .content .container {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 500px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/*
===============
Link-hover
===============
*/
/*
===============
Color-Set
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
/*
===================================
header
===================================
*/
/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
@media screen and (max-width: 899px) {
  .header {
    position: relative;
  }
  .header .area_header_news {
    padding: 13px 16px;
    background-color: #13467b;
  }
  .header .area_header_news .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .area_header_news .container .new {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #ffffff;
    width: 60px;
  }
  .header .area_header_news .container .area_article {
    width: calc(100% - 60px);
  }
  .header .area_header_news .container .area_article article {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #ffffff;
  }
  .header .area_header_news .container .area_article article .date {
    padding: 0 20px 0 0;
  }
  .header .area_header_news .container .area_article article .title {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
  }
  .header .header_container {
    padding: 0 7% 0 5%;
	  transition: transform 0.3s ease-in-out;
  }
  .header .header_container.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .header .header_container .nav_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
  }
  .header .header_container .nav_container .logo {
    display: none;
  }
  .header .header_container .nav_container #nav-menu {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #13467b;
    z-index: 10;
  }
  .header .header_container .nav_container #nav-menu.active {
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 0;
    padding-top: 100px;
  }
  .header .header_container .nav_container #nav-menu.active li {
    width: 90%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #fff;
    text-align: left;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    max-width: 500px;
  }
  .header .header_container .nav_container .nav_btn {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .header .header_container .nav_container .nav_btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #2490eb;
  }
  .header .header_container .nav_container #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header_container .nav_container #hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    position: absolute;
    z-index: 99;
    top: 64px;
    left: 5%;
  }
  .header .header_container .nav_container #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 5%;
  }
  .header .header_container .nav_container .change_language {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
  }
  .header .header_container .nav_container .change_language::before {
    content: url(../img/select_lang.svg);
    position: absolute;
    right: 5px;
    top: 7px;
  }
  .header .header_container .nav_container .change_language img {
    position: absolute;
    width: 17px;
    left: 0;
    top: 10px;
  }
  .header .header_container .nav_container .change_language select {
    padding: 5px 20px 5px 22px;
    color: #002d54;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    cursor: pointer;
    position: relative;
  }
  .header .header_container .nav_container .change_language select:hover {
    cursor: pointer;
  }
}
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
@media screen and (min-width: 900px) {
  .header .area_header_news {
    padding: 0 5%;
    background-color: #13467b;
  }
  .header .area_header_news .container {
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
  }
  .header .area_header_news .container .new {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    letter-spacing: em;
    color: #ffffff;
  }
  .header .area_header_news .container .area_article article {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    letter-spacing: em;
    color: #ffffff;
  }
  .header .area_header_news .container .area_article article .date {
    padding: 0 14px 0 17px;
  }
  .header .header_container {
    padding: 0 5%;
    position: relative;
  }
  .header .header_container .nav_container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
  }
  .header .header_container .nav_container .logo {
    width: 254px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .header .header_container .nav_container .logo {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .header .header_container .nav_container .nav_list {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
  }
  .header .header_container .nav_container .nav_list li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #002d54;
    height: 73px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
  .header .header_container .nav_container .nav_list li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .header .header_container .nav_container .nav_list li:hover {
    background-color: #eaf6ff;
  }
  .header .header_container .nav_container .nav_list .active-page {
    background-color: #eaf6ff;
  }
  .header .header_container .nav_container .nav_btn {
    display: none;
  }
  .header .header_container .nav_container .change_language {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
  }
  .header .header_container .nav_container .change_language::before {
    content: url(../img/select_lang.svg);
    position: absolute;
    right: 5px;
    top: 7px;
  }
  .header .header_container .nav_container .change_language img {
    position: absolute;
    width: 17px;
    left: 0;
    top: 10px;
  }
  .header .header_container .nav_container .change_language select {
    padding: 5px 20px 5px 22px;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    cursor: pointer;
    position: relative;
    color: #002d54;
  }
  .header .header_container .nav_container .change_language select:hover {
    cursor: pointer;
  }
  .header .header_container .area_contact_btn {
    width: 100%;
    bottom: 60px;
    display: flex;
    justify-content: center;
  }
  .header .header_container .area_contact_btn .btn {
    padding: 5px 20px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
    border-radius: 35px;
    position: relative;
  }
}
/*
===================================
footer
===================================
*/
/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
@media screen and (max-width: 899px) {
  .footer {
    padding: 70px 5%;
    background-color: #002d54;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .container {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .container .area_logo a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 31px;
  }
  .footer .container .area_logo a .logo {
    width: 69px;
  }
  .footer .container .area_logo a .logo_text {
    width: 254px;
  }
  .footer .container .area_text {
    padding-top: 46px;
  }
  .footer .container .area_text p {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
    color: #ffffff;
    text-align: center;
  }
  .footer .container .area_text nav {
    padding-top: 30px;
  }
  .footer .container .area_text nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
  }
  .footer .container .area_text nav ul li {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
    color: #6ba3d3;
  }
}
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
@media screen and (min-width: 900px) {
  .footer {
    background-color: #002d54;
    padding: 70px 5%;
    align-items: center;
  }
  .footer .container {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .container .area_logo a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 31px;
  }
  .footer .container .area_logo a .logo {
    width: 69px;
  }
  .footer .container .area_logo a .logo_text {
    width: 254px;
  }
  .footer .container .area_text {
    padding-top: 46px;
  }
  .footer .container .area_text p {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
    color: #ffffff;
    text-align: center;
  }
  .footer .container .area_text nav {
    padding-top: 30px;
  }
  .footer .container .area_text nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
  }
  .footer .container .area_text nav ul li {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
    color: #6ba3d3;
  }
}
/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
@media screen and (max-width: 900px) {
  .page_fv {
    width: 100%;
    height: 316px;
    padding: 0 5%;
    background-image: url(../img/bg_fv.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page_fv .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page_fv .container .area_title span {
    color: #2490eb;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .page_fv .container .area_title h1 {
    color: #000000;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.8125rem;
    letter-spacing: em;
  }
  .content_site_map .container h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
  }
  .content_site_map .container ul {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .content_site_map .container ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: em;
    color: #000000;
  }
  .content_site_map .container ul li a {
    color: #2490eb;
  }
  .content_site_map .container ul li.sub {
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .page_fv {
    width: 100%;
    height: 316px;
    padding: 0 5%;
    background-image: url(../img/bg_fv.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page_fv .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page_fv .container .area_title span {
    color: #2490eb;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .page_fv .container .area_title h1 {
    color: #000000;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
  .content_site_map .container h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
  }
  .content_site_map .container ul {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .content_site_map .container ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: em;
    color: #000000;
  }
  .content_site_map .container ul li a {
    color: #2490eb;
  }
  .content_site_map .container ul li.sub {
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .content_pp .container h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
    padding-bottom: 54px;
  }
  .content_pp .container .area_text_h2 {
    padding-bottom: 110px;
  }
  .content_pp .container .area_text_h2 p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    padding-bottom: 10px;
  }
  .content_pp .container .area_text h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding-bottom: 20px;
  }
  .content_pp .container .area_text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_pp .container .area_text p.p_60 {
    padding-bottom: 60px;
  }
  .content_pp .container .area_text .text p {
    padding-bottom: 10px;
  }
  .content_pp .container .area_text .text.pb_60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 900px) {
  .content_pp .container h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
    padding-bottom: 54px;
  }
  .content_pp .container .area_text_h2 {
    padding-bottom: 110px;
  }
  .content_pp .container .area_text_h2 p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    padding-bottom: 10px;
  }
  .content_pp .container .area_text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding-bottom: 20px;
  }
  .content_pp .container .area_text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_pp .container .area_text p.p_60 {
    padding-bottom: 60px;
  }
  .content_pp .container .area_text .text p {
    padding-bottom: 10px;
  }
  .content_pp .container .area_text .text.pb_60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .content_contact_thanks .container h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
    padding-bottom: 54px;
  }
  .content_contact_thanks .container .area_text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .area_text p.pad {
    padding-bottom: 35px;
  }
  .content_contact_thanks .container .area_to {
    margin: 52px 0 32px;
    padding: 45px 38px;
    background-color: #fff;
  }
  .content_contact_thanks .container .area_to p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .area_to .area_info {
    color: #002d54;
    padding-top: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .return {
    padding-top: 32px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) {
  .content_contact_thanks .container h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #000000;
    padding-bottom: 54px;
  }
  .content_contact_thanks .container .area_text p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .area_text p.pad {
    padding-bottom: 35px;
  }
  .content_contact_thanks .container .area_to {
    margin: 52px 0 32px;
    padding: 45px 38px;
    background-color: #fff;
  }
  .content_contact_thanks .container .area_to p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .area_to .area_info {
    padding-top: 16px;
    color: #002d54;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact_thanks .container .area_to .area_info .br_sp {
    display: none;
  }
  .content_contact_thanks .container .return {
    padding-top: 32px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: em;
  }
}
@media screen and (max-width: 900px) {
  .news_fv {
    background-image: url(../img/bg_news.png);
    background-position: 100% 100%;
  }
  .content_news .container {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .content_news .container .article .left .on_img {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content_news .container .article .left .on_img .category {
    width: 144px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding: 4px 0 2px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #2490eb;
  }
  .content_news .container .article .left .date {
    color: #385f81;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_news .container .article .left img {
    width: 100%;
    margin-bottom: 12px;
  }
  .content_news .container .article .right {
    padding-top: 12px;
  }
  .content_news .container .article .right .title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_news .container .article .right .text {
    padding: 12px 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_news .container .article .right .btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .content_news .container .article .right .btn img {
    width: 17px;
    height: 17px;
  }
  .content_single_news .container article .on_title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content_single_news .container article .on_title .category {
    width: 144px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding: 4px 0 2px;
    text-align: center;
    color: #ffffff;
    background-color: #2490eb;
  }
  .content_single_news .container article .on_title .date {
    color: #385f81;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_single_news .container article .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
    padding: 21px 0 50px;
  }
  .content_single_news .container article .area_text {
    background-color: #fff;
    padding: 33px 5%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_single_news .container article .return {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: em;
    padding-top: 33px;
    color: #385f81;
  }
}
@media screen and (min-width: 900px) {
  .news_fv {
    background-image: url(../img/bg_news.png);
  }
  .content_news .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .content_news .container .article {
    display: flex;
    gap: 30px;
  }
  .content_news .container .article .left .category {
    width: 144px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding: 4px 0 2px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #2490eb;
  }
  .content_news .container .article .left img {
    width: 270px;
  }
  .content_news .container .article .left .date {
    color: #385f81;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_news .container .article .right {
    padding-top: 46px;
  }
  .content_news .container .article .right .title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_news .container .article .right .text {
    padding: 12px 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_news .container .article .right .btn {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .content_news .container .article .right .btn img {
    width: 17px;
    height: 17px;
  }
  .content_single_news .container article .on_title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .content_single_news .container article .on_title .category {
    width: 144px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    padding: 4px 0 2px;
    text-align: center;
    color: #ffffff;
    background-color: #2490eb;
  }
  .content_single_news .container article .on_title .date {
    color: #385f81;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_single_news .container article .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
    padding: 21px 0 50px;
  }
  .content_single_news .container article .area_text {
    background-color: #fff;
    padding: 33px 40px 75px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_single_news .container article .return {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: em;
    padding-top: 33px;
    color: #385f81;
  }
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .page {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #385F81;
  font-weight: 400;
  padding: 10px 0 12px;
  text-align: center;
  width: 54px;
}
.wp-pagenavi .current {
  background-color: #C2CEE7;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #385F81;
  font-weight: 400;
  padding: 10px 0 12px;
  text-align: center;
  width: 54px;
}
.wp-pagenavi .extend {
  font-size: 20px;
}
.wp-pagenavi .last, .wp-pagenavi .first {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #385F81;
  font-weight: 400;
  padding: 10px 0 12px;
  text-align: center;
  width: 54px;
}

@media screen and (max-width: 900px) {
  .product_fv {
    background-image: url(../img/bg_product.png);
  }
  .content_single_product .container .info {
    margin: 0 auto;
  }
  .content_single_product .container .info .product_title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: em;
  }
  .content_single_product .container .info .product_sub_title {
    padding: 18px 0 70px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_single_product .container .info .product_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_single_product .container .area_main_func .title {
    padding: 100px 0 70px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
    text-align: center;
  }
  .content_single_product .container .area_main_func .func_slick {
    background-color: #fff;
    width: 100%;
    padding: 66px 5%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_single_product .container .area_main_func .func_slick .slick-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common {
    position: absolute;
    width: 22px;
    height: 30px;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common.arrow-prev {
    background-image: url(../img/arrow_left.png);
    background-size: cover;
    left: 30px;
    bottom: 15px;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common.arrow-next {
    background-image: url(../img/arrow_right.png);
    background-size: cover;
    right: 30px;
    bottom: 15px;
  }
  .content_single_product .container .area_main_func .text {
    padding-top: 36px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .content_single_product .container .area_relate .title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
    text-align: center;
    padding-bottom: 70px;
  }
  .content_single_product .container .area_relate .area_grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .content_single_product .container .area_relate .area_grid a {
    padding: 30px 20px 20px 30px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
    border-radius: 8px;
  }
  .content_single_product .container .area_relate .area_grid a .icon img {
    width: auto;
    height: 95px;
  }
  .content_single_product .container .area_relate .area_grid a .a_title {
    padding: 40px 0 8px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_single_product .container .area_relate .area_grid a .a_sub_title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn {
    padding-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn .btn {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .content_single_product .container .none-func {
    margin-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .product_fv {
    background-image: url(../img/bg_product.png);
  }
  .content_single_product .container {
    max-width: 1200px;
  }
  .content_single_product .container .info {
    max-width: 800px;
    margin: 0 auto;
  }
  .content_single_product .container .info .product_title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_single_product .container .info .product_sub_title {
    padding: 18px 0 70px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_single_product .container .info .product_text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_single_product .container .area_main_func .title {
    padding: 100px 0 70px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
    text-align: center;
  }
  .content_single_product .container .area_main_func .func_slick {
    background-color: #fff;
    width: 100%;
    padding: 66px 5%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_single_product .container .area_main_func .func_slick .slick-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common {
    position: absolute;
    width: 22px;
    height: 30px;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common.arrow-prev {
    background-image: url(../img/arrow_left.png);
    background-size: cover;
    left: 20px;
  }
  .content_single_product .container .area_main_func .func_slick .arrow-common.arrow-next {
    background-image: url(../img/arrow_right.png);
    background-size: cover;
    right: 20px;
  }
  .content_single_product .container .area_main_func .text {
    padding-top: 36px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    max-width: 800px;
    padding-bottom: 190px;
  }
  .content_single_product .container .area_relate .title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
    text-align: center;
    padding-bottom: 70px;
  }
  .content_single_product .container .area_relate .area_grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .content_single_product .container .area_relate .area_grid a {
    padding: 30px 20px 20px 30px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
    border-radius: 8px;
    height: 250px;
  }
  .content_single_product .container .area_relate .area_grid a .icon img {
    width: auto;
    height: 95px;
  }
  .content_single_product .container .area_relate .area_grid a .icon .product-not-img {
    padding-top: 0px;
  }
  .content_single_product .container .area_relate .area_grid a .a_title {
    padding: 50px 0 8px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_single_product .container .area_relate .area_grid a .a_sub_title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn {
    padding-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn .btn {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .content_single_product .container .area_relate .area_grid a .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .content_single_product .container .none-func {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .product_fv {
    background-image: url(../img/bg_product.png);
  }
  .content_product .container {
    max-width: 1200px;
  }
  .content_product .container .area_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
    max-width: 800px;
    margin: 0 auto;
  }
  .content_product .container .area_flow {
    margin: 60px auto 0;
    padding: 54px 5% 48px;
    max-width: 980px;
    background-color: #fff;
    border-radius: 7px;
  }
  .content_product .container .area_flow .box {
    max-width: 800px;
    margin: 0 auto;
  }
  .content_product .container .area_flow .box .flow_title {
    display: none;
  }
  .content_product .container .area_flow .box .img_flow_wrapper {
    width: 100%; /* 親要素は全幅 */
    padding: 10px 0;
  }
  .content_product .container .area_flow .box .img_flow_wrapper .img_flow {
    max-width: 500px;
    margin: 0 auto;
  }
  .content_product .container .area_flow .box .img_flow_wrapper .pc {
    display: none;
  }
  .content_product .container .area_flow .box .area_solution {
    display: none;
  }
  .content_product .container .area_gallery {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .content_product .container .area_gallery a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #ffffff, #f4f4f4);
  }
  .content_product .container .area_gallery a .a_icon {
    width: 95px;
    height: 95px;
  }
  .content_product .container .area_gallery a .area_a_text {
    padding: 30px 0;
    max-width: 500px;
  }
  .content_product .container .area_gallery a .area_a_text .title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_a_text .sub_title {
    padding: 9px 0 11px;
    color: #2490eb;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_a_text .text {
    max-width: 320px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_btn {
    color: #fff;
    border-radius: 35px;
    width: 107px;
    background: linear-gradient(to right, #2490eb, #0066bc);
    padding: 13px 0;
    padding-left: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) {
  .product_fv {
    background-image: url(../img/bg_product.png);
  }
  .content_product .container {
    max-width: 1200px;
  }
  .content_product .container .area_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
    max-width: 800px;
    margin: 0 auto;
  }
  .content_product .container .area_flow {
    margin: 60px auto 0;
    padding: 54px 5% 48px;
    max-width: 980px;
    background-color: #fff;
    border-radius: 7px;
  }
  .content_product .container .area_flow .box {
    max-width: 800px;
    margin: 0 auto;
  }
  .content_product .container .area_flow .box .flow_title {
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.875rem;
    letter-spacing: em;
    background-color: #183d5c;
    color: #fff;
    padding: 5px 0 3px;
    text-align: center;
    border-radius: 19px;
    position: relative;
  }
  .content_product .container .area_flow .box .img_flow {
    margin: 16px 0 39px;
  }
  .content_product .container .area_flow .box .img_flow.sp {
    display: none;
  }
  .content_product .container .area_flow .box .area_solution {
    margin-top: 16px;
    background-color: #f5f9fc;
    border-radius: 7px;
    display: flex;
  }
  .content_product .container .area_flow .box .area_solution .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
    width: 110px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.25rem;
    letter-spacing: em;
    text-decoration: underline;
  }
  .content_product .container .area_flow .box .area_solution .item.item_big {
    width: 180px;
  }
  .content_product .container .area_flow .box .area_solution .item::before {
    position: absolute;
    right: 0;
    content: url(../img/border.svg);
    width: 1px;
    height: 200px;
    transform: translateY(-30px);
  }
  .content_product .container .area_flow .box .area_solution .item:last-child::before {
    display: none;
  }
  .content_product .container .area_gallery {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .content_product .container .area_gallery a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 60px 20px 60px 40px;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #ffffff, #f4f4f4);
  }
  .content_product .container .area_gallery a .a_icon {
    width: 95px;
    height: 95px;
  }
  .content_product .container .area_gallery a .product-not-img {
    padding-top: 90px;
    padding-left: 100px;
  }
  .content_product .container .area_gallery a .area_a_text {
    margin-left: 60px;
    max-width: 500px;
  }
  .content_product .container .area_gallery a .area_a_text .title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_a_text .sub_title {
    padding: 9px 0 11px;
    color: #2490eb;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_a_text .text {
    max-width: 320px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .content_product .container .area_gallery a .area_btn {
    color: #fff;
    border-radius: 35px;
    width: 107px;
    background: linear-gradient(to right, #2490eb, #0066bc);
    padding: 13px 0;
    padding-left: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .service_fv {
    background-image: url(../img/bg_service.png);
    background-position: 100% 100%;
  }
  .content_service .container .area_item {
    display: flex;
    flex-direction: column;
    gap: 65px;
  }
  .content_service .container .area_item .item {
    background-color: #fff;
    padding: 40px 30px 30px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
  }
  .content_service .container .area_item .item .s_sub_title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_service .container .area_item .item .s_title {
    padding: 15px 0 30px;
    width: 100%;
    border-bottom: solid 1px #2490eb;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
  }
  .content_service .container .area_item .item .text {
    padding-top: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_service .container .area_item .item .area_btn {
    padding-top: 45px;
    display: flex;
    justify-content: center;
  }
  .content_service .container .area_item .item .area_btn .btn {
    width: 220px;
    height: 45px;
    background: linear-gradient(to right, #2490eb, #0066bc);
    display: flex;
    align-items: center;
    padding-left: 75px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem;
    letter-spacing: em;
    border-radius: 35px;
  }
}
@media screen and (min-width: 900px) {
  .service_fv {
    background-image: url(../img/bg_service.png);
  }
  .content_service .container .area_item {
    display: flex;
    flex-direction: column;
    gap: 65px;
  }
  .content_service .container .area_item .item {
    background-color: #fff;
    padding: 40px 30px 30px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
  }
  .content_service .container .area_item .item .s_sub_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .content_service .container .area_item .item .s_title {
    padding: 15px 0 30px;
    width: 592px;
    border-bottom: solid 1px #2490eb;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
  }
  .content_service .container .area_item .item .text {
    padding-top: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_service .container .area_item .item .area_btn {
    padding-top: 45px;
    display: flex;
    justify-content: center;
  }
  .content_service .container .area_item .item .area_btn .btn {
    width: 220px;
    height: 45px;
    background: linear-gradient(to right, #2490eb, #0066bc);
    display: flex;
    align-items: center;
    padding-left: 75px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem;
    letter-spacing: em;
    border-radius: 35px;
  }
}
@media screen and (max-width: 900px) {
  .page_fv .container .area_title span .fv_logo {
    width: 163px;
    margin-bottom: 10px;
  }
  .content_about .container .area_info .sub,
  .content_about .container .area_mission .sub {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
    margin-bottom: 9px;
  }
  .content_about .container .area_info h2,
  .content_about .container .area_mission h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_about .container .area_mission .area_text {
    padding-top: 19px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
  }
  .content_about .container .area_info {
    padding-top: 100px;
  }
  .content_about .container .area_info .area_item {
    padding-top: 35px;
  }
  .content_about .container .area_info .area_item .item {
    border-top: solid 1px #2490eb;
    padding: 30px 0;
    display: flex;
    gap: 13px;
  }
  .content_about .container .area_info .area_item .item .name {
    width: 64px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_about .container .area_info .area_item .item .info {
    width: calc(100% - 77px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_about .container .area_info .area_item .item .info span a {
    color: #2490eb;
  }
  .content_about .container .area_info .area_item .item .info .station {
    padding-bottom: 35px;
  }
  .content_about .container .area_info .area_item .item .info .auth {
    width: 204px;
    margin-top: 12px;
  }
  .content_about .container .area_info .area_item .item .info .ectd {
    padding-top: 20px;
  }
  .content_about .container .area_info .area_item .item .info .ectd-img {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .page_fv .container .area_title span .fv_logo {
    width: 253px;
    margin-bottom: 15px;
  }
  .content_about .container .area_info .sub,
  .content_about .container .area_mission .sub {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #2490eb;
    margin-bottom: 8px;
  }
  .content_about .container .area_info h2,
  .content_about .container .area_mission h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
  }
  .content_about .container .area_mission .area_text {
    padding-top: 33px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #002d54;
  }
  .content_about .container .area_info {
    padding-top: 130px;
  }
  .content_about .container .area_info .area_item {
    padding-top: 85px;
  }
  .content_about .container .area_info .area_item .item {
    border-top: solid 1px #2490eb;
    padding: 30px 0;
    display: flex;
    gap: 100px;
  }
  .content_about .container .area_info .area_item .item .name {
    width: 64px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_about .container .area_info .area_item .item .info {
    width: calc(100% - 164px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .content_about .container .area_info .area_item .item .info span a {
    color: #2490eb;
  }
  .content_about .container .area_info .area_item .item .info .station {
    padding-bottom: 35px;
  }
  .content_about .container .area_info .area_item .item .info .auth {
    width: 204px;
    margin-top: 12px;
  }
  .content_about .container .area_info .area_item .item .info .ectd {
    padding-top: 20px;
  }
  .content_about .container .area_info .area_item .item .info .ectd-img {
    width: 100px;
  }
}
.main_top {
  background-color: #f5f9fc;
}

@media screen and (max-width: 900px) {
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .page_fv_top {
    padding: 113px 10px 40px;
    height: 630px;
    background-image: url(../img/bg_fv_top.png);
    background-size: cover;
    background-position: center;
  }
  .page_fv_top .container {
    height: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page_fv_top .container .area_title {
    height: 100%;
    position: relative;
  }
  .page_fv_top .container .area_title span .fv_logo {
    width: 253px;
    margin-bottom: 17px;
  }
  .page_fv_top .container .area_title h1 {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 3.0625rem;
    letter-spacing: em;
  }
  .page_fv_top .container .area_title h1 br {
    display: none;
  }
  .page_fv_top .container .area_title .company_name {
    margin-top: 32px;
    padding-top: 25px;
    width: 204px;
    border-top: solid #979797 1px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: em;
  }
  .page_fv_top .container .area_title .area_contact_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  .page_fv_top .container .area_title .area_contact_btn .btn {
    padding: 14px 40px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8125rem;
    letter-spacing: em;
    border-radius: 35px;
    position: relative;
  }
  .page_fv_top .container .area_form {
    display: none;
  }
  .nav_top .container {
    max-width: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .nav_top .container .item {
    padding: 45px 35px 18px;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    color: #fff;
  }
  .nav_top .container .item .icon {
    display: none;
  }
  .nav_top .container .item .title {
    padding-bottom: 20px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .nav_top .container .item .text {
    padding-bottom: 30px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .nav_top .container .item .area_btn {
    display: flex;
    justify-content: end;
  }
  .nav_top .container .item .area_btn .btn {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .nav_top .container .item .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .nav_top .container .item.item_2 {
    background: linear-gradient(to bottom, #2b7cb2, #13467b);
  }
  .service_top {
    padding: 90px 5% 160px;
    background-image: url(../img/bg_service_top.png);
    background-size: cover;
    background-position: center;
  }
  .service_top .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .service_top .container .title {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .service_top .container .area_item {
    padding-top: 44px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service_top .container .area_item .item {
    padding: 56px 10px 45px;
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
  }
  .service_top .container .area_item .item .item_title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #385f81;
    padding-bottom: 15px;
  }
  .service_top .container .area_item .item .text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top {
    padding: 0 5% 90px;
  }
  .product_top .container .title {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top .container .text_under {
    padding: 50px 0;
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.125rem;
    letter-spacing: em;
  }
  .product_top .container .area_product .area_grid {
    max-width: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product_top .container .area_product .area_grid a {
    padding: 30px 20px 20px 13px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
    border-radius: 8px;
  }
  .product_top .container .area_product .area_grid a .icon img {
    width: auto;
    height: 95px;
    padding-left: 17px;
  }
  .product_top .container .area_product .area_grid a .a_title {
    padding: 40px 0 8px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .product_top .container .area_product .area_grid a .a_sub_title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top .container .area_product .area_grid a .area_btn {
    padding-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .product_top .container .area_product .area_grid a .area_btn .btn {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .product_top .container .area_product .area_grid a .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .news_top {
    padding: 0 5% 90px;
  }
  .news_top .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .news_top .container .title {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .news_top .container .area_item {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .news_top .container .area_item .item {
    padding: 20px 0;
    display: flex;
    gap: 33px;
    position: relative;
    border-bottom: 1px dashed #000;
  }
  .news_top .container .area_item .item .date {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
    padding-bottom: 20px;
  }
  .news_top .container .area_item .item .a_title {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .news_top .container .area_btn {
    padding-top: 40px;
    display: flex;
    justify-content: end;
  }
  .news_top .container .area_btn .btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: em;
    color: #2490eb;
  }
}
@media screen and (min-width: 900px) {
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .content_contact .container .area_text {
    padding-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form {
    background-color: #fff;
    padding: 40px 5% 50px;
  }
  .content_contact .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    gap: 30px;
  }
  .content_contact .container .area_form .area_item .item {
    width: 100%;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .name {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .content_contact .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 0.9em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_item .item .input.textarea {
    height: 272px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 272px;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 151px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_contact .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_flex {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  .content_contact .container .area_form .area_flex .item {
    width: 50%;
  }
  .content_contact .container .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .content_contact .container .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
  .page_fv_top {
    padding: 80px 5% 110px;
    background-image: url(../img/bg_fv_top.png);
    background-size: cover;
    background-position-x: 80%;
    background-position-y: 50%;
  }
  .page_fv_top .container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page_fv_top .container .area_title {
    height: 100%;
  }
  .page_fv_top .container .area_title span .fv_logo {
    width: 163px;
    margin-bottom: 30px;
  }
  .page_fv_top .container .area_title h1 {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
  .page_fv_top .container .area_title h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1120px) {
  .page_fv_top .container .area_title h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) {
  .page_fv_top .container .area_title .company_name {
    display: none;
  }
  .page_fv_top .container .area_title .area_contact_btn {
    display: none;
  }
  .page_fv_top .container .area_form {
    max-width: 453px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 40px;
  }
  .page_fv_top .container .area_form .on_text {
    color: #385f81;
    padding-bottom: 20px;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .page_fv_top .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .page_fv_top .container .area_form .area_item .item {
    width: 100%;
  }
  .page_fv_top .container .area_form .area_item .item .name {
    padding-bottom: 1px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #385f81;
  }
  .page_fv_top .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .page_fv_top .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #385f81;
  }
  .page_fv_top .container .area_form .area_item .item .input p {
    width: 100%;
  }
  .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap input, .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap select, .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 10px 14px;
  }
  .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
  }
  .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    width: 100%;
    display: block;
    position: relative;
  }
  .page_fv_top .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
  }
  .page_fv_top .container .area_form .area_item .item .input.textarea {
    height: 150px;
  }
  .page_fv_top .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_fv_top .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .page_fv_top .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 150px;
    width: 100%;
  }
  .page_fv_top .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 91px;
  }
  .page_fv_top .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_fv_top .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .page_fv_top .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_fv_top .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input, .page_fv_top .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .page_fv_top .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
  }
  .page_fv_top .container .area_form .area_item .area_flex {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  .page_fv_top .container .area_form .area_item .area_flex .item {
    width: 50%;
  }
  .page_fv_top .container .area_form .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .page_fv_top .container .area_form .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
  .nav_top {
    position: relative;
    padding: 0 5%;
  }
  .nav_top .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
    transform: translateY(-30px);
  }
  .nav_top .container .item {
    padding: 20px 24px;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    color: #fff;
  }
  .nav_top .container .item .icon {
    width: 49px;
    height: 43px;
  }
  .nav_top .container .item .title {
    padding: 120px 0 22px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: em;
  }
  .nav_top .container .item .text {
    padding-bottom: 40px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .nav_top .container .item .area_btn {
    display: flex;
    justify-content: end;
  }
  .nav_top .container .item .area_btn .btn {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .nav_top .container .item .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .nav_top .container .item.item_2 {
    background: linear-gradient(to bottom, #2b7cb2, #13467b);
  }
  .service_top {
    padding: 272px 5%;
    background-image: url(../img/bg_service_top.png);
    background-size: cover;
    background-position: center;
  }
  .service_top .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .service_top .container .title {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .service_top .container .area_item {
    padding-top: 146px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .service_top .container .area_item {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .service_top .container .area_item .item {
    padding: 160px 10px 20px;
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
  }
  .service_top .container .area_item .item .item_title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
    color: #385f81;
    padding-bottom: 15px;
  }
  .service_top .container .area_item .item .text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top {
    padding: 0 5% 160px;
  }
  .product_top .container .title {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top .container .text_under {
    padding: 50px 0 100px;
    max-width: 635px;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.125rem;
    letter-spacing: em;
  }
  .product_top .container .area_product .area_grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .product_top .container .area_product .area_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .product_top .container .area_product .area_grid a {
    padding: 30px 20px 20px 30px;
    box-shadow: 2px 2px 10px 2px rgba(56, 95, 129, 0.4);
    border-radius: 8px;
    height: 250px;
  }
  .product_top .container .area_product .area_grid a .icon img {
    width: auto;
    height: 95px;
  }
  .product_top .container .area_product .area_grid a .icon .product-not-img {
    padding-top: 0px;
  }
  .product_top .container .area_product .area_grid a .a_title {
    padding: 50px 0 8px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: em;
  }
  .product_top .container .area_product .area_grid a .a_sub_title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .product_top .container .area_product .area_grid a .area_btn {
    padding-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .product_top .container .area_product .area_grid a .area_btn .btn {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: em;
    color: #002d54;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .product_top .container .area_product .area_grid a .area_btn .btn img {
    width: 17px;
    height: 17px;
  }
  .news_top {
    padding: 0 5% 140px;
  }
  .news_top .container {
    max-width: 850px;
    margin: 0 auto;
  }
  .news_top .container .title {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .news_top .container .area_item {
    padding-top: 40px;
  }
  .news_top .container .area_item .item {
    padding: 20px 0;
    display: flex;
    gap: 33px;
    position: relative;
    border-bottom: 1px dashed #000;
  }
  .news_top .container .area_item .item .date {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
    color: #2490eb;
  }
  .news_top .container .area_item .item .a_title {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: em;
  }
  .news_top .container .area_btn {
    padding-top: 20px;
    display: flex;
    justify-content: end;
  }
  .news_top .container .area_btn .btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: em;
    color: #2490eb;
  }
}
.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 900px) {
  .wpcf7-not-valid-tip {
    font-size: 0.9em !important;
  }
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .content_contact .container .area_text {
    padding-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form {
    background-color: #fff;
    padding: 40px 5% 50px;
  }
  .content_contact .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    gap: 30px;
  }
  .content_contact .container .area_form .area_item .item {
    width: 100%;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .name {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .content_contact .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 0.9em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_item .item .input.textarea {
    height: 272px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 272px;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 151px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_contact .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_flex {
    width: 100%;
    display: flex;
    gap: 33px;
  }
  .content_contact .container .area_form .area_flex .item {
    width: 50%;
  }
  .content_contact .container .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .content_contact .container .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
}
@media screen and (min-width: 900px) {
  .wpcf7-not-valid-tip {
    font-size: 0.9em !important;
  }
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .content_contact .container .area_text {
    padding-bottom: 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form {
    background-color: #fff;
    padding: 40px 5% 50px;
  }
  .content_contact .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    gap: 30px;
  }
  .content_contact .container .area_form .area_item .item {
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .name {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .content_contact .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap input, .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea {
    height: 272px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 272px;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 151px;
  }
  .content_contact .container .area_form .area_item .item .input input,
  .content_contact .container .area_form .area_item .item .input textarea,
  .content_contact .container .area_form .area_item .item .input select {
    width: 100%;
    padding: 16px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select p {
    width: 100%;
  }
  .content_contact .container .area_form .area_item .area_flex {
    width: 100%;
    display: flex;
    gap: 33px;
  }
  .content_contact .container .area_form .area_item .area_flex .item {
    width: 50%;
  }
  .content_contact .container .area_form .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .content_contact .container .area_form .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
}
@media screen and (max-width: 900px) {
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .content_contact .container .area_text {
    padding-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form {
    background-color: #fff;
    padding: 40px 5% 50px;
  }
  .content_contact .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    gap: 30px;
  }
  .content_contact .container .area_form .area_item .item {
    width: 100%;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .name {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .content_contact .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 0.9em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_item .item .input.textarea {
    height: 272px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 272px;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 151px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_contact .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_flex {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  .content_contact .container .area_form .area_flex .item {
    width: 50%;
  }
  .content_contact .container .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .content_contact .container .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
  .page_cta {
    padding: 135px 5% 105px;
    background-image: url(../img/bg_cta.png);
    background-size: cover;
    background-position: center;
    background-position-x: 32%;
  }
  .page_cta .container {
    height: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page_cta .container .area_title {
    height: 100%;
  }
  .page_cta .container .area_title span .fv_logo {
    width: 163px;
    margin-bottom: 8px;
  }
  .page_cta .container .area_title h3 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .page_cta .container .area_title h3 br {
    display: none;
  }
  .page_cta .container .area_title .area_contact_btn {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page_cta .container .area_title .area_contact_btn .btn {
    padding: 14px 40px 14px 60px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.8125rem;
    letter-spacing: em;
    border-radius: 35px;
    position: relative;
  }
  .page_cta .container .area_form {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .custom-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .custom-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-radio .wpcf7-list-item label input[type=radio] {
    display: none;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 4px;
  }
  .custom-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  .custom-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
    border-color: white;
    opacity: 1;
  }
  .content_contact .container .area_text {
    padding-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form {
    background-color: #fff;
    padding: 40px 5% 50px;
  }
  .content_contact .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    gap: 30px;
  }
  .content_contact .container .area_form .area_item .item {
    width: 100%;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .name {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .content_contact .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select, .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 0.9em;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input .wpcf7-form-control-wrap select .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_item .item .input.textarea {
    height: 272px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 272px;
    width: 100%;
  }
  .content_contact .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 151px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .content_contact .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input,
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    display: block;
    position: relative;
  }
  .content_contact .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
    position: absolute;
  }
  .content_contact .container .area_form .area_flex {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  .content_contact .container .area_form .area_flex .item {
    width: 50%;
  }
  .content_contact .container .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .content_contact .container .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
  .page_cta {
    padding: 65px 5%;
    background-image: url(../img/bg_cta.png);
    background-size: cover;
    background-position-x: 80%;
    background-position-y: 50%;
  }
  .page_cta .container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page_cta .container .area_title {
    height: 100%;
  }
  .page_cta .container .area_title span .fv_logo {
    width: 163px;
    margin-bottom: 10px;
  }
  .page_cta .container .area_title h3 {
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .page_cta .container .area_title h3 {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .page_cta .container .area_title h3 {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) and (max-width: 950px) {
  .page_cta .container .area_title h3 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 4.0625rem;
    letter-spacing: em;
  }
}
@media screen and (min-width: 900px) {
  .page_cta .container .area_title .company_name {
    display: none;
  }
  .page_cta .container .area_title .area_contact_btn {
    display: none;
  }
  .page_cta .container .area_form {
    max-width: 453px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 40px;
  }
  .page_cta .container .area_form .area_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .page_cta .container .area_form .area_item .item {
    width: 100%;
  }
  .page_cta .container .area_form .area_item .item .name {
    padding-bottom: 1px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #385f81;
  }
  .page_cta .container .area_form .area_item .item .name .req {
    color: #ff0000;
  }
  .page_cta .container .area_form .area_item .item .input {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #002d54;
    display: block;
    border: 1px solid #002d54;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: em;
    color: #385f81;
  }
  .page_cta .container .area_form .area_item .item .input .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_cta .container .area_form .area_item .item .input .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .page_cta .container .area_form .area_item .item .input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 36px;
  }
  .page_cta .container .area_form .area_item .item .input.textarea {
    height: 150px;
  }
  .page_cta .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_cta .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 14px;
  }
  .page_cta .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap textarea {
    height: 150px;
    width: 100%;
  }
  .page_cta .container .area_form .area_item .item .input.textarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 91px;
  }
  .page_cta .container .area_form .area_item .item .input.input_select {
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_cta .container .area_form .area_item .item .input.input_select::before {
    position: absolute;
    content: url(../img/select.png);
    right: 17px;
  }
  .page_cta .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap {
    position: relative;
  }
  .page_cta .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap input, .page_cta .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 14px;
  }
  .page_cta .container .area_form .area_item .item .input.input_select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 45px;
  }
  .page_cta .container .area_form .area_item .area_flex {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  .page_cta .container .area_form .area_item .area_flex .item {
    width: 50%;
  }
  .page_cta .container .area_form .area_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .page_cta .container .area_form .area_btn .btn {
    padding: 13px 20px 14px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #2490eb, #0066bc);
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.25rem;
    letter-spacing: em;
    border-radius: 35px;
  }
}
textarea {
  resize: none;
}/*# sourceMappingURL=main.css.map */