@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

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

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

fieldset, img, svg {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #F8FAFA;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #000000;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 88%;
  }
}

/*コンポーネント*/
.midashi01 {
  margin-bottom: 1.6em;
  font-size: 2rem;
  font-weight: 700;
  color: #006ECC;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    font-size: 1.4rem;
  }
}
.midashi01 span {
  font-family: "Montserrat", sans-serif;
  font-size: 6.7rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #000000;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    font-size: 4.8rem;
  }
}
.midashi01.center {
  text-align: center;
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.white span {
  color: #ffffff;
}

.btn01 {
  width: 31.2rem;
  padding: 0.7em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #ffffff !important;
  background-color: #006ECC;
  border-radius: 99px;
  box-shadow: 0 0.5rem 0 rgba(69, 75, 92, 0.16);
  display: inline-block;
  position: relative;
}
.btn01:after {
  width: 1.1em;
  height: 1.1em;
  margin-top: -0.55em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media only screen and (min-width: 781px) {
  .btn01:after {
    transition: right 0.3s;
  }
  .btn01:hover:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 25rem;
    font-size: 1.6rem;
  }
}
.marquee {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13.2rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.13;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .marquee {
    font-size: 6.6rem;
  }
}

/*フェードイン*/
.fadeIn {
  visibility: hidden;
  animation: fadeIn 1s ease-out 0.3s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 4.3rem;
  text-align: center;
  background-color: #ffffff;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0.4rem !important;
    line-height: 3.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #006ECC;
}
.pagination .dots {
  line-height: 3rem;
}
.pagination .prev, .pagination .next {
  background-color: transparent;
  background-image: url("../img/icon_arrow02.png");
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .pagination .prev, .pagination .next {
    background-size: 1.6rem auto;
  }
}
.pagination .prev {
  margin-right: 2rem;
  transform: scaleX(-1);
}
.pagination .next {
  margin-left: 2rem;
}
.pagination a:hover {
  opacity: 0.6;
}

/*ページャー*/
.post-navigation {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .post-navigation {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-list {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    order: 3;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 1.3rem;
  }
}
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-previous a:before {
  margin-right: 1rem;
  content: "";
  transform: scale(-1, 1);
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-next {
    text-align: right;
    order: 2;
  }
}
.post-navigation .nav-next a:after {
  margin-left: 1rem;
  content: "";
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 3em;
  line-height: 2.15;
}
.editor-area h3 {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 0.75em;
  font-size: 1.5em;
  font-weight: 500;
  border-left: solid 0.2rem #006ECC;
  background-color: #ffffff;
}
.editor-area h4 {
  margin-bottom: 1.1em;
  padding-left: 1.5em;
  font-size: 1.237em;
  font-weight: 500;
}
.editor-area h4:before {
  width: 0.5em;
  height: 0.5em;
  margin: 0 1em 0 -1.5em;
  content: "";
  background-color: #006ECC;
  display: inline-block;
  vertical-align: 0.2em;
}
.editor-area h5 {
  margin-bottom: 1.38em;
  font-size: 1.125em;
  font-weight: 700;
}
.editor-area ul {
  margin-bottom: 3em;
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
}
.editor-area ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area ol {
  margin-bottom: 3em;
  counter-reset: num;
}
.editor-area ol li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2rem;
  margin: 0 1rem 0 -3rem;
  font-family: "Montserrat", sans-serif;
  content: counter(num) ".";
  color: #006ECC;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
}
.editor-area .wp-block-image {
  margin-bottom: 3em;
}
.editor-area .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 3em;
}
.editor-area .alignright {
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 3em;
}
.editor-area .aligncenter {
  margin-bottom: 3em;
}
.editor-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area .has-text-align-center {
  text-align: center;
}
.editor-area .has-text-align-right {
  text-align: right;
}
.editor-area blockquote {
  margin-bottom: 2.5em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 6rem;
  background-color: #ffffff;
  border: 0.2rem solid #006ECC;
  border-radius: 1.6rem;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote {
    padding-left: 4rem;
    border-radius: 0.8rem;
  }
}
.editor-area blockquote:before {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  content: "";
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 1rem;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:before {
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    background-size: 2rem;
    top: 1.2em;
    left: 0.5rem;
  }
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 3em;
  background-color: #ffffff;
  border-collapse: collapse;
}
.editor-area table td, .editor-area table th {
  border: 1px solid #E0E0E0;
  padding: 0.5em;
}
.editor-area table th {
  color: #ffffff;
  background-color: #01A6E3;
}
.editor-area .wp-block-columns {
  display: flex;
  margin-bottom: 3em;
}
.editor-area .wp-block-column {
  flex-grow: 1;
  margin-left: 0.625em;
  margin-right: 0.625em;
}
.editor-area .wp-block-media-text {
  display: grid;
}
.editor-area a {
  color: blue;
  text-decoration: underline;
  word-break: break-all;
}
.editor-area strong, .editor-area b {
  font-weight: bold;
}
.editor-area em, .editor-area i {
  font-style: italic;
}
.editor-area .wp-block-spacer {
  clear: both;
}

/*フォームベース*/
.wpcf7-text, .input-text {
  width: 100%;
  padding: 1.5em;
  background-color: #F8F8F8;
  border-radius: 0.4rem;
}
.wpcf7-text::-moz-placeholder, .input-text::-moz-placeholder {
  color: #B1B1B1;
}
.wpcf7-text::placeholder, .input-text::placeholder {
  color: #B1B1B1;
}

.wpcf7-textarea, .input-textarea {
  width: 100%;
  height: 16em;
  padding: 1.5em;
  background-color: #F8F8F8;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-textarea, .input-textarea {
    height: 8em;
  }
}
.wpcf7-textarea::-moz-placeholder, .input-textarea::-moz-placeholder {
  color: #B1B1B1;
}
.wpcf7-textarea::placeholder, .input-textarea::placeholder {
  color: #B1B1B1;
}

.wpcf7-select, .input-select {
  width: 100%;
  padding: 1.5em;
  background-color: #F8F8F8;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 2rem auto;
  border-radius: 0.4rem;
}

.wpcf7-radio, .radio_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-radio > *, .radio_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-radio > *, .radio_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-radio label input, .radio_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-radio label input:checked + span:after, .radio_group label input:checked + span:after {
  content: "";
}
.wpcf7-radio label input + span, .radio_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-radio label input + span:before, .radio_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #222222;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-radio label input + span:after, .radio_group label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #006ECC;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.wpcf7-checkbox, .wpcf7-acceptance, .check_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input, .check_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-checkbox label input:checked + span:after, .wpcf7-acceptance label input:checked + span:after, .check_group label input:checked + span:after {
  content: "";
}
.wpcf7-checkbox label input + span, .wpcf7-acceptance label input + span, .check_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-checkbox label input + span:before, .wpcf7-acceptance label input + span:before, .check_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-checkbox label input + span:after, .wpcf7-acceptance label input + span:after, .check_group label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #006ECC;
  border-bottom: solid 0.2rem #006ECC;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 9.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .container {
    padding-top: 7.4rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 9.6rem;
  padding: 0 2.4rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #header {
    height: 7.4rem;
    padding: 0 1.2rem;
  }
  #header:after {
    width: 0;
    height: calc(100vh - 7.4rem);
    content: "";
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 7.4rem;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
#header .header_left {
  display: flex;
}
@media only screen and (min-width: 901px) {
  #header .header_left {
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_left {
    flex-direction: column;
  }
}
#header .header_left .company_name a {
  font-size: 2.7rem;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #header .header_left .company_name a {
    font-size: 2rem;
  }
}
#header .header_left .company_name a:before {
  width: 7rem;
  height: 7rem;
  margin-right: 0.6em;
  content: "";
  background-image: url("../img/logo.png");
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 900px) {
  #header .header_left .company_name a:before {
    width: 4rem;
    height: 4rem;
  }
}
#header .header_left h1 {
  margin-left: 1.6em;
  font-size: 0.9375em;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) and (min-width: 901px) {
  #header .header_left h1 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_left h1 {
    margin: 0;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 4.8rem;
    height: 4.8rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi {
    width: 34.6rem;
    height: calc(100vh - 7.4rem);
    background-color: #05A3E3;
    overflow: auto;
    position: absolute;
    top: 100%;
    right: -34.6rem;
    z-index: 2;
    transition: right 0.5s;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav {
    margin-bottom: 3.7rem;
  }
}
@media only screen and (min-width: 1600px) {
  #header .header_right .navi nav {
    display: flex;
    align-items: center;
  }
}
#header .header_right .navi nav ul {
  font-weight: 500;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav ul {
    font-size: 0.9375em;
    letter-spacing: -0.4em;
  }
  #header .header_right .navi nav ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav ul {
    font-size: 1.13em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav ul li {
    border-bottom: solid 1px #6AC2E6;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav ul li + li {
    margin-left: 2.4em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1700px) {
  #header .header_right .navi nav ul li + li {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1700px) and (max-width: 1279px) {
  #header .header_right .navi nav ul li + li {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav ul li a {
    padding: 2rem 2.3rem;
    display: block;
    color: #ffffff !important;
    background-image: url("../img/icon_arrow01.png");
    background-size: 2.4rem auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 2.4rem) center;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav ul li a:hover {
    color: #006ECC;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1600px) {
  #header .header_right .navi nav ul.service_page {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi nav ul.service_page {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav ul.service_page li a {
    padding: 0.3em 0.8em 0.3em 1.5em;
    color: #006ECC;
    border: solid 1px #006ECC;
    border-radius: 0.4rem;
  }
  #header .header_right .navi nav ul.service_page li a:after {
    width: 1.1em;
    height: 1.1em;
    margin-left: 0.25em;
    content: "";
    background-image: url("../img/icon_arrow05.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.15em;
  }
  #header .header_right .navi nav ul.service_page li a:hover {
    color: #ffffff;
    background-color: #006ECC;
  }
  #header .header_right .navi nav ul.service_page li a:hover:after {
    background-image: url("../img/icon_arrow06.png");
  }
  #header .header_right .navi nav ul.service_page li + li {
    margin-left: 0.8em;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right .navi .tel {
    margin-top: 1.2rem;
    text-align: center;
  }
  #header .header_right .navi .tel a {
    width: 29.8rem;
    max-width: 100%;
    padding: 1.1em 1.5rem 1.1em 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: solid 0.2rem #006ECC;
    border-radius: 0.6rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    display: inline-block;
    position: relative;
  }
  #header .header_right .navi .tel a:before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_tel01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.3em;
  }
  #header .header_right .navi .tel a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    content: "";
    background-image: url("../img/icon_arrow02.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .mail {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi .mail {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .mail {
    text-align: center;
  }
}
#header .header_right .navi .mail a {
  width: 21.2rem;
  padding: 0.7em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(to right, #FD9C00, #FF7600);
  border-radius: 99px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  #header .header_right .navi .mail a {
    width: 18rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .mail a {
    width: 29.8rem;
    max-width: 100%;
    padding: 1.1em 1.5rem 1.1em 0;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 0.6rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .mail a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_mail01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.4em;
  }
}
#header .header_right .navi .mail a:after {
  width: 1.1em;
  height: 1.1em;
  margin-top: -0.55em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .mail a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .mail a:after {
    transition: right 0.3s;
  }
  #header .header_right .navi .mail a:hover:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  #header.menu_open:after {
    width: 100%;
    opacity: 1;
  }
  #header.menu_open .header_right .sp_menu_btn {
    background-image: url("../img/sp_menu_close.png");
  }
  #header.menu_open .header_right .navi {
    right: 0;
  }
}

/*フッターブロック*/
#footer {
  background-color: #222222;
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_top {
    padding: 5.6rem 0;
  }
  #footer .footer_top .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top {
    padding: 4rem 0 3.2rem 0;
  }
}
#footer .footer_top .footer_navi {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_navi {
    width: 54.5%;
    padding-right: 12rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #footer .footer_top .footer_navi {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #footer .footer_top .footer_navi {
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_navi {
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_navi dl {
    width: 27%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_navi dl {
    width: 47%;
    margin-bottom: 3.5rem;
  }
}
#footer .footer_top .footer_navi dl dt {
  margin-bottom: 0.88em;
  padding-bottom: 0.88em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #3C3C3C;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_navi dl dt {
    margin-bottom: 0.57em;
    padding-bottom: 0.57em;
    font-size: 2.1rem;
  }
}
#footer .footer_top .footer_navi dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_navi dl dd {
    font-size: 1.5rem;
  }
}
#footer .footer_top .footer_navi dl dd + dd {
  margin-top: 1.7em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_navi dl dd + dd {
    margin-top: 1.1em;
  }
}
#footer .footer_top .footer_navi dl dd a {
  color: #ffffff;
  white-space: nowrap;
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_navi dl dd a:hover {
    color: #FFF500;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_contents {
    width: 45.5%;
  }
}
#footer .footer_top .footer_contents .site_name {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_contents .site_name {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}
#footer .footer_top .footer_contents .site_name span {
  font-size: 0.9375em;
  font-weight: 500;
  display: block;
}
#footer .footer_top .footer_contents .site_name h2 {
  margin: 1em 0;
  font-weight: 700;
}
#footer .footer_top .footer_contents .site_name p {
  font-size: 1.4rem;
}
#footer .footer_top .footer_contents .site_name .company_name {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_contents .site_name .company_name {
    font-size: 2.4rem;
    justify-content: center;
  }
}
#footer .footer_top .footer_contents .site_name .company_name:before {
  width: 7rem;
  height: 7rem;
  margin-right: 0.6em;
  content: "";
  background-image: url("../img/logo.png");
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_contents .site_name .company_name:before {
    width: 4rem;
    height: 4rem;
  }
}
#footer .footer_bottom {
  border-top: solid 1px #3C3C3C;
}
#footer .footer_bottom .inner {
  padding: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .inner {
    padding: 3.2rem 0 8rem 0;
  }
}
#footer .footer_bottom address {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom address {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .tel {
    letter-spacing: -0.4em;
  }
  #footer .footer_bottom .tel > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .tel {
    text-align: center;
  }
}
#footer .footer_bottom .tel a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .tel a {
    font-size: 1.8rem;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .tel a {
    font-size: 1.9rem;
  }
}
#footer .footer_bottom .tel .time {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .tel .time {
    margin-left: 1em;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .tel .time {
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .mail {
    width: 54.5%;
    height: 100%;
    padding-right: 12rem;
    position: absolute;
    top: 0;
    left: 45.5%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #footer .footer_bottom .mail {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #footer .footer_bottom .mail {
    padding-right: 0;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .mail:after {
    width: 9999px;
    height: 100%;
    content: "";
    background-color: #FF7600;
    position: absolute;
    top: 0;
    left: calc(100% - 12rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #footer .footer_bottom .mail:after {
    left: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #footer .footer_bottom .mail:after {
    left: 100%;
  }
}
#footer .footer_bottom .mail a {
  width: 100%;
  height: 100%;
  padding-top: 6.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(to right, #FD9C00, #FF7600);
  display: block;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .mail a {
    width: 31rem;
    max-width: 100%;
    margin: 2rem auto;
    padding: 1.1em 1.5rem 1.1em 0;
    font-size: 1.7rem;
    border-radius: 0.6rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
#footer .footer_bottom .mail a:before {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.5em;
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.4em;
}
#footer .footer_bottom .mail a:after {
  width: 1.1em;
  height: 1.1em;
  margin-top: -0.55em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 18%;
}
@media only screen and (max-width: 1279px) {
  #footer .footer_bottom .mail a:after {
    right: 12%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .mail a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    right: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .mail a:after {
    transition: right 0.3s;
  }
  #footer .footer_bottom .mail a:hover:after {
    right: 17%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #footer .footer_bottom .mail a:hover:after {
    right: 11%;
  }
}
#footer .footer_bottom .link {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .link {
    margin-top: 0.5em;
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_bottom .link a {
  color: #ffffff;
}
#footer .footer_bottom .copyright {
  font-size: 1rem;
  color: #6E6E6E;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .copyright {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
}

/*CTAブロック*/
.cta_block .ttl {
  color: #ffffff;
  background-color: #006ECC;
  position: relative;
}
.cta_block .ttl:after {
  width: 0;
  height: 0;
  margin-left: -1.7rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 1.7rem 0 1.7rem;
  border-color: #006ECC transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .cta_block .ttl:after {
    margin-left: -1.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.25rem 1.25rem 0 1.25rem;
    border-color: #006ECC transparent transparent transparent;
  }
}
.cta_block .ttl h2 {
  padding: 0.25em 0;
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .cta_block .ttl h2 {
    padding: 0.43em 0;
    font-size: 2.3rem;
  }
}
.cta_block .ttl h2 span {
  color: #FFF500;
}
.cta_block .content {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .cta_block .content {
    padding: 4.5rem 0 2.7rem 0;
    background-image: url("../img/cta_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .content {
    padding: 3.8rem 0 4rem 0;
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
.cta_block .content p {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .cta_block .content p {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.cta_block .content .box {
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 1100px) {
  .cta_block .content .box {
    position: relative;
  }
  .cta_block .content .box:before, .cta_block .content .box:after {
    width: 22.4rem;
    height: 18.2rem;
    content: "";
    background-size: cover;
    position: absolute;
    bottom: 100%;
  }
  .cta_block .content .box:before {
    background-image: url("../img/cta_img01.png");
    left: 4rem;
  }
  .cta_block .content .box:after {
    background-image: url("../img/cta_img02.png");
    right: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  .cta_block .content .box {
    padding: 2.8rem 4rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .cta_block .content .box {
    padding: 2.4rem 1.6rem;
  }
}
.cta_block .content .box h3 {
  margin-bottom: 0.8rem;
  text-align: center;
}
.cta_block .content .box h3 span {
  padding: 0 1em;
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box h3 span {
    font-size: 1.9rem;
  }
}
.cta_block .content .box h3 span:before, .cta_block .content .box h3 span:after {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.cta_block .content .box h3 span:before {
  right: 100%;
}
.cta_block .content .box h3 span:after {
  left: 100%;
}
.cta_block .content .box .tel {
  text-align: center;
}
@media only screen and (min-width: 901px) {
  .cta_block .content .box .tel {
    width: 50%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta_block .content .box .tel {
    margin-bottom: 2rem;
  }
}
.cta_block .content .box .tel h3 span:before, .cta_block .content .box .tel h3 span:after {
  background-color: #006ECC;
}
@media only screen and (min-width: 781px) {
  .cta_block .content .box .tel .waku {
    padding: 1em 0 0.6em 0;
    border: solid 0.3rem #006ECC;
    border-radius: 0.8rem;
  }
}
.cta_block .content .box .tel a {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.054em;
  line-height: 1;
  display: block;
}
.cta_block .content .box .tel a:before {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box .tel a {
    width: 31rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
    font-size: 2.8rem;
    border: solid 0.3rem #006ECC;
    border-radius: 0.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .cta_block .content .box .tel a:before {
    width: 2rem;
    height: 2rem;
    vertical-align: 0;
  }
  .cta_block .content .box .tel a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5em;
    content: "";
    background-color: #ffffff;
    background-image: url("../img/icon_arrow02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
}
.cta_block .content .box .tel .time {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #717171;
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box .tel .time {
    margin-top: 0.8em;
    display: block;
  }
}
.cta_block .content .box .mail {
  text-align: center;
}
@media only screen and (min-width: 901px) {
  .cta_block .content .box .mail {
    width: 50%;
    padding: 0 2rem;
  }
}
.cta_block .content .box .mail h3 span:before, .cta_block .content .box .mail h3 span:after {
  background-color: #FF8001;
}
.cta_block .content .box .mail a {
  padding: 0.85em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(to right, #FD9C00, #FF7600);
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
}
.cta_block .content .box .mail a span {
  font-size: 0.57em;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box .mail a span {
    font-size: 0.68em;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box .mail a {
    width: 31rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.75em 0;
    font-size: 1.9rem;
    font-weight: 700;
    border-radius: 0.6rem;
  }
}
.cta_block .content .box .mail a:after {
  width: 1.1em;
  height: 1.1em;
  margin-top: -0.55em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .cta_block .content .box .mail a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .content .box .mail a:after {
    transition: right 0.3s;
  }
  .cta_block .content .box .mail a:hover:after {
    right: 1rem;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv .mv_img {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .mv_img {
    height: 41.6875vw;
    max-height: 66.7rem;
    background-image: url("../img/top/mv.jpg");
    background-size: cover;
    background-position: center center;
  }
}
.p-top__mv .mv_contact {
  padding: 2.4rem 0;
  background: linear-gradient(to right, #006ECC, #01A6E3 50%, #006ECC);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact {
    padding: 0.8rem 0 1.2rem 0;
  }
}
.p-top__mv .mv_contact .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 901px) {
  .p-top__mv .mv_contact .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-top__mv .mv_contact .text {
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  .p-top__mv .mv_contact .text {
    width: 55.5%;
    padding: 0 2rem 0 4rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__mv .mv_contact .text {
    margin-bottom: 0.9rem;
    text-align: center;
  }
}
.p-top__mv .mv_contact .text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .text h2 {
    font-size: 2rem;
  }
}
.p-top__mv .mv_contact .text p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .text p {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__mv .mv_contact .mail {
    width: 44.5%;
  }
}
.p-top__mv .mv_contact .mail a {
  padding: 0.85em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(to right, #FD9C00, #FF7600);
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .mail a {
    width: 31rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-top__mv .mv_contact .mail a span {
  font-size: 0.57em;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .mail a span {
    font-size: 0.68em;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .mail a {
    padding: 0.75em 0;
    font-size: 1.9rem;
    font-weight: 700;
    border-radius: 0.6rem;
  }
}
.p-top__mv .mv_contact .mail a:after {
  width: 1.1em;
  height: 1.1em;
  margin-top: -0.55em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv_contact .mail a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .mv_contact .mail a:after {
    transition: right 0.3s;
  }
  .p-top__mv .mv_contact .mail a:hover:after {
    right: 1rem;
  }
}
.p-top__nayami {
  padding: 6.4rem 0 3.2rem 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 780px) {
  .p-top__nayami {
    padding: 2.8rem 0;
  }
}
.p-top__nayami:after {
  width: 100%;
  height: 5.6rem;
  content: "";
  background-image: url("../img/top/nayami_sankaku.png");
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__nayami:after {
    height: 2.8rem;
  }
}
.p-top__nayami .inner {
  max-width: 1080px;
}
.p-top__nayami h2 {
  width: 76.7rem;
  margin: 0 auto 4.7rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__nayami h2 {
    width: 27.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__nayami ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-top__nayami ul li {
  font-weight: 500;
  line-height: 1.27;
  border-bottom: solid 1px #BEC9D0;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__nayami ul li {
    width: 48.1%;
    margin-bottom: 2.4rem;
    padding-left: 5.6rem;
    padding-bottom: 1.7rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__nayami ul li {
    margin-bottom: 1.6rem;
    padding-left: 3.2rem;
    padding-bottom: 1.25rem;
    font-size: 1.7rem;
  }
}
.p-top__nayami ul li:before {
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__nayami ul li:before {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__nayami ul li:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-top__nayami ul li span {
  color: #FF8001;
}
.p-top__kaiketsu {
  margin-bottom: 5.6rem;
  padding-top: 9.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu {
    margin-bottom: 3.2rem;
    padding-top: 5rem;
  }
}
.p-top__kaiketsu:before {
  width: 100%;
  height: calc(100% - 10rem);
  content: "";
  background: linear-gradient(to right, #006ECC, #01A6E3 50%, #006ECC);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu:before {
    height: calc(100% - 8rem);
  }
}
.p-top__kaiketsu h2 {
  width: 97.7rem;
  max-width: 100%;
  margin: 0 auto 5.9rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu h2 {
    width: 27.5rem;
    margin-bottom: 4rem;
  }
}
.p-top__kaiketsu .box {
  padding: 6rem 0 4rem 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(122, 143, 150, 0.2);
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu .box {
    padding: 3rem 1.6rem 1.5rem 1.6rem;
  }
}
.p-top__kaiketsu .box h3 {
  margin-bottom: 0.52em;
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu .box h3 {
    font-size: 2.1rem;
    line-height: 1.16;
  }
}
.p-top__kaiketsu .box h3 .fusen {
  padding: 0 0.5em 0.1em 0.5em;
  font-size: 1.08em;
  color: #ffffff;
  background: linear-gradient(to right, #FD9C00, #FF7600);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
}
.p-top__kaiketsu .box h3 .blue {
  color: #006ECC;
}
.p-top__kaiketsu .box p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.66;
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu .box p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4;
  }
}
.p-top__kaiketsu .box .img01, .p-top__kaiketsu .box .img02 {
  position: absolute;
}
.p-top__kaiketsu .box .img01 {
  width: 15rem;
  right: 85%;
  bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .p-top__kaiketsu .box .img01 {
    width: 10rem;
    right: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__kaiketsu .box .img01 {
    top: -3.6rem;
    bottom: auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu .box .img01 {
    width: 7rem;
    top: -1.8rem;
    right: 83%;
  }
}
.p-top__kaiketsu .box .img02 {
  width: 22.7rem;
  left: 78%;
  bottom: 3.2rem;
}
@media only screen and (max-width: 1099px) {
  .p-top__kaiketsu .box .img02 {
    width: 15rem;
    left: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__kaiketsu .box .img02 {
    top: -3.6rem;
    bottom: auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__kaiketsu .box .img02 {
    width: 10rem;
    top: -1.8rem;
    left: 75%;
  }
}
.p-top__kaiketsu .marquee {
  bottom: 8rem;
}
.p-top__riyuu {
  padding-bottom: 10.4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu {
    padding-bottom: 3.6rem;
  }
}
.p-top__riyuu:before {
  width: 100%;
  height: 52.2rem;
  content: "";
  background: linear-gradient(to bottom, #D3F4FF, transparent);
  position: absolute;
  top: -15.6rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu:before {
    height: 92.3vw;
    top: -11.2rem;
  }
}
.p-top__riyuu .inner {
  max-width: 1080px;
}
.p-top__riyuu h2 {
  width: 45.6rem;
  margin: 0 auto 4.8rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu h2 {
    width: 28.2rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__riyuu ol {
    margin-bottom: -4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol {
    margin-bottom: -1.6rem;
  }
}
.p-top__riyuu ol li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(122, 143, 150, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__riyuu ol li {
    width: 48.1%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li {
    margin-bottom: 1.6rem;
    padding-bottom: 2rem;
  }
}
.p-top__riyuu ol li h3 {
  margin-bottom: 2.4rem;
  padding: 1.1rem 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #00307C, #006ECC);
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li h3 {
    margin-bottom: 1.6rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.3rem;
  }
}
.p-top__riyuu ol li h3 span {
  margin-left: 0.25em;
  font-size: 1.66em;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-top__riyuu ol li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li h4 {
    font-size: 1.9rem;
  }
}
.p-top__riyuu ol li h4 span {
  color: #006ECC;
}
.p-top__riyuu ol li .img {
  width: 84.6%;
  margin: 1em auto;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li .img {
    width: 93%;
  }
}
.p-top__riyuu ol li p {
  width: 84.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li p {
    width: 93%;
  }
}
.p-top__service {
  margin-bottom: 12rem;
  padding: 7.2rem 0 4.8rem 0;
  background: linear-gradient(to bottom, #DBECF2, #EAF1F4);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    margin-bottom: 5.5rem;
    padding: 4.4rem 0 5rem 0;
  }
}
.p-top__service:after {
  width: 100%;
  height: 5.6rem;
  content: "";
  background-image: url("../img/top/service_sankaku.png");
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__service:after {
    height: 2.8rem;
  }
}
.p-top__service .inner {
  max-width: 1080px;
}
.p-top__service h2 {
  width: 45.5rem;
  margin: 0 auto 8rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__service h2 {
    width: 28.2rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__service ul li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(122, 143, 150, 0.2);
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li {
    width: 48.1%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li + li {
    margin-top: 5rem;
  }
}
.p-top__service ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li a:hover .link_text:after {
    transform: translateX(0.5em);
  }
}
.p-top__service ul li h3 {
  width: 39.6rem;
  max-width: 90%;
  padding: 0.65em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 1.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li h3 {
    width: 26rem;
    font-size: 2rem;
    border-radius: 0.8rem;
  }
}
.p-top__service ul li h3:after {
  width: 0;
  height: 0;
  margin-left: -1.25rem;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-top__service ul li .img {
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.p-top__service ul li p {
  margin: 1em 1em 1.5em 1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li p {
    margin: 0.8em;
    text-align: left;
  }
}
.p-top__service ul li .link_text {
  padding: 0 3.2rem 3.2rem 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #006ECC;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li .link_text {
    padding: 0 2.1rem 2.1rem 2.1rem;
    font-size: 1.6rem;
  }
}
.p-top__service ul li .link_text:after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li .link_text:after {
    transition: transform 0.3s;
  }
}
.p-top__service ul li:nth-child(1) h3 {
  background-color: #006ECC;
}
.p-top__service ul li:nth-child(1) h3:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.25rem 0 1.25rem;
  border-color: #006ECC transparent transparent transparent;
}
.p-top__service ul li:nth-child(2) h3 {
  background-color: #00307C;
}
.p-top__service ul li:nth-child(2) h3:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.25rem 0 1.25rem;
  border-color: #00307C transparent transparent transparent;
}
.p-top__service .marquee {
  color: #006ECC;
  bottom: 30%;
}
@media only screen and (max-width: 780px) {
  .p-top__service .marquee {
    bottom: 0;
  }
}
.p-top__merit {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__merit {
    margin-bottom: 4.8rem;
  }
}
.p-top__merit h2 {
  width: 59rem;
  margin: 0 auto 4.8rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__merit h2 {
    width: 35.6rem;
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.p-top__merit ol {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 781px) {
  .p-top__merit ol {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__merit ol {
    margin-bottom: -1.6rem;
    flex-wrap: wrap;
  }
}
.p-top__merit ol li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: solid 1px #E3E3E3;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__merit ol li {
    width: 22%;
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__merit ol li {
    width: 48.2%;
    margin-bottom: 4.4rem;
    padding: 2rem;
  }
}
.p-top__merit ol li .num {
  width: 5.7rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
}
@media only screen and (max-width: 780px) {
  .p-top__merit ol li .num {
    width: 4.7rem;
    transform: translate(0, -40%);
  }
}
.p-top__merit ol li .fig {
  width: 11.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-top__merit ol li .fig {
    width: 7.5rem;
  }
}
.p-top__merit ol li p {
  margin-top: 0.8em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__merit ol li p {
    font-size: 1.6rem;
  }
}
.p-top__merit .btn {
  text-align: center;
}
.p-top__column {
  padding: 7.2rem 0 5.6rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-top__column {
    padding: 4.4rem 0;
  }
}
.p-top__column .midashi01 {
  margin-bottom: 1.1em;
}
@media only screen and (max-width: 780px) {
  .p-top__column .sp_scroll {
    width: 106.8%;
    margin-bottom: 2.5rem;
    margin-right: -6.8rem;
    padding-bottom: 2rem;
    overflow-x: auto;
  }
}
.p-top__column ul {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-top__column ul {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__column ul {
    gap: 2rem;
  }
}
.p-top__column ul li {
  background-color: #ffffff;
  border: solid 1px #EDEDED;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__column ul li {
    width: 30.6%;
    margin-right: 4.1%;
    border-radius: 1.6rem;
  }
  .p-top__column ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li {
    border-radius: 0.8rem;
    flex: 0 0 29.6rem;
  }
}
.p-top__column ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__column ul li a .img img {
    transition: filter 0.3s;
  }
  .p-top__column ul li a:hover .img img {
    filter: brightness(120%);
  }
}
.p-top__column ul li .img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.p-top__column ul li .img > img,
.p-top__column ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li .img {
    height: 16rem;
  }
}
.p-top__column ul li .date {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li .date {
    padding: 1.2rem 1.2rem 0 1.2rem;
    font-size: 1.2rem;
  }
}
.p-top__column ul li p {
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li p {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-top__column ul li .cate {
  padding: 0 1.6rem 1.6rem 1.6rem;
  display: block;
  letter-spacing: -0.4em;
}
.p-top__column ul li .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li .cate {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}
.p-top__column ul li .cate span {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
@media only screen and (max-width: 780px) {
  .p-top__column ul li .cate span {
    font-size: 1.5rem;
  }
}
.p-top__column .btn {
  text-align: center;
}

/*下層ページ*/
.pagetitle {
  margin-bottom: 2rem;
  padding: 12rem 0;
  background: linear-gradient(to right, #006ECC, #01A6E3 50%, #006ECC);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding: 6rem 0;
  }
}
.pagetitle h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2 {
    font-size: 2.4rem;
  }
}
.pagetitle .marquee {
  bottom: 50%;
  transform: translateY(50%);
}

.pankuzu {
  margin-bottom: 8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
}
.pankuzu .inner {
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu .inner a:after {
  width: 0.7em;
  height: 0.7em;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.05em;
}
.pankuzu .inner span {
  color: #B1B1B1;
}

.p-cad__intro {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__intro {
    margin-bottom: 5rem;
  }
}
.p-cad__intro .inner {
  max-width: 1000px;
}
.p-cad__intro h2 {
  width: 52.7rem;
  margin: 0 auto 4rem auto;
}
@media only screen and (max-width: 780px) {
  .p-cad__intro h2 {
    width: 26.3rem;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-cad__intro ul {
  margin-bottom: 2em;
}
@media only screen and (min-width: 781px) {
  .p-cad__intro ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-cad__intro ul li {
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #EDEDED;
  position: relative;
}
.p-cad__intro ul li:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/icon_check02.png");
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media only screen and (min-width: 781px) {
  .p-cad__intro ul li {
    width: 31.2%;
    padding: 4rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__intro ul li {
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 0.8rem;
  }
  .p-cad__intro ul li:before {
    width: 2rem;
    height: 2rem;
  }
  .p-cad__intro ul li + li {
    margin-top: 2rem;
  }
}
.p-cad__intro ul li .img {
  width: 10.7rem;
  margin: 0 auto 2.4rem auto;
}
@media only screen and (max-width: 780px) {
  .p-cad__intro ul li .img {
    margin-bottom: 1.5rem;
  }
}
.p-cad__intro ul li p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-cad__intro ul li p {
    font-size: 1.6rem;
  }
}
.p-cad__intro ul li p span {
  color: #006ECC;
}
.p-cad__intro .bottom_text {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-cad__intro .bottom_text {
    font-size: 2rem;
  }
}
.p-cad__intro .bottom_text span {
  color: #006ECC;
}
.p-cad__merit {
  margin-bottom: 10rem;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit {
    margin-bottom: 5rem;
    padding-top: 4rem;
  }
}
.p-cad__merit:before {
  width: 100%;
  height: 52.2rem;
  content: "";
  background: linear-gradient(to bottom, #D3F4FF, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit:before {
    height: 30rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-cad__merit ol {
    margin-bottom: -12.6rem;
    padding-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol {
    padding-top: 6rem;
  }
}
.p-cad__merit ol li {
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-cad__merit ol li {
    width: 48.5%;
    margin-bottom: 12.6rem;
    border-radius: 1.6rem;
    padding: 6rem 2.2rem 2.2rem 2.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol li {
    margin-bottom: 8rem;
    border-radius: 0.8rem;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .p-cad__merit ol li:last-child {
    margin-bottom: 0;
  }
}
.p-cad__merit ol li .ttl {
  width: 90%;
  max-width: 46rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.p-cad__merit ol li .ttl .num {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #006ECC;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol li .ttl .num {
    font-size: 2.8rem;
  }
}
.p-cad__merit ol li .ttl h3 {
  padding: 0.4em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #006ECC;
  border-radius: 99px;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol li .ttl h3 {
    font-size: 1.8rem;
  }
}
.p-cad__merit ol li .row {
  margin-bottom: 2em;
  display: flex;
}
.p-cad__merit ol li .row .col1 {
  width: 100%;
  padding: 0 1em;
}
.p-cad__merit ol li .row .col1 .fig {
  width: 29.6rem;
  margin: 0 auto;
}
.p-cad__merit ol li .row .col2 {
  width: 50%;
  padding: 0 0.5em;
}
.p-cad__merit ol li .row .col2 + .col2 {
  border-left: dashed 1px #939393;
}
.p-cad__merit ol li .row .col2 .fig {
  width: 10.7rem;
  margin: 0 auto;
}
.p-cad__merit ol li .row .caption {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
}
.p-cad__merit ol li .row .caption p {
  width: 100%;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol li .row .caption p {
    font-size: 1rem;
  }
}
.p-cad__merit ol li .bottom_text {
  padding: 3.4rem 2.5rem 2.5rem 2.5rem;
  background-color: #DEF0F5;
  border-radius: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.p-cad__merit ol li .bottom_text:before {
  width: 0;
  height: 0;
  margin-left: -1.6rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1.6rem 0 1.6rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
}
.p-cad__merit ol li .bottom_text p {
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-cad__merit ol li .bottom_text p {
    font-size: 1.5rem;
  }
}
.p-cad__merit ol li .bottom_text p span {
  font-weight: 700;
  color: #FF8001;
}
.p-cad__image {
  margin-bottom: 8.8rem;
  padding: 7.2rem 0 8rem 0;
  background: linear-gradient(to right, #006ECC, #01A6E3 50%, #006ECC);
}
@media only screen and (max-width: 780px) {
  .p-cad__image {
    margin-bottom: 5rem;
    padding: 4rem 0;
  }
}
.p-cad__image .inner {
  max-width: 1080px;
}
.p-cad__image ul li + li {
  margin-top: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__image ul li + li {
    margin-top: 2.5rem;
  }
}
.p-cad__spec {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec {
    margin-bottom: 5rem;
  }
}
.p-cad__spec .inner {
  max-width: 1000px;
}
.p-cad__spec .box01, .p-cad__spec .box02 {
  border: solid 0.3rem #006ECC;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-cad__spec .box01 dt, .p-cad__spec .box02 dt {
  padding: 0.7em 1.8em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #006ECC;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box01 dt, .p-cad__spec .box02 dt {
    font-size: 1.8rem;
  }
}
.p-cad__spec .box01 dd, .p-cad__spec .box02 dd {
  background-color: #ffffff;
}
.p-cad__spec .box01 dd table {
  width: 100%;
}
.p-cad__spec .box01 dd table th {
  width: 21%;
  padding: 2.4rem 2.4rem 2.4rem 4rem;
  font-size: 1.125em;
  font-weight: 700;
  background-color: #F8F8F8;
  vertical-align: middle;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box01 dd table th {
    width: 30%;
    padding: 1rem 1.5rem;
  }
}
.p-cad__spec .box01 dd table td {
  padding: 2.4rem 4.8rem;
  vertical-align: middle;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box01 dd table td {
    padding: 1rem 1.5rem;
  }
}
.p-cad__spec .box02 {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 {
    margin-top: 2.4rem;
  }
}
.p-cad__spec .box02 dd {
  padding: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd {
    padding: 1.5rem;
  }
}
.p-cad__spec .box02 dd .headding {
  margin-bottom: 2.5em;
  padding: 1em;
  background-color: #DEF0F5;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-cad__spec .box02 dd .headding {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-cad__spec .box02 dd .headding > div {
    width: 50%;
  }
}
.p-cad__spec .box02 dd .headding > div span {
  width: 12.4rem;
  margin-right: 1.77em;
  padding: 0.8em;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ffffff;
  border: solid 0.2rem #006ECC;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd .headding > div span {
    width: 9rem;
    margin-right: 1em;
    font-size: 1.6rem;
  }
}
.p-cad__spec .box02 dd .headding > div span:before {
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 1rem;
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: -0.25em;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd .headding > div span:before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.p-cad__spec .box02 dd .headding > div.kakaku {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd .headding > div.kakaku {
    font-size: 2.6rem;
  }
}
.p-cad__spec .box02 dd .headding > div.kakaku span {
  vertical-align: 0.25em;
}
.p-cad__spec .box02 dd .headding > div.kakaku span:before {
  background-image: url("../img/cad/kakaku_fig01.png");
}
.p-cad__spec .box02 dd .headding > div.kakaku small {
  font-size: 0.66em;
}
.p-cad__spec .box02 dd .headding > div.nouki {
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd .headding > div.nouki {
    margin-top: 1em;
    font-size: 2.2rem;
  }
}
.p-cad__spec .box02 dd .headding > div.nouki span {
  vertical-align: 0.15em;
}
.p-cad__spec .box02 dd .headding > div.nouki span:before {
  background-image: url("../img/cad/kakaku_fig01.png");
}
.p-cad__spec .box02 dd h3 {
  margin-bottom: 0.7em;
  padding-left: 0.7em;
  padding-bottom: 0.1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  border-left: solid 0.5rem #006ECC;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd .sp_scroll {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    overflow-x: auto;
  }
}
.p-cad__spec .box02 dd table {
  width: 100%;
  margin-bottom: 2em;
  table-layout: fixed;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd table {
    width: 800px;
    margin-bottom: 0;
  }
}
.p-cad__spec .box02 dd table thead th {
  padding: 1em;
  font-weight: 500;
  text-align: center;
  background-color: #F8F8F8;
  border: solid 1px #DDDDDD;
}
.p-cad__spec .box02 dd table thead th:nth-child(1) {
  width: 37%;
}
.p-cad__spec .box02 dd table tbody td {
  padding: 1.8rem 2.4rem;
  font-weight: 500;
  border: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-cad__spec .box02 dd table tbody td {
    padding: 1rem 1.5rem;
  }
}
.p-cad__spec .box02 dd table tbody td:nth-child(1) {
  width: 37%;
}
.p-cad__spec .box02 dd table tbody td:nth-child(2), .p-cad__spec .box02 dd table tbody td:nth-child(3) {
  font-size: 1.25em;
  text-align: right;
}
.p-cad__column {
  padding: 8.8rem 0 8rem 0;
  background-color: #DBECF2;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-cad__column {
    padding: 4.4rem 0 4rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__column .sp_scroll {
    width: 106.8%;
    margin-bottom: 2.5rem;
    margin-right: -6.8rem;
    padding-bottom: 2rem;
    overflow-x: auto;
  }
}
.p-cad__column ul {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-cad__column ul {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul {
    gap: 2rem;
  }
}
.p-cad__column ul li {
  background-color: #ffffff;
  border: solid 1px #EDEDED;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-cad__column ul li {
    width: 30.6%;
    margin-right: 4.1%;
    border-radius: 1.6rem;
  }
  .p-cad__column ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li {
    border-radius: 0.8rem;
    flex: 0 0 29.6rem;
  }
}
.p-cad__column ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-cad__column ul li a .img img {
    transition: filter 0.3s;
  }
  .p-cad__column ul li a:hover .img img {
    filter: brightness(120%);
  }
}
.p-cad__column ul li .img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.p-cad__column ul li .img > img,
.p-cad__column ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li .img {
    height: 16rem;
  }
}
.p-cad__column ul li .date {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li .date {
    padding: 1.2rem 1.2rem 0 1.2rem;
    font-size: 1.2rem;
  }
}
.p-cad__column ul li p {
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li p {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-cad__column ul li .cate {
  padding: 0 1.6rem 1.6rem 1.6rem;
  display: block;
  letter-spacing: -0.4em;
}
.p-cad__column ul li .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li .cate {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}
.p-cad__column ul li .cate span {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
@media only screen and (max-width: 780px) {
  .p-cad__column ul li .cate span {
    font-size: 1.5rem;
  }
}
.p-cad__column .btn {
  text-align: center;
}
.p-cad__column .marquee {
  color: #006ECC;
  bottom: 35%;
}
.p-cad__flow {
  margin-bottom: 9.6rem;
  padding: 8.8rem 0 10rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-cad__flow {
    margin-bottom: 4.8rem;
    padding: 4.4rem 0 5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-cad__flow ol > li {
    display: flex;
    align-items: center;
  }
}
.p-cad__flow ol > li + li {
  margin-top: 7.8rem;
}
.p-cad__flow ol > li + li .img:before {
  width: 1rem;
  height: 4.6rem;
  margin-left: -0.5rem;
  content: "";
  background-image: url("../img/cad/flow_dots.png");
  background-size: cover;
  position: absolute;
  top: -6rem;
  left: 50%;
}
.p-cad__flow ol > li .img {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-cad__flow ol > li .img {
    width: 25.2rem;
    margin-right: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-cad__flow ol > li .img {
    margin-bottom: 2rem;
  }
}
.p-cad__flow ol > li .img .num {
  width: 5.6rem;
  height: 5.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.6rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to bottom right, #006ECC, #01A6E3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
@media only screen and (max-width: 780px) {
  .p-cad__flow ol > li .img .num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-cad__flow ol > li .text {
    width: calc(100% - 30rem);
  }
}
.p-cad__flow ol > li .text h3 {
  margin-bottom: 0.66em;
  padding-bottom: 0.66em;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 780px) {
  .p-cad__flow ol > li .text h3 {
    font-size: 2rem;
  }
}
.p-cad__flow ol > li .text ul li {
  padding-left: 2.6rem;
}
.p-cad__flow ol > li .text ul li:before {
  width: 1rem;
  height: 1rem;
  margin: 0 1.6rem 0 -2.6rem;
  content: "";
  background-color: #006ECC;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
.p-cad__flow ol > li .text ul li + li {
  margin-top: 0.5em;
}
.p-cad__faq {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-cad__faq {
    margin-bottom: 8rem;
  }
}
.p-cad__faq ul li {
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
  border-bottom: solid 1px #D9D9D9;
}
.p-cad__faq ul li .faq_q {
  min-height: 3.6rem;
  padding-left: 4rem;
  font-size: 1.125em;
  font-weight: 500;
}
.p-cad__faq ul li .faq_q:before {
  width: 2.2rem;
  height: 3.6rem;
  margin: 0 1.8rem 0 -4rem;
  content: "";
  background-image: url("../img/faq_q.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
.p-cad__faq ul li .faq_a {
  min-height: 3.6rem;
  padding-left: 4rem;
}
.p-cad__faq ul li .faq_a:before {
  width: 2.2rem;
  height: 3.6rem;
  margin: 0 1.8rem 0 -4rem;
  content: "";
  background-image: url("../img/faq_a.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.7em;
}

.p-3d__intro {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__intro {
    margin-bottom: 5rem;
  }
}
.p-3d__intro .inner {
  max-width: 1000px;
}
.p-3d__intro h2 {
  width: 62.8rem;
  margin: 0 auto 4rem auto;
}
@media only screen and (max-width: 780px) {
  .p-3d__intro h2 {
    width: 31.4rem;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-3d__intro ul {
  margin-bottom: 2em;
}
@media only screen and (min-width: 781px) {
  .p-3d__intro ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-3d__intro ul li {
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #EDEDED;
  position: relative;
}
.p-3d__intro ul li:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/icon_check02.png");
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media only screen and (min-width: 781px) {
  .p-3d__intro ul li {
    width: 31.2%;
    padding: 4rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__intro ul li {
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 0.8rem;
  }
  .p-3d__intro ul li:before {
    width: 2rem;
    height: 2rem;
  }
  .p-3d__intro ul li + li {
    margin-top: 2rem;
  }
}
.p-3d__intro ul li .img {
  width: 10.7rem;
  margin: 0 auto 2.4rem auto;
}
@media only screen and (max-width: 780px) {
  .p-3d__intro ul li .img {
    margin-bottom: 1.5rem;
  }
}
.p-3d__intro ul li p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-3d__intro ul li p {
    font-size: 1.6rem;
  }
}
.p-3d__intro ul li p span {
  color: #006ECC;
}
.p-3d__intro .bottom_text {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-3d__intro .bottom_text {
    font-size: 2rem;
  }
}
.p-3d__intro .bottom_text span {
  color: #006ECC;
}
.p-3d__merit {
  margin-bottom: 10rem;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit {
    margin-bottom: 5rem;
    padding-top: 4rem;
  }
}
.p-3d__merit:before {
  width: 100%;
  height: 52.2rem;
  content: "";
  background: linear-gradient(to bottom, #D3F4FF, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit:before {
    height: 30rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-3d__merit ol {
    margin-bottom: -12.6rem;
    padding-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol {
    padding-top: 6rem;
  }
}
.p-3d__merit ol li {
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-3d__merit ol li {
    width: 48.5%;
    margin-bottom: 12.6rem;
    border-radius: 1.6rem;
    padding: 6rem 2.2rem 2.2rem 2.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol li {
    margin-bottom: 8rem;
    border-radius: 0.8rem;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .p-3d__merit ol li:last-child {
    margin-bottom: 0;
  }
}
.p-3d__merit ol li .ttl {
  width: 90%;
  max-width: 46rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.p-3d__merit ol li .ttl .num {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #006ECC;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol li .ttl .num {
    font-size: 2.8rem;
  }
}
.p-3d__merit ol li .ttl h3 {
  padding: 0.4em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #006ECC;
  border-radius: 99px;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol li .ttl h3 {
    font-size: 1.8rem;
  }
}
.p-3d__merit ol li .row {
  margin-bottom: 2em;
  display: flex;
}
.p-3d__merit ol li .row .col1 {
  width: 100%;
  padding: 0 1em;
}
.p-3d__merit ol li .row .col1 .fig {
  width: 29.6rem;
  margin: 0 auto;
}
.p-3d__merit ol li .row .col2 {
  width: 50%;
  padding: 0 0.5em;
}
.p-3d__merit ol li .row .col2 + .col2 {
  border-left: dashed 1px #939393;
}
.p-3d__merit ol li .row .col2 .fig {
  width: 10.7rem;
  margin: 0 auto;
}
.p-3d__merit ol li .row .caption {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
}
.p-3d__merit ol li .row .caption p {
  width: 100%;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol li .row .caption p {
    font-size: 1rem;
  }
}
.p-3d__merit ol li .bottom_text {
  padding: 3.4rem 2.5rem 2.5rem 2.5rem;
  background-color: #DEF0F5;
  border-radius: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.p-3d__merit ol li .bottom_text:before {
  width: 0;
  height: 0;
  margin-left: -1.6rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1.6rem 0 1.6rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
}
.p-3d__merit ol li .bottom_text p {
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-3d__merit ol li .bottom_text p {
    font-size: 1.5rem;
  }
}
.p-3d__merit ol li .bottom_text p span {
  font-weight: 700;
  color: #FF8001;
}
.p-3d__merit ol li .bottom_text p small {
  font-size: 0.76em;
}
.p-3d__image {
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__image {
    margin-bottom: 6.4rem;
  }
}
.p-3d__image ol > li {
  background-color: #ffffff;
  border: solid 1px #E0E0E0;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-3d__image ol > li {
    padding: 5.6rem;
    display: flex;
  }
  .p-3d__image ol > li + li {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__image ol > li {
    padding: 2rem;
  }
  .p-3d__image ol > li + li {
    margin-top: 2.5rem;
  }
}
.p-3d__image ol > li .text {
  padding-top: 2rem;
}
@media only screen and (min-width: 781px) {
  .p-3d__image ol > li .text {
    width: 54.4%;
    margin-right: 5.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__image ol > li .text {
    margin-bottom: 2rem;
  }
}
.p-3d__image ol > li .text h3 {
  padding: 0 0.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  background-color: #006ECC;
  border-radius: 2rem 0 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-3d__image ol > li .text h3 {
    font-size: 2rem;
  }
}
.p-3d__image ol > li .text p {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 780px) {
  .p-3d__image ol > li .text p {
    font-size: 1.8rem;
  }
}
.p-3d__image ol > li .text p span {
  color: #006ECC;
}
.p-3d__image ol > li .text ul li {
  padding-left: 3.1em;
  font-size: 1.125em;
  font-weight: 500;
}
.p-3d__image ol > li .text ul li + li {
  margin-top: 0.45em;
}
.p-3d__image ol > li .text ul li:before {
  width: 2.2em;
  height: 2.2em;
  margin: 0 0.9em 0 -3.1em;
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.6em;
}
.p-3d__image ol > li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-3d__image ol > li .img > img,
.p-3d__image ol > li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-3d__image ol > li .img {
    width: 40%;
  }
}
.p-3d__modeling {
  margin-bottom: 8.8rem;
  padding: 7.2rem 0;
  background: linear-gradient(to right, #006ECC, #01A6E3 50%, #006ECC);
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling {
    margin-bottom: 5rem;
    padding: 4rem 0;
  }
}
.p-3d__modeling .inner {
  max-width: 1080px;
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling .midashi01 span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-3d__modeling ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-3d__modeling ul li {
  padding: 1em;
  background-color: #ffffff;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 781px) {
  .p-3d__modeling ul li {
    width: 48.1%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling ul li {
    margin-bottom: 2rem;
  }
}
.p-3d__modeling ul li .img {
  margin-bottom: 1em;
  border-radius: 0.8em;
  overflow: hidden;
}
.p-3d__modeling ul li p {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling ul li p {
    font-size: 1.6rem;
  }
}
.p-3d__modeling ul li p span {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #006ECC;
  border-radius: 99px;
  display: inline-block;
  vertical-align: 0;
}
.p-3d__modeling .bottom_text {
  text-align: center;
  color: #ffffff;
}
.p-3d__modeling .bottom_text p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling .bottom_text p {
    font-size: 1.6rem;
  }
}
.p-3d__modeling .bottom_text .annotation {
  margin-top: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-3d__modeling .bottom_text .annotation {
    font-size: 1.4rem;
  }
}
.p-3d__coverage {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage {
    margin-bottom: 5rem;
  }
}
.p-3d__coverage .box01, .p-3d__coverage .box02 {
  border: solid 0.3rem #006ECC;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-3d__coverage .box01 dt, .p-3d__coverage .box02 dt {
  padding: 0.7em 1.8em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #006ECC;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage .box01 dt, .p-3d__coverage .box02 dt {
    font-size: 1.8rem;
  }
}
.p-3d__coverage .box01 dd, .p-3d__coverage .box02 dd {
  background-color: #ffffff;
}
.p-3d__coverage .box01 dd table {
  width: 100%;
}
.p-3d__coverage .box01 dd table th {
  width: 21%;
  padding: 2.4rem 2.4rem 2.4rem 4rem;
  font-size: 1.125em;
  font-weight: 700;
  background-color: #F8F8F8;
  vertical-align: middle;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage .box01 dd table th {
    width: 30%;
    padding: 1rem 1.5rem;
  }
}
.p-3d__coverage .box01 dd table td {
  padding: 2.4rem 4.8rem;
  vertical-align: middle;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage .box01 dd table td {
    padding: 1rem 1.5rem;
  }
}
.p-3d__coverage .box02 {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage .box02 {
    margin-top: 2.4rem;
  }
}
.p-3d__coverage .box02 dd {
  padding: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__coverage .box02 dd {
    padding: 1.5rem;
  }
}
.p-3d__coverage .box02 dd p {
  margin-bottom: 1.38em;
  font-size: 1.125em;
  font-weight: 500;
}
.p-3d__column {
  padding: 8.8rem 0 8rem 0;
  background-color: #DBECF2;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-3d__column {
    padding: 4.4rem 0 4rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__column .sp_scroll {
    width: 106.8%;
    margin-bottom: 2.5rem;
    margin-right: -6.8rem;
    padding-bottom: 2rem;
    overflow-x: auto;
  }
}
.p-3d__column ul {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-3d__column ul {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul {
    gap: 2rem;
  }
}
.p-3d__column ul li {
  background-color: #ffffff;
  border: solid 1px #EDEDED;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-3d__column ul li {
    width: 30.6%;
    margin-right: 4.1%;
    border-radius: 1.6rem;
  }
  .p-3d__column ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li {
    border-radius: 0.8rem;
    flex: 0 0 29.6rem;
  }
}
.p-3d__column ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-3d__column ul li a .img img {
    transition: filter 0.3s;
  }
  .p-3d__column ul li a:hover .img img {
    filter: brightness(120%);
  }
}
.p-3d__column ul li .img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.p-3d__column ul li .img > img,
.p-3d__column ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li .img {
    height: 16rem;
  }
}
.p-3d__column ul li .date {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li .date {
    padding: 1.2rem 1.2rem 0 1.2rem;
    font-size: 1.2rem;
  }
}
.p-3d__column ul li p {
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li p {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-3d__column ul li .cate {
  padding: 0 1.6rem 1.6rem 1.6rem;
  display: block;
  letter-spacing: -0.4em;
}
.p-3d__column ul li .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li .cate {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}
.p-3d__column ul li .cate span {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
@media only screen and (max-width: 780px) {
  .p-3d__column ul li .cate span {
    font-size: 1.5rem;
  }
}
.p-3d__column .btn {
  text-align: center;
}
.p-3d__column .marquee {
  color: #006ECC;
  bottom: 35%;
}
.p-3d__flow {
  margin-bottom: 9.6rem;
  padding: 8.8rem 0 10rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-3d__flow {
    margin-bottom: 4.8rem;
    padding: 4.4rem 0 5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-3d__flow ol > li {
    display: flex;
    align-items: center;
  }
}
.p-3d__flow ol > li + li {
  margin-top: 7.8rem;
}
.p-3d__flow ol > li + li .img:before {
  width: 1rem;
  height: 4.6rem;
  margin-left: -0.5rem;
  content: "";
  background-image: url("../img/3d/flow_dots.png");
  background-size: cover;
  position: absolute;
  top: -6rem;
  left: 50%;
}
.p-3d__flow ol > li .img {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-3d__flow ol > li .img {
    width: 25.2rem;
    margin-right: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-3d__flow ol > li .img {
    margin-bottom: 2rem;
  }
}
.p-3d__flow ol > li .img .num {
  width: 5.6rem;
  height: 5.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.6rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to bottom right, #006ECC, #01A6E3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
@media only screen and (max-width: 780px) {
  .p-3d__flow ol > li .img .num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-3d__flow ol > li .text {
    width: calc(100% - 30rem);
  }
}
.p-3d__flow ol > li .text h3 {
  margin-bottom: 0.66em;
  padding-bottom: 0.66em;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 780px) {
  .p-3d__flow ol > li .text h3 {
    font-size: 2rem;
  }
}
.p-3d__flow ol > li .text ul li {
  padding-left: 2.6rem;
}
.p-3d__flow ol > li .text ul li:before {
  width: 1rem;
  height: 1rem;
  margin: 0 1.6rem 0 -2.6rem;
  content: "";
  background-color: #006ECC;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
.p-3d__flow ol > li .text ul li + li {
  margin-top: 0.5em;
}
.p-3d__faq {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-3d__faq {
    margin-bottom: 8rem;
  }
}
.p-3d__faq ul li {
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
  border-bottom: solid 1px #D9D9D9;
}
.p-3d__faq ul li .faq_q {
  min-height: 3.6rem;
  padding-left: 4rem;
  font-size: 1.125em;
  font-weight: 500;
}
.p-3d__faq ul li .faq_q:before {
  width: 2.2rem;
  height: 3.6rem;
  margin: 0 1.8rem 0 -4rem;
  content: "";
  background-image: url("../img/faq_q.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
.p-3d__faq ul li .faq_a {
  min-height: 3.6rem;
  padding-left: 4rem;
}
.p-3d__faq ul li .faq_a:before {
  width: 2.2rem;
  height: 3.6rem;
  margin: 0 1.8rem 0 -4rem;
  content: "";
  background-image: url("../img/faq_a.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.7em;
}

.p-achievements__list {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-achievements__list {
    margin-bottom: 8rem;
  }
}
.p-achievements__list .list {
  padding-bottom: 1em;
}
.p-achievements__list .list li {
  margin-bottom: 1em;
  background-color: #ffffff;
  border: solid 1px #E3E3E3;
  border-radius: 0.8rem;
}
.p-achievements__list .list li a {
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 781px) {
  .p-achievements__list .list li a {
    display: flex;
    align-content: flex-start;
    padding: 4rem 5rem 4rem 4rem;
    background-size: 2rem auto;
    background-position: calc(100% - 3rem) center;
    transition: background-position 0.3s;
  }
  .p-achievements__list .list li a .img img {
    transition: filter 0.3s;
  }
  .p-achievements__list .list li a:hover {
    background-position: calc(100% - 2rem) center;
  }
  .p-achievements__list .list li a:hover .img img {
    filter: brightness(120%);
  }
}
@media only screen and (max-width: 780px) {
  .p-achievements__list .list li a {
    padding: 2rem 2rem 4rem 2rem;
    display: block;
    background-size: 1.6rem auto;
    background-position: calc(100% - 1rem) calc(100% - 1rem);
  }
}
@media only screen and (min-width: 781px) {
  .p-achievements__list .list li a .text {
    width: calc(100% - 32rem);
    padding-left: 4rem;
  }
}
.p-achievements__list .list li a .text h3 {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-achievements__list .list li a .text h3 {
    font-size: 1.7rem;
  }
}
.p-achievements__list .list li a .text .tag {
  margin-bottom: 1.5em;
  letter-spacing: -0.4em;
}
.p-achievements__list .list li a .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-achievements__list .list li a .text .tag span {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #EDEDED;
}
.p-achievements__list .list li a .text .attribute .area {
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-achievements__list .list li a .text .attribute .area {
    font-size: 1.2rem;
  }
}
.p-achievements__list .list li a .text .attribute .client_name {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-achievements__list .list li a .text .attribute .business_type {
  font-size: 1.2rem;
  color: #B1B1B1;
}
.p-achievements__list .list li a .img {
  overflow: hidden;
}
.p-achievements__list .list li a .img > img,
.p-achievements__list .list li a .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-achievements__list .list li a .img {
    width: 32rem;
    height: 19.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-achievements__list .list li a .img {
    width: 100%;
    height: 15rem;
    margin-bottom: 1.2rem;
  }
}
.p-achievements__post {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post {
    margin-bottom: 8rem;
  }
}
.p-achievements__post .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 781px) {
  .p-achievements__post .detail {
    margin-bottom: 10rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 780px) {
  .p-achievements__post .detail {
    margin-bottom: 5rem;
  }
}
.p-achievements__post .detail .img {
  background-color: #E0E0E0;
}
@media only screen and (min-width: 781px) {
  .p-achievements__post .detail .img {
    width: 50%;
    height: 35.5rem;
  }
  .p-achievements__post .detail .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-achievements__post .detail .img {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-achievements__post .detail .table {
    width: 44.5%;
  }
}
.p-achievements__post .detail .table .client_name {
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-achievements__post .detail .table h3 {
  margin-bottom: 1em;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post .detail .table h3 {
    font-size: 2rem;
  }
}
.p-achievements__post .detail .table table {
  width: 100%;
  border-top: solid 1px #F8F8F8;
}
.p-achievements__post .detail .table table th, .p-achievements__post .detail .table table td {
  padding-bottom: 1.5em;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #F8F8F8;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post .detail .table table th, .p-achievements__post .detail .table table td {
    padding: 1em;
  }
}
.p-achievements__post .detail .table table th {
  width: 15rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post .detail .table table th {
    width: 10rem;
  }
}
.p-achievements__post dl {
  max-width: 1000px;
  margin: 0 auto 10rem auto;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post dl {
    margin-bottom: 5rem;
  }
}
.p-achievements__post dl dt {
  margin-bottom: 0.7em;
  padding: 0.5em 1.5em;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #D3F4FF;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post dl dt {
    font-size: 2rem;
  }
}
.p-achievements__post dl dd {
  line-height: 2.125;
}
.p-achievements__post dl dd + dt {
  margin-top: 3.3em;
}
@media only screen and (max-width: 780px) {
  .p-achievements__post dl dd + dt {
    margin-top: 2.5em;
  }
}
.p-achievements__post .btn {
  text-align: center;
}

.p-column__list {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-column__list {
    margin-bottom: 8rem;
  }
}
.p-column__list .inner {
  max-width: 1080px;
}
.p-column__list .cate_list {
  margin-bottom: 6.4rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.p-column__list .cate_list > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-column__list .cate_list {
    margin-bottom: 3rem;
  }
}
.p-column__list .cate_list li {
  width: 27rem;
  margin: 0 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 780px) {
  .p-column__list .cate_list li {
    width: auto;
  }
}
.p-column__list .cate_list li a {
  padding-bottom: 0.5em;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 0.2rem #B1B1B1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-column__list .cate_list li a {
    padding: 0.5em 1em;
  }
}
.p-column__list .cate_list li.current a {
  color: #006ECC;
  border-bottom-color: #006ECC;
  pointer-events: none;
}
.p-column__list .cate_list li:not(.current) a:hover {
  color: #01A6E3;
  border-bottom-color: #01A6E3;
}
.p-column__list .list {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 781px) {
  .p-column__list .list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-column__list .list li {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-column__list .list li {
    width: 32%;
    margin: 0 2% 5.6rem 0;
  }
  .p-column__list .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li {
    margin-bottom: 3.5rem;
  }
}
.p-column__list .list li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-column__list .list li a .img img {
    transition: filter 0.3s;
  }
  .p-column__list .list li a:hover .img img {
    filter: brightness(120%);
  }
}
.p-column__list .list li .img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.p-column__list .list li .img > img,
.p-column__list .list li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li .img {
    height: 16rem;
  }
}
.p-column__list .list li .date {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li .date {
    padding: 1.2rem 1.2rem 0 1.2rem;
    font-size: 1.2rem;
  }
}
.p-column__list .list li p {
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li p {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-column__list .list li .cate {
  padding: 0 1.6rem 1.6rem 1.6rem;
  display: block;
  letter-spacing: -0.4em;
}
.p-column__list .list li .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li .cate {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}
.p-column__list .list li .cate span {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
@media only screen and (max-width: 780px) {
  .p-column__list .list li .cate span {
    font-size: 1.5rem;
  }
}
.p-column__post {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-column__post {
    margin-bottom: 8rem;
  }
}
.p-column__post .inner {
  max-width: 1000px;
}
.p-column__post .news_headding {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-column__post .news_headding {
    margin-bottom: 3rem;
  }
}
.p-column__post .news_headding h2 {
  margin-bottom: 0.6em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .p-column__post .news_headding h2 {
    font-size: 2.2rem;
  }
}
.p-column__post .news_headding .meta {
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #B1B1B1;
  letter-spacing: -0.4em;
}
.p-column__post .news_headding .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-column__post .news_headding .meta {
    padding-bottom: 1.5rem;
  }
}
.p-column__post .news_headding .meta .cate {
  margin-right: 1em;
  letter-spacing: -0.4em;
}
.p-column__post .news_headding .meta .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-column__post .news_headding .meta .cate {
  vertical-align: 0.05em;
}
.p-column__post .news_headding .meta .cate span {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
.p-column__post .news_headding .meta .date {
  border-bottom: solid 1px #F8F8F8;
  letter-spacing: -0.4em;
}
.p-column__post .news_headding .meta .date > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-column__post .news_headding .meta .date span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-column__post .news_headding .meta .date span:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5em;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-column__post .news_headding .meta .date span.post_date:before {
  background-image: url("../img/news/post_date.png");
}
.p-column__post .news_headding .meta .date span.update_post {
  margin-left: 1em;
}
.p-column__post .news_headding .meta .date span.update_post:before {
  background-image: url("../img/news/update_post.png");
}
.p-column__post .news_headding .icatch {
  margin-top: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-column__post .news_headding .icatch {
    margin-top: 3rem;
  }
}

.p-contact__tel {
  margin-bottom: 2em;
}
.p-contact__tel .inner {
  max-width: 800px;
}
.p-contact__tel .box {
  border: solid 1px #006ECC;
}
@media only screen and (min-width: 781px) {
  .p-contact__tel .box {
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box {
    padding: 2rem;
  }
}
.p-contact__tel .box h3 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box h3 {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
.p-contact__tel .box > div {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-contact__tel .box > div .num {
    font-family: "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.054em;
    display: block;
  }
  .p-contact__tel .box > div .num:before {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.8rem;
    content: "";
    background-image: url("../img/icon_tel01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
}
.p-contact__tel .box > div a {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.054em;
  line-height: 1;
  display: block;
}
.p-contact__tel .box > div a:before {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box > div a {
    width: 31rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
    font-size: 2.8rem;
    border: solid 0.3rem #006ECC;
    border-radius: 0.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .p-contact__tel .box > div a:before {
    width: 2rem;
    height: 2rem;
    vertical-align: 0;
  }
  .p-contact__tel .box > div a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5em;
    content: "";
    background-color: #ffffff;
    background-image: url("../img/icon_arrow02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
}
.p-contact__tel .box > div .time {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #717171;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box > div .time {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}
.p-contact__mail {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail {
    margin-bottom: 8rem;
  }
}
.p-contact__mail .inner {
  max-width: 1080px;
}
.p-contact__mail h3 {
  margin-bottom: 3em;
  font-weight: 500;
  line-height: 1.68;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail h3 {
    margin-bottom: 2em;
    text-align: left;
  }
}
.p-contact__mail .form_area .input_field_area {
  margin-bottom: 6.4rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-contact__mail .form_area .input_field_area {
    padding: 7.2rem 6.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .input_field_area {
    width: 113.6%;
    margin: 0 -6.8% 3rem -6.8%;
    padding: 3rem 2rem;
  }
}
.p-contact__mail .form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .input_field_area .input_field:last-child {
    margin-bottom: 0;
  }
}
.p-contact__mail .form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 781px) {
  .p-contact__mail .form_area .input_field_area .input_field .input_label {
    font-size: 1.25em;
  }
}
.p-contact__mail .form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em 0.1em 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #006ECC;
  border: solid 1px #006ECC;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area .label {
  margin-bottom: 0.5em;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.8125em;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area .wpcf7-text.p-postal-code {
  width: 10em;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__mail .form_area .input_field_area .input_field .input_area .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 1em;
}
.p-contact__mail .form_area .privacy {
  max-width: 1000px;
  margin: 0 auto 5rem auto;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .privacy {
    margin-bottom: 2.5rem;
    padding: 2rem;
  }
}
.p-contact__mail .form_area .privacy > p {
  margin-bottom: 4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .privacy > p {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.p-contact__mail .form_area .privacy .box {
  height: 36rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .privacy .box {
    height: 20rem;
    margin-bottom: 2.5rem;
  }
}
.p-contact__mail .form_area .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.p-contact__mail .form_area .privacy .box h4 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .privacy .box h4 {
    font-size: 1.6rem;
  }
}
.p-contact__mail .form_area .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-contact__mail .form_area .privacy .check {
  text-align: right;
}
.p-contact__mail .form_area .submit {
  text-align: center;
}
.p-contact__mail .form_area .submit .btn01 {
  height: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-contact__mail .form_area .submit .btn01 {
    height: 4rem;
  }
}
.p-contact__mail .form_area .submit .btn01 input[type=submit] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact__mail .form_area .submit .btn01 input[type=submit]:disabled {
  opacity: 0.5;
  background-color: #000000;
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.colorRed {
  color: #ff0000;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}