@charset "UTF-8";
.pc_only {
  display: none !important;
}
@media (min-width: 1280px) {
  .pc_only {
    display: block !important;
  }
}

.pc_tab_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_tab_only {
    display: none !important;
  }
}

.tab_only {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tab_only {
    display: block !important;
  }
}

.tab_sp_only {
  display: block !important;
}
@media (min-width: 1280px) {
  .tab_sp_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

.comp_btn a {
  display: inline-block;
  padding: 0.8em 2em;
  background: #478bd1;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.comp_btn a:hover {
  opacity: 0.95;
}
.comp_btn.center {
  text-align: center;
}
.comp_btn.cv a {
  background: #ff7902;
}
.comp_btn.line a {
  background: #00b900;
}
.comp_btn.sub a {
  background: #fff;
  color: #333;
}

.comp_txt_lnk a, .comp_txt_lnk > div {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.comp_txt_lnk a .ic_arrow, .comp_txt_lnk > div .ic_arrow {
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  transition: 0.2s;
}
.comp_txt_lnk a .ic_arrow svg, .comp_txt_lnk > div .ic_arrow svg {
  width: 100%;
  height: 100%;
  fill: #478bd1;
}
.comp_txt_lnk a:hover, .comp_txt_lnk > div:hover {
  opacity: 1;
}
.comp_txt_lnk a:hover .ic_arrow, .comp_txt_lnk > div:hover .ic_arrow {
  transform: translate(3px, -50%);
}
.comp_txt_lnk.center {
  text-align: center;
}
.comp_txt_lnk.ext a, .comp_txt_lnk.ext > div {
  padding-left: 0;
}
.comp_txt_lnk.ext a .ic, .comp_txt_lnk.ext > div .ic {
  margin-left: 0.5em;
  width: 0.8em;
  height: 0.8em;
}
.comp_txt_lnk.ext a .ic svg, .comp_txt_lnk.ext > div .ic svg {
  fill: #999;
}

.comp_ank_lnk ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .comp_ank_lnk ul li {
    padding: 0 1.5em 1em;
  }
}
@media (max-width: 767px) {
  .comp_ank_lnk ul li {
    padding: 0 1em 1em;
  }
}
.comp_ank_lnk ul li a {
  position: relative;
  padding-bottom: 1.3em;
  display: block;
}
.comp_ank_lnk ul li a .ic {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.comp_ank_lnk ul li a .ic svg {
  fill: #478bd1;
}

.comp_ank_lnk_sub ul {
  display: flex;
  flex-wrap: wrap;
}
.comp_ank_lnk_sub ul li {
  width: 20%;
  padding: 0 1em 1em;
}
.comp_ank_lnk_sub ul li a {
  position: relative;
  display: block;
  border-radius: 999px;
  display: block;
  padding: 0.5em 1.5em;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.comp_ank_lnk_sub ul li a .ic {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
.comp_ank_lnk_sub ul li a .ic svg {
  fill: #478bd1;
}

.comp_tl {
  line-height: 1.5;
}
.comp_tl .en {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #478bd1;
  font-weight: 500;
}
.comp_tl .col {
  color: #478bd1;
}
@media (min-width: 1280px) {
  .comp_tl .sz50 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tl .sz50 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .comp_tl .sz50 {
    font-size: 2em;
  }
}
@media (min-width: 1280px) {
  .comp_tl .sz40 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tl .sz40 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .comp_tl .sz40 {
    font-size: 1.8em;
  }
}
@media (min-width: 1280px) {
  .comp_tl .sz30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tl .sz30 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .comp_tl .sz30 {
    font-size: 1.6em;
  }
}
@media (min-width: 1280px) {
  .comp_tl .sz24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tl .sz24 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .comp_tl .sz24 {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .comp_tl .sz20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tl .sz20 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comp_tl .sz20 {
    font-size: 1.2em;
  }
}
.comp_tl.bg {
  padding: 0.6em 1em;
  background: #478bd1;
  color: #fff;
  margin: 1.5em 0;
}
.comp_tl.line {
  border-left: 5px solid #478bd1;
  padding-left: 0.8em;
  margin: 1.5em 0;
}
.comp_tl.center {
  text-align: center;
}

.comp_tbl {
  table-layout: fixed;
  border: 1px solid #ccc;
  width: 100%;
}
.comp_tbl tr {
  border-bottom: 1px solid #ccc;
}
.comp_tbl tr th, .comp_tbl tr td {
  padding: 1em;
}
.comp_tbl tr th {
  background: #f4f4f4;
  width: 30%;
  border-right: 1px solid #ccc;
}
.comp_tbl tr td {
  width: 70%;
}
.comp_tbl tr:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .comp_acc_tab_sp .acc_btn {
    position: relative;
  }
  .comp_acc_tab_sp .acc_btn::before, .comp_acc_tab_sp .acc_btn::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0.8em;
    background: #888;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .comp_acc_tab_sp .acc_btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .comp_acc_tab_sp .acc_btn.active::after {
    content: none;
  }
  .comp_acc_tab_sp .acc_menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp_acc_sp .acc_btn {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
  }
  .comp_acc_sp .acc_btn::before, .comp_acc_sp .acc_btn::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0.8em;
    background: #888;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .comp_acc_sp .acc_btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .comp_acc_sp .acc_btn.active::after {
    content: none;
  }
  .comp_acc_sp .acc_menu {
    display: none;
    padding-top: 1em;
  }
}
.comp_tab .tab_content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.comp_tab .tab_content.active {
  display: block;
  opacity: 1;
}

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(13px, 3vw, 3.3vw);
  }
}
div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

a, input {
  /* outline: none; */
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

@media print {
  html {
    *zoom: 0.65;
  }
  html body {
    *zoom: 0.65;
  }
}
/* link
------------------------------------------------ */
a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  /* Firefox */
  -webkit-transition: all 0.2s !important;
  /* Chrome&Safari */
}

a:hover {
  opacity: 0.85;
  transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  /* Firefox */
  -webkit-transition: all 0.2s !important;
  /* Chrome&Safari */
}

.op {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op a, .op img, .op input {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover, .op a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover img, .op:hover input {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

/* !Clearfix
------------------------------------------------ */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* !fs
------------------------------------------------ */
.visible-pc, .visible-ts {
  display: none !important;
}

@media (min-width: 960px) {
  .visible-pc {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .visible-ts {
    display: block !important;
  }
}
.click:hover {
  cursor: pointer;
}

/* teaser
----------------------------------------------- */
.teaser {
  padding: 40px 0;
  font-size: 50px;
  text-align: center;
  color: #4a4a4a;
  /* margin: 147px 0 0; */
}

#teaser_add_id {
  margin-top: 0;
  border-top: none;
}

@media (max-width: 767px) {
  .teaser {
    padding: 20px 0;
    font-size: 25px;
  }
}
/* contents
----------------------------------------------- */
#main {
  float: left;
  width: 1050px;
}

.columnssec #main {
  float: none;
  width: 100%;
}

#side {
  /* 一時的にサイドバー削除 */
  display: none;
  width: 240px;
}

@media (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #side {
    float: none;
    width: 100%;
  }
}
.sidebox .tit {
  font-size: 19px;
  background: #3d62ad;
  padding: 10px 0 10px 20px;
  color: #fff;
}

.sidein {
  background: #fff;
  padding: 15px 0 24px 30px;
}

.sidein li + li {
  margin: 5px 0 0;
}

.sidein li a {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #4a4a4a;
  background: url(../images/common/ico_arrow02.png) 0 center no-repeat;
}

.sidein li a:hover {
  color: #4cbee5;
  text-decoration: none;
  background: url(../images/common/ico_arrow02_on.png) 0 center no-repeat;
}

@media (max-width: 767px) {
  .sidebox .tit {
    font-size: 16px;
    padding: 10px 0 10px 10px;
  }
  .sidein {
    padding: 15px 10px;
  }
  .sidein li a {
    font-size: 14px;
  }
}
/* comtitle
----------------------------------------------- */
.hdL {
  font-size: 40px;
  text-align: center;
  line-height: 2;
}

.hdL span {
  display: block;
}

.hdM {
  font-size: 38px;
  text-align: center;
  line-height: 1.1;
}

.hdM span {
  display: block;
  font-size: 20px;
}

.hdcolor01 {
  color: #4a4a4a;
}

.hdcolor02 {
  color: #ffffff;
}

.hdcolor03 {
  color: #4cbee5;
}

.hdcolor04 {
  color: #3d62ad;
}

.hdcolor05 {
  color: #82ba48;
}

@media (max-width: 767px) {
  .hdL {
    font-size: 24px;
    line-height: 1.7;
  }
  .hdL span img {
    width: 40px;
  }
  .hdM {
    font-size: 22px;
    line-height: 1.1;
  }
  .hdM span {
    display: block;
    font-size: 14px;
  }
}
.comlink01 {
  text-align: center;
}

.comlink01 a {
  display: inline-block;
  width: 325px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #5074b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5074b8 0%, #5074b8 50%, #385ba7 50%, #207cca 50%, #385ba7 50%, #385ba7 50%, #385ba7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5074b8 0%, #5074b8 50%, #385ba7 50%, #207cca 50%, #385ba7 50%, #385ba7 50%, #385ba7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5074b8 0%, #5074b8 50%, #385ba7 50%, #207cca 50%, #385ba7 50%, #385ba7 50%, #385ba7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5074b8', endColorstr='#385ba7', GradientType=0 );
  /* IE6-9 */
  border-radius: 35px;
  position: relative;
  text-decoration: none;
}

.comlink01 a:before {
  content: "";
  position: absolute;
  background: url("../images/common/ico_link01.png") no-repeat 0 0;
  width: 9px;
  height: 13px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comlink02 {
  text-align: center;
}

.comlink02 a {
  display: inline-block;
  width: 325px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #5fc7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc7e9', endColorstr='#46b9e3', GradientType=0 );
  /* IE6-9 */
  border-radius: 35px;
  position: relative;
  text-decoration: none;
}

.comlink02 a:before {
  content: "";
  position: absolute;
  background: url("../images/common/ico_link01.png") no-repeat 0 0;
  width: 9px;
  height: 13px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comlink03 {
  text-align: center;
}

.comlink03 a {
  display: inline-block;
  width: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #5fc7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5fc7e9 0%, #5fc7e9 50%, #46b9e3 50%, #46b9e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc7e9', endColorstr='#46b9e3', GradientType=0 );
  /* IE6-9 */
  border-radius: 35px;
  position: relative;
  text-decoration: none;
}

.comlink03 a:before {
  content: "";
  position: absolute;
  background: url("../images/common/ico_link01.png") no-repeat 0 0;
  width: 9px;
  height: 13px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comlink_text_link {
  width: 325px;
  margin: 10px auto 0;
  text-align: right;
  padding-right: 15px;
}

.comlink_text_link a {
  color: #385ba7;
  text-decoration: underline;
}

.comlink_text_link2 {
  width: 325px;
  margin: 10px auto 0;
  text-align: right;
  padding-right: 15px;
}

.comlink_text_link2 a {
  color: #4cbee5;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .comlink01 a {
    width: 250px;
    padding: 10px 0;
    font-size: 13px;
    border-radius: 35px;
    position: relative;
    text-decoration: none;
  }
  .comlink01 a:before {
    background: url("../images/common/ico_link01.png") no-repeat 0 0;
    right: 30px;
  }
  .comlink02, .comlink03 {
    text-align: center;
  }
  .comlink02 a, .comlink03 a {
    width: 250px;
    padding: 10px 0;
    font-size: 13px;
    border-radius: 35px;
    position: relative;
    text-decoration: none;
  }
  .comlink02 a:before, .comlink03 a:before {
    background: url("../images/common/ico_link01.png") no-repeat 0 0;
    right: 30px;
  }
  .comlink_text_link {
    width: auto;
  }
  .comlink_text_link a {
    font-size: 13px;
  }
  .comlink_text_link2 {
    width: 250px;
    padding-right: 5px;
    margin: 5px auto 0;
  }
  .comlink_text_link2 a {
    font-size: 13px;
  }
}
.combox {
  padding: 100px 0;
}

.combox ul {
  margin: 0 0 0 -25px;
}

.combox ul li {
  float: left;
  width: 33.33%;
  padding: 0 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.combox .tit .linkicon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.combox .tit a {
  font-size: 24px;
  color: #3d62ad;
  vertical-align: top;
}

.combox .tit a:hover {
  text-decoration: none;
}

.combox .txt {
  margin: 16px 0 0 0;
  font-size: 15px;
  color: #4a4a4a;
}

.combox .txt01 {
  margin: 10px 0 0 0;
  padding: 0 30px 0 0;
}

.comboxin {
  padding: 20px 0 5px 50px;
  border: 1px solid #3d62ad;
  border-bottom: 6px solid #3d62ad;
  position: relative;
  transition: all 0.5s;
}

.comboxin:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.comboxin:before {
  content: "";
  position: absolute;
  background: url("../images/common/ico_link02.png") no-repeat 0 0;
  width: 13px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

@media (max-width: 767px) {
  .combox {
    padding: 0 0 20px 0;
  }
  .combox ul {
    margin: 0;
  }
  .combox ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .combox .tit {
    font-size: 20px;
  }
  .combox .tit img {
    margin: 0 10px 0 0;
  }
  .combox .txt {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  .comboxin {
    padding: 10px 0 10px 25px;
    border-bottom: 4px solid #3d62ad;
  }
}
/*-----------------------------------------------
ページング
----------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #478bd1;
  display: inline-block;
}
@media (min-width: 1280px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.2em;
  }
}
.wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .extend {
  margin: 0 1.3em;
}
.wp-pagenavi .extend {
  vertical-align: 5px;
}
.wp-pagenavi .current {
  background: #478bd1;
  color: #fff;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.wp-pagenavi .ic {
  width: 1.4rem;
  height: 1.4rem;
}

/*-----------------------------------------------
comm_pagetop
----------------------------------------------- */
.comm_pagetop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.comm_pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.comm_pagetop .ic {
  transform: scaleY(-1);
  width: 1.3em;
  height: 1.3em;
}
.comm_pagetop.fix {
  opacity: 1;
  visibility: visible;
}

/* other
----------------------------------------------- */
/* dEmailのクラスが付与されていると、内部的にinline-blockが付与されるため */
.eac-input-wrap {
  display: block !important;
}

* {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.max_w_l, .max_w_m, .max_w_s {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .max_w_l, .max_w_m, .max_w_s {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .max_w_l, .max_w_m, .max_w_s {
    width: 86%;
  }
}

.max_w_l {
  max-width: 1600px;
}

.max_w_m {
  max-width: 1300px;
}

.max_w_s {
  max-width: 1000px;
}

.box_tel {
  line-height: 1;
}
.box_tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_tel .tel > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .box_tel .tel > a {
    pointer-events: none;
  }
}
.box_tel .tel span {
  display: inline-block;
}
.box_tel .tel span.ic {
  width: clamp(2em, 3vw, 2.4em);
  height: clamp(2em, 3vw, 2.4em);
  margin-right: 0.3em;
}
.box_tel .tel span.ic svg {
  fill: #478bd1;
}
.box_tel .tel span.num {
  font-size: clamp(24px, 2.4vw, 30px);
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
.box_tel .time {
  text-align: center;
}

.ic {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -3px;
}
.ic svg {
  width: 100%;
  height: 100%;
  fill: #478bd1;
}

.list_star {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.list_star .list_star_c {
  padding: 0 0.5em 0.5em;
}
.list_star .list_star_c img {
  width: 100%;
}

.fix_menu_sp {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 800;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fix_menu_sp .wrp {
  display: grid;
  grid-template-columns: 3fr repeat(2, 1fr);
}
.fix_menu_sp .wrp .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.5em;
  position: relative;
  color: #fff;
  z-index: 1;
  height: 100%;
  line-height: 1;
  font-size: clamp(16px, 4.2vw, 20px);
}
.fix_menu_sp .wrp .btns a .ic svg {
  fill: #fff;
}
.fix_menu_sp .wrp .btns.cv a {
  background: #ff7902;
}
.fix_menu_sp .wrp .btns.cv a .ic {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
}
.fix_menu_sp .wrp .btns.tel a {
  background: #2c8ccf;
}
.fix_menu_sp .wrp .btns.tel a .ic {
  width: 1.6em;
  height: 1.6em;
}
.fix_menu_sp .wrp .btns.line a {
  background: #fff;
}
.fix_menu_sp .wrp .btns.line a img {
  width: 55%;
}

.fix_menu_sp.show {
  opacity: 1;
  pointer-events: auto;
}

html.fixed {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

.comm_info_important {
  transition: 0.5s;
  opacity: 1;
  height: auto;
}
.comm_info_important .box_info {
  background: #478bd1;
  color: #fff;
  padding: 0.8em 1.3em;
}
.comm_info_important .box_info .ic svg {
  fill: #fff;
}
.comm_info_important .box_info a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}
@media (max-width: 767px) {
  .comm_info_important .box_info a {
    font-size: 0.9em;
  }
}
.comm_info_important .box_info:first-of-type {
  border-bottom: 1px solid #fff;
}

.topwrapper .txt_h1 {
  font-size: 10px;
  color: #666;
  padding: 1em 1em 0;
}

@media (min-width: 1280px) {
  .header_wrapper {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header_wrapper {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header_wrapper {
    height: 16vw;
  }
}

.comm_header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 1em;
}
@media (min-width: 1280px) {
  .comm_header {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_header {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .comm_header {
    height: 16vw;
  }
}
.comm_header .box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.comm_header .box_header .box_left {
  display: flex;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .comm_header .box_header .box_left {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .comm_header .box_header .box_left .box_logo {
    max-width: 32vw;
  }
}
.comm_header .box_header .box_left .box_logo a {
  display: block;
}
@media (min-width: 1400px) {
  .comm_header .box_header .box_left .nav_wrp {
    display: block;
  }
}
@media (max-width: 1399px) {
  .comm_header .box_header .box_left .nav_wrp {
    display: none;
  }
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner {
  display: flex;
}
@media (min-width: 1400px) {
  .comm_header .box_header .box_left .nav_wrp .nav_wrp_inner {
    margin-left: 0.8em;
  }
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c {
  margin: 0 1em;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c > a {
  display: inline-block;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c .acc_btn {
  cursor: pointer;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c > a, .comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c .acc_btn {
  position: relative;
  padding: 0.5em 0 1em;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c > a::before, .comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c .acc_btn::before {
  content: "";
  position: absolute;
  bottom: 0.6em;
  left: 0;
  height: 3px;
  width: 0;
  background: #478bd1;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c > a:hover::before, .comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c .acc_btn:hover::before {
  width: 100%;
  transition: 0.3s;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc {
  position: relative;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc .acc_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 220px;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc .acc_menu .nav_list .nav_list_c {
  border-bottom: 1px solid #ccc;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc .acc_menu .nav_list .nav_list_c a {
  display: block;
  padding: 0.8em 1.5em;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc .acc_menu .nav_list .nav_list_c:last-of-type {
  border-bottom: none;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc:hover .acc_btn::before {
  width: 100%;
  transition: 0.3s;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.acc:hover .acc_menu {
  display: block;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.ext a {
  padding-right: 1.3em;
  position: relative;
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.ext a .ic {
  width: 0.8em;
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-50%);
}
.comm_header .box_header .box_left .nav_wrp .nav_wrp_inner .nav_wrp_inner_c.ext a .ic svg {
  fill: #666;
}
@media (min-width: 1400px) {
  .comm_header .box_header .box_right .box_contact {
    display: block;
  }
}
@media (max-width: 1399px) {
  .comm_header .box_header .box_right .box_contact {
    display: none;
  }
}
.comm_header .box_header .box_right .box_contact > div {
  display: flex;
}
.comm_header .box_header .box_right .box_contact .box_tel {
  margin-right: 1.5em;
}
@media (min-width: 1400px) {
  .comm_header .box_header .box_right .box_nav_sp {
    display: none;
  }
}
@media (max-width: 1399px) {
  .comm_header .box_header .box_right .box_nav_sp {
    display: block;
  }
}
.comm_header .box_header .box_right .box_nav_sp .wrp {
  display: flex;
  align-items: center;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .comp_btn a {
  padding: 0.5em 1em;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu {
  position: relative;
  z-index: 1;
  width: clamp(30px, 13vw, 60px);
  height: clamp(20px, 10vw, 50px);
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu span {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 2px;
  background: #478bd1;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu span:nth-of-type(1) {
  top: 30%;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu span:nth-of-type(2) {
  top: 50%;
  opacity: 1;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu span:nth-of-type(3) {
  top: 70%;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu.active span {
  top: 50%;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu.active span:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}
.comm_header .box_header .box_right .box_nav_sp .wrp .btn_menu.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js_fix {
  position: fixed;
  top: -90px;
  transition: top 0.5s;
  width: 100%;
  z-index: 999;
}
.js_fix.fixed {
  top: 0;
}

.modal_menu_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1330px) {
  .modal_menu_sp {
    display: none;
  }
}
@media (max-width: 1329px) {
  .modal_menu_sp {
    display: block;
  }
}
.modal_menu_sp .wrp {
  overflow-y: scroll;
  height: 100%;
  background: #fff;
  padding: 2em 2.5em 4em;
}
.modal_menu_sp .wrp .logo_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.modal_menu_sp .wrp .logo_area .box_logo {
  width: 35%;
}
.modal_menu_sp .wrp .logo_area .ic {
  width: 2em;
  height: 2em;
}
.modal_menu_sp .wrp .logo_area .ic svg {
  fill: #478bd1;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  .modal_menu_sp .wrp .nav_wrp {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) and (max-width: 1329px) {
  .modal_menu_sp .wrp .nav_wrp .nav_main {
    width: 50%;
  }
}
.modal_menu_sp .wrp .nav_wrp .nav_main .nav_main_c a {
  display: block;
  padding: 0.5em 0;
  font-size: 1.1em;
}
.modal_menu_sp .wrp .nav_wrp .nav_main .nav_main_c.nolnk {
  color: #478bd1;
}
.modal_menu_sp .wrp .nav_wrp .nav_main .nav_main_c.dot {
  padding-left: 1em;
  position: relative;
}
.modal_menu_sp .wrp .nav_wrp .nav_main .nav_main_c.dot::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background: #478bd1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal_menu_sp .wrp .nav_wrp .nav_main:nth-of-type(-n + 2) {
  margin-bottom: 1.5em;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  .modal_menu_sp .wrp .nav_wrp .nav_sub {
    width: 100%;
  }
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c {
  width: 33.3333333333%;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c a {
  display: block;
  text-align: center;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c a span {
  display: inline-block;
  width: 100%;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c a span.ic {
  width: 1.8em;
  height: 1.8em;
  margin-bottom: 0.4em;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c a span.ic svg {
  fill: #478bd1;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c a span.t {
  font-size: 0.9em;
}
.modal_menu_sp .wrp .nav_wrp .nav_sub .nav_sub_c:nth-of-type(2) {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.modal_menu_sp .wrp .box_con {
  margin-top: 4em;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 2.5em 3em;
}
.modal_menu_sp .wrp .box_con .list {
  margin: 1.5em 0 2em;
  text-align: center;
}
.modal_menu_sp .wrp .box_con .list li {
  padding-left: 1.5em;
  position: relative;
  display: inline-block;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  .modal_menu_sp .wrp .box_con .list li:last-of-type {
    margin-left: 1.5em;
  }
}
.modal_menu_sp .wrp .box_con .list li .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal_menu_sp .wrp .box_con .comp_btn {
  margin-bottom: 1.2em;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  .modal_menu_sp .wrp .box_con .comp_btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal_menu_sp .wrp .box_con .comp_btn a {
  width: 100%;
}

.modal_menu_sp.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.comm_search {
  background: #f4f4f4;
  border-radius: 1.5em;
}
@media (min-width: 1280px) {
  .comm_search {
    margin-top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_search {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .comm_search {
    margin-top: 3.5em;
  }
}
@media (min-width: 768px) {
  .comm_search {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .comm_search {
    padding: 3em 0;
  }
}
@media (min-width: 768px) {
  .comm_search .comp_tl {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .comm_search .comp_tl {
    margin-bottom: 1.5em;
  }
}
.comm_search .box_inner .tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.comm_search .box_inner .tab_list li {
  border-bottom: 3px solid #ccc;
}
@media (min-width: 1280px) {
  .comm_search .box_inner .tab_list li {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_search .box_inner .tab_list li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .tab_list li {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .comm_search .box_inner .tab_list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .tab_list li {
    width: 49%;
  }
}
.comm_search .box_inner .tab_list li .ic {
  width: 4em;
  height: 4em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .comm_search .box_inner .tab_list li .ic {
    width: 3em;
    height: 2.5em;
  }
}
.comm_search .box_inner .tab_list .tab_list_c {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .comm_search .box_inner .tab_list .tab_list_c {
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .tab_list .tab_list_c {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .comm_search .box_inner .tab_list .tab_list_c {
    justify-content: center;
  }
}
.comm_search .box_inner .tab_list .tab_list_c:hover {
  box-shadow: none;
}
.comm_search .box_inner .tab_list .tab_list_c.active {
  pointer-events: none;
  border-bottom: 3px solid #478bd1;
}
.comm_search .box_inner .tab_list .no_tab_list_c a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .comm_search .box_inner .tab_list .no_tab_list_c a {
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .tab_list .no_tab_list_c a {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .comm_search .box_inner .tab_list .no_tab_list_c a {
    justify-content: center;
  }
}
.comm_search .box_inner .panel_list_c {
  display: none;
  transition: 0.2s;
}
.comm_search .box_inner .panel_list_c > .txt {
  text-align: center;
}
.comm_search .box_inner .panel_list_c .sub_tab_list_scrollwrp {
  margin-top: 1em;
}
.comm_search .box_inner .panel_list_c .sub_tab_list_scrollwrp .sub_tab_list {
  width: 100%;
  display: flex;
}
.comm_search .box_inner .panel_list_c .sub_tab_list_scrollwrp .sub_tab_list .sub_tab_list_c {
  text-align: center;
  padding: 1em 0;
  border-bottom: 6px solid #ccc;
  cursor: pointer;
  opacity: 0.7;
  width: 48%;
}
.comm_search .box_inner .panel_list_c .sub_tab_list_scrollwrp .sub_tab_list .sub_tab_list_c.active {
  border-bottom: 6px solid #478bd1;
  opacity: 1;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c {
  display: none;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner {
    justify-content: space-between;
  }
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .comp_btn {
  padding: 0 0.5% 1%;
}
@media (min-width: 768px) {
  .comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos {
    width: 49.5%;
  }
}
@media (min-width: 768px) {
  .comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos {
    padding: 0 0.5% 1%;
  }
}
@media (max-width: 767px) {
  .comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos {
    padding: 0 0 1%;
  }
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos a {
  display: block;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos a img {
  width: 100%;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .logos.noimg a {
  display: flex;
  border: 1px solid #ccc;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .panel li a {
  display: block;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .panel li a img {
  width: 100%;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c .sub_panel_list_c_inner .panel li:last-of-type {
  margin-bottom: 0;
}
.comm_search .box_inner .panel_list_c .sub_panel_list .sub_panel_list_c.active {
  display: block;
}
.comm_search .box_inner .panel_list_c .comp_txt_lnk {
  text-align: right;
}
.comm_search .box_inner .panel_list_c.active {
  display: block;
}

.comm_footer {
  padding-bottom: 1em;
}
@media (min-width: 1280px) {
  .comm_footer {
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .comm_footer {
    margin-top: 4em;
  }
}
.comm_footer .comm_contact {
  width: 100%;
}
.comm_footer .wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .comm_footer .wrp {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer .wrp {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .comm_footer .wrp {
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .comm_footer .wrp .logo_area {
    width: 350px;
  }
}
@media (max-width: 1279px) {
  .comm_footer .wrp .logo_area {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer .wrp .logo_area .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .comm_footer .wrp .logo_area .logo {
    width: 46%;
    margin: 0 auto 1em;
  }
}
.comm_footer .wrp .logo_area .logo a {
  display: block;
}
.comm_footer .wrp .logo_area .sns_list {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .comm_footer .wrp .logo_area .sns_list {
    margin-top: 1em;
  }
}
@media (max-width: 1279px) {
  .comm_footer .wrp .logo_area .sns_list {
    justify-content: center;
  }
}
.comm_footer .wrp .logo_area .sns_list .sns_list_c {
  margin: 0 0.7em;
  width: 1.2em;
  height: 1.2em;
}
.comm_footer .wrp .logo_area .sns_list .sns_list_c a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.comm_footer .wrp .logo_area .sns_list .sns_list_c:first-of-type {
  margin: 0 0.3em 0 0;
  width: 2.2em;
  height: 2.2em;
}
@media (min-width: 1280px) {
  .comm_footer .wrp .sitemap_area {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer .wrp .sitemap_area {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .comm_footer .wrp .sitemap_area {
    margin-top: 2em;
  }
}
@media (min-width: 1280px) {
  .comm_footer .wrp .sitemap_area {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1279px) {
  .comm_footer .wrp .sitemap_area {
    width: 100%;
  }
}
.comm_footer .wrp .sitemap_area > ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .comm_footer .wrp .sitemap_area > ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .comm_footer .wrp .sitemap_area > ul > li {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer .wrp .sitemap_area > ul > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .comm_footer .wrp .sitemap_area > ul > li {
    width: 100%;
  }
}
.comm_footer .wrp .sitemap_area > ul > li .acc_btn {
  color: #478bd1;
}
@media (min-width: 768px) {
  .comm_footer .wrp .sitemap_area > ul > li .acc_btn {
    margin-bottom: 0.8em;
  }
}
.comm_footer .wrp .sitemap_area > ul > li > ul > li:nth-of-type(n + 2) {
  margin-top: 0.5em;
}
.comm_footer .wrp .sitemap_area > ul > li > ul > li.sub {
  margin-top: 1.5em;
}
.comm_footer .wrp .sitemap_area > ul > li > ul > li.sub li {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.comm_footer .wrp .sitemap_area > ul > li > ul > li.sub li a {
  display: inline-block;
  color: #666;
}
@media (min-width: 1280px) {
  .comm_footer .wrp .sitemap_area > ul > li:nth-of-type(n + 2) {
    margin-left: 2em;
  }
}
@media (max-width: 767px) {
  .comm_footer .wrp .sitemap_area > ul > li:last-of-type {
    margin-top: 1.5em;
  }
}
.comm_footer .copyright {
  color: #999;
  font-size: 80%;
}
@media (min-width: 1280px) {
  .comm_footer .copyright {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_footer .copyright {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .comm_footer .copyright {
    margin-top: 3em;
  }
}

.comm_contact {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1280px) {
  .comm_contact {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_contact {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .comm_contact {
    border-radius: 1em;
  }
}
@media (min-width: 768px) {
  .comm_contact {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .comm_contact {
    padding: 3.5em 2em;
  }
}
@media (min-width: 1280px) {
  .comm_contact {
    justify-content: space-evenly;
  }
}
@media (max-width: 1279px) {
  .comm_contact {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .comm_contact .box_txt {
    width: 27%;
  }
}
@media (max-width: 1279px) {
  .comm_contact .box_txt {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .comm_contact .box_txt {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .comm_contact .box_txt .list {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_contact .box_txt .list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comm_contact .box_txt .list {
    margin-top: 1.5em;
  }
}
.comm_contact .box_txt .list .list_c {
  padding-left: 2em;
  position: relative;
}
@media (min-width: 1280px) {
  .comm_contact .box_txt .list .list_c {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_contact .box_txt .list .list_c {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comm_contact .box_txt .list .list_c {
    font-size: 1.1em;
  }
}
@media (max-width: 1279px) {
  .comm_contact .box_txt .list .list_c {
    display: inline-block;
  }
}
.comm_contact .box_txt .list .list_c .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_contact .box_txt .list .list_c:last-of-type {
    margin-left: 1.5em;
  }
}
.comm_contact .how_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .comm_contact .how_list {
    width: 70%;
  }
}
@media (max-width: 1279px) {
  .comm_contact .how_list {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .comm_contact .how_list {
    max-width: 890px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_contact .how_list {
    margin-top: 0;
  }
}
.comm_contact .how_list .how_list_c {
  text-align: center;
}
@media (min-width: 768px) {
  .comm_contact .how_list .how_list_c {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .comm_contact .how_list .how_list_c {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comm_contact .how_list .how_list_c {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .comm_contact .how_list .how_list_c:nth-child(-n+2) {
    margin-bottom: 2em;
  }
}
.comm_contact .how_list .how_list_c .img {
  margin-bottom: -1.7em;
}
@media (max-width: 767px) {
  .comm_contact .how_list .how_list_c .img img {
    width: 80%;
  }
}
.comm_contact .how_list .how_list_c .box_tel {
  line-height: 1.3;
}
.comm_contact .how_list .how_list_c .box_tel .num {
  font-size: clamp(30px, 2.5vw, 36px);
}
.comm_contact .how_list .how_list_c .comp_btn a {
  width: 80%;
}

.comm_pagetitle {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .comm_pagetitle {
    width: 98%;
  }
}
@media (max-width: 1279px) {
  .comm_pagetitle {
    width: 90%;
  }
}
.comm_pagetitle > div {
  background: #d7effc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .comm_pagetitle > div {
    border-radius: 20px;
  }
}
@media (max-width: 1279px) {
  .comm_pagetitle > div {
    border-radius: 1em;
  }
}
@media (min-width: 1280px) {
  .comm_pagetitle > div .comp_tl {
    width: 45%;
  }
}
@media (max-width: 1279px) {
  .comm_pagetitle > div .comp_tl {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .comm_pagetitle > div .comp_tl {
    padding: 0 0 0 6%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_pagetitle > div .comp_tl {
    padding: 3em 0 0 3.5em;
  }
}
@media (max-width: 767px) {
  .comm_pagetitle > div .comp_tl {
    padding: 2em 0 0 2em;
  }
}
@media (min-width: 1280px) {
  .comm_pagetitle > div .img {
    width: 55%;
  }
}
@media (max-width: 1279px) {
  .comm_pagetitle > div .img {
    width: 100%;
  }
}
.comm_pagetitle > div .img img {
  width: 100%;
}
.comm_pagetitle.noimg > div .comp_tl {
  width: 100%;
}
@media (min-width: 1280px) {
  .comm_pagetitle.noimg > div .comp_tl {
    padding: 6%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_pagetitle.noimg > div .comp_tl {
    padding: 3.5em;
  }
}
@media (max-width: 767px) {
  .comm_pagetitle.noimg > div .comp_tl {
    padding: 2em;
  }
}

.comm_breadcrumb {
  margin: 1em auto 0;
  font-size: 90%;
}
@media (min-width: 1280px) {
  .comm_breadcrumb {
    width: 98%;
  }
}
@media (max-width: 1279px) {
  .comm_breadcrumb {
    width: 90%;
  }
}
@media (min-width: 1280px) {
  .comm_breadcrumb {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_breadcrumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .comm_breadcrumb {
    margin-bottom: 2em;
  }
}
.comm_breadcrumb nav a {
  text-decoration: underline;
}

@media (min-width: 1280px) {
  .comm_intro {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_intro {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comm_intro {
    margin-top: 3em;
  }
}
.comm_intro .txt {
  text-align: center;
}
@media (min-width: 1280px) {
  .comm_intro .txt {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_intro .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comm_intro .txt {
    font-size: 1.1em;
  }
}
.comm_intro .txt .col {
  color: #478bd1;
}
@media (min-width: 1280px) {
  .comm_intro .comp_ank_lnk {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comm_intro .comp_ank_lnk {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comm_intro .comp_ank_lnk {
    margin-top: 2.5em;
  }
}

/*# sourceMappingURL=common_new.css.map */
