@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@300;400;500;600;700;900&family=Noto+Sans+JP:wght@300;400;500;600;700;900&Montserrat:wght@100;200;300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

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

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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;
  word-break: break-all;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.small {
  font-size: 1.2rem !important;
  font-weight: normal;
  color: #555;
}

.font-eb {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.bg_color {
  background: #F4F8FC;
}

img.alignright {
  margin: 0 0 0 auto;
}
img.alignleft {
  margin: 0 auto 0 0;
}
img.aligncenter {
  margin: 0 auto;
}

.contents + .contents {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .contents + .contents {
    margin-top: 60px;
  }
}
.contents .contents + .contents {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contents .contents + .contents {
    margin-top: 40px;
  }
}

.btn button, .btn input, .btn a {
  display: inline-block;
  padding: 20px 70px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 3px;
  background: linear-gradient(90deg, #1571DA, #2D98E5);
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .btn button, .btn input, .btn a {
    padding: 10px;
    font-size: 1.4rem;
    width: 100%;
  }
}

.ttl_01 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #798FA2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl_01 {
    margin-bottom: 30px;
  }
}
.ttl_01 span {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 4.4rem;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ttl_01 span {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ttl_02 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #798FA2;
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl_02 {
    font-size: 1.3rem;
  }
}
.ttl_02 span:nth-child(1) {
  font-family: "EB Garamond", serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .ttl_02 span:nth-child(1) {
    font-size: 3.6rem;
  }
}
.ttl_02 span:nth-child(2) {
  padding: 0 10px;
}
.ttl_blue {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1571DA;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl_blue {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.ttl_black {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl_black {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.ttl_black_low {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl_black_low {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.list_dl {
  border-top: 1px solid #CAD7E1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list_dl {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.list_dl dt, .list_dl dd {
  border-bottom: 1px solid #CAD7E1;
  padding: 25px 20px;
}
.list_dl dt {
  width: 220px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list_dl dt {
    width: 100%;
    text-align: left;
    padding: 15px 10px 10px;
    border-bottom: 0;
  }
}
.list_dl dd {
  width: calc(100% - 220px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list_dl dd {
    width: 100%;
    padding: 0 10px 15px;
  }
}
.list_dl_column dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.list_dl_column dd + dt {
  margin-top: 30px;
}
.list_dl_column.count {
  counter-reset: list 0;
}
.list_dl_column.count dt {
  padding-left: 25px;
  position: relative;
}
.list_dl_column.count dt::before {
  counter-increment: list 1;
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list_ol {
  counter-reset: number 0;
}
.list_ol > li {
  padding-left: 1.6em;
  position: relative;
}
.list_ol > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list_ol > li .list_ol > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
}
.list_ul li {
  padding-left: 20px;
  position: relative;
  line-height: 2;
}
.list_ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.list_table {
  width: 100%;
  background: #fff;
}
.list_table tr {
  border-top: 1px solid #CAD7E1;
}
.list_table tr:last-child {
  border-bottom: 1px solid #CAD7E1;
}
.list_table th, .list_table td {
  padding: 25px 20px;
}
.list_table th {
  color: #1571DA;
  font-weight: 700;
  text-align: center;
}
.list_table thead th {
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #78B6F3;
  padding: 15px 0;
}
.list_col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 60px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .list_col3 {
    gap: 20px;
    margin: 20px 0;
  }
}
.list_col3:last-child {
  margin-bottom: 0;
}
.list_col3 li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 768px) {
  .list_col3 li {
    width: 100%;
  }
}
.list_col3 .img {
  border: 1px solid #DEDEDE;
  text-align: center;
}
.list_col3 .company {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4C5E6D;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list_col3 .company {
    font-size: 1.4rem;
  }
}
.list_col3 .company span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list_col3 .company span {
    font-size: 1.2rem;
  }
}

pre {
  margin: 20px 0;
  border: 1px dashed #CAD7E1;
  padding: 25px;
  border-radius: 10px;
}

html {
  font-size: 10px;
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  html {
    min-width: auto;
  }
}
html.iframe {
  min-width: auto;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  padding-top: 90px !important;
  background: url("../image/bg-line.png") repeat-y center top;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    padding-top: 60px !important;
    line-height: 1.5;
  }
}
body.open {
  overflow: hidden;
}
body.open::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.iframe body {
  padding-top: 0 !important;
  background: #fff;
}

.Inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .Inner {
    width: 100%;
    padding: 0 15px;
  }
}

input[type=button],
input[type=submit],
a {
  transition: all 0.5s 0s ease;
}
input[type=button]:hover,
input[type=submit]:hover,
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.js-fadein {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

#bread {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #bread {
    margin-bottom: 30px;
  }
}
#bread .breadcrumb {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #bread .breadcrumb {
    overflow-x: scroll;
  }
}
#bread .breadcrumb > li {
  font-size: 1.4rem;
  color: #94ACC1;
}
@media screen and (max-width: 768px) {
  #bread .breadcrumb > li {
    white-space: nowrap;
  }
}
#bread .breadcrumb > li:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
#bread .breadcrumb > li:not(:first-child)::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
#bread .breadcrumb > li:last-child a {
  pointer-events: none;
  color: #4C5E6D;
}

.mv {
  background: url("../image/bg_mv.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 90px;
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 20px 0 25px;
    margin-bottom: 30px;
  }
}
.mv_sub {
  font-size: 2.6rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv_sub {
    font-size: 1.6rem;
  }
}
.mv_btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mv_btn {
    margin-top: 15px;
  }
}
.mv_btn a {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  width: 490px;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: #00499D;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .mv_btn a {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.mv_btn.col2 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mv_btn.col2 {
    flex-direction: column;
  }
}
.mv_btn.col2 a {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .mv_btn.col2 a {
    width: 100%;
  }
}
.mv_btn .btn1 a {
  color: #1571DA;
  background: #fff;
}
.mv_btn .btn2 a {
  color: #fff;
  background: #00499D;
}
.mv h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin: 35px 0 45px;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    font-size: 2.4rem;
    margin: 15px 0;
  }
}
.mv h1 span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mv h1 span {
    font-size: 1.4rem;
  }
}
.mv p, .mv div {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv p, .mv div {
    font-size: 1.4rem;
  }
}

.snsshare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 35px 30px;
  background: #F4F7FC;
  margin-bottom: 60px;
  border-bottom: 1px solid #E8EDF5;
}
@media screen and (max-width: 768px) {
  .snsshare {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.snsshare::before {
  content: "Share";
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .snsshare::before {
    font-size: 1.8rem;
    margin-right: 0;
    width: 100%;
  }
}
.snsshare li {
  display: flex;
}

.cta {
  background: linear-gradient(90deg, #1571DA 0%, #2D98E5 75%, #2D98E5 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .cta {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    align-items: flex-start;
  }
}
.cta .cta_ttl {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.cta .cta_ttl span {
  display: inline-block;
}
.cta .cta_ttl span + span {
  margin-left: 20px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta .cta_ttl span + span {
    margin-left: 10px;
    padding-left: 7px;
  }
}
.cta .cta_ttl span + span::before {
  content: "/";
  position: absolute;
  left: 0;
}
.cta > div {
  padding: 1%;
  transition: 0.5s all;
}
@media screen and (max-width: 1500px) {
  .cta > div {
    padding: 15px 0;
  }
}
.cta > div:nth-child(1) {
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 500px) * 0.4);
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(1) {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(1) {
    min-width: auto;
    display: block;
    padding: 20px 20px 10px;
  }
}
.cta > div:nth-child(1) .cta_ttl {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(1) .cta_ttl {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(1) .cta_ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
.cta > div:nth-child(1) .cta_ttl .font-eb {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(1) .cta_ttl .font-eb {
    font-size: 2.7rem;
  }
}
.cta > div:nth-child(1) p {
  font-size: 2rem;
  color: #B4DEFF;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(1) p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(1) br {
    display: none;
  }
}
.cta > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 500px) * 0.3);
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(2) {
    padding: 0 5px 0 20px;
  }
}
.cta > div:nth-child(2) p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(2) p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(2) p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.cta > div:nth-child(2) a {
  display: block;
  width: 310px;
  padding: 20px 0 21px;
  color: #1571DA;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(2) a {
    width: 100%;
  }
}
.cta > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 500px) * 0.3);
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) {
    padding: 0 20px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div {
    text-align: center;
  }
}
.cta > div:nth-child(3) > div > p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(3) > div > p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div > p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div > div {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
  }
}
.cta > div:nth-child(3) > div > div > a {
  font-size: 3.6rem;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1;
  padding-bottom: 6px;
  background: url("../image/icon_tel_3.png") no-repeat;
  background-size: auto 34px;
  background-position: left top 5px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div > div > a {
    font-size: 1.8rem;
    background-size: auto 100%;
    background-position: left center;
    padding: 0 0 3px 20px;
  }
}
.cta > div:nth-child(3) > div > div > p {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div > div > p {
    font-size: 1.2rem;
  }
}
.cta > div:nth-child(3) > div > div > p span {
  font-size: 1.4rem;
  display: inline-block;
  padding: 3px 40px;
  margin-right: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(3) > div > div > p span {
    font-size: 1.1rem;
    border: 0;
    padding: 1px 0;
  }
}
.cta > div:nth-child(4) {
  padding: 0;
  min-width: 500px;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(4) {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) {
    min-width: auto;
    padding: 15px 0 0;
    flex-direction: column;
  }
}
.cta > div:nth-child(4) a {
  display: block;
  background: #389CFE;
  padding: 53px 50px 57px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(4) a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) a {
    padding: 15px 40px 15px 20px;
    width: 100%;
  }
}
.cta > div:nth-child(4) a:first-child {
  border-bottom: 1px solid #A7D9FF;
}
@media screen and (max-width: 1500px) {
  .cta > div:nth-child(4) a:first-child {
    border-bottom: 0;
    border-right: 1px solid #A7D9FF;
  }
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) a:first-child {
    border-bottom: 1px solid #A7D9FF;
    border-right: 0;
  }
}
.cta > div:nth-child(4) a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) a::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
.cta > div:nth-child(4) a:hover::after {
  right: 20px;
  border-width: 3px;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) a p {
    font-size: 1.1rem;
  }
}
.cta > div:nth-child(4) .cta_ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) .cta_ttl {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}
.cta > div:nth-child(4) .cta_ttl .font-eb {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .cta > div:nth-child(4) .cta_ttl .font-eb {
    font-size: 2.4rem;
  }
}

.free_service {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .free_service {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.free_service > div:nth-child(1) {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(1) {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
}
.free_service > div:nth-child(1)::before {
  content: "";
  width: 120px;
  height: 13pc;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../image/arrow.png") no-repeat center right;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(1)::before {
    content: none;
  }
}
.free_service > div:nth-child(1) p {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(1) p {
    font-size: 2.4rem;
  }
}
.free_service > div:nth-child(2) {
  width: calc(100% - 420px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.free_service > div:nth-child(2) > a {
  border-left: 3px solid #1571DA;
  padding: 25px 20px 25px 168px;
  max-width: 620px;
  margin-right: 20px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(2) > a {
    padding: 13px 10px 13px 85px;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    background-size: 55px auto !important;
    background-position: left 15px center !important;
  }
}
.free_service > div:nth-child(2) > a:nth-child(1) {
  background: #F4F7FC url("../image/icon_free_service_01.png") no-repeat left 40px center;
}
.free_service > div:nth-child(2) > a:nth-child(2) {
  background: #F4F7FC url("../image/icon_free_service_02.png") no-repeat left 40px center;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(2) > a:nth-child(2) {
    margin-top: 10px;
  }
}
.free_service > div:nth-child(2) > a p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(2) > a p:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.free_service > div:nth-child(2) > a p:nth-child(2) {
  font-size: 1.2rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .free_service > div:nth-child(2) > a p:nth-child(2) {
    font-size: 1rem;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  min-width: 1240px;
  height: 90px;
  z-index: 1000;
  transition: 0.5s all;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 1240px) {
  header {
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    min-width: auto;
  }
}
header .hl, header .hr {
  display: flex;
  justify-content: space-between;
}
header .hl {
  margin-left: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .hl {
    margin-left: 10px;
  }
}
header .hl a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header .hl a {
    display: block;
  }
}
header .hl .logo {
  width: 149px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  header .hl .logo {
    width: 100px;
    margin-top: 10px;
  }
}
header .hl ul li {
  background: #fff;
}
header .hl ul.nav {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  header .hl ul.nav {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    margin: 0;
    right: -100%;
    top: 60px;
    transition: 0.5s;
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .open header .hl ul.nav {
    right: 0;
  }
}
header .hl ul.nav > li:not(:last-of-type) > a {
  height: 100%;
  padding: 0 20px;
  transition: 0.5s all;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  header .hl ul.nav > li:not(:last-of-type) > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  header .hl ul.nav > li:not(:last-of-type) > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1280px) {
  header .hl ul.nav > li:not(:last-of-type) > a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  header .hl ul.nav > li:not(:last-of-type) > a {
    font-size: 1.4rem;
    display: block;
    padding: 15px 60px 15px 15px;
    text-align: left;
    background: url("../image/icon_next.png") no-repeat right 10px center;
    background-size: 23px 23px;
    border-bottom: 1px solid #DFE8EF;
  }
}
header .hl ul.nav > li:not(:last-of-type) > a > span {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .hl ul.nav > li:not(:last-of-type) > a > span {
    display: block;
  }
}
header .hl ul.nav > li:not(:last-of-type) > a > span::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  header .hl ul.nav > li:not(:last-of-type) > a > span::before {
    content: none;
  }
}
header .hl ul.nav > li:not(:last-of-type):hover > a > span::before, header .hl ul.nav > li:not(:last-of-type).active > a > span::before {
  background: #1571DA;
}
header .hl ul.nav > li:not(:last-of-type):hover > a {
  color: #333;
  opacity: 1;
}
header .hl ul.nav > li:not(:last-of-type):not(:nth-child(5)):not(:nth-child(6)):hover .sub_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header .hl ul.nav > li:not(:last-of-type):nth-child(8) > a {
  pointer-events: none;
}
header .hl ul.nav > li:not(:last-of-type):nth-child(8) .sub_menu .Inner {
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  header .hl ul.nav > li {
    position: relative;
  }
  header .hl ul.nav > li:last-of-type {
    margin: 20px 10px 0;
  }
  header .hl ul.nav > li:last-of-type .btn li {
    margin-top: 10px;
  }
  header .hl ul.nav > li:last-of-type .btn li a {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  header .hl ul.nav > li:last-of-type .btn li:nth-child(1) a {
    background: #2D98E5;
  }
  header .hl ul.nav > li:last-of-type .btn li:nth-child(2) a {
    background: #1571DA;
  }
  header .hl ul.nav > li:last-of-type ul:last-child {
    margin: 15px 10px 90px;
  }
  header .hl ul.nav > li:last-of-type ul:last-child li {
    margin-top: 15px;
  }
}
header .hl ul.nav.hover > li > a {
  color: #94ACC1;
}
header .hl .sub_menu {
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.2s ease-in-out;
  transform-origin: top center;
  opacity: 0;
  transform: translateY(-5px);
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: none;
    width: 100% !important;
    transition: none;
    transform: none;
    top: auto;
    border-bottom: 1px solid #DFE8EF;
  }
}
header .hl .sub_menu a:hover {
  color: #1571DA !important;
  opacity: 1;
}
header .hl .sub_menu .Inner {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .Inner {
    display: block;
    padding: 0;
  }
}
header .hl .sub_menu .sub_service > span {
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service > span {
    font-size: 1.4rem;
    background: #EFF2F6;
    padding: 10px 15px;
    margin-bottom: 0;
  }
}
header .hl .sub_menu .sub_service .parent {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service .parent {
    padding: 20px 15px 13px;
  }
}
header .hl .sub_menu .sub_service .parent > li {
  padding-left: 16px;
  position: relative;
}
header .hl .sub_menu .sub_service .parent > li > a, header .hl .sub_menu .sub_service .parent > li > span {
  font-weight: 700;
  position: relative;
  display: block;
}
header .hl .sub_menu .sub_service .parent > li > a::before, header .hl .sub_menu .sub_service .parent > li > span::before {
  content: "=";
  color: #1571DA;
  position: absolute;
  left: -16px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service .parent > li > a, header .hl .sub_menu .sub_service .parent > li > span {
    padding: 12px 0;
  }
}
header .hl .sub_menu .sub_service .child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .hl .sub_menu .sub_service .child > li {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service .child a {
    padding: 12px 0;
  }
}
header .hl .sub_menu .sub_service:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service:nth-child(1) {
    display: none;
  }
}
header .hl .sub_menu .sub_service:nth-child(1) a {
  display: inline-block;
  color: #1571DA;
  line-height: 28px; /* padding-right: 48px; background: url("../image/icon_arrow.png") no-repeat right center; */
  font-weight: 700;
}
header .hl .sub_menu .sub_service:nth-child(2) {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service:nth-child(2) {
    display: block;
  }
}
header .hl .sub_menu .sub_service:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service:nth-child(3) {
    border-bottom: 1px solid #DFE8EF;
    display: block;
  }
}
header .hl .sub_menu .sub_service:nth-child(3) > span {
  width: 100%;
}
header .hl .sub_menu .sub_service:nth-child(3) .parent {
  width: 50%;
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_service:nth-child(3) .parent {
    width: 100%;
  }
  header .hl .sub_menu .sub_service:nth-child(3) .parent:first-child {
    padding-bottom: 0;
  }
  header .hl .sub_menu .sub_service:nth-child(3) .parent:last-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header .hl .sub_menu .sub_company, header .hl .sub_menu .sub_recruit, header .hl .sub_menu .sub_tool {
    margin: 0 15px 0 33px;
    position: relative;
  }
  header .hl .sub_menu .sub_company:first-child, header .hl .sub_menu .sub_recruit:first-child, header .hl .sub_menu .sub_tool:first-child {
    margin-top: 12px;
  }
  header .hl .sub_menu .sub_company:last-child, header .hl .sub_menu .sub_recruit:last-child, header .hl .sub_menu .sub_tool:last-child {
    margin-bottom: 12px;
  }
  header .hl .sub_menu .sub_company li, header .hl .sub_menu .sub_recruit li, header .hl .sub_menu .sub_tool li {
    position: relative;
  }
  header .hl .sub_menu .sub_company a, header .hl .sub_menu .sub_recruit a, header .hl .sub_menu .sub_tool a {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  header .hl .sub_menu .sub_company a::after, header .hl .sub_menu .sub_recruit a::after, header .hl .sub_menu .sub_tool a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #1571DA;
    border-bottom: 1px solid #1571DA;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: 0.5s all;
  }
}
header .hl .open .sub_menu {
  display: block;
}
header .hl .js-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  font-size: 1rem;
  font-family: "EB Garamond", serif;
  color: #1571DA;
  padding: 13px 14px;
  font-weight: 500;
  text-align: center;
}
header .hl .js-btn .btn-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #1571DA;
  transition: 0.2s;
  margin: 8px 0;
}
header .hl .js-btn .btn-line::before, header .hl .js-btn .btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1571DA;
  transition: 0.5s;
  left: 0;
}
header .hl .js-btn .btn-line::before {
  transform: translateY(-7px);
}
header .hl .js-btn .btn-line::after {
  transform: translateY(7px);
}
.open header .hl .js-btn {
  font-size: 0;
}
.open header .hl .js-btn::after {
  content: "Close";
  font-size: 1rem;
}
.open header .hl .js-btn .btn-line {
  background-color: #fff;
}
.open header .hl .js-btn .btn-line::before {
  transform: translateY(0) rotate(30deg);
}
.open header .hl .js-btn .btn-line::after {
  transform: translateY(0) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    width: 43px;
    height: 56px;
    background: url("../image/icon_plus.png") no-repeat center;
    background-size: 23px 23px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  header .open .sp-nav {
    background: url("../image/icon_minus.png") no-repeat center;
    background-size: 23px 23px;
  }
  header > a {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  header .hr {
    display: none;
  }
}
header .hr .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
header .hr .tel a {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 20px;
  background: url("../image/icon_tel.png") no-repeat left center;
  background-size: auto 18px;
}
header .hr .tel span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1300px) {
  header .hr .tel {
    margin-right: 15px;
  }
  header .hr .tel a {
    font-size: 1.6rem;
  }
  header .hr .tel spam {
    font-size: 1.1rem;
  }
}
header .hr .h_btn a {
  height: 90px;
  width: 150px;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1571DA;
}
header .hr .h_btn:nth-of-type(2) a {
  background: #2D98E5;
}

footer {
  background: #EFF2F6;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 25px 0 30px;
  }
}
footer.form {
  padding: 30px 0;
}
footer.form .f_bottom {
  margin: 0;
  justify-content: center;
}
footer .f_top {
  color: #333;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  /* @include sp(1600px) { margin: 0 20px; } */
}
@media screen and (max-width: 1280px) {
  footer .f_top {
    margin: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
footer .f_top .fl {
  margin-right: 5%;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  footer .f_top .fl {
    flex-direction: row;
    margin: 0 0 40px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fl {
    flex-direction: column;
  }
}
footer .f_top .fl .logo {
  width: 160px;
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  footer .f_top .fl .logo {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fl .logo {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  footer .f_top .fl .address {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fl .address {
    margin: 0 auto 25px;
    text-align: center;
    width: 80%;
  }
}
footer .f_top .fl .address p:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #657786;
}
@media screen and (max-width: 768px) {
  footer .f_top .fl .address p:nth-child(1) {
    text-align: center;
    font-size: 1.1rem;
    margin: 10px 0;
  }
}
footer .f_top .fl .address p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  color: #798FA2;
}
@media screen and (max-width: 768px) {
  footer .f_top .fl .address p:nth-child(2) {
    font-size: 1rem;
    text-align: left;
  }
}
footer .f_top .fl .jpx {
  width: 67px;
}
footer .f_top .fl > ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  footer .f_top .fl > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fl > ul {
    flex-wrap: nowrap;
    align-items: center;
  }
}
footer .f_top .fl > ul li {
  margin-right: 10px;
  font-size: 0;
}
footer .f_top .fl > ul li:first-child {
  margin-right: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  footer .f_top .fl > ul li:first-child {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fl > ul li:first-child {
    margin: 0 15px 0 0;
    width: auto;
  }
}
footer .f_top .fl > ul li:last-child {
  margin-right: 0;
}
footer .f_top .fr {
  display: inline-flex;
  flex-direction: column;
  max-width: 1280px;
}
@media screen and (max-width: 1280px) {
  footer .f_top .fr {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f_top .fr {
    display: none;
  }
}
footer .f_top .fr .child {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .f_top .fr .child > a {
  color: #1571DA;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 30px 0;
}
footer .f_top .fr .child2 {
  display: flex;
  justify-content: center;
  color: #657786;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  footer .f_top .fr .child2 {
    flex-direction: column;
    gap: 30px;
  }
}
footer .f_top .fr .child2 > li {
  font-size: 1.2rem;
}
footer .f_top .fr .child2 > li > span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #798FA2;
  display: inline-block;
  margin-bottom: 15px;
}
footer .f_top .fr .child2 > li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
footer .f_top .fr .child2 > li:nth-child(2) > span {
  width: 100%;
}
footer .f_top .fr .child2 > li:nth-child(2) .child3 {
  width: 50%;
}
footer .f_top .fr .child3 > li a, footer .f_top .fr .child3 > li span {
  padding: 5px 0;
  display: block;
}
footer .f_top .fr .child3 > li > a, footer .f_top .fr .child3 > li > span {
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
footer .f_top .fr .child3 > li > a::before, footer .f_top .fr .child3 > li > span::before {
  content: "=";
  color: #1571DA;
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
footer .f_top .fr .child4 {
  padding-left: 24px;
}
footer .f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 5% 0;
  color: #798FA2;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .f_bottom {
    justify-content: center;
    margin: 25px 20px 0;
  }
}
footer .f_bottom > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .f_bottom > ul {
    display: none;
  }
}
footer .f_bottom > ul li {
  margin-left: 40px;
}

.side #searchform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}
.side #searchform input {
  width: 200px;
  background: #F2F2F2;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #999;
  padding: 11px 14px;
}
@media screen and (max-width: 768px) {
  .side #searchform input {
    width: 80%;
  }
}
.side #searchform button {
  color: #fff;
  padding: 11px 12px;
  background: #798FA2;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .side #searchform button {
    width: 18%;
    text-align: center;
  }
}

.relation_column {
  margin: 90px 20px;
}
@media screen and (max-width: 768px) {
  .relation_column {
    margin: 45px 20px;
  }
}
.relation_column .ttl_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .relation_column .ttl_01 {
    margin-bottom: 40px;
  }
}
.relation_column .list {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .relation_column .list {
    flex-direction: column;
    gap: 20px;
  }
}
.relation_column .list > li {
  max-width: 360px;
  width: 23.5%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .relation_column .list > li {
    max-width: none;
    width: 100%;
  }
}
.relation_column .list > li .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .relation_column .list > li .txt {
    padding: 10px;
  }
}
.relation_column .list > li .img {
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.relation_column .list > li .img img {
  position: absolute;
  bottom: -10px;
  left: 0;
  max-width: 50%;
  max-height: 50px;
  background: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.relation_column .list > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 10px;
  line-height: 1.5;
}
.relation_column .list > li .contents {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #657786;
  margin-bottom: 25px;
}
.relation_column .list > li .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.relation_column .list > li .data time {
  font-size: 1.2rem;
  font-weight: 700;
}
.relation_column .list > li .data ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.relation_column .list > li .data ul li {
  color: #1571DA;
  font-size: 1.2rem;
  padding: 8px 5px;
  background: #F2F2F2;
}
.relation_column .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .relation_column .btn {
    margin-top: 30px;
  }
}

.pagination_area {
  margin: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .pagination_area {
    margin: 30px 0 40px;
  }
}
.pagination_area .pagination {
  display: flex;
  justify-content: center;
  margin-left: -3px;
}
.pagination_area .page-numbers {
  font-size: 1.6rem;
  color: #384655;
  margin-left: 3px;
  width: 42px;
  height: 38px;
  background: #fff;
  border: 1px solid #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination_area .page-numbers:hover, .pagination_area .page-numbers.current {
  color: #045DAB;
  background: #EDEDED;
}
.pagination_area .page-numbers.prev, .pagination_area .page-numbers.next {
  color: #fff;
  background: #94ACC1;
  border: 0;
  width: 90px;
}

.download_banner .box {
  background: url("../image/bg_casestudy.jpg") no-repeat center;
  background-size: cover;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .download_banner .box {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }
}
.download_banner .box p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .download_banner .box p {
    font-size: 1.4rem;
  }
}
.download_banner .box a {
  width: 456px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 25px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1571DA;
}
@media screen and (max-width: 768px) {
  .download_banner .box a {
    width: 100%;
    padding: 15px;
    font-size: 1.4rem;
  }
}
.download_banner .box a::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .download_banner .box a::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.download_banner .box a > span {
  position: relative;
}
.download_banner .box a > span > span {
  font-size: 1.2rem;
  background: linear-gradient(90deg, #52C9D2, #0099FF);
  padding: 3px 25px;
  display: inline-block;
  border-radius: 30px;
  margin-left: 20px;
  color: #fff;
}

.common_selection {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .common_selection {
    margin-bottom: 45px;
  }
}
.common_selection dl {
  border: 1px solid #CAD7E1;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .common_selection dl {
    flex-direction: column;
    padding: 10px;
  }
}
.common_selection dl:not(:first-child) {
  border-top: 0;
}
.common_selection dt {
  width: 180px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .common_selection dt {
    width: 100%;
    padding: 0 0 10px;
  }
}
.common_selection dd {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 40px;
  padding: 30px 40px 30px 0;
}
@media screen and (max-width: 768px) {
  .common_selection dd {
    width: 100%;
    padding: 0 0 10px;
    gap: 15px;
  }
}
.common_selection dd > div {
  width: 100%;
}
.common_selection dd > div:nth-of-type(2) {
  margin-top: 10px;
}
.common_selection input[type=checkbox] {
  display: none;
}
.common_selection input[type=checkbox]:checked + label {
  font-weight: 700;
  color: #1571DA;
}
.common_selection input[type=checkbox]:checked + label::before {
  background: #1571DA;
  border-color: #1571DA;
}
.common_selection input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.common_selection label {
  position: relative;
  padding: 0 0 0 29px;
  font-size: 1.6rem;
  color: #4C5E6D;
}
.common_selection label:hover::before {
  border-color: #1571DA;
}
.common_selection label::after, .common_selection label::before {
  position: absolute;
  content: "";
  display: block;
  top: 14px;
}
.common_selection label::before {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
}
.common_selection label::after {
  left: 7px;
  margin-top: -7px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
.common_form {
  padding: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .common_form {
    padding: 20px 15px;
  }
}
.common_form dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #434039;
  margin-bottom: 10px;
}
.common_form dt.req::after {
  content: "必須";
  font-size: 1.2rem;
  color: #fff;
  background: #1571DA;
  padding: 1px 7px 3px 5px;
  border-radius: 3px;
  margin-left: 15px;
}
.common_form dd {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 25px;
}
.common_form dd textarea, .common_form dd input[type=text], .common_form dd input[type=tel], .common_form dd input[type=email], .common_form dd select {
  padding: 15px 20px;
  border: 1px solid #CAD7E1;
  border-radius: 5px;
  width: 100%;
}
.common_form dd .select-box {
  position: relative;
  width: 60%;
  display: inline-block;
}
.common_form dd .select-box select {
  position: relative;
  z-index: 1;
}
.common_form dd .select-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #1571DA transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .common_form dd .select-box {
    width: 100%;
  }
  .common_form dd .select-box::after {
    border-width: 10px 7.5px 0 7.5px;
  }
}
.common_form dd p + p {
  margin-top: 1.5em;
}
.common_form dd .wpcf7-radio, .common_form dd .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.common_form dd .wpcf7-list-item {
  margin: 0;
}
.common_form .privacypolicy {
  font-size: 1.6rem;
  color: #1B1B1B;
  text-align: center;
}
.common_form .privacypolicy a {
  color: #1571DA;
  text-decoration: underline;
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
.common_form .privacypolicy a::after {
  content: "";
  height: 12px;
  width: 14px;
  background: url("../image/icon_link.png") no-repeat center;
  position: absolute;
  right: -1.2em;
  top: 10px;
}
.common_form .btn {
  margin-top: 35px;
  position: relative;
}
.common_form .btn input {
  width: 100%;
}
.common_form .btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.index_mv {
  background: url("../image/mv.jpg") no-repeat center;
  background-size: cover;
  height: 800px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .index_mv {
    background: url("../image/mv_sp.jpg") no-repeat center top;
    background-size: cover;
    margin-bottom: 60px;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.index_mv > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .index_mv > div {
    width: 100%;
    position: relative;
    top: auto;
    transform: none;
    padding: 20% 20px 20px;
  }
}
.index_mv > div h1 {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-bottom: 45px;
  position: relative;
  margin-left: 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index_mv > div h1 {
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.index_mv > div h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.1));
}
.index_mv > div p {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 3;
  text-align: left;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .index_mv > div p {
    font-size: clamp(1.4rem, 4vw, 1.7rem);
    line-height: 1.8;
    margin-left: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.index_mv > a {
  background: #00499D url("../image/icon_arrow_03.png") no-repeat center right 50px;
  color: #fff;
  width: 560px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 1px;
  left: 0;
  padding: 35px 135px;
}
@media screen and (max-width: 768px) {
  .index_mv > a {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 15px;
    font-size: 1.8rem;
  }
}
.index_copy {
  color: #1571DA;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .index_copy {
    font-size: 1.6rem;
    margin: 0 10px 40px;
  }
}
.index_copy span {
  position: relative;
  display: inline-block;
  padding: 0 72px;
}
@media screen and (max-width: 768px) {
  .index_copy span {
    padding: 0 25px;
  }
}
.index_copy span::before, .index_copy span::after {
  font-size: 6.2rem;
  color: #CAD7E1;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index_copy span::before, .index_copy span::after {
    font-size: 3rem;
    top: 5px;
  }
}
.index_copy span::before {
  content: "“";
  left: 0;
}
.index_copy span::after {
  content: "”";
  right: 0;
}
.index_strength .col2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 {
    display: block;
  }
}
.index_strength .col2 > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div {
    width: 100%;
  }
}
.index_strength .col2 > div.lf {
  background: #F6FAFF;
}
.index_strength .col2 > div.lf h3::after {
  background: #F6FAFF;
}
.index_strength .col2 > div.rt {
  background: #E6F3FF;
}
.index_strength .col2 > div.rt h3::after {
  background: #E6F3FF;
}
.index_strength .col2 > div > img {
  width: 100%;
}
.index_strength .col2 > div > .Inner {
  width: 100%;
  padding: 25px 10% 70px;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div > .Inner {
    padding: 20px 10px 60px;
  }
}
.index_strength .col2 > div h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1571DA;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.index_strength .col2 > div .link {
  background: #fff;
  padding: 35px 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div .link {
    padding: 20px 10px;
  }
}
.index_strength .col2 > div .link ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E8EDF5;
  border-left: 1px solid #E8EDF5;
}
.index_strength .col2 > div .link ul li {
  width: 50%;
  border-bottom: 1px solid #E8EDF5;
  border-right: 1px solid #E8EDF5;
}
.index_strength .col2 > div .link ul li a {
  display: block;
  padding: 20px 15px 25px;
  text-align: center;
  height: 100%;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div .link ul li a {
    padding: 10px;
    min-height: auto !important;
  }
}
.index_strength .col2 > div .link ul li a:hover {
  background: #EFF8FF;
  opacity: 1;
}
.index_strength .col2 > div .link ul li img {
  margin-bottom: 5px;
}
.index_strength .col2 > div .link ul li div {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1571DA;
  margin: 0 10px 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .index_strength .col2 > div .link ul li div {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}
.index_strength .col2 > div .link ul li p {
  font-size: 1.2rem;
  color: #4C5E6D;
  text-align: left;
}
.index_casestudy {
  padding: 130px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index_casestudy {
    padding: 60px 0;
  }
}
.index_casestudy > .Inner {
  width: 100%;
  max-width: 1660px;
}
.index_casestudy::after {
  content: "";
  width: 100%;
  height: 440px;
  background: #F4F8FC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_casestudy .box {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .index_casestudy .box {
    padding: 20px;
  }
}
.index_casestudy .box p {
  font-size: 2rem;
  font-weight: 700;
  color: #4C5E6D;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .index_casestudy .box p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.index_casestudy .list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list {
    display: block;
  }
}
.index_casestudy .list > li {
  max-width: 360px;
  width: calc((100% - 60px) / 4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li {
    width: 100%;
    max-width: none;
  }
}
.index_casestudy .list > li + li {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li + li {
    margin: 20px 0 0;
  }
}
.index_casestudy .list > li .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li .txt {
    padding: 10px;
  }
}
.index_casestudy .list > li .img {
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.index_casestudy .list > li .img img {
  position: absolute;
  bottom: -10px;
  left: 0;
  max-width: 50%;
  max-height: 50px;
  background: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 3px 10px;
}
.index_casestudy .list > li .img.noimg {
  background: #F4F7FC url("../image/logo.png") no-repeat center;
  background-size: 150px auto;
}
.index_casestudy .list > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li .ttl {
    font-size: 1.6rem;
  }
}
.index_casestudy .list > li .company {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li .company {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.index_casestudy .list > li dl {
  display: flex;
  flex-wrap: wrap;
  color: #657786;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li dl {
    font-size: 1.2rem;
  }
}
.index_casestudy .list > li dl dt {
  width: 100px;
  font-weight: 700;
}
.index_casestudy .list > li dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.index_casestudy .list > li dl .service_dt {
  color: #555;
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li dl .service_dt {
    margin: 15px 0 0;
  }
}
.index_casestudy .list > li dl .service_dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li dl .service_dd {
    margin-top: 7px;
  }
}
.index_casestudy .list > li dl .service_dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index_casestudy .list > li dl .service_dd li {
  color: #1571DA;
  font-size: 1.2rem;
  padding: 8px 5px;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .index_casestudy .list > li dl .service_dd li {
    padding: 4px 3px;
  }
}
.index_casestudy .btn {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index_casestudy .btn {
    margin-top: 40px;
  }
}
.index_column {
  padding: 115px 0 60px;
}
@media screen and (max-width: 768px) {
  .index_column {
    padding: 60px 0 30px;
  }
}
.index_column .Inner {
  width: 100%;
  max-width: 1660px;
}
.index_column .ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .index_column .ttl_area {
    display: block;
    margin-bottom: 30px;
  }
}
.index_column .ttl_area div:last-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4C5E6D;
}
@media screen and (max-width: 768px) {
  .index_column .ttl_area div:last-child {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.index_column .ttl_02 {
  margin-bottom: 0;
}
.index_column ul {
  display: grid;
  grid-template-columns: 28% 28% 1fr;
  margin-bottom: 90px;
  gap: 20px;
}
@media screen and (max-width: 1600px) {
  .index_column ul {
    grid-template-columns: 23% 23% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .index_column ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.index_column ul li:nth-child(1) {
  grid-row: 1/4;
  grid-column: 1/2;
}
.index_column ul li:nth-child(2) {
  grid-row: 1/4;
  grid-column: 2/3;
}
.index_column ul li:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.index_column ul li:nth-child(4) {
  grid-row: 2/3;
  grid-column: 3/4;
}
.index_column ul li:nth-child(5) {
  grid-row: 3/4;
  grid-column: 3/4;
}
.index_column ul li .img {
  height: 100%;
  height: 0;
  padding-bottom: 61.6%;
}
.index_column ul li .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index_column ul li .ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.index_column ul li .data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index_column ul li time {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .index_column ul li time {
    font-size: 1rem;
  }
}
.index_column ul li .cat {
  font-size: 1.1rem;
  color: #1571DA;
  display: inline-block;
  padding: 6px 20px 4px;
  background: #F2F2F2;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .index_column ul li .cat {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .index_column ul li:nth-child(1) .img, .index_column ul li:nth-child(2) .img {
    margin-bottom: 15px;
  }
  .index_column ul li:nth-child(3) a, .index_column ul li:nth-child(4) a, .index_column ul li:nth-child(5) a {
    display: flex;
  }
  .index_column ul li:nth-child(3) .img, .index_column ul li:nth-child(4) .img, .index_column ul li:nth-child(5) .img {
    width: 163px;
    padding: 0;
    height: 100px;
  }
  .index_column ul li:nth-child(3) .txt, .index_column ul li:nth-child(4) .txt, .index_column ul li:nth-child(5) .txt {
    width: calc(100% - 163px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.index_column .btn {
  text-align: center;
}
.index_news {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .index_news {
    padding: 30px 0 60px;
  }
}
.index_news .Inner {
  width: 100%;
  max-width: 1660px;
}
.index_news .ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index_news .ttl_area {
    display: block;
    margin-bottom: 30px;
  }
}
.index_news .ttl_area a:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1571DA;
  padding: 2px 0 4px 30px;
  background: url("../image/icon_dots.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  .index_news .ttl_area a:last-child {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.index_news .ttl_02 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .index_news .btn {
    text-align: center;
    margin-top: 30px;
  }
}

.news.detail {
  margin-bottom: 60px;
}
.news.detail .data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .news.detail .data {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.news.detail .data time {
  font-size: 1.4rem;
  font-weight: 700;
}
.news.detail .data .cat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news.detail .data .cat a {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
}
.news.detail .article > *:not(:last-child) {
  margin-bottom: 1.4rem;
}
.news.detail .article .thumbnail {
  font-size: 0;
  margin-bottom: 30px;
}
.news.detail .article .thumbnail img {
  width: 100%;
}
.news.detail .article .main {
  line-height: 2;
}
.news.detail .article .main > p {
  margin-bottom: 1.5em;
}
.news.detail .article h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.news.detail .article h2::before, .news.detail .article h2::after {
  font-size: 6.2rem;
  color: #CAD7E1;
  line-height: 1;
  position: relative;
  top: 8px;
}
.news.detail .article h2::before {
  content: "“";
  margin-right: 25px;
}
.news.detail .article h2::after {
  content: "”";
  margin-left: 25px;
}
.news.detail .article h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.news.detail .article img {
  margin-bottom: 40px;
  display: block;
}
.news.detail .article a {
  color: #2D98E5;
  text-decoration: underline;
}
.news.detail .article .snsshare {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .news.detail .article .snsshare {
    margin-top: 30px;
  }
}
.news.archive {
  margin-bottom: 60px;
}
.news_archive .Inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news_archive .Inner {
    flex-direction: column-reverse;
  }
}
.news_archive .side {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .news_archive .side {
    width: 100%;
  }
}
.news_archive .side .widget-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 0;
  border-top: 1px solid #CAD7E1;
}
.news_archive .side ul li {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.news_archive .main {
  width: 960px;
}
@media screen and (max-width: 768px) {
  .news_archive .main {
    width: 100%;
  }
}
.news_archive .list > ul > li {
  border-top: 1px solid #CAD7E1;
}
.news_archive .list > ul > li:last-child {
  border-bottom: 1px solid #CAD7E1;
}
.news_archive .list > ul > li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 30px 0;
  background: #fff;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  .news_archive .list > ul > li a {
    flex-wrap: wrap;
    padding: 15px 0;
    justify-content: space-between;
  }
}
.news_archive .list > ul > li a:hover {
  background: #F4F7FC;
}
.news_archive .list > ul > li a:hover .ttl {
  color: #1571DA;
}
.news_archive .list > ul > li time {
  font-weight: 700;
  width: 175px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_archive .list > ul > li time {
    width: 140px;
    text-align: left;
  }
}
.news_archive .list > ul > li .cat {
  width: 116px;
  font-size: 1.1rem;
  color: #1571DA;
  text-align: center;
  background: #F2F2F2;
  border-radius: 3px;
  padding: 4px 5px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .news_archive .list > ul > li .cat {
    width: 100px;
    margin: 0 0 0 20px;
  }
}
.news_archive .list > ul > li .ttl {
  width: calc(100% - 175px - 116px - 35px);
}
@media screen and (max-width: 768px) {
  .news_archive .list > ul > li .ttl {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

.casestudy.detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .casestudy.detail {
    margin-bottom: 60px;
  }
}
.casestudy.detail .Inner {
  width: 1060px;
}
@media screen and (max-width: 768px) {
  .casestudy.detail .Inner {
    width: 100% !important;
  }
}
.casestudy.detail .mv .Inner {
  width: 1240px;
}
.casestudy .data {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .casestudy .data {
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.casestudy .data .company {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .casestudy .data .company {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding-right: 0;
    white-space: normal;
  }
}
.casestudy .data .company::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .casestudy .data .company::after {
    content: none;
  }
}
.casestudy .data dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .casestudy .data dl {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.casestudy .data dl dt {
  font-size: 1.2rem;
  font-weight: 500;
  width: 116px;
  border: 1px solid #fff;
  line-height: 2;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .casestudy .data dl dt {
    margin-right: 0;
  }
}
.casestudy .data dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .casestudy .data dl dd {
    width: calc(100% - 116px - 10px);
    margin: 0 !important;
    text-align: left;
  }
}
.casestudy .data dl dd:not(:last-child) {
  margin-right: 20px;
}
.casestudy_lead {
  margin-bottom: 60px;
}
.casestudy_lead .txt p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.casestudy_lead .txt p.name {
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: right;
}
.casestudy_lead .col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .casestudy_lead .col2 {
    flex-direction: column;
    gap: 10px;
  }
}
.casestudy_lead .col2 .img {
  width: 360px;
  padding: 20px 10px;
  border: 1px solid #DFE8EF;
}
@media screen and (max-width: 768px) {
  .casestudy_lead .col2 .img {
    width: auto;
    max-width: 75%;
    margin: 0 auto;
  }
}
.casestudy_lead .col2 .txt {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .casestudy_lead .col2 .txt {
    width: 100%;
  }
}
.casestudy_summary {
  margin-bottom: 90px;
}
.casestudy_summary dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CAD7E1;
  padding: 30px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .casestudy_summary dl {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
  }
}
.casestudy_summary dl:last-child {
  border-bottom: 1px solid #CAD7E1;
}
.casestudy_summary dl dt {
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .casestudy_summary dl dt {
    width: 100%;
  }
}
.casestudy_summary dl dt span, .casestudy_summary dl dt a {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
}
.casestudy_summary dl dt a {
  padding-right: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .casestudy_summary dl dt a {
    padding-right: 33px;
  }
}
.casestudy_summary dl dt a::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../image/icon_arrow.png") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
}
.casestudy_summary dl dd {
  width: 710px;
}
@media screen and (max-width: 768px) {
  .casestudy_summary dl dd {
    width: 100%;
  }
}
.casestudy_summary dl dd .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .casestudy_summary dl dd .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
.casestudy_summary dl dd > div {
  font-size: 1.4rem;
  color: #555;
}
.casestudy_summary dl dd > div ul li {
  padding-left: 20px;
  position: relative;
}
.casestudy_summary dl dd > div ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.casestudy_before, .casestudy_reason, .casestudy_after {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .casestudy_before, .casestudy_reason, .casestudy_after {
    margin-bottom: 45px;
  }
}
.casestudy_before img, .casestudy_reason img, .casestudy_after img {
  display: inline-block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .casestudy_before img, .casestudy_reason img, .casestudy_after img {
    margin-bottom: 20px;
  }
}
.casestudy_before .txt, .casestudy_reason .txt, .casestudy_after .txt {
  font-size: 1.4rem;
}
.casestudy_before .txt ul li, .casestudy_reason .txt ul li, .casestudy_after .txt ul li {
  padding-left: 20px;
  position: relative;
}
.casestudy_before .txt ul li::before, .casestudy_reason .txt ul li::before, .casestudy_after .txt ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.casestudy_comment {
  margin-bottom: 90px;
}
.casestudy_comment .casestudy_ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.casestudy_comment .casestudy_ttl span:nth-child(1) {
  font-size: 2.4rem;
}
.casestudy_comment .box {
  background: #F4F7FC;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .casestudy_comment .box {
    padding: 15px 10px;
  }
}
.casestudy_comment .box .txt .ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.casestudy_comment .box .txt .ttl h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .casestudy_comment .box .txt .ttl h3 {
    font-size: 1.6rem;
  }
}
.casestudy_comment .box .txt .ttl .name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #798FA2;
}
.casestudy_comment .box.col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .casestudy_comment .box.col2 {
    flex-direction: column;
  }
}
.casestudy_comment .box.col2 .img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .casestudy_comment .box.col2 .img {
    margin: 0 auto 10px;
  }
}
.casestudy_comment .box.col2 .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}
.casestudy_comment .box.col2 .txt {
  width: 820px;
}
@media screen and (max-width: 768px) {
  .casestudy_comment .box.col2 .txt {
    width: 100%;
  }
}
.casestudy_service {
  margin-bottom: 40px;
}
.casestudy_service .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .casestudy_service .list {
    gap: 20px;
  }
}
.casestudy_service .list li {
  width: calc(50% - 30px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .casestudy_service .list li {
    width: 100%;
  }
}
.casestudy_service .list li a {
  padding: 45px 40px 50px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .casestudy_service .list li a {
    padding: 20px;
  }
}
.casestudy_service .list li .ttl_blue {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .casestudy_service .list li .ttl_blue {
    margin-bottom: 15px;
  }
}
.casestudy_service .list li p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .casestudy_service .list li p {
    line-height: 2;
  }
}
.casestudy_archive {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive {
    margin-bottom: 45px;
  }
}
.casestudy_archive .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.casestudy_archive .list > li {
  width: 360px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list > li {
    width: 100%;
  }
}
.casestudy_archive .list > li .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list > li .txt {
    padding: 10px;
  }
}
.casestudy_archive .list > li .img {
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.casestudy_archive .list > li .img img {
  position: absolute;
  bottom: -10px;
  left: 0;
  max-width: 50%;
  max-height: 50px;
  background: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 3px 10px;
}
.casestudy_archive .list > li .img.noimg {
  background: #F4F7FC url("../image/logo.png") no-repeat center;
  background-size: 150px auto;
}
.casestudy_archive .list > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 10px;
  line-height: 1.5;
}
.casestudy_archive .list > li .company {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list > li .company {
    margin-bottom: 10px;
  }
}
.casestudy_archive .list > li dl {
  display: flex;
  flex-wrap: wrap;
  color: #657786;
}
.casestudy_archive .list > li dl dt {
  width: 100px;
  font-weight: 700;
}
.casestudy_archive .list > li dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.casestudy_archive .list > li dl .service_dt {
  color: #555;
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list > li dl .service_dt {
    margin-top: 18px;
  }
}
.casestudy_archive .list > li dl .service_dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive .list > li dl .service_dd {
    margin-top: 10px;
  }
}
.casestudy_archive .list > li dl .service_dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.casestudy_archive .list > li dl .service_dd li {
  color: #1571DA;
  font-size: 1.2rem;
  padding: 8px 5px;
  background: #F2F2F2;
  margin: 10px 0 0 10px;
}
.casestudy_archive.relation {
  background: #F4F8FC;
  padding: 90px 20px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive.relation {
    padding: 45px 20px;
    margin-bottom: 0;
  }
}
.casestudy_archive.relation .ttl_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive.relation .ttl_01 {
    margin-bottom: 40px;
  }
}
.casestudy_archive.relation .list {
  justify-content: center;
  padding: 0 20px;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .casestudy_archive.relation .list {
    gap: 20px;
    padding: 0;
  }
}
.casestudy_archive.relation .list > li {
  max-width: 360px;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .casestudy_archive.relation .list > li {
    max-width: none;
    width: 100%;
  }
}
.casestudy_archive.relation .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .casestudy_archive.relation .btn {
    margin-top: 30px;
  }
}

.column .col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .column .col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.column .col2 .main {
  width: 900px;
}
@media screen and (max-width: 768px) {
  .column .col2 .main {
    width: 100%;
  }
}
.column .col2 .side {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .column .col2 .side {
    width: 100%;
  }
}
.column .col2 .side > div + div {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #CAD7E1;
}
.column .col2 .side .widget-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.column .col2 .side .column_cat ul li {
  font-size: 1.3rem;
}
.column .col2 .side .column_cat ul li:not(:last-child) {
  margin-bottom: 1em;
}
.column .col2 .side .column_recommend ul li:not(:last-child) {
  margin-bottom: 20px;
}
.column .col2 .side .column_recommend ul li a {
  display: flex;
  justify-content: space-between;
}
.column .col2 .side .column_recommend ul li a img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  object-fit: cover;
}
.column .col2 .side .column_recommend ul li a p {
  width: calc(100% - 100px);
  font-size: 1.3rem;
  font-weight: 700;
}
.column .col2 .side .column_wpp ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column .col2 .side .column_wpp ul li {
  display: flex;
  gap: 10px;
}
.column .col2 .side .column_wpp ul li a {
  width: 90px;
}
.column .col2 .side .column_wpp ul li a img {
  width: 100%;
  height: auto;
}
.column .col2 .side .column_wpp ul li a.wpp-post-title {
  width: calc(100% - 100px);
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .column_article li {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.column_article li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .column_article li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.column_article a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column_article a {
    flex-direction: column;
    gap: 10px;
  }
}
.column_article .img {
  width: 200px;
  height: 0;
  padding-top: 15%;
}
@media screen and (max-width: 768px) {
  .column_article .img {
    width: 100%;
    padding-top: 67.5%;
  }
}
.column_article .txt {
  width: calc(100% - 240px);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .column_article .txt {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.column_article .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .column_article .ttl {
    font-size: 1.6rem;
  }
}
.column_article .data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .column_article .data {
    gap: 10px;
  }
}
.column_article .data time {
  font-size: 1.1rem;
}
.column_article .data .column_cat {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.column_article .data .column_cat li {
  font-size: 1.1rem;
  display: inline-block;
  padding: 6px 20px 4px;
  color: #1571DA;
  background: #F2F2F2;
  border-radius: 3px;
}
.column.detail {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .column.detail {
    margin: 30px 0;
  }
}
.column.detail h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .column.detail h1 {
    font-size: 2rem;
  }
}
.column.detail .data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .column.detail .data {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.column.detail .data time {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .column.detail .data time {
    font-size: 1.2rem;
  }
}
.column.detail .data .column_cat {
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .column.detail .data .column_cat {
    margin-left: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.column.detail .data .column_cat a {
  display: inline-block;
  padding: 6px 20px 4px;
  color: #1571DA;
  background: #F2F2F2;
  border-radius: 3px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .column.detail .data .column_cat a {
    padding: 3px 10px 2px;
    font-size: 1.2rem;
  }
}
.column.detail .article > *:not(:last-child) {
  margin-bottom: 1.4rem;
}
.column.detail .article .thumbnail {
  font-size: 0;
  margin-bottom: 30px;
}
.column.detail .article .thumbnail img {
  width: 100%;
}
.column.detail .article .download_banner {
  margin-bottom: 50px;
}
.column.detail .article h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  margin: 40px 0 30px;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #f2f2f2 0%, #fefefe 100%);
  border-bottom: 4px solid #1571DA;
}
@media screen and (max-width: 768px) {
  .column.detail .article h2 {
    font-size: 1.8rem;
    margin: 20px 0 15px;
  }
}
.column.detail .article .column_contents {
  overflow: hidden;
}
.column.detail .article .column_contents img {
  display: block;
  margin: 1% auto;
}
@media screen and (max-width: 768px) {
  .column.detail .article .column_contents img {
    margin: 10px auto !important;
  }
}
.column.detail .article .column_contents img:first-child {
  margin-top: 0 !important;
}
.column.detail .article .column_contents img.float {
  margin: 0 10px 10px 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .column.detail .article .column_contents img.float {
    float: none;
  }
}
.column.detail .article .column_contents img.float + br {
  display: none;
}
.column.detail .article .column_contents h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
  border-bottom: solid 3px #f2f2f2;
  padding: 6px 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column.detail .article .column_contents h3 {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.column.detail .article .column_contents h3::before {
  display: inline-block;
  content: "";
  height: 14px;
  border-left: solid 5px #1571DA;
  margin-right: 7px;
  transform: translateY(1px);
}
.column.detail .article .column_contents h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .column.detail .article .column_contents h4 {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}
.column.detail .article .column_contents h3 + br, .column.detail .article .column_contents h4 + br {
  display: none;
}
.column.detail .article a {
  color: #2D98E5;
  text-decoration: underline;
}
.column_banner {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .column_banner {
    margin-top: 20px;
  }
}
.column_banner .auther {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #DFE8EF;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .column_banner .auther {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    margin-bottom: 25px;
  }
}
.column_banner .auther::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #1571DA transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.column_banner .auther .img {
  width: 116px;
}
@media screen and (max-width: 768px) {
  .column_banner .auther .img {
    width: 100%;
  }
}
.column_banner .auther .img img {
  max-width: 100%;
}
.column_banner .auther .img.noimg {
  height: 116px;
  background: #F4F7FC url("../image/logo.png") no-repeat center;
  background-size: 90% auto;
}
@media screen and (max-width: 768px) {
  .column_banner .auther .img.noimg {
    background-size: 150px auto;
  }
}
.column_banner .auther .txt {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .column_banner .auther .txt {
    width: 100%;
  }
}
.column_banner .auther .txt .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .column_banner .auther .txt .name {
    font-size: 1.4rem;
  }
}
.column_banner .auther .txt .profile {
  font-size: 1.2rem;
  color: #798FA2;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .column_banner .auther .txt .profile {
    line-height: 1.6;
  }
}
.column_banner .link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column_banner .link {
    flex-direction: column;
    gap: 10px;
  }
}
.column_banner .link > div {
  width: 420px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .column_banner .link > div {
    width: 100%;
    padding: 20px;
  }
}
.column_banner .link > div .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1571DA;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column_banner .link > div .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.column_banner .link > div p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .column_banner .link > div p:nth-child(2) {
    margin-bottom: 15px;
  }
}
.column_banner .link > div .btn {
  text-align: center;
}
.column_banner .link > div .btn a {
  padding: 15px 60px;
}
@media screen and (max-width: 768px) {
  .column_banner .link > div .btn a {
    padding: 10px;
  }
}

.service.detail {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service.detail {
    margin-bottom: 60px;
  }
}
.service.detail .Inner {
  width: 1060px;
}
@media screen and (max-width: 768px) {
  .service.detail .Inner {
    width: 100% !important;
  }
}
.service.detail .mv {
  margin-bottom: 0;
}
.service.detail .mv .Inner {
  width: 1240px;
}
@media screen and (max-width: 768px) {
  .service.detail .table_sp {
    overflow-x: scroll;
  }
  .service.detail .table_sp table {
    width: 800px;
  }
  .service.detail .scroll-hint-icon-wrap.is-active {
    background: rgba(0, 0, 0, 0.2);
  }
}
.service.detail .ttl_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service.detail .ttl_01 {
    margin-bottom: 20px;
  }
}
.service.detail .blue_txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1571DA;
  margin: 60px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service.detail .blue_txt {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}
.service_link {
  background: #F6F6F6;
  width: 100%;
  z-index: 4;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .service_link {
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
  }
}
.service_link ul {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .service_link ul {
    padding: 10px 5px;
    display: inline-flex;
  }
}
.service_link ul li {
  position: relative;
  border-left: 1px solid #D9D9D9;
}
.service_link ul li:last-child {
  border-right: 1px solid #D9D9D9;
}
.service_link ul li a {
  display: inline-block;
  padding: 0 30px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .service_link ul li a {
    font-size: 1rem;
    padding: 0 5px;
  }
}
.service_about {
  margin: 115px 0 120px;
}
@media screen and (max-width: 768px) {
  .service_about {
    margin: 80px 0 60px;
  }
}
.service_about a {
  color: #1571DA;
}
.service_about .catch {
  text-align: center;
  margin: 60px 0 0;
  /*.txt { font-size: 2.2rem; font-weight: 700; color: $main_color;
    @include sp { font-size: 1.8rem; margin-bottom: 20px; }
  }*/
}
@media screen and (max-width: 768px) {
  .service_about .catch {
    margin: 30px 0 0;
  }
}
.service_about .catch > p:not(:last-child) {
  margin-bottom: 30px;
}
.service_about .catch .desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_about .catch .desc {
    font-size: 1.4rem;
  }
}
.service_about .worries {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .service_about .worries {
    margin: 30px 0 0;
  }
}
.service_about .worries > div:not(:last-child) {
  margin-bottom: 30px;
}
.service_about .worries .list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service_about .worries .list {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
}
.service_about .worries h3 {
  font-size: 1.8rem;
  font-weight: 700;
  width: 320px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_about .worries h3 {
    width: 100%;
  }
}
.service_about .worries ul {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .service_about .worries ul {
    width: 100%;
  }
}
.service_about .worries ul li {
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
  color: #555;
}
@media screen and (max-width: 768px) {
  .service_about .worries ul li {
    font-size: 1.4rem;
  }
}
.service_about .worries ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.service_about .worries .txt {
  font-size: 2rem;
  color: #1571DA;
  font-weight: 700;
  min-height: 131px;
  display: flex;
  align-items: center;
  padding: 0 0 0 200px;
  text-align: left;
  background: url("../image/img_worries.png") no-repeat left center;
  background-size: auto 131px;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 768px) {
  .service_about .worries .txt {
    font-size: 1.6rem;
    min-height: auto;
    display: block;
    padding: 90px 0 0;
    background: url("../image/img_worries.png") no-repeat center top;
    background-size: auto 80px;
  }
}
.service_point {
  position: relative;
  padding: 120px 0;
  counter-reset: number 0;
  /*.desc { font-size: 2.4rem; font-weight: 700; color: $main_color; text-align: center; margin-bottom: 40px;
  	@include sp { font-size: 1.8rem; margin-bottom: 20px; }
  }*/
}
@media screen and (max-width: 768px) {
  .service_point {
    padding: 60px 0;
  }
}
.service_point::before {
  content: "";
  height: 460px;
  width: 100%;
  background: #F4F8FC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.service_point.nolabel {
  background: #F4F8FC;
}
.service_point .toc {
  counter-reset: count 0;
  padding: 30px 40px 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .service_point .toc {
    padding: 15px 10px 5px;
    margin-bottom: 45px;
  }
}
.service_point .toc li {
  position: relative;
  min-height: 50px;
  padding: 5px 0 7px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .service_point .toc li {
    min-height: 30px;
    padding: 0 0 2px 40px;
    margin-bottom: 10px;
  }
}
.service_point .toc li::before {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  height: 50px;
  width: 50px;
  border: 1px solid #CAD7E1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service_point .toc li::before {
    font-size: 1.8rem;
    height: 30px;
    width: 30px;
  }
}
.service_point .toc li a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #555;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .service_point .toc li a {
    font-size: 1.6rem;
  }
}
.service_point .sub_ttl {
  font-size: 2rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_point .sub_ttl {
    font-size: 1.4rem;
    margin-bottom: 1px;
  }
}
.service_point .sub_ttl::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 3.4rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .service_point .sub_ttl::after {
    font-size: 2.4rem;
  }
}
.service_point .ttl_blue {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service_point .ttl_blue {
    margin-bottom: 20px;
  }
}
.service_point .service_point_main:not(:last-child) {
  border-bottom: 1px solid #CAD7E1;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_main:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.service_point .service_point_main .official {
  width: 60%;
  margin: 0 auto;
  display: block;
  background: #F4F7FC;
  padding: 20px;
  border: solid 1px #CAD7E1;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_main .official {
    width: 100%;
    padding: 10px;
  }
}
.service_point .service_point_main .official a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.service_point .service_point_main .official img {
  display: block;
  width: 80px;
}
.service_point .service_point_img1:not(:last-child), .service_point .service_point_txt1_1:not(:last-child), .service_point .service_point_sub:not(:last-child), .service_point .service_point_txt1_2:not(:last-child), .service_point .service_point_btn:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_img1:not(:last-child), .service_point .service_point_txt1_1:not(:last-child), .service_point .service_point_sub:not(:last-child), .service_point .service_point_txt1_2:not(:last-child), .service_point .service_point_btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.service_point .service_point_img1 {
  text-align: center;
}
.service_point .service_point_txt1_1 {
  font-weight: 700;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_txt1_1 {
    line-height: 1.8;
  }
}
.service_point .service_point_sub + .service_point_sub {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_sub + .service_point_sub {
    margin-top: 45px;
  }
}
.service_point .service_point_sub h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_sub h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.service_point .service_point_sub .col2 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_sub .col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.service_point .service_point_sub .col2 .img {
  width: 485px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_sub .col2 .img {
    width: 100%;
  }
}
.service_point .service_point_sub .col2 .txt {
  width: 495px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_sub .col2 .txt {
    width: 100%;
  }
}
.service_point .service_point_sub .col2 h4 {
  color: #1571DA;
}
.service_point .service_point_sub .txt > div:not(.table_sp) {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #CAD7E1;
}
.service_point .service_point_btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_btn {
    margin-top: 30px;
  }
}
.service_point .service_point_btn a {
  display: inline-block;
  width: 440px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .service_point .service_point_btn a {
    width: 100%;
  }
}
.service_point .table_cdn table {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  line-height: 1.2;
}
.service_point .table_cdn table tr {
  border-top: 0;
}
.service_point .table_cdn table tr:last-child {
  border-bottom: 0;
}
.service_point .table_cdn table tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #0071e3;
}
.service_point .table_cdn table tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #009cff;
}
.service_point .table_cdn table tr:last-child td:nth-child(4) {
  border-bottom: 2px solid #71c3ff;
}
.service_point .table_cdn table tr > *:nth-child(1) {
  width: 22%;
}
.service_point .table_cdn table tr > *:nth-child(2), .service_point .table_cdn table tr > *:nth-child(3), .service_point .table_cdn table tr > *:nth-child(4) {
  width: 26%;
}
.service_point .table_cdn table tr:not(:first-child):nth-child(2n-1) {
  background: #ebf5ff;
}
.service_point .table_cdn table th, .service_point .table_cdn table td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service_point .table_cdn table th, .service_point .table_cdn table td {
    padding: 10px;
  }
}
.service_point .table_cdn table th:nth-child(2), .service_point .table_cdn table td:nth-child(2) {
  border-right: 2px solid #0071e3;
  border-left: 2px solid #0071e3;
}
.service_point .table_cdn table th:nth-child(3), .service_point .table_cdn table td:nth-child(3) {
  border-right: 2px solid #009cff;
  border-left: 2px solid #009cff;
}
.service_point .table_cdn table th:nth-child(4), .service_point .table_cdn table td:nth-child(4) {
  border-right: 2px solid #71c3ff;
  border-left: 2px solid #71c3ff;
}
.service_point .table_cdn table th {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
}
.service_point .table_cdn table th:nth-child(2) {
  background: linear-gradient(90deg, #015bbb 0%, #0071e3 100%);
  border-top: 2px solid #0071e3;
}
.service_point .table_cdn table th:nth-child(3) {
  background: linear-gradient(90deg, #007ee4 0%, #009cff 100%);
  border-top: 2px solid #009cff;
}
.service_point .table_cdn table th:nth-child(4) {
  background: linear-gradient(90deg, #2c92e4 0%, #71c3ff 100%);
  border-top: 2px solid #71c3ff;
}
.service_point .table_cdn table .btn a {
  width: 100%;
  padding: 10px;
  color: #fff;
}
.service_point .table_cdn .only-sp > div:nth-child(1) dl:first-child dd {
  background: linear-gradient(90deg, #015bbb 0%, #0071e3 100%);
  border-top: 2px solid #0071e3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.service_point .table_cdn .only-sp > div:nth-child(1) dl:last-child dd {
  border-bottom: 2px solid #0071e3;
}
.service_point .table_cdn .only-sp > div:nth-child(1) dd {
  border-right: 2px solid #0071e3;
  border-left: 2px solid #0071e3;
}
.service_point .table_cdn .only-sp > div:nth-child(2) dl:first-child dd {
  background: linear-gradient(90deg, #007ee4 0%, #009cff 100%);
  border-top: 2px solid #009cff;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.service_point .table_cdn .only-sp > div:nth-child(2) dl:last-child dd {
  border-bottom: 2px solid #009cff;
}
.service_point .table_cdn .only-sp > div:nth-child(2) dd {
  border-right: 2px solid #009cff;
  border-left: 2px solid #009cff;
}
.service_point .table_cdn .only-sp > div:nth-child(3) dl:first-child dd {
  background: linear-gradient(90deg, #2c92e4 0%, #71c3ff 100%);
  border-top: 2px solid #71c3ff;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.service_point .table_cdn .only-sp > div:nth-child(3) dl:last-child dd {
  border-bottom: 2px solid #71c3ff;
}
.service_point .table_cdn .only-sp > div:nth-child(3) dd {
  border-right: 2px solid #71c3ff;
  border-left: 2px solid #71c3ff;
}
.service_point .table_cdn .only-sp > div:nth-child(2), .service_point .table_cdn .only-sp > div:nth-child(3) {
  margin-top: 30px;
}
.service_point .table_cdn dl {
  width: 100%;
  background: #fff;
  line-height: 1.2;
  display: flex;
}
.service_point .table_cdn dl dt, .service_point .table_cdn dl dd {
  padding: 5px;
}
.service_point .table_cdn dl dt {
  width: 40%;
  font-weight: 400;
}
.service_point .table_cdn dl dd {
  width: 60%;
}
.service_point .table_cdn dl:not(:first-child):nth-child(2n-1) {
  background: #ebf5ff;
}
.service_point .table_cdn dl .btn a {
  width: 100%;
  padding: 5px;
  color: #fff;
}
.service_feature {
  position: relative;
  padding: 120px 0;
}
.service_feature::before {
  content: "";
  height: 460px;
  width: 100%;
  background: #F4F8FC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.service_price {
  margin: 0 0 120px;
}
.service_price table {
  text-align: center;
}
.service_point a, .service_feature a, .service_price a {
  color: #1571DA;
}
.service_point table, .service_feature table, .service_price table {
  width: 100%;
  background: #fff;
}
.service_point table tr, .service_feature table tr, .service_price table tr {
  border-top: 1px solid #CAD7E1;
}
.service_point table tr:last-child, .service_feature table tr:last-child, .service_price table tr:last-child {
  border-bottom: 1px solid #CAD7E1;
}
.service_point table th, .service_point table td, .service_feature table th, .service_feature table td, .service_price table th, .service_price table td {
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .service_point table th, .service_point table td, .service_feature table th, .service_feature table td, .service_price table th, .service_price table td {
    padding: 10px;
  }
}
.service_point table th, .service_feature table th, .service_price table th {
  color: #1571DA;
  font-weight: 700;
  text-align: center;
}
.service_point table thead th, .service_feature table thead th, .service_price table thead th {
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #78B6F3;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .service_point table thead th, .service_feature table thead th, .service_price table thead th {
    padding: 10px 0;
  }
}
.service_point table a, .service_feature table a, .service_price table a {
  color: #1571DA;
}
.service_point ul li, .service_feature ul li, .service_price ul li {
  padding-left: 20px;
  position: relative;
}
.service_point ul li::before, .service_feature ul li::before, .service_price ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.service_flow {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .service_flow {
    padding: 60px 0;
  }
}
.service_flow a {
  color: #1571DA;
  text-decoration: underline;
}
.service_flow .flow_list {
  position: relative;
}
.service_flow .flow_list::before {
  content: "";
  height: 100%;
  width: 50px;
  background: #DFE8EF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service_flow dl {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service_flow dl {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
.service_flow dl + dl {
  margin-top: 40px;
}
.service_flow dl dt {
  width: 220px;
  padding: 35px 20px 35px 40px;
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_flow dl dt {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
  }
}
.service_flow dl dd {
  width: calc(100% - 220px);
  padding: 35px 40px 35px 20px;
  font-size: 1.8rem;
  font-size: 500;
}
@media screen and (max-width: 768px) {
  .service_flow dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.service_faq {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .service_faq {
    padding: 60px 0 0;
  }
}
.service_faq dl {
  position: relative;
  border-bottom: 1px solid #CAD7E1;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service_faq dl {
    padding-bottom: 25px;
  }
}
.service_faq dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service_faq dl + dl {
    margin-top: 25px;
  }
}
.service_faq dl dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 35px 0 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service_faq dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 0 10px 0 35px;
  }
}
.service_faq dl dt::before {
  content: "Q";
  font-size: 2.4rem;
  font-weight: 700;
  color: #1571DA;
  position: absolute;
  left: 35px;
  top: 4px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service_faq dl dt::before {
    font-size: 2rem;
    left: 5px;
  }
}
.service_faq dl dd {
  font-size: 1.4rem;
  padding: 0 35px 0 65px;
}
@media screen and (max-width: 768px) {
  .service_faq dl dd {
    padding: 0 10px 0 35px;
  }
}
.service_faq dl dd a {
  color: #1571DA;
}
.service_float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #DCF0FF;
  border: 4px solid #ECF7FF;
  border-radius: 10px;
  width: 250px;
  padding: 10px 20px 15px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .service_float {
    width: 100%;
    right: 0;
    bottom: 0 !important;
    border-radius: 0;
    padding: 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
  }
}
.service_float div:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1571DA;
  padding: 0 70px 5px 0;
  background: url("../image/img_float.png") no-repeat right top;
}
@media screen and (max-width: 768px) {
  .service_float div:first-child {
    font-size: 1.4rem;
    padding: 10px 50px 5px 10px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .service_float .btn {
    width: 50%;
  }
}
.service_float .btn a {
  font-size: 1.2rem;
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
}
.service_float .txt_btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_float .txt_btn {
    width: 50%;
  }
}
.service_float .txt_btn a {
  font-size: 1.1rem;
  color: #1571DA;
  padding-right: 15px;
  background: url("../image/icon_arrow_02.png") no-repeat center right;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .service_float .txt_btn a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #1571DA;
    background: #fff;
  }
}
.service_float .close {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: -15px;
  top: -15px;
  background: url("../image/img_close.png") no-repeat center;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .service_float .close {
    width: 20px;
    height: 20px;
    background-size: cover;
    left: 10px;
  }
}
.service_float .close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .service_float.col1 .btn, .service_float.col1 .txt_btn {
    width: 100%;
  }
}
.service_child_field {
  margin: 80px 0 120px;
}
.service_child_field a {
  color: #1571DA;
}
.service.archive {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service.archive {
    margin-bottom: 60px;
  }
}
.service.archive .block_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_01 {
    margin-bottom: 40px;
  }
}
.service.archive .block_01 .ttl_01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_01 .ttl_01 {
    margin-bottom: 30px;
  }
}
.service.archive .block_01 .col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service.archive .block_01 .col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.service.archive .block_01 .col2 .img {
  width: 610px;
}
.service.archive .block_01 .col2 .txt {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_01 .col2 .img, .service.archive .block_01 .col2 .txt {
    width: 100%;
  }
}
.service.archive .block_02 .link {
  display: flex;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .link {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.service.archive .block_02 .link a {
  display: block;
  width: 50%;
  border: 1px solid #DFE8EF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 0 45px;
  position: relative;
  color: #333;
  transition: 0.5s all;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .link a {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 0 25px;
  }
}
.service.archive .block_02 .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1571DA, #2D98E5);
  z-index: -1;
}
.service.archive .block_02 .link a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #CAD7E1;
  border-bottom: 2px solid #CAD7E1;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .link a::after {
    width: 10px;
    height: 10px;
  }
}
.service.archive .block_02 .link a:hover {
  color: #fff;
  opacity: 1;
  background: none;
}
.service.archive .block_02 .link a:hover::after {
  border-color: #fff;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .link a:hover::after {
    bottom: 15px;
  }
}
.service.archive .block_02 .solution + .solution {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .solution + .solution {
    margin-top: 45px;
  }
}
.service.archive .block_02 .solution h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .solution h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.service.archive .block_02 .solution p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .solution p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.service.archive .block_02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.service.archive .block_02 .list .box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
.service.archive .block_02 .list .box li {
  width: 360px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box li {
    width: 100%;
  }
}
.service.archive .block_02 .list .box li a {
  display: block;
}
.service.archive .block_02 .list .box li a > img {
  width: 100%;
}
.service.archive .block_02 .list .box li a > div {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin: 40px 40px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box li a > div {
    font-size: 1.8rem;
    margin: 15px 15px 10px;
  }
}
.service.archive .block_02 .list .box li a > p {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 40px 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box li a > p {
    margin: 0 15px 15px;
  }
}
.service.archive .block_02 .list .box.cat {
  padding-top: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box.cat {
    padding-top: 45px;
  }
}
.service.archive .block_02 .list .box.cat::after {
  content: attr(data-cat) " ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #4C5E6D;
  z-index: 1;
  background: #fff;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box.cat::after {
    font-size: 1.6rem;
  }
}
.service.archive .block_02 .list .box.cat::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  background: #CAD7E1;
}
@media screen and (max-width: 768px) {
  .service.archive .block_02 .list .box.cat::before {
    top: 14px;
  }
}
.service.archive .block_02 .list .box.cat_none {
  margin-top: 0;
}
.service_video video {
  max-width: 100%;
}

.download.detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .download.detail {
    margin-bottom: 60px;
  }
}
.download.detail .download_archive {
  margin-bottom: 0;
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download.detail .download_archive {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.download.detail .download_archive::after {
  content: "";
  width: 1200px;
  height: 1px;
  background: #CAD7E1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .download.detail .download_archive::after {
    width: 95%;
  }
}
.download .col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .download .col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.download .col2 .lf {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .download .col2 .lf {
    width: 100%;
  }
}
.download .col2 .lf .thumbnail {
  width: 100%;
}
.download .col2 .lf .thumbnail img {
  height: auto;
}
.download .col2 .lf .content {
  font-size: 1.4rem;
  color: #4C5E6D;
  line-height: 2;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .download .col2 .lf .content {
    padding: 10px;
    line-height: 1.6;
  }
}
.download .col2 .lf .content ul {
  margin: 1em 0;
}
.download .col2 .lf .content ul li {
  padding-left: 20px;
  position: relative;
}
.download .col2 .lf .content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.download .col2 .rt {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .download .col2 .rt {
    width: 100%;
  }
}
.download_archive {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .download_archive {
    margin-bottom: 45px;
  }
}
.download_archive .thanks_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #4C5E6D;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download_archive .thanks_ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.download_archive .link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .download_archive .link {
    flex-direction: column;
    gap: 20px;
  }
}
.download_archive .link > li {
  width: 360px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .download_archive .link > li {
    width: 100%;
  }
}
.download_archive .link > li .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .download_archive .link > li .txt {
    padding: 10px;
  }
}
.download_archive .link > li .img {
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.download_archive .link > li .img img {
  position: absolute;
  bottom: -10px;
  left: 0;
  max-width: 50%;
  max-height: 50px;
  background: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.download_archive .link > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .download_archive .link > li .ttl {
    font-size: 1.6rem;
  }
}
.download_archive .link > li .summary {
  font-size: 1.4rem;
  color: #4C5E6D;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .download_archive .link > li .summary {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.download_archive .link > li .summary ul {
  margin: 1em 0;
}
.download_archive .link > li .summary ul li {
  padding-left: 20px;
  position: relative;
}
.download_archive .link > li .summary ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.download_archive .link > li .cat {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.download_archive .link > li .cat li {
  font-size: 1.1rem;
  display: inline-block;
  padding: 6px 20px 4px;
  color: #1571DA;
  background: #F2F2F2;
  border-radius: 3px;
}
.download_archive .link > li .cat li + li {
  margin-right: 10px;
}
.download_thanks {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1571DA;
  text-align: center;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download_thanks {
    line-height: 1.8;
  }
}

.contact.archive {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact.archive {
    margin-bottom: 60px;
  }
}
.contact.detail {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact.detail {
    margin-bottom: 25px;
  }
}
.contact .article .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact .article .tel {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
}
.contact .article .tel a {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  padding-left: 30px;
  background: url("../image/icon_tel.png") no-repeat left bottom 3px;
  background-size: auto 30px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .contact .article .tel a {
    font-size: 2rem;
    background-size: auto 80%;
    background-position: left bottom;
    padding-left: 20px;
  }
}
.contact .article .tel span {
  font-size: 2rem;
  color: #333;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .article .tel span {
    margin-left: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.contact .article .tel span::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #BDCEE1;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contact .article .tel span::before {
    content: none;
  }
}
.contact_archive .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 50px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact_archive .box {
    padding: 10px;
  }
}
.contact_archive .box + .box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact_archive .box + .box {
    margin-top: 20px;
  }
}
.contact_archive h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_archive h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.contact_archive p {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_archive p {
    margin-bottom: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact_archive .link_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.contact_archive .link_area > div {
  border: 1px solid #CAD7E1;
  position: relative;
  padding: 45px 30px 30px;
}
@media screen and (max-width: 768px) {
  .contact_archive .link_area > div {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact_archive .link_area > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.contact_archive .link_area > div h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1571DA;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact_archive .link_area > div h3 {
    position: static;
    transform: none;
    padding: 0;
    white-space: normal;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.contact_archive .link_area > div ul > li {
  padding-left: 16px;
  position: relative;
}
.contact_archive .link_area > div ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.contact_archive .link_area > div ul > li > span {
  font-weight: 700;
  font-size: 1.4rem;
}
.contact_archive .link_area > div ul > li > span::before {
  content: "=";
  color: #1571DA;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.contact_archive .link_area > div ul > li > a {
  color: #1571DA;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .contact_archive .link_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contact_archive .link_area > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .contact_archive .link_area > div:nth-child(1) > div {
    display: grid;
    gap: 20px;
  }
  .contact_archive .link_area > div:nth-child(1) > div ul:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .contact_archive .link_area > div:nth-child(1) > div ul:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .contact_archive .link_area > div:nth-child(1) > div ul:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .contact_archive .link_area > div:nth-child(1) > div ul:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .contact_archive .link_area > div:nth-child(1) > div ul:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .contact_archive .link_area > div:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .contact_archive .link_area > div:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -50px;
  }
  .contact_archive .link_area > div:nth-child(2) ul li {
    margin: 15px 0 0 50px;
  }
  .contact_archive .link_area > div:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .contact_archive .link_area > div:nth-child(3) ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -50px;
  }
  .contact_archive .link_area > div:nth-child(3) ul li {
    margin: 15px 0 0 50px;
  }
}
.contact_archive .btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact_archive .btn {
    flex-direction: column;
    gap: 10px;
  }
}
.contact_archive .btn a {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .contact_archive .btn a {
    width: 100%;
  }
}
.contact_form .Inner, .contact_confirmation .Inner {
  width: 950px;
}
@media screen and (max-width: 768px) {
  .contact_form .Inner, .contact_confirmation .Inner {
    width: 100%;
  }
}
.contact_confirmation dl {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CAD7E1;
}
@media screen and (max-width: 768px) {
  .contact_confirmation dl {
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 10px;
  }
}
.contact_confirmation dt, .contact_confirmation dd {
  margin-bottom: 0;
  line-height: 3rem;
}
.contact_confirmation dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .contact_confirmation dt {
    width: 100%;
  }
}
.contact_confirmation dd {
  width: 80%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact_confirmation dd {
    width: 100%;
    padding-left: 0;
  }
}
.contact_confirmation .btn.col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_confirmation .btn.col2 {
    flex-direction: column;
    gap: 10px;
  }
  .contact_confirmation .btn.col2 br {
    display: none;
  }
}
.contact_confirmation .btn.col2 input, .contact_confirmation .btn.col2 a {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .contact_confirmation .btn.col2 input, .contact_confirmation .btn.col2 a {
    width: 100%;
  }
}
.contact_thanks {
  text-align: center;
  color: #1571DA;
}
.contact_thanks .btn {
  text-align: center;
}
.contact_thanks .btn a {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .contact_thanks .btn a {
    width: 100%;
  }
}

.gmap iframe {
  width: 100%;
  height: 440px;
}

.link_col4 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  .link_col4 ul {
    gap: 20px;
  }
}
.link_col4 ul li {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .link_col4 ul li {
    width: calc((100% - 20px) / 2);
  }
}
.link_col4 ul li a {
  display: block;
}
.link_col4 ul li img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.link_col4 ul li span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4C5E6D;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .link_col4 ul li span {
    font-size: 1.4rem;
  }
}

.page {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .page {
    margin-bottom: 45px;
  }
}
.page p {
  line-height: 2;
}
.page_col2 .Inner {
  display: flex;
  justify-content: space-between;
}
.page_col2 .side {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page_col2 .side {
    display: none;
  }
}
.page_col2 .main {
  width: 960px;
}
@media screen and (max-width: 768px) {
  .page_col2 .main {
    width: 100%;
  }
}
.page_col2 .ttl_02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page_col2 .ttl_02 {
    margin-bottom: 30px;
  }
}
.page_side {
  position: sticky;
}
.page_side li:not(:last-child) {
  margin-bottom: 10px;
}
.page_side li a {
  display: block;
  padding: 5px 0 7px 20px;
  position: relative;
  line-height: 1;
}
.page_side li.active a {
  font-weight: 700;
  color: #1571DA;
  pointer-events: none;
}
.page_side li.active a::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 0;
}
.page_anchorlink {
  display: flex;
  margin: 60px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .page_anchorlink {
    flex-direction: column;
    margin: 30px 0;
  }
}
.page_anchorlink li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .page_anchorlink li {
    width: 100% !important;
  }
  .page_anchorlink li + li {
    border-top: 1px solid #CAD7E1;
  }
}
.page_anchorlink.col2 li {
  width: 50%;
}
.page_anchorlink a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 35px 10px;
  position: relative;
  color: #333;
  transition: 0.2s all;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page_anchorlink a {
    font-size: 1.6rem;
    padding: 10px 30px 10px 10px;
  }
}
.cross_talk .page_anchorlink a {
  font-size: 1.5rem;
}
.cross_talk .page_anchorlink a span {
  display: block;
  font-size: 1.2rem;
}
.page_anchorlink a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1571DA, #2D98E5);
  z-index: -1;
}
.page_anchorlink a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #CAD7E1;
  border-bottom: 2px solid #CAD7E1;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .page_anchorlink a::after {
    width: 10px;
    height: 10px;
    right: 15px;
    top: 30%;
    bottom: auto;
    left: auto;
  }
}
.page_anchorlink a:hover {
  color: #fff;
  opacity: 1;
  background: none;
}
.page_anchorlink a:hover::after {
  border-color: #fff;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_anchorlink a:hover::after {
    bottom: auto;
  }
}
.page_framearea {
  border: 1px solid #E8EDF5;
  background: #F6FAFF;
  position: relative;
  text-align: center;
  padding: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_framearea {
    padding: 25px;
    margin-bottom: 20px;
  }
}
.page_framearea::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page_framearea::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.page_framearea::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #F6FAFF transparent transparent;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page_framearea::after {
    border-width: 0 10px 10px 0;
    right: 4px;
    top: 4px;
  }
}
.page_framearea span {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page_framearea span {
    font-size: 1.8rem;
  }
}
.page_framearea .btn {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page_framearea .btn {
    margin-top: 20px;
  }
}
.page_framearea .btn a {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .page_framearea .btn a {
    width: 100%;
  }
}

.company .gmap iframe {
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .company .gmap iframe {
    height: 300px;
  }
}
.company_history {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  line-height: 2;
}
.company_history dt {
  width: 160px;
  padding: 0 20px 40px 30px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company_history dt {
    width: 100%;
    padding: 0 10px 10px 30px;
  }
}
.company_history dt::after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}
.company_history dt:not(:last-of-type)::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #DFE8EF;
  position: absolute;
  top: 6px;
  left: 6px;
}
.company_history dd {
  width: calc(100% - 160px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company_history dd {
    width: 100%;
    padding: 0 10px 20px 30px;
    margin-bottom: 0;
  }
  .company_history dd:last-child {
    padding-bottom: 0;
  }
  .company_history dd:not(:last-of-type)::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #DFE8EF;
    position: absolute;
    top: 6px;
    left: 6px;
  }
}

.recruit_close {
  text-align: center;
  border: 1px solid #CAD7E1;
  padding: 25px;
}
.recruit_work_anchorlink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.recruit_work_anchorlink li {
  width: calc((100% - 20px) / 2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_work_anchorlink li {
    width: 100%;
  }
}
.recruit_work_anchorlink li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(204, 204, 204, 0) 50%, rgb(76, 94, 109) 100%);
}
.recruit_work_anchorlink a {
  position: relative;
}
.recruit_work_anchorlink span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_work_anchorlink span {
    font-size: 1.4rem;
    bottom: 10px;
    left: 10px;
  }
}
.recruit_img_txt {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_img_txt {
    flex-direction: column;
    gap: 15px;
  }
}
.recruit_img_txt .img {
  width: 330px;
}
.recruit_img_txt .txt {
  width: 590px;
}
@media screen and (max-width: 768px) {
  .recruit_img_txt .img, .recruit_img_txt .txt {
    width: 100%;
  }
}
.recruit_members {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .recruit_members {
    flex-direction: column;
    gap: 25px;
    flex-wrap: nowrap;
  }
}
.recruit_members li {
  width: calc((100% - 60px) / 2);
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_members li {
    width: 100%;
    gap: 10px;
  }
}
.recruit_members .img {
  width: 185px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_members .img {
    width: 100px;
  }
}
.recruit_members .img > span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  background: #1571DA;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .recruit_members .img > span {
    font-size: 1rem;
    padding: 3px;
  }
}
.recruit_members .txt {
  width: calc(100% - 185px - 30px);
}
@media screen and (max-width: 768px) {
  .recruit_members .txt {
    width: calc(100% - 100px - 10px);
  }
}
.recruit_members .txt .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_members .txt .name {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4rem;
  }
}
.recruit_members .txt .name > span {
  font-size: 1.2rem;
  color: #798FA2;
}
.recruit_members .txt p {
  font-size: 1.2rem;
}

.cross_talk {
  counter-reset: chapter 0;
}
.cross_talk .chapter {
  position: relative;
  padding-top: 45px;
}
.cross_talk .chapter:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CAD7E1;
}
.cross_talk .chapter::before {
  counter-increment: chapter 1;
  content: "chapter 0" counter(chapter);
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.cross_talk .chapter dl {
  display: flex;
  gap: 20px;
}
.cross_talk .chapter dl:not(:last-child) {
  margin-bottom: 40px;
}
.cross_talk .chapter dt {
  width: 80px;
}
.cross_talk .chapter dt .img {
  padding-top: 85px;
}
.cross_talk .chapter dt .menbers_01 {
  background: url("../image/menbers_01.png") no-repeat center top;
}
.cross_talk .chapter dt .menbers_02 {
  background: url("../image/menbers_02.png") no-repeat center top;
}
.cross_talk .chapter dt .menbers_03 {
  background: url("../image/menbers_03.png") no-repeat center top;
}
.cross_talk .chapter dt .menbers_04 {
  background: url("../image/menbers_04.png") no-repeat center top;
}
.cross_talk .chapter dt .menbers_05 {
  background: url("../image/menbers_05.png") no-repeat center top;
}
.cross_talk .chapter dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.cross_talk .chapter dd {
  width: calc(100% - 80px - 20px);
  line-height: 2;
}

.top_message + .top_message {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .top_message + .top_message {
    margin-top: 45px;
  }
}
.top_message > img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top_message > img {
    margin-bottom: 20px;
  }
}
.top_message dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_message dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.top_message dd:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top_message dd:not(:last-child) {
    margin-bottom: 30px;
  }
}

.reason .col2 {
  display: flex;
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .reason .col2 {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.reason .col2 .img {
  width: 610px;
}
@media screen and (max-width: 768px) {
  .reason .col2 .img {
    width: 100%;
  }
}
.reason .col2 .txt {
  width: calc(100% - 610px - 40px);
}
@media screen and (max-width: 768px) {
  .reason .col2 .txt {
    width: 100%;
  }
}
.reason .box_area {
  counter-reset: box 0;
  border-bottom: 1px solid #CAD7E1;
  border-left: 1px solid #CAD7E1;
}
.reason .box_area .box {
  padding: 30px 40px 30px 290px;
  border-top: 1px solid #CAD7E1;
  border-right: 1px solid #CAD7E1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .reason .box_area .box {
    padding: 120px 10px 20px;
    background-position: top 15px center !important;
    background-size: 100px !important;
  }
}
.reason .box_area .box:nth-child(1) {
  background: url("../image/img_reason_02.png") no-repeat top 40px left 40px;
}
.reason .box_area .box:nth-child(2) {
  background: url("../image/img_reason_03.png") no-repeat top 40px left 40px;
}
.reason .box_area .box:nth-child(3) {
  background: url("../image/img_reason_04.png") no-repeat top 40px left 40px;
}
.reason .box_area .box:nth-child(4) {
  background: url("../image/img_reason_05.png") no-repeat top 40px left 40px;
}
.reason .box_area .box span {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .reason .box_area .box span {
    font-size: 1.6rem;
  }
}
.reason .box_area .box span::after {
  counter-increment: box;
  content: counter(box, decimal-leading-zero);
  font-size: 3.4rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .reason .box_area .box span::after {
    font-size: 2rem;
  }
}

.proof_of_trust {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .proof_of_trust {
    padding-top: 60px;
  }
}
.proof_of_trust::before {
  content: "";
  height: 460px;
  width: 100%;
  background: #F4F8FC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.proof_of_trust .box {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .proof_of_trust .box {
    padding: 20px;
  }
}
.proof_of_trust .box p {
  font-size: 2rem;
  font-weight: 700;
  color: #4C5E6D;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .proof_of_trust .box p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

#spd_mv {
  margin-bottom: 0;
}
#spd_lead {
  text-align: center;
}
#spd_iframe {
  padding: 110px 0 120px;
  background: #F4F8FC;
}
@media screen and (max-width: 768px) {
  #spd_iframe {
    margin-top: 30px;
    padding: 30px 0;
  }
}
#spd_iframe .ttl_blue {
  text-align: center;
}
#spd_iframe iframe {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  height: 436px;
}
#spd_other_service .btn.col2 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #spd_other_service .btn.col2 {
    flex-direction: column;
    gap: 10px;
  }
}
#spd_other_service .btn.col2 a {
  width: 440px;
  padding: 15px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #spd_other_service .btn.col2 a {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
  }
}
#spd_other_service .btn.col2 a:nth-child(1) {
  background: #798FA2;
}
#spd_about_cdn {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #spd_about_cdn {
    margin-top: 45px;
  }
}
#spd_about_cdn > div {
  padding: 40px;
  background: #F4F7FC;
}
@media screen and (max-width: 768px) {
  #spd_about_cdn > div {
    padding: 20px;
  }
}
#spd_about_cdn h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1571DA;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #spd_about_cdn h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#spd_about_cdn p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#spd_about_cdn a {
  font-size: 1.4rem;
  color: #1571DA;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-right: 1em;
}
#spd_about_cdn a::after {
  content: "";
  height: 12px;
  width: 14px;
  background: url("../image/icon_arrow_02.png") no-repeat center;
  position: absolute;
  right: -1.2em;
  top: 7px;
}
#spd_exp {
  counter-reset: exp 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #spd_exp {
    margin-top: 30px;
  }
}
#spd_exp .Inner > div {
  padding: 40px;
  border: 1px solid #DFE8EF;
}
@media screen and (max-width: 768px) {
  #spd_exp .Inner > div {
    padding: 20px;
  }
}
#spd_exp h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #spd_exp h3 {
    margin-bottom: 20px;
  }
}
#spd_exp dl + dl {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #DFE8EF;
}
#spd_exp dt {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
#spd_exp dt::before {
  counter-increment: exp 1;
  content: counter(exp) ".";
  color: #1571DA;
  position: absolute;
  left: 0;
  top: 0;
}
#spd_exp dt + dd {
  margin-top: 15px;
}
#spd_exp dd {
  padding-left: 20px;
}

#sb-site {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #sb-site {
    padding: 15px;
  }
}
#sb-site #form {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #sb-site #form {
    flex-direction: column;
    gap: 20px;
  }
}
#sb-site #form form {
  width: 440px;
}
@media screen and (max-width: 768px) {
  #sb-site #form form {
    width: 100%;
  }
}
#sb-site #form form table {
  width: 100%;
}
#sb-site #form form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#sb-site #form form th {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#sb-site #form form th::after {
  content: "必須";
  font-size: 1.2rem;
  color: #fff;
  background: #1571DA;
  padding: 1px 7px 3px 5px;
  border-radius: 3px;
  margin-left: 15px;
}
#sb-site #form form th.no-req::after {
  content: none;
}
#sb-site #form form input[type=text] {
  font-size: 1.5rem;
  color: #333;
  padding: 10px 20px;
  border: 1px solid #CAD7E1;
  border-radius: 5px;
  width: 100%;
}
#sb-site #form form input[type=text]:focus {
  background: #F4F7FC !important;
  color: #94ACC1 !important;
}
#sb-site #form form .spd-message {
  margin-bottom: 10px;
}
#sb-site #form form #spd-test-url {
  font-size: 1.6rem;
  text-align: center;
}
#sb-site #form form #spd-test-url a {
  color: #1571DA;
  text-decoration: underline;
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
#sb-site #form form #spd-test-url a::after {
  content: "";
  height: 12px;
  width: 14px;
  background: url("../image/icon_link.png") no-repeat center;
  position: absolute;
  right: -1.2em;
  top: 10px;
}
#sb-site #form form #spd-test-url .btn {
  margin-top: 10px;
}
#sb-site #form form #spd-test-url .btn button {
  width: 100%;
}
#sb-site #form > div {
  width: 650px;
  background: #D1EAFE;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div {
    width: 100%;
    padding: 10px;
  }
}
#sb-site #form > div table {
  width: 100%;
  background: #fff;
}
#sb-site #form > div tr:nth-child(1) td {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #00499D;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div tr:nth-child(1) td {
    font-size: 1.6rem;
    padding: 5px;
  }
}
#sb-site #form > div tr:nth-child(2) td {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 35px 0 25px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div tr:nth-child(2) td {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}
#sb-site #form > div tr:nth-child(2) td:nth-child(2) {
  color: #1571DA;
}
#sb-site #form > div tr:nth-child(3) td > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div tr:nth-child(3) td > div {
    padding-bottom: 30px;
  }
}
#sb-site #form > div tr:nth-child(3) td > div > div {
  line-height: 1;
}
#sb-site #form > div tr:nth-child(3) td > div > div:nth-child(1) {
  font-size: 6.6rem;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div tr:nth-child(3) td > div > div:nth-child(1) {
    font-size: 3rem;
  }
}
#sb-site #form > div tr:nth-child(3) td > div > div:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #sb-site #form > div tr:nth-child(3) td > div > div:nth-child(2) {
    font-size: 1.4rem;
  }
}
#sb-site #form > div tr:nth-child(3) td:nth-child(2) {
  color: #1571DA;
}
#sb-site #form > div #urlsc-message {
  display: none;
}

#sitemap_ul {
  font-size: 1.2rem;
  column-count: 2;
}
@media screen and (max-width: 768px) {
  #sitemap_ul {
    column-count: 1;
  }
}
#sitemap_ul a {
  color: #1571DA;
}
#sitemap_ul li > div {
  margin-left: 20px;
}
#sitemap_ul li > div span {
  font-weight: 700;
}
#sitemap_ul li > div > div > div {
  margin-left: 20px;
}
#sitemap_ul li > div li > a {
  margin-left: 20px;
}
#sitemap_ul > li {
  padding-left: 15px;
  position: relative;
  line-height: 2;
  margin-bottom: 10px;
}
#sitemap_ul > li > a {
  font-size: 1.4rem;
}
#sitemap_ul > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #1571DA;
  position: absolute;
  left: 0;
  top: 1em;
}