@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #353535;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .contents_box-s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-m {
    width: 66.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-l {
    width: 87.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents_box-s,
  .contents_box-m,
  .contents_box-l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.post_list_thumbnail {
  position: relative;
  overflow: hidden;
}
.post_list_thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.single_txt a {
  text-decoration: underline;
}
.single_txt em,
.single_txt i {
  font-style: italic;
}
.single_txt strong,
.single_txt b {
  font-weight: 900;
}
.single_txt pre,
.single_txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single_txt u {
  text-decoration: underline;
}
.single_txt del {
  text-decoration: line-through;
}
.single_txt ol,
.single_txt ul {
  padding-left: 20px;
}
.single_txt ol {
  list-style: decimal;
}
.single_txt ul {
  list-style: disc;
}
.single_txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single_txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single_txt blockquote p::before {
  content: "“";
}
.single_txt blockquote p::after {
  content: "”";
}
.single_txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single_txt .table_wrapper th,
.single_txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .overlayMenu,
  .overlayMenuBtn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.flex {
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===== PC / 共通 ===== */
.ttl-section h3 {
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.ttl-section h3 .en {
  color: #005BAC;
  font-size: 2.2rem;
  font-weight: 700;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .ttl-section h3 .en {
    font-size: 1.8rem;
  }
}
/* ===== PC / 共通 ===== */
.btn_wrapper .btn {
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 90px;
  box-shadow: 0px 4px 0px 0px rgba(53, 53, 53, 0.25);
}
.btn_wrapper .btn i {
  color: #005BAC;
  font-size: 1.8rem;
}
.btn_wrapper .btn .txt {
  font-size: 1.8rem;
  font-weight: 700;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .btn_wrapper .btn .txt {
    font-size: 1.6rem;
  }
}
/* ===== PC / 共通 ===== */
.wpcf7 .wpcf7-form {
  background: #F9F9F9;
  padding: 50px;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem; /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #005BAC;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 90px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form {
    padding: 30px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 85%;
    font-size: 1.6rem;
    padding: 20px;
  }
}
/* ===== PC / 共通 ===== */
.hd {
  height: 100vh;
  background: url(../img/layout/header/hd_bg.jpg) no-repeat top center/cover;
  position: relative;
}
.hd .hd_contents {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_contents_cta {
  align-items: center;
  gap: 0 25px;
}
.hd .hd_contents .hd_contents_cta .hd_contents_cta-tel {
  align-items: center;
  gap: 0 10px;
}
.hd .hd_contents .hd_contents_cta .hd_contents_cta-tel .hd_contents_cta-tel_txt {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hd .hd_ttl_wrapper {
  width: 33.8541666667%;
  min-width: 460px;
  position: absolute;
  right: 9%;
  bottom: 80px;
}
.hd .hd_ttl_wrapper .hd_ttl_btn {
  margin: 180px 30px 0 0;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .hd {
    height: 100vh;
  }
  .hd .hd_contents {
    padding: 10px;
  }
  .hd .hd_contents .hd_contents_logo {
    width: 215px;
  }
  .hd .hd_contents .hd_contents_cta {
    display: none;
  }
  .hd .hd_ttl_wrapper {
    width: 90%;
    min-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  .hd .hd_ttl_wrapper .hd_ttl_btn {
    margin: 90px 20px 0 0;
  }
}
/* ===== PC / 共通 ===== */
.copy-right {
  background: #005BAC;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 0;
}
.copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ft_bottom-nav {
  display: none;
}

/* ================= SP ================= */
@media only screen and (max-width: 767px) {
  .copy-right {
    margin-bottom: 65px;
  }
  .ft_bottom-nav {
    width: 100%;
    height: 65px;
    background: #ffffff;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    border-top: 1px solid #e5e7eb;
  }
  .ft_bottom-nav .ft_bottom-nav_tel,
  .ft_bottom-nav .ft_bottom-nav_btn {
    width: 50%;
    height: 100%;
    text-align: center;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a span:first-child {
    color: #005BAC;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a span:last-child {
    color: #005BAC;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: -5px;
  }
  .ft_bottom-nav .ft_bottom-nav_btn a {
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    background: #005BAC;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ===== PC / 共通 ===== */
.about_sec {
  background: url(../img/section/about/about_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.about_sec .contents_box-s .about_ttl {
  margin-bottom: 35px;
}
.about_sec .contents_box-s .about_lists {
  justify-content: center;
  gap: 0 55px;
  margin-bottom: 55px;
}
.about_sec .contents_box-s .about_lists .about_list {
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 310px;
  background: #005BAC;
  border-radius: 50%;
}
.about_sec .contents_box-s .about_lists .about_list span {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}
.about_sec .contents_box-s .about_message .about_message_ttl {
  margin-bottom: 20px;
}
.about_sec .contents_box-s .about_message .about_message_ttl h4 {
  text-align: center;
}
.about_sec .contents_box-s .about_message .about_message_ttl-sub {
  margin-bottom: 15px;
}
.about_sec .contents_box-s .about_message .about_message_ttl-sub h5 {
  text-align: center;
}
.about_sec .contents_box-s .about_message .about_message_txt p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .about_sec {
    padding: 50px 0;
  }
  .about_sec .contents_box-s .about_lists {
    flex-wrap: wrap;
    gap: 5%;
    margin-bottom: 35px;
  }
  .about_sec .contents_box-s .about_lists .about_list {
    width: 150px;
    height: 150px;
  }
  .about_sec .contents_box-s .about_lists .about_list span {
    font-size: 1.5rem;
  }
  .about_sec .contents_box-s .about_message .about_message_ttl {
    margin-bottom: 10px;
  }
  .about_sec .contents_box-s .about_message .about_message_ttl-sub {
    width: 80%;
    margin: 0 auto 10px;
  }
  .about_sec .contents_box-s .about_message .about_message_txt p {
    font-size: 1.6rem;
  }
}
/* ===== PC / 共通 ===== */
.trouble_sec {
  background: url(../img/section/trouble/trouble_bg.png) no-repeat center/cover;
}
.trouble_sec .contents_box-s {
  padding: 80px 0;
}
.trouble_sec .contents_box-s .trouble_ttl {
  margin-bottom: 35px;
}
.trouble_sec .contents_box-s .trouble_ttl h3 .en {
  color: #ffffff;
}
.trouble_sec .contents_box-s .trouble_lists {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list {
  width: 340px;
  padding: 20px;
  box-sizing: border-box;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img {
  margin-bottom: 15px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .trouble_sec .contents_box-s {
    padding: 50px 0;
  }
  .trouble_sec .contents_box-s .trouble_lists {
    gap: 15px 3%;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list {
    width: 48.5%;
    padding: 0;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
    font-size: 1.6rem;
  }
}
/* ===== PC / 共通 ===== */
.reason_sec .contents_box-s {
  padding: 80px 0;
}
.reason_sec .contents_box-s .reason_ttl {
  margin-bottom: 35px;
}
.reason_sec .contents_box-s .reason_lists {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reason_sec .contents_box-s .reason_lists .reason_list {
  width: 340px;
  background: #005BAC;
  padding: 20px;
  box-sizing: border-box;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_img {
  margin-bottom: 15px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_ttl {
  margin-bottom: 15px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_ttl h4 {
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_txt p {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .reason_sec .contents_box-s {
    padding: 50px 0;
  }
  .reason_sec .contents_box-s .reason_lists .reason_list .reason_list_ttl h4 {
    font-size: 2rem;
  }
  .reason_sec .contents_box-s .reason_lists .reason_list .reason_list_txt p {
    font-size: 1.4rem;
  }
}
/* ===== PC / 共通 ===== */
.comic_sec .contents_box-s {
  padding: 100px 0;
}
.comic_sec .contents_box-s .comic_ttl {
  margin-bottom: 35px;
}
.comic_sec .contents_box-s .comic_ttl h3 {
  text-align: center;
}
.comic_sec .contents_box-s .comic_movie_lists {
  gap: 0 30px;
  margin-bottom: 50px;
}
.comic_sec .contents_box-s .comic_movie_lists .comic_movie_list {
  width: 340px;
  aspect-ratio: 9/16;
}
.comic_sec .contents_box-s .comic_movie_lists .comic_movie_list video {
  width: 100%;
  height: 100%;
}
.comic_sec .contents_box-s .comic_btn_wrapper {
  width: 400px;
  margin: 0 auto;
}
.comic_sec .contents_box-s .comic_btn_wrapper a {
  background: #005BAC;
}
@media only screen and (min-width: 768px) {
  .comic_sec .contents_box-s .comic_btn_wrapper a {
    padding: 25px 30px;
  }
}
.comic_sec .contents_box-s .comic_btn_wrapper a i {
  color: #ffffff;
}
.comic_sec .contents_box-s .comic_btn_wrapper a .txt {
  color: #ffffff;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .comic_sec .contents_box-s {
    padding: 50px 0;
  }
  .comic_sec .contents_box-s .comic_movie_lists {
    gap: 3%;
    margin-bottom: 35px;
  }
  .comic_sec .contents_box-s .comic_movie_lists .comic_movie_list {
    width: 32%;
  }
  .comic_sec .contents_box-s .comic_btn_wrapper {
    width: 85%;
  }
}
/* ===== PC / 共通 ===== */
.feature_sec .feature_lists {
  flex-direction: column;
}
.feature_sec .feature_lists .feature_list {
  padding: 100px 0;
  position: relative;
}
.feature_sec .feature_lists .feature_list .feature_list_contents {
  gap: 0 45px;
  position: relative;
  z-index: 2;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_img {
  width: 46.25%;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper {
  width: 560px;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_ttl {
  margin-bottom: 35px;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_ttl h3 {
  align-items: start;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_txt p:last-child {
  margin-bottom: 0;
}
.feature_sec .feature_lists .feature_list .feature_list_bg-img {
  width: 36.4583333333%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.feature_sec .feature_lists .feature_list:first-child {
  background: #005BAC;
}
.feature_sec .feature_lists .feature_list:first-child .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_ttl h3 .en {
  color: #ffffff;
}
.feature_sec .feature_lists .feature_list:first-child .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_txt p {
  color: #ffffff;
}
.feature_sec .feature_lists .feature_list:first-child .feature_list_bg-img {
  background: url(../img/section/feature/feature_list_bg-img-v1.jpg) no-repeat center/cover;
  left: 0;
}
.feature_sec .feature_lists .feature_list:nth-child(2) {
  background: #ffffff;
}
.feature_sec .feature_lists .feature_list:nth-child(2) .feature_list_contents {
  flex-direction: row-reverse;
  justify-content: end;
}
.feature_sec .feature_lists .feature_list:nth-child(2) .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_ttl h3 .en {
  color: #005BAC;
}
.feature_sec .feature_lists .feature_list:nth-child(2) .feature_list_bg-img {
  background: url(../img/section/feature/feature_list_bg-img-v2.jpg) no-repeat center/cover;
  right: 0;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .feature_sec .feature_lists .feature_list {
    padding: 50px 0;
  }
  .feature_sec .feature_lists .feature_list .feature_list_contents {
    flex-direction: column;
    gap: 30px 0;
    width: 80%;
  }
  .feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_img {
    width: 100%;
  }
  .feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper {
    width: 100%;
  }
  .feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_ttl {
    margin-bottom: 25px;
  }
  .feature_sec .feature_lists .feature_list .feature_list_contents .feature_list_contents_wrapper .feature_list_contents_txt p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .feature_sec .feature_lists .feature_list .feature_list_bg-img {
    width: 3%;
  }
  .feature_sec .feature_lists .feature_list:nth-child(2) .feature_list_contents {
    flex-direction: column;
  }
}
/* ===== PC / 共通 ===== */
.voice_sec {
  background: #005BAC;
}
.voice_sec .contents_box-s {
  padding: 100px 0;
}
.voice_sec .contents_box-s .voice_ttl {
  margin-bottom: 35px;
}
.voice_sec .contents_box-s .voice_ttl h3 .en {
  color: #ffffff;
}
.voice_sec .contents_box-s .voice_lists {
  gap: 30px;
}
.voice_sec .contents_box-s .voice_lists .voice_list {
  width: 340px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.voice_sec .contents_box-s .voice_lists .voice_list::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/29;
  background: url(../img/section/voice/voice_list_ic-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.voice_sec .contents_box-s .voice_lists .voice_list p {
  color: #005BAC;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .voice_sec .contents_box-s {
    padding: 50px 0;
  }
  .voice_sec .contents_box-s .voice_lists {
    flex-direction: column;
    gap: 45px 0;
  }
  .voice_sec .contents_box-s .voice_lists .voice_list {
    width: 100%;
  }
  .voice_sec .contents_box-s .voice_lists .voice_list p {
    font-size: 1.5rem;
  }
}
/* ===== PC / 共通 ===== */
.works_sec .contents_box-s {
  padding: 100px 0;
}
.works_sec .contents_box-s .works_ttl {
  margin-bottom: 35px;
}
.works_sec .contents_box-s .works_lists {
  gap: 60px;
}
.works_sec .contents_box-s .works_lists .works_list {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .works_sec .contents_box-s {
    padding: 50px 0;
  }
  .works_sec .contents_box-s .works_lists {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .works_sec .contents_box-s .works_lists .works_list {
    width: 48.5%;
  }
}
/* ===== PC / 共通 ===== */
.message_sec {
  background: url(../img/section/message/message_bg.jpg) no-repeat top center/cover;
}
.message_sec .contents_box-m {
  padding: 100px 0;
}
.message_sec .contents_box-m .message_ttl {
  margin-bottom: 50px;
}
.message_sec .contents_box-m .message_ttl h3 .en {
  color: #ffffff;
}
.message_sec .contents_box-m .message_contents {
  gap: 0 50px;
}
.message_sec .contents_box-m .message_contents .message_contents_img {
  width: 595px;
}
.message_sec .contents_box-m .message_contents .message_contents_txt {
  width: 520px;
}
.message_sec .contents_box-m .message_contents .message_contents_txt p {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 25px;
}
.message_sec .contents_box-m .message_contents .message_contents_txt p span {
  display: inline-block;
  color: #005BAC;
  font-size: 2rem;
  font-weight: 700;
  background: #ffffff;
  padding: 5px 20px 5px 45px;
  margin-bottom: 5px;
  position: relative;
}
.message_sec .contents_box-m .message_contents .message_contents_txt p span::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/18;
  background: url(../img/section/message/message_contents_txt_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.message_sec .contents_box-m .message_contents .message_contents_txt p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .message_sec .contents_box-m {
    padding: 50px 0;
  }
  .message_sec .contents_box-m .message_ttl {
    margin-bottom: 35px;
  }
  .message_sec .contents_box-m .message_contents {
    flex-direction: column-reverse;
  }
  .message_sec .contents_box-m .message_contents .message_contents_img {
    width: 100%;
  }
  .message_sec .contents_box-m .message_contents .message_contents_txt {
    width: 100%;
    margin-bottom: 35px;
  }
  .message_sec .contents_box-m .message_contents .message_contents_txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .message_sec .contents_box-m .message_contents .message_contents_txt p span {
    font-size: 1.6rem;
    padding: 5px 20px 5px 25px;
  }
  .message_sec .contents_box-m .message_contents .message_contents_txt p span::before {
    width: 10px;
    left: 10px;
  }
}
/* ===== PC / 共通 ===== */
.contact_sec .contents_box-s {
  padding: 80px 0;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 35px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .contact_sec .contents_box-s {
    padding: 50px 0;
  }
}
/* ===== PC / 共通 ===== */
.company_sec {
  background: #F9F9F9;
}
.company_sec .contents_box-s {
  padding: 80px 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl {
  width: 175px;
  margin-right: 160px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 {
  align-items: start;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper {
  width: 725px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl {
  background: #005BAC;
  padding: 8px 15px;
  margin-bottom: 25px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl h4 {
  color: #ffffff;
  font-size: 2.2rem;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
  margin-bottom: 50px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list:first-child {
  padding-top: 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
  width: 130px;
  margin-right: 90px;
  font-size: 1.6rem;
  color: #005BAC;
  font-weight: 600;
  line-height: 1.5;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
  width: 505px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd a {
  pointer-events: none;
}
.company_sec .contents_box-s .company_btn_lists {
  justify-content: center;
  gap: 0 60px;
  margin-bottom: 60px;
}
.company_sec .contents_box-s .company_btn_lists .company_btn_list {
  width: 250px;
}
.company_sec .contents_box-s .company_map {
  width: 100%;
  height: 350px;
}
.company_sec .contents_box-s .company_map iframe {
  width: 100%;
  height: 100%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .company_sec .contents_box-s {
    padding: 50px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper {
    flex-direction: column;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_ttl {
    width: 40%;
    margin: 0 0 35px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper {
    width: 100%;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl h4 {
    font-size: 2rem;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
    margin-bottom: 35px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
    padding: 20px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
    width: 25%;
    margin-right: 5%;
    font-size: 1.5rem;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
    width: 70%;
    font-size: 1.5rem;
  }
  .company_sec .contents_box-s .company_btn_lists {
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .company_sec .contents_box-s .company_btn_lists .company_btn_list {
    width: 48.5%;
  }
}
/* ===== PC / 共通 ===== */
.not_found_sec {
  padding: 80px 0;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  text-align: center;
  font-size: 3.2rem;
}
.not_found_sec .contents_box-s .not_found_txt p {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .not_found_sec {
    padding: 50px 0;
  }
  .not_found_sec .contents_box-s .not_found_ttl h3 {
    font-size: 2.4rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p {
    font-size: 1.5rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p a {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */