/*!
Theme Name:  NINE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .class {
    background-image: url(image-2x.png);
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
  font-style: normal;
  zoom: 1;
  font-weight: normal;
}
a {
  display: block;
}
html {
  width: 100%;
  height: 100%;
}
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: Regular;
  color: #232323;
  cursor: auto;
}
@media screen and (max-width: 499px), print {
  body {
    font-size: 16px;
  }
}
.body-in {
  position: relative;
}
@font-face {
  src: url("font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("font/Oswald-Medium.woff") format("woff");
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("font/Poppins-Bold.woff") format("woff");
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("font/Poppins-Medium.woff") format("woff");
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.wid100 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
}
.main1280 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.main1280_b {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 1380px) {
  .main1280,
  .main1280_b {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 980px) {
  .main1280,
  .main1280_b {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main1280,
  .main1280_b {
    padding: 0 20px;
  }
}
@media screen and (max-width: 499px) {
  .main1280,
  .main1280_b {
    padding: 0 15px;
  }
}

.main980 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .main980 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main980 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 499px) {
  .main980 {
    padding: 0 15px;
  }
}

.cent {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
}
.forpc {
  display: block;
}
.forsp {
  display: none;
}
@media screen and (max-width: 768px), print {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
}

.menuBox {
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  backdrop-filter: blur(3px);
}
.menuBox::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #005980;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.menuBoxbg {
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  position: fixed;
  background: rgba(2, 45, 78, 0.8);
  mix-blend-mode: multiply;
  top: 0px;
  left: 0px;
  z-index: 89;
}
@media screen and (max-width: 768px), print {
  .menuBox {
    height: 65px;
  }
  .menuBoxbg {
    height: 65px;
  }
}
.logoBox {
  box-sizing: border-box;
  width: 223px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 30px;
  opacity: 1;
  transition: 0.3s;
  z-index: 92;
  mix-blend-mode: normal;
}
.logoBox_foot {
  box-sizing: border-box;
  width: 223px;
  transition: 0.3s;
  z-index: 92;
  mix-blend-mode: normal;
}
.logoBox img,
.logoBox_foot img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .logoBox {
    width: 186px;
    height: 50px;
    top: 12.5px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .logoBox {
    width: 186px;
    height: 50px;
    top: 5px;
  }
  .logoBox_foot {
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .logoBox {
    width: 130px;
    height: 35px;
    top: 10px;
  }
}

ul.menu_pc {
  width: calc(100% - 260px);
  flex-basis: calc(100% - 260px);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-left: 260px;
  padding-right: 20px;
}
ul.menu_pc li {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 10px;
  line-height: 80px;
  transition: 0.3s;
  margin: 0;
  white-space: nowrap;
}
ul.menu_pc li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: 0.3s;
  z-index: -1;
}
ul.menu_pc li a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
ul.menu_pc li:hover a,
ul.menu_pc li:hover {
  color: #232323 !important;
}
@media screen and (max-width: 1280px) {
  .menu_box {
    height: 60px;
  }
  ul.menu_pc li {
    font-size: 1.4vw;
    padding: 0 0.7vw;
  }
}
@media screen and (max-width: 1024px) {
  ul.menu_pc {
    width: calc(100% - 206px);
    flex-basis: calc(100% - 206px);
    margin-left: 206px;
    padding: 0;
  }
  ul.menu_pc li {
    font-size: 1.5vw;
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .menu_box {
    height: 60px;
  }
  ul.menu_pc {
    display: none;
  }
}

ul.menu_pc li:hover::after {
  transform: scaleY(1);
}
ul.menu_pc li:hover a {
  color: #232323;
}

.sp_menu {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  display: none;
  transition: 0.5s;
}
.sp_tel {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 5px;
  right: 60px;
  z-index: 99;
  background: transparent;
  display: none;
  transition: 0.5s;
  padding: 7px;
}
.sp_mail {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 5px;
  right: 120px;
  z-index: 99;
  background: transparent;
  display: none;
  transition: 0.5s;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .sp_menu,
  .sp_tel,
  .sp_mail {
    display: block;
  }
}

.sp_menu1 {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 10px;
}
.sp_menu2 {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 28.5px;
  left: 10px;
}
.sp_menu3 {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 43px;
  left: 10px;
}
.sp_menu1,
.sp_menu2,
.sp_menu3 {
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; /* opera */
  -moz-transition: all 0.2s ease-out; /* firefox */
  -webkit-transition: all 0.2s ease-out; /* chrome, safari */
  -ms-transition: all 0.2s ease-out; /* ie */
  background: #fff;
  border-radius: 3px;
}
.menuclick1 {
  width: 45px;
  top: 28px;
  left: 10px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menuclick2 {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menuclick3 {
  width: 45px;
  top: 28px;
  left: 10px;
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.menuBoxoff {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  display: block;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 89;
  top: 0px;
  padding: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(2, 45, 78, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.menusBox,
.menusBox2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 50px;
}
.about_sp,
.about_sp2 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  font-size: 36px;
  line-height: 2;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.about_down {
  position: relative;
}
.about_down::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #005980;
  border-right: 3px solid #005980;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 9;
}
.about_down::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.about_down.open::before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 768px) {
  .about_sp,
  .about_sp2 {
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .menusBox,
  .menusBox2 {
    padding: 80px 30px 30px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menusBox2 {
    padding: 30px 30px 50px 30px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 499px) {
  .about_sp,
  .about_sp2 {
    font-size: 6vw;
    padding: 10px 0;
  }
  .menusBox,
  .menusBox2 {
    padding: 80px 15px 20px 15px;
  }
  .menusBox2 {
    padding: 20px 15px 50px 15px;
  }
}

.about_sp a,
.about_sp2 a {
  color: #fff;
  text-decoration: none;
}

.spmenu_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.spmenu_btn {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  font-size: 4.5vw;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #153370;
  background: #153370;
  padding: 15px 0;
  font-weight: 600;
}

.spmenu_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.menuBoxoff ul.spmenu2 {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.menuBoxoff ul.spmenu2 li {
  width: 50%;
  flex-basis: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #153370;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.menuBoxoff ul.spmenu2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background: #153370;
  border-radius: 10px;
  transform: translateY(-50%);
}
.menuBoxoff ul.spmenu2 li a {
  color: #153370;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 499px) {
  .menuBoxoff ul.spmenu2 li {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 399px) {
  .menuBoxoff ul.spmenu2 li {
    font-size: 4vw;
  }
}

.dropdown_box {
  width: max-content;
  position: absolute;
  top: 80px;
  margin: 0 auto;
  z-index: 51;
  transform: scaleY(0);
  transform-origin: center top;
  transition: 0.3s;
  padding: 15px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dropdown_inner {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 15px 10px;
  position: relative;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
ul.dropdown_inner_inner,
ul.dropdown_inner_inner2 {
  width: 160px;
  flex-basis: 160px;
  position: relative;
  float: left;
}
.dropdown_inner::after,
.dropdown_inner2::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.dropdown_inner_inner2 li,
ul.dropdown_inner_inner li,
ul.dropdown_inner li {
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  padding: 3px 6px;
}
ul.dropdown_inner_inner2 li::after,
ul.dropdown_inner_inner li::after,
ul.dropdown_inner li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #005980;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s;
  z-index: -1;
}
ul.dropdown_inner_inner2 li span,
ul.dropdown_inner_inner li span,
ul.dropdown_inner li span {
  width: 100% !important;
  flex-basis: 100% !important;
  text-align: left !important;
  color: #232323 !important;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.6;
}
ul.dropdown_inner li span span {
  font-size: 14px;
  color: #7990a4 !important;
  padding-right: 7px;
}
ul.dropdown_inner_inner2 li:last-child,
ul.dropdown_inner_inner li:last-child,
ul.dropdown_inner li:last-child {
  margin-bottom: 0px;
}
ul.dropdown_inner_inner li.drop_title,
ul.dropdown_inner_inner2 li.drop_title2 {
  background: #fff;
}
ul.dropdown_inner_inner li.drop_title::after,
ul.dropdown_inner_inner2 li.drop_title2::after {
  display: none;
}
ul.dropdown_inner_inner li.drop_title span,
ul.dropdown_inner_inner2 li.drop_title2 span {
  width: auto;
  flex-basis: auto;
  color: #005980 !important;
  border-bottom: 2px solid #005980;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  line-height: 1.6;
  padding: 3px 6px;
}
@media (hover: hover) {
  ul.menu_pc li:hover::after {
    transform: scaleY(1);
  }
  ul.menu_pc li:hover .dropdown_box::after {
    transform: scaleY(1);
  }
  ul.menu_pc li:hover .dropdown_box {
    transform: scaleY(1);
  }
  ul.menu_pc li:hover span,
  ul.menu_pc li:hover a {
    color: #fff;
  }
  ul.menu_pc li:hover::after {
    width: 100%;
  }

  ul.dropdown_inner_inner2 li:hover span,
  ul.dropdown_inner_inner2 li:hover a,
  ul.dropdown_inner_inner li:hover span,
  ul.dropdown_inner_inner li:hover a,
  ul.dropdown_inner li:hover span,
  ul.dropdown_inner li:hover a {
    color: #fff !important;
  }
  ul.dropdown_inner_inner li.drop_title:hover span {
    color: #005980 !important;
  }
  ul.dropdown_inner_inner2 li.drop_title2:hover span {
    color: #005980 !important;
  }
}

.ac-parent {
  position: relative;
}
/* 初期状態でサブメニューを非表示 */
.about_sp .submenu {
  margin-top: 10px;
  padding: 10px;
  font-size: 0.8em;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.submenu li {
  line-height: 1.6;
  position: relative;
  padding: 5px 0;
}
/* 表示状態 */
.about_sp.active .submenu {
  display: block;
}

.submenu li span span.grey {
  font-size: 0.6em;
  color: #ccc !important;
  padding-right: 7px;
}
.submenu li.submenu_inner_box {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.submenu li.submenu_inner_box ul.submenu_inner {
  width: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
.submenu_inner li {
  padding-left: 10px;
}
.submenu_inner li.drop_title,
.submenu_inner li.drop_title2 {
  width: 100%;
  color: #005980;
  background: #fff;
  display: inline-block;
  font-size: 0.8em;
  border-radius: 2px;
  line-height: 1.6;
  padding: 3px 6px;
  text-shadow: none;
}
.submenu_inner li.drop_title2 {
  color: #005980;
  background: #fff;
}

@media screen and (max-width: 499px) {
  .submenu li.submenu_inner_box ul.submenu_inner {
    width: 100%;
    flex-basis: 100%;
  }
}

/***************************************************/
.n_content {
  width: 100%;
  flex-basis: 100%;
}
/***************************************************/
/* タイトル */
.tilte_box,
.tilte_box2,
.tilte_box3 {
  width: 100%;
  position: relative;
  padding: 15px 0;
}
.tilte_box::after {
  content: "";
  width: 77px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #005980;
}
.tilte_box2::after {
  content: "";
  width: 77px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #fff;
}
.tilte_box3::after {
  content: "";
  width: 77px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #005980;
}
.eng {
  width: 100%;
  text-align: center;
  color: #808080;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.jp {
  width: 100%;
  text-align: center;
  color: #232323;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
	padding-top:5px;
}
@media screen and (max-width: 780px) {
  .eng {
    font-size: 2.3vw;
  }
  .jp {
    font-size: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .eng {
    font-size: 3.2vw;
  }
  .jp {
    font-size: 6.8vw;
  }
}
.jp_contact {
  color: #005980;
  border-bottom: 3px solid #005980;
}
.jp_contact2 {
  color: #005980;
  border-bottom: 3px solid #005980;
}
.contents_houjin .jp_contact {
  color: #005980;
  border-bottom: 3px solid #005980;
}
.contents a {
  display: inline;
  color: #005c8e;
  text-decoration: underline;
  transition: 0.3s;
}
.contents a:hover {
  display: inline;
  color: #005c8e;
  text-decoration: none;
  opacity: 0.5;
}

.img_box {
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.img_box iframe {
  border-radius: 9px;
}
@media screen and (max-width: 780px) {
  .img_box {
    border-radius: 6px;
  }
}

@media (max-width: 768px) {
  .img_box iframe {
    height: 500px;
  }
}
@media (max-width: 499px) {
  .img_box iframe {
    height: 350px;
  }
}

.img_box {
  width: 100%;
  height: auto;
  display: block;
}

.about_title {
  width: 100%;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
}
.about_title2 {
  padding-bottom: 20px;
}
.about_title3 {
  font-size: 24px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .about_title {
    font-size: 2.6vw;
  }
  .about_title3 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .about_title {
    padding-top: 3vw;
    font-size: 4vw;
  }
  .about_title3 {
    padding-top: 3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .about_title {
    padding-top: 4vw;
    font-size: 5.5vw;
  }
  .about_title3 {
    padding-top: 4vw;
    font-size: 5vw;
  }
}
.about_text {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.about_pad {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .about_pad {
    padding: 2vw 0;
  }
  .about_text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 499px) {
  .about_pad {
    padding: 3vw 0;
  }
}
.about_text p:first-child {
  padding-bottom: 20px;
}
.about_img {
  float: left;
  width: 50%; /* 画像の幅を指定 */
  margin: 0 40px 15px 0; /* テキストとの余白 */
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_img {
    width: 100%; /* 画像の幅を指定 */
    margin: 0;
    margin-bottom: 20px;
  }
}
.about_text_name {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.about_text_name span {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 499px) {
  .about_text_name {
    font-size: 16px;
  }
  .about_text_name span {
    font-size: 21px;
  }
}
/***************************************************/
/* ボタン */
.btn_box {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  padding: 5px 0;
}
.mainbtn {
  text-align: center;
  transition: 0.3s;
  margin: 0 auto;
  display: inline-block;
  border-radius: 5px;
  padding: 20px 50px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.mainbtn::before {
  content: "";
  width: 100%;
  height: 150%;
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(0, 22, 45, 1),
    rgba(15, 36, 67, 1),
    rgba(11, 95, 128, 1)
  );
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.5s;
}
.mainbtn span {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  z-index: 2;
}
.mainbtn2 {
  padding: 15px 30px;
}
.mainbtn3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .mainbtn {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px), print {
  .mainbtn span {
    font-size: 18px;
    line-height: 1.4;
  }
  .mainbtn2,
  .mainbtn3 {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .mainbtn3 {
    width: auto;
  }
}
.mainbtn a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
}
.mainbtn:hover {
  transform: scale(1.1);
  box-shadow: 6px 10px 15px rgba(11, 95, 128, 0.5);
}
.mainbtn:hover::before {
  top: -50%;
}
.mainbtn:hover a {
  color: #232323;
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14.1px;
  background: #ffffff;
  clip-path: polygon(
    0 32.3%,
    64.6% 32.3%,
    64.6% 0,
    100% 50%,
    64.6% 100%,
    64.6% 67.7%,
    0 67.7%
  );
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.arrow2::after {
  content: "";
  display: inline-block;
  width: 10px; /* 矢印の横幅 */
  height: 10px; /* 矢印の高さ */
  background: #ffffff; /* 矢印の色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%); /* シンプルな三角形 */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.spbtnBox {
  width: 100%;
  flex-basis: 100%;
  text-align: right;
}

.mainbtnTop {
  box-sizing: border-box;
  color: #fff;
  background: #232323;
  border: 1px solid #232323;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s;
  margin: 0 auto;
  padding: 5px 20px;
  z-index: 3;
  width: 300px;
  flex-basis: 300px;
}
.mainbtnTop a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.mainbtnTop:hover {
  color: #232323;
  background: #fff;
}
.mainbtnTop:hover a {
  color: #232323;
}
/***************************************************/

/***************************************************/
/* ページトップボタン */

#js-pagetop {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 10px 0 0 0;
  transition: 0.3s;
  z-index: 11;
  margin-bottom: -1px;
}
#js-pagetop img {
  width: 100%;
  height: auto;
}
.pagetop {
  fill: none;
  stroke: #005c8e;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.3s;
}

#js-pagetop:hover {
  background: #005c8e;
}
#js-pagetop:hover .pagetop {
  stroke: #fff;
}

/***************************************************/
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.flex_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.flex30 {
  width: calc(30% - 10px);
  flex-basis: calc(30% - 10px);
}
.flex40 {
  width: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}
.flex50 {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.flex50_b {
  width: calc(55% - 10px);
  flex-basis: calc(55% - 10px);
}
.flex50_c {
  width: calc(45% - 10px);
  flex-basis: calc(45% - 10px);
}
.flex60 {
  width: calc(60% - 20px);
  flex-basis: calc(60% - 20px);
}
.flex70 {
  width: calc(70% - 10px);
  flex-basis: calc(70% - 10px);
}
.flex100 {
  width: 100%;
  flex-basis: 100%;
}
.flex100_pad {
  width: 100%;
  flex-basis: 100%;
}
.lttr_minus {
  letter-spacing: -4px;
}
@media screen and (max-width: 1400px) {
  .flex50 {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .flex50_b {
    width: 40%;
    flex-basis: 40%;
    padding-left: 10px;
  }
  .flex50_c {
    width: 60%;
    flex-basis: 60%;
  }
  .flex50_price {
    width: 100%;
    flex-basis: 100%;
  }
  .muryo_board {
    border-bottom: 1px dashed rgba(2, 45, 78, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .flex30,
  .flex40,
  .flex50,
  .flex60,
  .flex70 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 499px) {
  .flex50_b {
    padding-top: 1vw;
  }
  .flex50_b {
    width: 50%;
    flex-basis: 50%;
  }
  .flex50_c {
    width: 50%;
    flex-basis: 50%;
  }
}
.top_btn {
  width: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  border-radius: 7px;
  padding: 20px 0;
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(15, 36, 67, 1) 0%,
    rgba(11, 95, 128, 1) 100%
  );
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.top_btn::before {
  content: "";
  width: 100%;
  height: 150%;
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(0, 22, 45, 1),
    rgba(15, 36, 67, 1),
    rgba(11, 95, 128, 1)
  );
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
.top_btn:hover {
  transform: scale(1.1);
  box-shadow: 6px 10px 15px rgba(11, 95, 128, 0.5);
}
.top_btn:hover::before {
  top: -50%;
}
.top_btn_img {
  width: 100%;
  text-align: center;
}
.top_btn_img img {
  max-width: 60px;
  margin: 0 auto;
}
.top_btn_text {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .top_btn {
    width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
  }
  .top_btn_text {
    font-size: 2.5vw;
  }
  .top_btn_img img {
    max-width: 45px;
  }
}

.why_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.why_box {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #005980;
  padding: 50px;
  position: relative;
}
.why {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 16 / 7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.why1 {
  background-image: url(img/why1.jpg);
  margin-bottom: 50px;
}
.why2 {
  background-image: url(img/why2.jpg);
  margin-bottom: 50px;
}
.why3 {
  background-image: url(img/why3.jpg);
}
.why_inner_box1,
.why_inner_box2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 60px);
  background: rgba(0, 89, 128, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 50px;
}
.why_inner_rela {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1280px) {
  .why_box {
    padding: 30px;
  }
  .why1,
  .why2 {
    margin-bottom: 3vw;
  }
  .why_inner_box1,
  .why_inner_box2 {
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .why_box {
    padding: 20px;
    width: 100%;
    flex-basis: 100%;
  }
  .why_inner_box1,
  .why_inner_box2 {
    display: none;
  }
  .why {
    border-radius: 10px 10px 0 0;
  }
}
.why_inner_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .why {
    aspect-ratio: 16 / 9;
  }
  .why1,
  .why2 {
    margin-bottom: 0;
  }
  .why_inner_sp {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 2vw;
    margin-bottom: 3vw;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 499px) {
  .why_box {
    padding: 15px;
  }
  .why_inner_sp {
    padding: 3vw;
    margin-bottom: 4vw;
  }
}
.why_inner_box1 {
  left: 30px;
}
.why_inner_box2 {
  right: 30px;
}
.why_inner_no {
  width: 100%;
  color: #efb500;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.why_inner_title {
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0;
}
.why_inner_text {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .why_inner_no {
    font-size: 5vw;
  }
  .why_inner_title {
    font-size: 3vw;
    padding: 5px 0;
  }
  .why_inner_text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .why_inner_no {
    font-size: 5.5vw;
  }
  .why_inner_title {
    font-size: 4vw;
    line-height: 1;
  }
  .why_inner_text {
    font-size: 18px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 499px) {
  .why_inner_no {
    font-size: 7.5vw;
  }
  .why_inner_title {
    font-size: 5.5vw;
  }
  .why_inner_text {
    font-size: 16px;
    padding-top: 3px;
  }
}

.top_first {
  box-sizing: border-box;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/top_bg1.jpg);
  overflow: visible;
  position: relative;
  z-index: 3;
}
.content_pad {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content_padT {
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .content_pad {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .content_padT {
    padding-top: 4vw;
  }
}
.top_second {
  box-sizing: border-box;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/top_bg2.jpg);
  position: relative;
}

.description {
  flex-basis: 100%;
  width: 100%;
  margin-top: 20px;
}

.eyecatchImage {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 0 !important;
}
.eyecatchImage img {
  width: 100%;
  height: auto;
  display: block;
}

.topImage {
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  position: relative;
}
.topImage::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #d5d1d1;
  background: #005980;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 3;
}
@media screen and (max-width: 499px) {
  .topImage::after {
    height: 10px;
  }
}

.slider_top {
  position: relative;
  z-index: 1;
}
.slider_top div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50dvh;
  margin: 0;
  position: relative;
}
.slider_top div.img01 {
  background-image: url(img/top_image_02.jpg);
}
.slider_top div.img02 {
  background-image: url(img/top_image_01.jpg);
  background-position: top center;
}
.slider_top div.img03 {
  background-image: url(img/top_image_03.jpg);
}

@media screen and (max-width: 1200px) {
  .slider_top div {
    height: 45dvh;
  }
  .slider_top div.img01 {
    background-image: url(img/top_image_02m.jpg);
  }
  .slider_top div.img02 {
    background-image: url(img/top_image_01m.jpg);
  }
  .slider_top div.img03 {
    background-image: url(img/top_image_03m.jpg);
  }
}
@media screen and (max-width: 499px) {
  .slider_top div {
    height: 40dvh;
  }
  .slider_top div.img01 {
    background-image: url(img/top_image_02s.jpg);
  }
  .slider_top div.img02 {
    background-image: url(img/top_image_01s.jpg);
  }
  .slider_top div.img03 {
    background-image: url(img/top_image_03s.jpg);
  }
}

.slider_top .slick-next {
  right: -20px !important;
}
.slider_top .slick-prev {
  left: -20px !important;
}
.slider_top .slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
  transform: translateY(-100%) !important;
  margin-top: 50px;
}
.slider_top .slider2 .slick-arrow,
.slider_top .slider3 .slick-arrow {
  transform: translateY(-50%) !important;
}
.slider_top .slick-next {
  right: 0px !important;
}
.slider_top .slick-prev {
  left: 0px !important;
}
@media screen and (max-width: 499px) {
  .slider_top .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
.slider_top .slick-arrow:before {
  content: "" !important;
}
.slider_top .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
.slider_top .slick-next:before {
  background: url(img/arrow_r_top.svg) !important;
  background-size: contain !important;
}
.slider_top .slick-prev:before {
  background: url(img/arrow_l_top.svg) !important;
  background-size: contain !important;
}

.slider_logo {
  width: 90%;
  flex-basis: 90%;
  max-width: 550px;
  height: auto;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .slider_logo {
    width: 80%;
    max-width: 450px;
  }
}
@media screen and (max-width: 499px) {
  .slider_logo {
    width: 80%;
    max-width: 300px;
  }
}
.slider_logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(7px 7px 14px rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 499px) {
  .slider_logo img {
    margin-top: 30px;
  }
}
.topText_box,
.topText_box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.topText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  font-size: 75px;
  letter-spacing: 5px;
  line-height: 1.5;
  color: #fff;
  pointer-events: none;
}
.topText span {
  font-size: 50px;
  letter-spacing: 0;
  padding: 0 5px;
}
@media screen and (max-width: 1600px) {
  .topText {
    font-size: 4.5vw;
  }
  .topText span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1280px) {
  .topText {
    font-size: 5vw;
  }
  .topText span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .topText_box {
    justify-content: flex-start;
  }
  .topText {
    font-size: 6vw;
    letter-spacing: 2px;
    padding-left: 50px;
  }
  .topText span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 499px) {
  .topText {
    font-size: 6.2vw;
    letter-spacing: 0.5px;
    margin-top: 60px;
    padding-left: 40px;
    width: 100%;
    flex-basis: 100%;
    line-height: 1.6;
  }
  .topText span {
    font-size: 4vw;
  }
}

.top_content {
  background: transparent;
  display: flex;
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
}

/***************************************************/
/* ポリシー */
.policyTitle0 {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 400;
  margin-bottom: 30px;
}
.policyTitle {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  line-height: 32px;
  font-weight: 500;
  font-size: 21px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #005c8e;
  font-weight: 500;
}
.policyText,
.policyText2 {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
.policyText2 {
  margin-bottom: 10px;
}
.policyText a,
.policyText2 a {
  color: #333;
  display: block;
}
.lipolicy {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
}
.lipolicy ul.policyUL {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.lipolicy ul li {
  flex-basis: calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
  list-style: decimal;
  text-align: left;
  padding: 5px;
  font-weight: 300;
  margin-left: 30px;
}
.lipolicy ul li.number {
  flex-basis: calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
}

.lipolicy ul li.nostyle {
  list-style: none;
}
/***************************************************/

/***************************************************/
/* PREV NEXT */
.pageBox {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.prevBox,
.nextBox {
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  width: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .prevBox,
  .nextBox {
    padding: 10px;
  }
}
.prevBox {
  float: left;
}
.nextBox {
  float: right;
}
.prevBox {
  text-align: left;
}
.nextBox {
  text-align: right;
}
.prevBox a,
.nextBox a {
  color: #232323;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
  text-align: center;
}
.kijiName {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}
.kijiName span {
  background: #f0f2ed;
  padding: 0 10px;
  font-size: 18px;
}
.kijiName::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #232323;
  z-index: -1;
}
.kijiName2 {
  width: 100%;
  padding: 5px;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 499px) {
  .kijiName2 {
    font-size: 14px;
    line-height: 21px;
  }
}
/***************************************************/

/***************************************************/
/*ページネーション*/
.pages {
  box-sizing: border-box;
  width: 100%;
}
.pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  padding: 20px 0;
}
.pagination li {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 36px;
  font-family: "Oswald";
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 499px), print {
  .pagination li {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
  }
}
.pagination .pagination-item {
  border: 1px solid #005c8e;
  border-radius: 100px;
  transition: 0.3s;
}
.pagination .pagination-item:last-of-type {
  border: 1px solid #005c8e;
}
.pagination .pagination-item a {
  color: #005c8e;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  display: block;
}
.pagination .pagination-item-current {
  color: #fff;
  background-color: #005c8e;
  transition: 0.3s;
}
.pagination-item:hover {
  color: #005c8e;
  background: #fff;
}
/***************************************************/
/* taeb-switch styles */
.tab-switch {
  position: relative;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.tab-switch:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.7s;
  border-radius: 100px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(15, 36, 67, 1) 0%,
    rgba(11, 95, 128, 1) 100%
  );
  height: 100%;
  z-index: 0;
}
.tab-switch_houjin:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.7s;
  border-radius: 100px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background: rgb(110, 82, 35);
  background: linear-gradient(
    0deg,
    rgba(110, 82, 35, 1) 0%,
    rgba(132, 107, 57, 1) 100%
  );
  height: 100%;
  z-index: 0;
}
.tab-switch.left:after {
  left: 0;
}
.tab-switch.right:after {
  left: 50%;
}

.tab {
  width: 50%;
  flex-basis: 50%;
  padding: 12px 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 200ms;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  user-select: none;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .tab {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    font-size: 4vw;
  }
}
@media screen and (max-width: 499px) {
  .tab {
    font-size: 5vw;
  }
}
.tab-switch .tab.active {
  color: #ffffff;
}
.tab_wrapper {
  border-radius: 100px;
  background-color: rgba(233, 233, 233, 0.8);
  padding: 15px;
  width: 100%;
  position: relative;
  backdrop-filter: blur(3px);
}

.tab_wrapper2 {
  background: #fff;
  backdrop-filter: blur(0px);
}
@media screen and (max-width: 768px) {
	.tab_wrapper {
		padding: 10px;
	}
}
@media screen and (max-width: 499px) {
	.tab_wrapper {
		padding: 5px;
	}
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.tab-content {
  border-radius: 100px;
  background-color: rgba(233, 233, 233, 0.8);
  width: 100%;
  position: relative;
  backdrop-filter: blur(3px);
  margin-top: 10px;
  padding: 15px 15px 0 15px;
  border-radius: 10px;
}
.tab-content0 {
  border-radius: 0;
  background-color: rgba(233, 233, 233, 0);
  width: 100%;
  position: relative;
  backdrop-filter: blur(0px);
  padding: 0px;
}
.tab_inner_bg {
  border-radius: 10px;
  background-color: rgba(233, 233, 233, 0.8);
  padding: 15px;
  margin-bottom: 20px;
}

.tab-content_bg2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.tab_btn {
  width: calc(33% - 15px);
  aspect-ratio: 1 / 1;
  flex-basis: calc(33% - 15px);
  border-radius: 9px;
  background: rgb(15, 36, 67);
  margin-bottom: 20px;
  position: relative;
  transform-origin: center;
  transition: 0.3s;
  overflow: hidden;
}

.tab_btn2 {
  width: 30%;
  flex-basis: 30%;
  border-radius: 9px 0 0 9px;
}
.tab_btn_right {
  width: 70%;
  flex-basis: 70%;
  border-radius: 0 9px 9px 0;
  margin-bottom: 20px;
  position: relative;
  transform-origin: center;
  transition: 0.3s;
  overflow: hidden;
  background: #fff;
}
.new_tabtitle {
  position: relative;
  width: 100%;
  flex-basis: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(0, 22, 45, 1),
    rgba(15, 36, 67, 1),
    rgba(11, 95, 128, 1)
  );
}
.new_tabtitle2 {
  background: rgb(110, 82, 35);
  background: linear-gradient(
    0deg,
    rgba(86, 56, 25, 1),
    rgba(110, 82, 35, 1),
    rgba(132, 107, 57, 1)
  );
}
.icon_name3 {
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
}
.icon_name3 span {
  letter-spacing: 0;
  font-size: 0.7em;
}
.new_tabtitle img {
  width: 50px;
  flex-basis: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .tab_btn {
    width: calc(33% - 5px);
    flex-basis: calc(33% - 5px);
    margin-bottom: 10px;
  }
  .tab_btn2 {
    width: 25%;
    flex-basis: 25%;
    margin-bottom: 10px;
  }
  .tab_btn_right {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    border-radius: 9px;
  }
  .new_tabtitle {
    display: flex;
  }
  .icon_name3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 499px) {
  .tab_btn {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .icon_name3 {
    font-size: 6.5vw;
  }
  .new_tabtitle img {
    width: 9vw;
    flex-basis: 9vw;
  }
}
.tab_btn:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 15px rgba(55, 55, 55, 0.5);
}
.tab_btn::before {
  content: "";
  width: 100%;
  height: 150%;
  background: rgb(15, 36, 67);
  background: linear-gradient(
    0deg,
    rgba(0, 22, 45, 1),
    rgba(15, 36, 67, 1),
    rgba(11, 95, 128, 1)
  );
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.5s;
}
.tab_btn_houjin::before {
  content: "";
  width: 100%;
  height: 150%;
  background: rgb(110, 82, 35);
  background: linear-gradient(
    0deg,
    rgba(86, 56, 25, 1),
    rgba(110, 82, 35, 1),
    rgba(132, 107, 57, 1)
  );
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.5s;
}
.tab_btn:hover::before {
  top: -50%;
}
.icon_img {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  transform-origin: bottom;
}
.icon_img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  transition: 0.3s;
  transform-origin: bottom;
}
.tab_btn2 .icon_img img {
  max-width: 120px;
}
.icon_name {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  padding-top: 20px;
  letter-spacing: 0.3vw;
  transition: 0.3s;
}
.icon_name2 {
  color: #232323;
  text-align: left;
  font-size: 32px;
  line-height: 1.6;
  border-bottom: 2px solid #232323;
  margin-bottom: 10px;
}
.icon_name2 span {
  letter-spacing: 0;
  font-size: 0.7em;
}
.detail_text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #232323;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .tab_btn2 {
    display: none;
  }
  .icon_name2 {
    display: none;
  }
  .detail_text {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 499px) {
  .detail_text {
    font-size: 16px;
  }
}
.hover_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  height: 0; /* 高さを0に設定 */
  visibility: hidden; /* 目に見えないようにする */
  overflow: hidden; /* 内容がはみ出さないように */
  transform: translateY(20px); /* 下から表示されるように調整 */
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, height 0s 0.5s; /* 高さの変化を無効に */
  border-top: 1px solid #fff;
  padding: 20px 5px 0 5px;
}
.viewmore {
	width:200px;
	border:2px solid #FFF;
	border-radius:6px;
	color:#FFF;
  font-size: 20px;
  line-height: 1.5;
	font-weight:500;
  padding: 5px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
}
.tab_btn:hover .hover_text {
  opacity: 1;
  height: auto; /* ホバー時に高さを自動に戻す */
  visibility: visible;
  transform: translateY(0); /* 下から表示 */
}

@media screen and (max-width: 1280px) {
  .icon_img img {
    max-width: 10vw;
  }
  .icon_name {
    font-size: 3vw;
    padding-top: 1vw;
    letter-spacing: 0.2vw;
  }
  .hover_text {
    font-size: 16px;
    margin-top: 10px;
    padding: 0;
    padding-top: 0px;
  }
  .tab_btn:hover .icon_img img {
    max-width: 80px;
  }
  .tab_btn:hover .icon_name {
    font-size: 2.5vw;
    padding-top: 1vw;
  }
  .tab_btn:hover .hover_text {
    padding-top: 1vw;
  }
.viewmore {
	width:90%;
	border-radius:6px;
  font-size: 2vw;
  padding: 5px;
	margin-top:20px;
}
}
@media screen and (max-width: 768px) {
  .hover_text {
    display: none;
  }
  .tab_btn:hover .icon_img img {
    max-width: 10vw;
  }
  .tab_btn:hover .icon_name {
    font-size: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .icon_img img {
    max-width: 15vw;
  }
  .icon_name {
    font-size: 4.5vw;
    padding-top: 1vw;
    letter-spacing: 0.2vw;
  }
  .hover_text {
    font-size: 16px;
    margin-top: 10px;
    padding: 0;
    padding-top: 0px;
  }
  .tab_btn:hover .icon_img img {
    max-width: 15vw;
  }
  .tab_btn:hover .icon_name {
    font-size: 4.5vw;
    padding-top: 1vw;
  }
  .tab_btn:hover .hover_text {
    padding: 0;
  }
.viewmore {
  font-size: 3vw;
}
}

.mail-content {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: relative;
  backdrop-filter: blur(3px);
  margin-top: 10px;
  padding: 30px 15px;
  border-radius: 10px;
}

.muryo_box {
  padding: 15px 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #232323;
  text-align: right;
}
.muryo_box2 {
  padding: 15px 0;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  color: #d44843;
}
.muryo_box2 span {
  font-size: 21px;
}
.muryo_number {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.muryo_number span {
  font-size: 21px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.muryo_box3 {
  font-size: 14px;
  color: #232323;
  line-height: 1.3;
  font-weight: 400;
}
.price_text {
  width: 100%;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1400px) {
  .muryo_box {
    font-size: 2vw;
  }
  .muryo_box2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .muryo_box {
    font-size: 3vw;
    text-align: left !important;
  }
  .muryo_box2 {
    font-size: 3.2vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .price_text {
    font-size: 14px;
  }
  .muryo_box {
    font-size: 3vw;
  }
  .muryo_box2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 499px) {
  .muryo_box {
    font-size: 4.5vw;
  }
  .muryo_box2 {
    font-size: 6vw;
  }
}
.price_about {
  display: inline-block;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  background: #005980;
}
.price_about_answer {
  width: 100%;
  flex-basis: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 10px;
  font-weight: 500;
  padding-bottom: 20px;
}
.price_about_answer2 {
  border-bottom: 0px dashed #fff;
}
@media screen and (max-width: 499px) {
  .price_about_answer {
    font-size: 16px;
  }
}

.price_title_kojin {
  width: 100%;
  flex-basis: 100%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 35px;
  margin: 10px 0 5px 0;
  position: relative;
  color: #232323;
}
.price_title_kojin::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #005980;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 2px;
}
@media screen and (max-width: 980px) {
  .price_title_kojin {
    font-size: 21px;
    padding-left: 30px;
  }
  .price_title_kojin::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 499px) {
  .price_title_kojin {
    font-size: 20px;
    margin: 5px 0 0 0;
    padding-left: 28px;
  }
  .price_title_kojin::before {
    width: 22px;
    height: 22px;
  }
}
.kozin_price {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.bg_kojin1 {
  background: #4980bf;
}
.bg_kojin2 {
  background: #4980bf;
}
.bg_hojin1 {
  background: #4980bf;
}
.bg_hojin2 {
  background: #4980bf;
}
.price_a {
  width: 400px;
  flex-basis: 400px;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
.price_b {
  width: calc(100% - 400px);
  flex-basis: calc(100% - 400px);
  color: #232323;
  text-align: left;
  background: #fff;
  padding: 15px;
  font-size: 34px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.price_c {
  width: 100%;
  flex-basis: 100%;
}
.flex100_pad {
  width: 100%;
  flex-basis: 100%;
  padding: 15px;
  padding-bottom: 0;
}
.flex100_pad:last-child {
  padding-bottom: 15px;
}
.price_b span {
  font-size: 21px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 2px;
  letter-spacing: 0px;
}
.price_b span.nopad {
  padding: 0;
}
.incase {
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  padding: 5px 0;
  padding-right: 10px;
  color: #999;
  text-align: left;
}
.incase2 {
  color: #232323;
}
.sp_br {
  display: none;
}
@media screen and (max-width: 980px) {
  .price_a {
    width: 30%;
    flex-basis: 30%;
    font-size: 3vw;
    padding: 15px 10px;
    letter-spacing: 1px;
  }
  .price_b {
    width: 70%;
    flex-basis: 70%;
    font-size: 4vw;
    padding: 15px 10px;
    letter-spacing: 1px;
  }
  .price_c {
    width: 100%;
    flex-basis: 100%;
  }
  .flex100_pad {
    padding: 15px 10px;
    padding-bottom: 0;
  }
  .flex100_pad:last-child {
    padding-bottom: 15px;
  }
  .price_b span {
    font-size: 2vw;
    letter-spacing: 0px;
  }
  .incase {
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .price_a {
    width: 80px;
    flex-basis: 80px;
    font-size: 3.5vw;
    padding: 10px 0;
    letter-spacing: 0px;
  }
  .price_b {
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    font-size: 6vw;
    padding: 10px 5px;
    letter-spacing: 1px;
  }
  .price_c {
    width: 100%;
    flex-basis: 100%;
  }
  .flex100_pad {
    padding: 10px 5px;
    padding-bottom: 0;
  }
  .flex100_pad:last-child {
    padding-bottom: 10px;
  }
  .price_b span {
    font-size: 3.5vw;
  }
  .incase {
    width: 100%;
    flex-basis: 100%;
    font-size: 3.5vw;
  }
  .sp_br {
    display: block;
  }
}

ol.hojin_pricec {
  width: 100%;
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px;
}
ol.hojin_pricec li {
  width: 100%;
  flex-basis: 100%;
  list-style: disc;
  list-style-position: inside;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.hojin_pricec_text {
  width: 100%;
  flex-basis: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.before_text {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  padding: 10px 0;
}
.before_text span {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.tel_box {
  border: 3px solid #d44843;
  padding: 50px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.mail_box {
  border: 3px solid #d44843;
  padding: 50px 10px;
  background-color: #d44843;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  position: relative;
}
.contact_icon {
  width: 65px;
  flex-basis: 65px;
  padding-right: 15px;
}
.tel_box span {
  position: relative;
}
.uketuke {
  width: 100%;
  flex-basis: 100%;
  font-size: 16px;
  line-height: 2;
  color: #232323;
  text-align: right;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.mail_box_s {
  border: 2px solid #d44843;
  padding: 10px;
  background-color: #d44843;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.tel_box_s {
  border: 2px solid #d44843;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.btn_box_s {
  border: 2px solid #005980;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.contact_icon_s {
  width: 45px;
  flex-basis: 45px;
  padding-right: 10px;
}
.flex50_contact {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  transform-origin: center;
}
.btn_box_s:hover,
.mail_box_s:hover,
.tel_box_s:hover {
  transform: scale(1.02) !important;
}
@media screen and (max-width: 1280px) {
  .tel_box {
    font-size: 3.5vw;
    padding: 40px 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  .mail_box {
    font-size: 3vw;
    padding: 40px 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  .contact_icon {
    width: 4.5vw;
    flex-basis: 4.5vw;
    padding-right: 1vw;
  }
  .uketuke {
    font-size: 1.5vw;
  }
  .btn_box_s,
  .mail_box_s {
    font-size: 2vw;
  }
  .tel_box_s {
    font-size: 2.5vw;
  }
  .contact_icon_s {
    width: 2.5vw;
    flex-basis: 2.5vw;
    padding-right: 0.5vw;
  }
}
@media screen and (max-width: 900px) {
  .flex50_contact {
    width: 100%;
    flex-basis: 100%;
  }
  .flex50_contact:nth-child(2) {
    margin-top: 10px;
  }
  .btn_box_s,
  .mail_box_s {
    font-size: 3vw;
  }
  .tel_box_s {
    font-size: 3.5vw;
  }
  .contact_icon_s {
    width: 3.5vw;
    flex-basis: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mail_box {
    font-size: 6vw;
    margin-top: 0;
    padding: 30px 10px;
  }
  .tel_box {
    font-size: 6.5vw;
    padding: 30px 10px;
  }
  .contact_icon {
    width: 6vw;
    flex-basis: 6vw;
    padding-right: 1vw;
  }
  .uketuke {
    font-size: 2.3vw;
    bottom: -4vw;
  }
  .before_text {
    padding-top: 30px;
  }
  .btn_box_s,
  .mail_box_s {
    font-size: 4vw;
  }
  .tel_box_s {
    font-size: 4.5vw;
  }
  .contact_icon_s {
    width: 4.5vw;
    flex-basis: 4.5vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 499px) {
  .tel_box {
    font-size: 8.5vw;
  }
  .mail_box {
    font-size: 7.5vw;
    margin-top: 0;
  }
  .contact_icon {
    width: 10vw;
    flex-basis: 10vw;
    padding-right: 2vw;
  }
  .uketuke {
    font-size: 3vw;
    bottom: -5vw;
  }
  .before_text span {
    font-size: 4vw;
  }
  .before_text {
    padding-top: 20px;
  }
  .btn_box_s,
  .mail_box_s {
    font-size: 5vw;
  }
  .tel_box_s {
    font-size: 5.5vw;
  }
  .contact_icon_s {
    width: 5.5vw;
    flex-basis: 5.5vw;
  }
}
/***************************************************/
/* カラム設定 */

.wp-block-column p {
  margin-top: 0px !important;
}
.wp-block-image {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 768px), print {
  .wp-block-columns {
    margin-bottom: 60px !important;
  }
  .wp-block-column {
    margin-bottom: -10px !important;
  }
}
@media screen and (max-width: 499px), print {
  .wp-block-columns {
    margin-bottom: 40px !important;
  }
  .wp-block-column {
    margin-bottom: -15px !important;
  }
}

.wp-block-columns img {
  border-radius: 10px;
}
figure img {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}

/***************************************************/

*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
}

/***************************************************/
.contactBox {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #232323;
  padding: 40px 0;
}
@media screen and (max-width: 499px) {
  .contactBox {
    font-size: 16px;
  }
}
.contactBox ul {
  margin: 0;
  padding: 0;
}
.contactBox ul li {
  flex-basis: calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
  list-style: disc;
  text-align: left;
  padding: 5px;
  margin-left: 30px;
}
.maxC {
  margin: 0 auto;
  max-width: 500px;
}
/***************************************************/
/* お問い合わせ */
.contact_form,
.contact_form_center {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px 0;
  color: #232323;
}
.contact_form_center {
  justify-content: center;
  align-items: center;
}
.formTitle {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  padding: 12px 5px;
  font-weight: 500;
  width: 200px;
  flex-basis: 200px;
}
.formText {
  box-sizing: border-box;
  width: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  position: relative;
}
@media screen and (max-width: 768px), print {
  .formTitle {
    width: 100%;
    flex-basis: 100%;
    padding: 10px 5px;
    border-radius: 3px;
    background: rgba(0, 92, 142, 0.1);
    margin-top: 10px;
  }
  .formTitle2 {
    display: none;
  }
  .formText {
    width: 100%;
    flex-basis: 100%;
    padding: 10px;
  }
  .formText2 {
    padding-top: 0;
  }
  .formText3 {
    padding-bottom: 0;
  }
}
.formText4::before {
  content: "〒";
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.haveto,
.any,
.auto {
  box-sizing: border-box;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
  font-weight: 400;
}
/*必須の調整*/
.haveto {
  background: #f5274e;
}
/*任意の調整*/
.any {
  background: #93c9ff;
}
/*自動の調整*/
.auto {
  color: #232323;
  background: #d9cf27;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
.texC {
  text-align: center;
  max-width: 340px;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  box-sizing: border-box;
  padding: 20px;
  width: 100% !important;
  flex-basis: 100% !important;
  min-width: 680px;
  background: #fff;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
  border-radius: 100px;
  transition: 0.3s;
  border: 3px solid #d44843;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  transition: 0.3s;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #d44843;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #formbtn {
    min-width: 480px;
    font-size: 21px;
  }
}
@media screen and (max-width: 499px) {
  #formbtn {
    min-width: 100%;
  }
}
.wpcf7 input[name="referertitle"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-tel"],
.wpcf7 input[name="your-postalcode"],
.wpcf7 input[name="your-prefectures"],
.wpcf7 input[name="your-address"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-date"],
.wpcf7 input[name="your-detail"] {
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  border: none;
  border: 2px solid #005980;
  padding: 10px;
}
.wpcf7 input[name="your-postalcode"] {
  width: 150px;
  margin-left: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0;
}
.wpcf7 select[name="dpmenu"],
.wpcf7 select[name="dpmenu2"] {
  background: #ffffff;
  background-image: url(img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 15px;
  background-position: right 10px center;
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  border: none;
  border: 2px solid #005980;
  padding: 10px;
}
.wpcf7 textarea[name="your-message"] {
  height: 150px !important;
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  border: none;
  border: 2px solid #005980;
  padding: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  border-radius: 3px;
  border: none;
}
span.wpcf7-list-item {
  position: relative;
  padding: 2px 0;
  margin: 0 20px 0 0 !important;
}
.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #232323;
  cursor: pointer;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 5px;
  position: relative;
}
.formCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #005980;
  position: relative;
}
.formCheck input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 23px;
  height: 23px;
  background: url("img/check.svg") no-repeat center;
  background-size: contain;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1em;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 1em;
  font-weight: 500;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1em;
  font-weight: 500;
}
::placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1em;
  font-weight: 500;
}

.formCheck input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #005980;
}

/***************************************************/

.thanks {
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 786px) {
  .thanks {
    text-align: left;
    line-height: 24px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.lazyload {
  opacity: 0;
}
.lazyloaded {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/***************************************************/
/* コンテンツ */
.content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contentBG {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.titleBox {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  position: relative;
}
.titleBox2 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #232323;
  margin-bottom: 15px;
}
.title {
  display: inline-block;
  font-size: 38px;
  line-height: 48px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  z-index: 2;
  padding-right: 20px;
}
.righttitle {
  width: 100%;
  font-size: 21px;
  color: #232323;
  font-weight: 700;
  position: relative;
  text-align: left;
  z-index: 2;
}
.titleBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #232323;
  z-index: 1;
}
.tagtitle {
  display: inline-block;
  font-size: 40px;
  color: #232323;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 499px) {
  .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.bgWH {
  background: #fff;
}

.title a {
  display: inline-block;
  color: #005c8e;
  text-decoration: none;
}
/***************************************************/
/* ブログ */

.sectionBox,
.articleBox {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 18px;
  line-height: 36px;
  padding: 60px;
  color: #232323;
}
@media screen and (max-width: 768px), print {
  .sectionBox,
  .articleBox {
    padding: 40px 25px;
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 499px), print {
  .sectionBox,
  .articleBox {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 30px;
  }
}
.leftBox {
  box-sizing: border-box;
  width: 70%;
  flex-basis: 70%;
}
.rightBox {
  box-sizing: border-box;
  width: 30%;
  flex-basis: 30%;
  padding-left: 100px;
}
.leftBox2 {
  box-sizing: border-box;
  width: 60%;
  flex-basis: 60%;
}
.rightBox2 {
  box-sizing: border-box;
  width: 40%;
  flex-basis: 40%;
  padding-left: 100px;
}
@media screen and (max-width: 1280px), print {
  .leftBox {
    width: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
  }
  .rightBox {
    width: 250px;
    flex-basis: 250px;
    padding-left: 60px;
  }
  .rightBox2 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px), print {
  .leftBox {
    width: 100%;
    flex-basis: 100%;
  }
  .rightBox {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .leftBox2 {
    width: 100%;
    flex-basis: 100%;
  }
  .rightBox2 {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
}

.the_content {
  box-sizing: border-box;
  width: 100% !important;
  flex-basis: 100% !important;
  text-align: left;
  color: #232323;
}

.articleBox h2 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #232323;
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 499px), print {
  .articleBox h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.articleBox h2::before {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #005980;
  padding-right: 10px;
  font-size: 1.2em;
}
.articleBox h2:nth-of-type(1):before {
  content: "01.";
}
.articleBox h2:nth-of-type(2):before {
  content: "02.";
}
.articleBox h2:nth-of-type(3):before {
  content: "03.";
}
.articleBox h2:nth-of-type(4):before {
  content: "04.";
}
.articleBox h2:nth-of-type(5):before {
  content: "05.";
}
.articleBox h2:nth-of-type(6):before {
  content: "06.";
}
.articleBox h2:nth-of-type(7):before {
  content: "07.";
}
.articleBox h2:nth-of-type(8):before {
  content: "08.";
}
.articleBox h2:nth-of-type(9):before {
  content: "09.";
}
.articleBox h2:nth-of-type(10):before {
  content: "10.";
}
.articleBox h2:nth-of-type(11):before {
  content: "11.";
}
.articleBox h2:nth-of-type(12):before {
  content: "12.";
}
.articleBox h2:nth-of-type(13):before {
  content: "13.";
}
.articleBox h2:nth-of-type(14):before {
  content: "14.";
}
.articleBox h2:nth-of-type(15):before {
  content: "15.";
}
.articleBox h2:nth-of-type(16):before {
  content: "16.";
}
.articleBox h2:nth-of-type(17):before {
  content: "17.";
}
.articleBox h2:nth-of-type(18):before {
  content: "18.";
}
.articleBox h2:nth-of-type(19):before {
  content: "19.";
}
.articleBox h2:nth-of-type(20):before {
  content: "20.";
}
.the_content ul,
.the_content ol {
  list-style-position: inside;
  padding-left: 10px;
}
.articleTitle {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  .articleTitle {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 499px), print {
  .articleTitle {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}

.first {
  padding-top: 80px;
}

.innerBox {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}
.inner_inner {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 40px 0;
}

@media screen and (max-width: 1280px) {
  .inner_inner {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 499px) {
  .inner_inner {
    width: 100%;
    flex-basis: 100%;
    padding: 10px 0;
  }
}
.inner_pics {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  will-change: transform;
}
.inner_pics img {
  width: 100%;
  height: auto;
  display: block;
}
.inner_pics2 {
  overflow: hidden;
  border-radius: 10px;
  will-change: transform;
}
.inner_pics2 img {
  transition: 0.3s all;
}
.inner_pics a {
  display: block;
}
.inner_box {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 40px;
  color: #fff;
  z-index: 3;
  display: block;
}
.inner_box a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.bgBlack {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  border-radius: 10px;
}
.bgBlack2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.bgBlur {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  pointer-events: none;
  z-index: 0;
}
.inner_title {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.inner_title2 {
  width: 100%;
  font-size: 21px;
  line-height: 28px;
}
.inner_title3 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
.inner_date {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.shadow {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1280px) {
  .inner_title {
    font-size: 21px;
    line-height: 28px;
  }
  .inner_title2 {
    font-size: 18px;
    line-height: 24px;
  }
  .inner_box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 499px) {
  .inner_title2 {
    font-size: 16px;
    line-height: 21px;
    padding-top: 5px;
  }
}

.inner_inner2 {
  width: 100%;
  flex-basis: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 40px 0;
}
.inner_inner2 {
  border-top: 1px solid #c0d7e3;
}
@media screen and (max-width: 499px) {
  .inner_inner2,
  .inner_inner3 {
    width: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    border-top: 0px solid #c0d7e3;
    padding: 10px 0;
  }
}

.inner_pics40 {
  width: 40%;
  flex-basis: 40%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.inner_pics40 img {
  width: 100%;
  height: auto;
  display: block;
}
.inner_box2 {
  box-sizing: border-box;
  width: 60%;
  flex-basis: 60%;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  color: #232323;
  display: block;
}
@media screen and (max-width: 1280px) {
  .inner_box2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 499px) {
  .inner_pics40,
  .inner_box2 {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}
.inner_box2 a {
  display: block;
  text-decoration: none;
  color: #232323;
}

.inner_inner3 {
  box-sizing: border-box;
  width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.inner_space {
  box-sizing: border-box;
  width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 499px) {
  .inner_inner3 {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .inner_space {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
.inner_pics100 {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.inner_pics100 img {
  width: 100%;
  height: auto;
  display: block;
}
.inner_box3 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  padding: 0;
  position: relative;
  color: #232323;
  display: block;
  padding-bottom: 10px;
}
.inner_box3 a {
  display: block;
  text-decoration: none;
  color: #232323;
}

.popular {
  box-sizing: border-box;
  color: #fff;
  width: 40px;
  height: auto;
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px 0 0 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .popular {
    width: 30px;
  }
}
.popular img {
  width: 100%;
  height: auto;
  display: block;
}

.inner_pics:hover .inner_pics2 img {
  transform: scale(1.1);
}
.inner_pics40:hover .inner_pics2 img {
  transform: scale(1.1);
}
.inner_pics100:hover .inner_pics2 img {
  transform: scale(1.1);
}
@media screen and (max-width: 499px) {
  .inner_pics:hover .inner_pics2 img {
    transform: scale(1);
  }
  .inner_pics40:hover .inner_pics2 img {
    transform: scale(1);
  }
  .inner_pics100:hover .inner_pics2 img {
    transform: scale(1);
  }
}

.autorBox {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.autorPic {
  width: 40px;
  flex-basis: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .autorPic {
    width: 30px;
    flex-basis: 30px;
    height: 30px;
  }
}
.autorPic img {
  width: 100%;
  height: auto;
  display: block;
}
.autorName,
.autorNameB {
  box-sizing: border-box;
  width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .autorName,
  .autorNameB {
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }
}
.autorPic2 {
  width: 70px;
  flex-basis: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
}
.autorPic2 img {
  width: 100%;
  height: auto;
  display: block;
}
.autorName2 {
  box-sizing: border-box;
  width: calc(100% - 190px);
  flex-basis: calc(100% - 190px);
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  padding-left: 10px;
}
.autorName3 {
  box-sizing: border-box;
  width: calc(100% - 210px);
  flex-basis: calc(100% - 210px);
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  padding-left: 10px;
}
.autorName4 {
  box-sizing: border-box;
  width: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}
.autorPicR {
  width: 50px;
  flex-basis: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.autorPicR img {
  width: 100%;
  height: auto;
  display: block;
}
.autorNameR {
  box-sizing: border-box;
  width: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  padding-left: 10px;
}
.autorNameB a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.autorName2 a,
.autorName3 a,
.autorName4 a,
.autorNameR a,
.autorName a {
  color: #232323;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.autorName2 a:hover,
.autorName3 a:hover,
.autorName4 a:hover,
.autorNameR a:hover,
.autorName a:hover {
  color: #005c8e;
}
.autordate {
  box-sizing: border-box;
  width: 120px;
  flex-basis: 120px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .autorPicR {
    width: 70px;
    flex-basis: 70px;
    height: 70px;
    border-radius: 70px;
  }
  .autorNameR {
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
  }
}
@media screen and (max-width: 499px) {
  .autorPic2 {
    width: 50px;
    flex-basis: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .autorName2 {
    width: calc(100% - 170px);
    flex-basis: calc(100% - 170px);
    font-size: 14px;
    line-height: 18px;
  }
  .autordate {
    font-size: 14px;
    line-height: 18px;
  }
  .autorNameR {
    font-size: 14px;
    line-height: 18px;
  }
  .autorName3 {
    font-size: 14px;
    line-height: 18px;
  }
}

/***************************************************/

/***************************************************/
/* 目次 */
.mokuji {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  padding: 30px;
  padding-bottom: 20px;
  margin: 50px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mokuji {
    padding: 20px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 499px) {
  .mokuji {
    padding: 20px 5px;
    margin: 20px 0;
  }
}

.mokuji_title {
  box-sizing: border-box;
  color: #343434;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mokuji_title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 499px) {
  .mokuji_title {
    font-size: 21px;
    line-height: 31px;
  }
}
.mokuji_title::before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: -110px;
  background: #232323;
}
.mokuji_title::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -110px;
  background: #232323;
}

#mokuji-list ol {
  box-sizing: border-box;
}
#mokuji-list ol li {
  box-sizing: border-box;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  text-align: left;
}
#mokuji-list ol li a {
  box-sizing: border-box;
  text-decoration: none;
  color: #232323;
  display: block;
  transition: 0.3s;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 45px;
}
#mokuji-list ol li a:hover {
  color: #3069b2;
}

@media screen and (max-width: 768px) {
  #mokuji-list ol li a {
    font-size: 21px;
    line-height: 28px;
    padding-left: 42px;
  }
}
@media screen and (max-width: 499px) {
  #mokuji-list ol li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #mokuji-list ol li a {
    font-size: 17px;
    line-height: 24px;
    padding-left: 38px;
  }
}

#mokuji-list ol li ol {
  box-sizing: border-box;
  padding-top: 10px;
}
#mokuji-list ol li ol li {
  box-sizing: border-box;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 0px;
}
#mokuji-list ol li ol li a {
  box-sizing: border-box;
  text-decoration: none;
  color: #232323;
  display: block;
  transition: 0.3s;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
#mokuji-list ol li ol li:hover a {
  color: #3069b2;
}
@media screen and (max-width: 768px) {
  #mokuji-list ol li ol li a {
    font-size: 16px;
    line-height: 24px;
    padding-left: 42px;
  }
}
@media screen and (max-width: 499px) {
  #mokuji-list ol li ol {
    padding-top: 5px;
  }
  #mokuji-list ol li ol li {
    margin-bottom: 5px;
  }
  #mokuji-list ol li ol li a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 38px;
  }
}

#mokuji-list ol li::before {
  box-sizing: border-box;
  position: absolute;
  top: 0%;
  left: 0;
  width: 35px;
  color: #232323;
  letter-spacing: 1px;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  z-index: 9;
  text-align: right;
}
#mokuji-list ol li ol li::before {
  display: none;
}
@media screen and (max-width: 768px) {
  #mokuji-list ol li::before {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 499px) {
  #mokuji-list ol li::before {
    font-size: 17px;
    line-height: 24px;
  }
}

#mokuji-list ol li:nth-of-type(1):before {
  content: "01.";
}
#mokuji-list ol li:nth-of-type(2):before {
  content: "02.";
}
#mokuji-list ol li:nth-of-type(3):before {
  content: "03.";
}
#mokuji-list ol li:nth-of-type(4):before {
  content: "04.";
}
#mokuji-list ol li:nth-of-type(5):before {
  content: "05.";
}
#mokuji-list ol li:nth-of-type(6):before {
  content: "06.";
}
#mokuji-list ol li:nth-of-type(7):before {
  content: "07.";
}
#mokuji-list ol li:nth-of-type(8):before {
  content: "08.";
}
#mokuji-list ol li:nth-of-type(9):before {
  content: "09.";
}
#mokuji-list ol li:nth-of-type(10):before {
  content: "10.";
}
#mokuji-list ol li:nth-of-type(11):before {
  content: "11.";
}
#mokuji-list ol li:nth-of-type(12):before {
  content: "12.";
}
#mokuji-list ol li:nth-of-type(13):before {
  content: "13.";
}
#mokuji-list ol li:nth-of-type(14):before {
  content: "14.";
}
#mokuji-list ol li:nth-of-type(15):before {
  content: "15.";
}
#mokuji-list ol li:nth-of-type(16):before {
  content: "16.";
}
#mokuji-list ol li:nth-of-type(17):before {
  content: "17.";
}
#mokuji-list ol li:nth-of-type(18):before {
  content: "18.";
}
#mokuji-list ol li:nth-of-type(19):before {
  content: "19.";
}
#mokuji-list ol li:nth-of-type(20):before {
  content: "20.";
}
/***************************************************/

/***************************************************/
/* google map */
.map_wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 768px), print {
  .map_wrapper {
    margin: 10px auto;
  }
}
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/***************************************************/
/* RIGHT */

.side_width {
  width: 100%;
  flex-basis: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .side_width {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    padding-top: 0px;
  }
}
@media screen and (max-width: 499px) {
  .side_width {
    width: 100%;
    flex-basis: 100%;
    padding-top: 20px;
  }
}

.rights a {
  color: #232323;
  text-decoration: none;
}
.right_inner {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightImg {
  box-sizing: border-box;
  width: 80px;
  flex-basis: 80px;
  position: relative;
  overflow: hidden;
}
.rightImg img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
}
.right_inner:hover img {
  transform: scale(1.1);
}

.rightTex {
  box-sizing: border-box;
  width: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
}
.right_toxName {
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  background: #232323;
  width: fit-content;
}
.r_Title {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  color: #232323;
  font-size: 18px;
  line-height: 1.5em;
}
.r_Data {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  color: #acacac;
  font-size: 14px;
  line-height: 1.5em;
}

.popular::after {
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background: #000;
  font-weight: 500;
  font-family: "Oswald";
}
.popular:nth-child(2)::after {
  content: "1";
  background: linear-gradient(
    -45deg,
    #fae85b 0%,
    #a1852d 35%,
    #8a7326 45%,
    #a1852d 65%,
    #fae85b 100%
  );
}
.popular:nth-child(3)::after {
  content: "2";
  background: linear-gradient(
    -45deg,
    #d8d9d8 0%,
    #737272 35%,
    #5d5d5d 45%,
    #737272 65%,
    #d8d9d8 100%
  );
}
.popular:nth-child(4)::after {
  content: "3";
  background: linear-gradient(
    -45deg,
    #e59f4e 0%,
    #8a5b2c 35%,
    #754a25 45%,
    #8a5b2c 65%,
    #e59f4e 100%
  );
}
.popular:nth-child(5)::after {
  content: "4";
  background: #1a308a;
}
.popular:nth-child(6)::after {
  content: "5";
  background: #1a308a;
}

/***************************************************/
/* カテゴリー */
.cate {
  width: 100%;
  flex-basis: 100%;
}
.cate ul li {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 10px;
  font-size: 18px;
  background: #005c8e;
  border: 1px solid #005c8e;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
  line-height: 28px;
}
@media screen and (max-width: 768px), print {
  .cate ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px), print {
  .cate ul li {
    font-size: 14px;
    padding: 2px 5px;
  }
}
.cate2 {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  z-index: 5;
}
.cate2 ul li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px !important;
  font-size: 12px;
  background: #005c8e;
  border: 1px solid #005c8e;
  border-radius: 3px;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
  line-height: 24px;
}
.cate ul li a,
.cate2 ul li a {
  color: #fff;
  text-decoration: none;
}
.cate ul li:hover,
.cate2 ul li:hover {
  background: #fff;
}
.cate ul li:hover a,
.cate2 ul li:hover a {
  color: #005c8e;
}
@media screen and (max-width: 499px), print {
  .cate2 {
    margin-top: 5px;
  }
}

/***************************************************/

.snumber {
  width: 100%;
  text-align: left;
  color: #acacac;
}
.serchBox {
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  border-bottom: 2px solid #232323;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  .serchBox {
    border-bottom: 2px solid #232323;
  }
}
.serchInner {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 21px;
  padding: 10px 10px 20px 40px;
  transition: 0.3s;
  opacity: 1;
  border: none;
}
.serchIcon {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -5px;
  top: 5px;
}
.serchIcon img,
.serchIcon svg {
  width: 100%;
  height: auto;
  display: block;
}

.serch0 {
  fill: none;
  stroke: #232323;
  stroke-width: 3.3737;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.serch1 {
  fill: none;
  stroke: #232323;
  stroke-width: 3.3737;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.serch2 {
  fill: none;
  stroke: #232323;
  stroke-width: 5.398;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.3s;
}

ul.rightmenu {
  width: 100%;
  flex-basis: 100%;
}
ul.rightmenu li {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  list-style: none;
  background: #005c8e;
  border: 2px solid #005c8e;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
ul.rightmenu li a {
  color: #fff;
  text-decoration: none;
}
ul.rightmenu li:hover {
  background: #fff;
}
ul.rightmenu li:hover a {
  color: #005c8e;
}
.wid100 {
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  padding-top: 10px;
}
.telBox {
  box-sizing: border-box;
  font-family: "Oswald";
  font-size: 38px;
  position: relative;
  padding-left: 45px;
  text-align: left;
  color: 232323;
}
.telBox a {
  text-decoration: none;
  transition: 0.3s;
  color: #232323;
}
.telBox:hover a {
  color: #005c8e;
}
.addBox {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-bottom: 30px;
}
.telicon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .telBox {
    font-size: 32px;
    padding-left: 35px;
  }
  .telicon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wid100 {
    text-align: center;
  }
  .telBox {
    font-size: 44px;
    padding-left: 50px;
    margin: 0 auto;
    display: inline-block;
  }
  .telicon {
    width: 45px;
    height: 45px;
  }
}
.telicon img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .banaBox {
    box-sizing: border-box;
    width: 100%;
    flex-basis: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.banatext {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  line-height: 26px;
  transform: translateY(-50%);
  letter-spacing: 3px;
  color: #fff;
  z-index: 19;
  text-align: center;
  padding: 0 10px;
}
.banatext span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .banatext {
    font-size: 28px;
    line-height: 32px;
  }
  .banatext span {
    font-size: 21px;
  }
}

/***************************************************/
.profileBox {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 92, 142, 0.1);
}
.bg_light {
  background: rgba(0, 92, 142, 0.1);
}
.autorText {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}
.autorbtn {
  box-sizing: border-box;
  width: 140px;
  flex-basis: 140px;
  font-size: 16px;
  text-align: right;
  border-radius: 5px;
  border: 1px solid #005c8e;
  background: #005c8e;
  padding: 5px 10px;
  text-align: center;
  transition: 0.3s;
}
.autorbtn a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.autorbtn:hover {
  background: #fff;
}
.autorbtn:hover a {
  color: #005c8e;
}

/***************************************************/
.footerBox {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #005c8e;
  padding: 20px 0;
}
.footLogo {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  height: auto;
  position: relative;
  padding-left: 10px;
}
.footLogo img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .footLogo img {
    width: 150px;
  }
}
@media screen and (max-width: 499px) {
  .footLogo img {
    width: 150px;
  }
}
.privacyBox {
  box-sizing: border-box;
  background: #005c8e;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
  display: inline-block;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.privacyBox a {
  color: #fff;
  text-decoration: none;
}
.privacyBox:hover {
  background: #fff;
}
.privacyBox:hover a {
  color: #005c8e;
}
.policybox {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: right;
  padding: 20px 0;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.policybox a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
  line-height: 1.2;
}
.policybox a:hover {
  opacity: 0.6;
}
.copyBox {
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-weight: 400;
  border-top: 1px solid #fff;
}

/***************************************************/
.texC {
  text-align: center;
}
.pad0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0;
}

.padT0 {
  padding-top: 0px;
}
.padT5 {
  padding-top: 5px;
}
.padL5 {
  padding-left: 5px;
}
.padR5 {
  padding-right: 5px;
}
.padB5 {
  padding-bottom: 5px;
}

.padT10 {
  padding-top: 10px;
}
.padL10 {
  padding-left: 10px;
}
.padR10 {
  padding-right: 10px;
}
.padB10 {
  padding-bottom: 10px;
}

.padT20 {
  padding-top: 20px;
}
.padL20 {
  padding-left: 20px;
}
.padR20 {
  padding-right: 20px;
}
.padB20 {
  padding-bottom: 20px;
}

.padT30 {
  padding-top: 30px;
}
.padL30 {
  padding-left: 30px;
}
.padR30 {
  padding-right: 30px;
}
.padB30 {
  padding-bottom: 30px;
}

.padT40 {
  padding-top: 40px;
}
.padL40 {
  padding-left: 40px;
}
.padR40 {
  padding-right: 40px;
}
.padB40 {
  padding-bottom: 40px;
}

.margT10 {
  margin-top: 10px;
}
.margB10 {
  margin-bottom: 10px;
}
.margT20 {
  margin-top: 20px;
}
.margT30 {
  margin-top: 30px;
}
.margT40 {
  margin-top: 40px;
}
.margB10 {
  margin-bottom: 10px;
}

.padBox {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .padBox {
    padding: 80px 0;
  }
  .margT40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .padBox {
    padding: 80px 0;
  }
  .topfirst {
    padding-top: 20px;
  }
  .margT40 {
    margin-top: 30px;
  }
}

.padBoxVideo {
  padding: 60px 50px 0 150px;
}
@media screen and (max-width: 1280px) {
  .padBoxVideo {
    padding: 40px 50px 0 125px;
  }
}
@media screen and (max-width: 768px) {
  .padBoxVideo {
    padding: 40px 30px 0 90px;
  }
}
@media screen and (max-width: 499px) {
  .padBoxVideo {
    padding: 30px 15px 0 55px;
  }
}

.padT10 {
  padding-top: 10px;
}
.padT20 {
  padding-top: 20px;
}
.padT40 {
  padding-top: 40px;
}
.padT80 {
  padding-top: 90px;
}

.padB50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px), print {
  .padB50 {
    padding-bottom: 30px;
  }
}
.padB80 {
  padding-bottom: 80px;
}

.pad_content {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .pad_content {
    padding: 30px 0;
  }
}

.br599 {
  display: none;
}
@media screen and (max-width: 499px) {
  .pad_content {
    padding: 15px 0;
  }
  .br599 {
    display: block;
  }
}
.padT0 {
  padding-top: 0;
}

/***************************************************/
/* FADEアニメーション */
.anime {
  direction: none;
  opacity: 0;
}
.fadeUp:nth-child(1) {
  animation-delay: 0.08s;
}
.fadeUp:nth-child(2) {
  animation-delay: 0.16s;
}
.fadeUp:nth-child(3) {
  animation-delay: 0.24s;
}
.fadeUp:nth-child(4) {
  animation-delay: 0.32;
}
.fadeUp:nth-child(5) {
  animation-delay: 0.4s;
}
.fadeUp:nth-child(6) {
  animation-delay: 0.48s;
}
.fadeUp:nth-child(7) {
  animation-delay: 0.56s;
}
.fadeUp:nth-child(8) {
  animation-delay: 0.64s;
}
.fadeUp:nth-child(9) {
  animation-delay: 0.72s;
}
.fadeUp:nth-child(10) {
  animation-delay: 0.8s;
}
.fadeUp:nth-child(11) {
  animation-delay: 0.88s;
}
.fadeUp:nth-child(12) {
  animation-delay: 0.96s;
}
.fadeUp:nth-child(13) {
  animation-delay: 1.04s;
}
.fadeUp:nth-child(14) {
  animation-delay: 1.12s;
}
.fadeUp:nth-child(15) {
  animation-delay: 1.2s;
}
.fadeUp:nth-child(16) {
  animation-delay: 1.28s;
}
.fadeUp:nth-child(17) {
  animation-delay: 1.36s;
}
.fadeUp:nth-child(18) {
  animation-delay: 1.44s;
}
.fadeUp:nth-child(19) {
  animation-delay: 1.52s;
}
.fadeUp:nth-child(20) {
  animation-delay: 1.6s;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    direction: block;
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***************************************************/

.contactBtn {
  box-sizing: border-box;
  width: 500px;
  border-radius: 10px;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  background: #004069;
  z-index: 9;
  color: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.contactBtn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 768px), print {
  .contactBtn {
    width: 400px;
    font-size: 28px;
  }
}
@media screen and (max-width: 499px), print {
  .contactBtn {
    width: calc(100% - 150px);
    font-size: 4.5vw;
    bottom: 10px;
  }
}

/***************************************************/

.slider2,
.slider3 {
  width: 100%;
}

.slider-img img {
  height: auto;
  width: 100%;
  border-radius: 9px;
}

.slider .slick-slide {
  height: auto;
  width: 100%;
}
.slider .slick-center {
  transform: scale(1.2);
  height: auto;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding-top: 4.5vw;
  }
}
@media screen and (max-width: 499px) {
  .slider .slick-slide {
    transform: scale(1);
    padding: 0 10px;
  }
  .slider .slick-center {
    transform: scale(1);
  }
}

.slider2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: visible;
}
.slider2 .slider-img {
  margin: 0;
  padding: 0;
  position: relative;
  flex-wrap: wrap;
  background: #005980;
  border-radius: 9px;
  padding: 15px;
  margin: 20px 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  height: auto !important;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.slider-img:hover {
  transform: scale(1.05);
  transform-origin: center;
}

.slick-next {
  right: -20px !important;
}
.slick-prev {
  left: -20px !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-100%) !important;
}
.slider2 .slick-arrow,
.slider3 .slick-arrow {
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 780px) {
  .slick-next {
    right: -10px !important;
  }
  .slick-prev {
    left: -10px !important;
  }
}
@media screen and (max-width: 499px) {
  .slider2 .slider-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
  .slider2 .slider-img > * {
    flex: 0 0 auto; /* ← これが重要！！ */
  }
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}

.slick-arrow:before {
  content: "" !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
.slick-next:before {
  background: url(img/arrow_r.svg) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(img/arrow_l.svg) !important;
  background-size: contain !important;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
  overflow: visible;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(2, 45, 78, 0.4);
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  background: rgba(2, 45, 78, 1);
}

.slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
}

.special_image {
  position: relative;
  width: 100%;
  z-index: 2;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
.lawyer_occupation {
  width: 100%;
  color: #7990a4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 20px;
}
.lawyer_name {
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.price_detail,
.lawyer_detail {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 10px;
}
@media screen and (max-width: 980px) {
  .lawyer_name {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .lawyer_name {
    font-size: 4vw;
  }
}
@media screen and (max-width: 499px) {
  .special_box,
  .special_box2 {
    left: 10px;
    padding: 10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .lawyer_name {
    font-size: 4.5vw;
  }
  .price_detail,
  .lawyer_detail {
    font-size: 14px;
  }
  .lawyer_occupation {
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

.lawyer_detail_single {
  width: 100%;
  flex-basis: 100%;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lawyer_detail_single {
    padding: 20px;
  }
}
@media screen and (max-width: 499px) {
  .lawyer_detail_single {
    font-size: 16px;
    padding: 15px;
  }
}

.lawyer_image_single {
  width: 400px;
  flex-basis: 400px;
  overflow: hidden;
  border-radius: 6px;
}
.lawyer_info_single {
  width: calc(100% - 450px);
  flex-basis: calc(100% - 450px);
}
@media screen and (max-width: 800px) {
  .lawyer_image_single {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .lawyer_info_single {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 499px) {
  .lawyer_image_single {
    width: 100%;
    flex-basis: 100%;
  }
  .lawyer_info_single {
    width: 100%;
    flex-basis: 100%;
  }
}

.carrer_title {
  width: 100%;
  padding-top: 20px;
  color: #7990a4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #7990a4;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.qualification-item {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  padding: 5px 0;
  padding-left: 13px;
  font-size: 18px;
  line-height: 1.6;
  color: #232323;
}
.qualification-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #005980;
  position: absolute;
  top: 17px;
  left: 0;
}
.career-item {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  padding: 5px 0;
  padding-left: 13px;
  font-size: 18px;
  line-height: 1.6;
  color: #232323;
}
.career-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #005980;
  position: absolute;
  top: 17px;
  left: 0;
}
.career-item::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #005980;
  position: absolute;
  top: 17px;
  left: 3px;
}
.career-item:last-child::after {
  display: none;
}

/***************************************************/
.lawyer-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.lawyer_item_inner {
  width: calc(33.3333% - 10px);
  flex-basis: calc(33.3333% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  border-radius: 10px;
  background: #005980;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  position: relative;
}
.lawyer_item_space {
  width: calc(33.3333% - 10px);
  flex-basis: calc(33.3333% - 10px);
}
@media screen and (max-width: 768px) {
  .lawyer_item_inner,
  .lawyer_item_space {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 499px) {
  .lawyer_item_inner,
  .lawyer_item_space {
    width: 100%;
    flex-basis: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.lawyer-thumbnail {
  width: 300px;
  flex-basis: 300px;
  overflow: hidden;
}
.lawyer_item_inner:hover {
  transform: scale(1.05);
}
.lawyer-info {
  width: calc(100% - 340px);
  flex-basis: calc(100% - 340px);
}
.special_image2 {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 499px) {
  .special_image,
  .special_image2 {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .special_box2 {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}

/***************************************************/
.slider3 {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: visible;
}
.customer_bg {
  box-sizing: border-box;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/customer_bg.jpg);
  position: relative;
}

/***************************************************/
.foot_box {
  min-height: 400px;
  width: 100%;
  flex-basis: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 40%);
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-top: 100px;
}
.z2 {
  position: relative;
  z-index: 2;
}
.foot_left {
  width: 300px;
  flex-basis: 300px;
}
@media screen and (max-width: 768px) {
  .foot_left {
    width: 100%;
    flex-basis: 100%;
  }
}
.foot_right {
  width: calc(100% - 350px);
  flex-basis: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.foot0 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
.foot1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  padding-top: 5px;
}
.access_tel {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
}
.access_tel a {
  color: #232323;
	text-decoration:none;
}
.access_tel img {
  width: 25px;
  flex-basis: 25px;
  margin-right: 10px;
}
.foot2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding-top: 15px;
}
.foot2 a {
  color: #fff;
	text-decoration:none;
}
.foot2 img {
  width: 25px;
  flex-basis: 25px;
  margin-right: 10px;
}
.foot3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 25px;
}
.foot4 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.foot5 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  background: url(img/banner.jpg) !important;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
}
.foot5 img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 9;
}
.sp_bana {
  width: 100%;
  flex-basis: 100%;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  background: url(img/banner.jpg) !important;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
}
.foot4 img {
  width: 35px;
  flex-basis: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .foot4 {
    justify-content: center;
  }
  .foot4 img {
    margin: 0 5px;
  }
  .foot5 {
    max-width: 500px;
    margin: 0 auto;
    height: 130px;
    margin-top: 20px;
  }
  .sp_bana {
    height: 130px;
  }
}
@media screen and (max-width: 499px) {
  .foot1 {
    font-size: 14px;
  }
  .foot2 {
    font-size: 24px;
  }
  .foot2 img {
    width: 20px;
    flex-basis: 20px;
    margin-right: 5px;
  }
  .foot3 {
    font-size: 12px;
  }
  .foot5 {
    padding: 60px 0;
  }
  .sp_bana {
    height: 120px;
  }
}

.foot_right ul.footmenu {
  width: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  list-style: none;
}
.foot_right ul.footmenu li {
  width: 100%;
  flex-basis: 100%;
  padding-bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.foot_right ul.footmenu li.name {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.foot_right ul.footmenu li.sub {
  color: #ccc;
}
@media screen and (max-width: 980px) {
  .foot_right ul.footmenu li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .foot_right {
    display: none;
  }
}

.foot_right ul.footmenu li a {
  text-decoration: none;
  color: #fff;
}
/***************************************************/

.voice_box {
  margin: 0;
  padding: 0;
  position: relative;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 30px;
  margin: 10px;
  height: auto !important;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  backdrop-filter: blur(3px);
}
.voice_comment {
  width: 100%;
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding: 30px 0;
}
.voice_comment::before {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url("img/com_1.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.voice_comment::after {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url("img/com_2.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.voice_name {
  width: 100%;
  color: #232323;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  padding-top: 20px;
}
.voice_occupation {
  width: 100%;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  padding-top: 5px;
}
@media screen and (max-width: 980px) {
  .voice_name {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .voice_box {
    padding: 20px;
  }
  .voice_name {
    font-size: 3vw;
  }
  .voice_comment {
    font-size: 16px;
    line-height: 1.5;
  }
  .voice_comment::before,
  .voice_comment::after {
    height: 15px;
  }
}
@media screen and (max-width: 499px) {
  .voice_name {
    font-size: 5vw;
  }
  .voice_occupation {
    font-size: 16px;
  }
}

/***************************************************/
.info_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(2, 45, 78, 0.3);
}
.info_box:last-child {
  border-bottom: 0px solid rgba(2, 45, 78, 0.3);
}
.info_img {
  width: 130px;
  flex-basis: 130px;
  height: 130px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.info_inner {
  width: calc(100% - 160px);
  flex-basis: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.info_title {
  width: 100%;
  flex-basis: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
}
.info_date {
  width: 150px;
  flex-basis: 150px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #ccc;
  margin-left: 15px;
}
.info_cate {
  display: inline-block;
}
.category {
  display: inline-block;
  padding: 3px;
  border: 1px solid #005980;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #005980;
  text-decoration: none;
  z-index: 12;
  position: relative;
  transition: 0.3s;
}
.category:hover {
  color: #005980;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .info_img {
    width: 100px;
    flex-basis: 100px;
    height: 100px;
  }
  .info_inner {
    width: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
  }
  .info_title {
    font-size: 3vw;
  }
  .info_date {
    font-size: 2vw;
  }
  .category {
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .info_img {
    width: 80px;
    flex-basis: 80px;
    height: 80px;
  }
  .info_inner {
    width: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
  }
  .info_title {
    font-size: 4vw;
  }
  .info_date {
    font-size: 3vw;
  }
  .category {
    font-size: 3vw;
  }
}

/***************************************************/

.contact_bg {
  box-sizing: border-box;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/contact_bg.jpg);
  position: relative;
}

/***************************************************/

.faq-accordion {
  width: 100%;
}

.faq-item {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.faq-question {
  width: 100%;
  background: #fff;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
}
.faq-question-open {
  border-bottom: 1px dashed #005980;
}
.faq-answer {
  width: 100%;
  margin: 0 auto;
  display: none;
  background: #fff;
  padding: 15px;
  height: auto;
  display: none;
}
.faq-inner {
  width: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.faq-inner2 {
  width: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  text-align: left;
  cursor: pointer;
  font-size: 21px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.faq-index {
  width: 70px;
  flex-basis: 70px;
  color: #005980;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 3px;
}
.faq-index_a {
  width: 70px;
  flex-basis: 70px;
  color: #ff6666;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 3px;
}

.faq-answer.open {
  opacity: 1;
  padding: 15px;
  transform: scaleY(1);
  height: auto;
}
.faq-inner_title {
  display: inline-block;
  padding: 3px 7px;
  font-size: 24px;
  font-weight: 600;
  background: #ff3333;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
}
.faq-inner_red {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #ff3333;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px !important;
  }
  .faq-index,
  .faq-index_a {
    font-size: 26px;
    line-height: 32px;
    width: 60px;
    flex-basis: 60px;
    letter-spacing: 1px;
  }
  .faq-inner,
  .faq-inner2 {
    font-size: 21px;
    line-height: 32px;
    width: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
  }
  .faq-inner2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 499px) {
  .faq-index,
  .faq-index_a {
    font-size: 21px;
    line-height: 28px;
    width: 50px;
    flex-basis: 50px;
  }
  .faq-inner,
  .faq-inner2 {
    font-size: 18px;
    line-height: 28px;
    width: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
  }
  .faq-inner2 {
    font-size: 16px;
    line-height: 24px;
  }
}

/***************************************************/
.process_pad {
  padding: 50px 0;
}
.process_icon {
  width: 130px;
  flex-basis: 130px;
  height: 130px;
  border-radius: 130px;
  background: #005980;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  padding: 20px;
  position: relative;
  z-index: 2;
}
.process_line {
  width: 10px;
  height: 100%;
  background: #005980;
  position: absolute;
  top: 50%;
  left: 60px;
}
.process_title {
  width: 180px;
  flex-basis: 180px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.process_title span {
  color: #808080;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.process_text {
  width: calc(100% - 320px);
  flex-basis: calc(100% - 320px);
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.process_text1 {
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  background: #005980;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}
.process_text1 span {
  font-size: 0.9em;
}
.process_text2 {
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .process_pad {
    padding: 40px 0;
  }
  .process_icon {
    width: 100px;
    flex-basis: 100px;
    height: 100px;
    border-radius: 100px;
  }
  .process_line {
    top: 50px;
    left: 45px;
  }
  .process_title {
    width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 20px;
    text-align: left;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .process_title {
    width: 160px;
    flex-basis: 160px;
  }
  .process_text {
    width: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
  }
  .process_title span {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .process_text {
    width: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
    margin-left: 120px;
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .process_pad {
    padding: 30px 0;
  }
  .process_icon {
    width: 60px;
    flex-basis: 60px;
    height: 60px;
    border-radius: 60px;
    padding: 10px;
  }
  .process_line {
    width: 6px;
    top: 50px;
    left: 27px;
  }
  .process_title {
    width: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
    font-size: 6vw;
    line-height: 6vw;
  }
  .process_title span {
    font-size: 4.5vw;
    line-height: 4vw;
  }
  .process_text {
    width: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    margin-left: 50px;
    padding: 10px;
    margin-top: 8px;
  }
  .process_text1 {
    font-size: 18px;
  }
  .process_text2 {
    font-size: 16px;
  }
}
/***************************************************/

.merit {
  width: calc(50% - 10px);
  flex-basis: alc(50% - 10px);
  border: 2px solid #f35a5b;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.merit_title {
  width: 100%;
  background: #f35a5b;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
.demerit {
  width: calc(50% - 10px);
  flex-basis: alc(50% - 10px);
  border: 2px solid #1b96be;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.demerit_title {
  width: 100%;
  background: #1b96be;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
.merit_inner {
  width: 100%;
  background: #fff;
  padding: 10px;
}
.merit_inner_flex {
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.merit_inner_text {
  width: 100%;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 0;
  position: relative;
  padding-left: 18px;
}
.merit_text1::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #f35a5b;
  position: absolute;
  top: 12px;
  left: 0;
}
.merit_text2::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #1b96be;
  position: absolute;
  top: 12px;
  left: 0;
}
.normal_text {
  width: 50%;
  flex-basis: 50%;
  padding: 5px 18px;
}
.normal_text100 {
  width: 100%;
  flex-basis: 100%;
  padding: 5px 18px;
}
.normal_text100::before,
.normal_text::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #232323;
  position: absolute;
  top: 12px;
  left: 0;
}
.normal_text span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .merit,
  .demerit {
    width: 100%;
    flex-basis: 100%;
  }
  .normal_text {
    width: 100%;
    flex-basis: 100%;
    padding: 5px 18px;
  }
}

.tips {
  width: 100%;
  flex-basis: 100%;
  border: 2px solid #005c8e;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.tips2 {
  width: calc(50% - 10px);
  flex-basis: alc(50% - 10px);
  border: 2px solid #005c8e;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.tips_title {
  width: 100%;
  background: #005c8e;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
.tips_title2 {
  width: 100%;
  background: #005c8e;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
.tips_inner_text {
  width: 100%;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 5px 0;
  position: relative;
}

@media screen and (max-width: 499px) {
  .merit_title,
  .demerit_title,
  .tips_title {
    font-size: 24px;
  }
  .tips_inner_text,
  .merit_inner_text {
    font-size: 16px;
  }
}
/***************************************************/

.page_content {
  width: 100%;
  position: relative;
}
.single_content {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.flex_prof {
  width: 300px;
  flex-basis: 300px;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px 0 0 3px;
  background: rgba(2, 45, 78, 0.1);
  position: relative;
  margin-bottom: 5px;
}
.flex_prof_detail {
  width: calc(100% - 300px);
  flex-basis: calc(100% - 300px);
  text-align: left;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 3px 3px 0;
  background: #fff;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .flex_prof {
    width: 200px;
    flex-basis: 200px;
  }
  .flex_prof_detail {
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .flex_prof {
    width: 150px;
    flex-basis: 150px;
  }
  .flex_prof_detail {
    width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    padding: 20px;
  }
}
@media screen and (max-width: 499px) {
  .flex_prof {
    width: 100%;
    flex-basis: 100%;
    padding: 10px;
    justify-content: flex-start;
    border-radius: 3px 3px 0 0;
  }
  .flex_prof_detail {
    width: 100%;
    flex-basis: 100%;
    padding: 10px;
    border-radius: 0 0 3px 3px;
  }
}
.prof {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  color: #232323;
}
.prof2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .prof {
    font-size: 18px;
  }
  .prof2 {
    font-size: 18px;
  }
}
.prof2 a {
  color: #232323;
  text-decoration: none;
}
.prof2 a:hover {
  color: rgba(2, 45, 78, 1);
  text-decoration: underline;
}
.bg_black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.bg_black2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.access_text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  padding: 5px 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  transition: 0.3s;
}
.access_text img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .access_text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .access_text {
    font-size: 5vw;
  }
  .flex_access2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .access_text img {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 499px) {
  .access_text {
    font-size: 6vw;
  }
  .access_text img {
    width: 18vw;
    height: 18vw;
  }
}

.flex_access:hover .bg_black {
  background: rgba(0, 0, 0, 0);
}

/***************************************************/
.contents {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  color: #232323;
}
.contents h2 {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  background: #005c8e;
  color: #fff;
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  line-height: 1.6;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 6px;
}
.contents_houjin h2 {
  background: #005c8e;
}
.contents p {
  margin: 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 499px), print {
  .contents h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 40px;
  }
  .contents p {
    font-size: 16px;
  }
}

.contents ul li {
  flex-basis: calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
  list-style: disc;
  text-align: left;
  padding: 5px;
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .contents h2 {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.eyecatch {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 100%;
  padding: 10px 0;
}
.eyecatch img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #232323;
}

.onayami_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  background-color: rgba(244, 244, 244, 0.8);
}
@media screen and (max-width: 499px) {
  .onayami_box {
    padding: 10px;
  }
}
.onayami_inner_text {
  width: 100%;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 7px 0;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 499px) {
  .onayami_inner_text {
    font-size: 16px;
  }
}
.onayami_inner_text::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #232323;
  position: absolute;
  top: 14px;
  left: 0;
}
/***************************************************/
.radius3 {
  border-radius: 3px;
}
.rela {
  position: relative;
}
#office,
#greeting,
#flow,
#access {
  width: 100px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #office,
  #greeting,
  #flow,
  #access {
    top: -60px;
  }
}
.z5 {
  z-index: 5;
}

.align_s {
  align-items: flex-start;
}
.justi_s {
  justify-content: flex-start !important;
}
.align_c {
  align-items: center;
}
.justi_c {
  justify-content: center !important;
}
.justi_e {
  justify-content: flex-end !important;
}

.bg_wh {
  background: #fff;
}
.bg_houjin {
  background-color: rgba(154, 133, 91, 0.05);
}
.bg_kojin {
  background-color: rgba(2, 45, 78, 0.1);
}

.min_wid {
  min-width: 380px;
}
@media screen and (max-width: 499px) {
  .min_wid {
    min-width: 350px;
  }
}

.pl50 {
  padding-left: 50px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 80px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
.bg_grey {
  background-color: rgba(244, 244, 244, 0.8);
}
.bg01 {
  background: #005980 !important;
}
.bg02 {
  background-color: rgba(244, 244, 244, 1) !important;
}
.bg03 {
  background: rgba(2, 45, 78, 0.3);
}
.bg04 {
  background: rgba(2, 45, 78, 0.15);
}
.bg_wh {
  background: #fff;
}
.col_wh {
  color: #fff;
}
.col_wh_shadow {
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}
.col_bk {
  color: #232323;
}
.col_main {
  color: #005980;
}
.col_green {
  color: #005980;
}

.link_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.p0 {
  padding: 0px !important;
}
.m0 {
  margin: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}

.pad_last {
  padding-bottom: 30px;
}
.tex_l {
  text-align: left;
}
.bord {
  border-bottom: 1px dashed rgba(2, 45, 78, 0.3);
}
.border_kojin {
  border: 2px solid #005980;
}
.br_tab {
  display: none;
}
.not_sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .not_sp {
    display: none;
  }
}

.about_pad2 {
  padding-top: 5px;
}
.about_new_pad {
  padding: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
}
.about_new_pad p {
  padding: 0 !important;
}

.about_new_name {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px solid #005980;
}

.custom-ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
  overflow-wrap: break-word;
  line-height: 1.3;
}

.custom-ol li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #005980;
  font-size: 0.9em;
  line-height: 1;
}

.custom-ol .ol-title {
  font-weight: bold;
  display: inline-block;
}

.custom-ol .ol-desc {
  display: block;
  margin-top: 0.3em;
  color: #333;
  font-weight: normal;
}

#labor {
  position: absolute;
  top: -100px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tel_box_big {
  width: 100%;
  flex-basis: 100%;
  max-width: auto;
  border: none;
  padding: 10px;
}

.telephon {
  width: 100%;
  flex-basis: 100%;
  border: 3px solid #005980;
  border-radius: 10px;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact_tel {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
}
.office_name {
  width: 100%;
  color: #005980;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  padding: 5px 0;
}

.letter {
  letter-spacing: 1px;
  font-family: "Poppins";
  font-weight: 500;
}

.pager {
  text-align: center;
  margin-top: 40px;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  overflow: hidden;
  font-family: "Poppins";
  font-weight: 500;
}
.pager .current {
  background: #005980;
  color: #fff;
  border-color: #005980;
}



.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* アイテムの間隔 */
}

.item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
	background:#FFF;
	padding:10px;
	border-radius:9px;
	overflow:hidden;
	position:relative;
}

.item-img {
	border-radius:6px;
	overflow:hidden;
  width: 100%;
}

.item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
	border-radius:6px;
	overflow:hidden;
	transform-origin:center;
  transition: transform 0.3s ease;
}
.item-inner {
  width: 100%;
}
.item-title {
	margin-top: 10px;
	font-size: 21px;
	line-height:1.3;
	color:#232323;
	font-weight:700;
  text-align: left;
  width: 100%;
}

.item-text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  text-align: left;
  width: 100%;
	padding-top:5px;
}

.item:hover img {
	transform:scale(1.05);
}

@media screen and (max-width: 768px) {
.flex-grid {
  gap: 20px;
}
.item {
  width: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 599px) {
.flex-grid {
  gap: 10px;
}
.item {
  width: 100%;
  flex-direction: row;
	align-items:stretch;
	justify-content:space-between;
	}
.item-title {
	font-size: 17px;
	}
.item-text {
  font-size: 14px;
	}
.item-img {
	width:calc(50% - 20px);
	}
.item-inner {
	width:calc(50% + 10px);
	}
}


.bg_pic {
  background-image: url(img/lawyer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	width:100%;
	height: 500px; 
	position:relative;
}

.title_box50 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  flex-direction: column;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 980px) {
	.title_box50 {
  width: 50%;
	}
}
@media screen and (max-width: 768px) {
.bg_pic {
	height: 400px; 
  background-image: url(img/lawyer_bg2.jpg);
	}
.title_box50 {
  width: 100%;
}
}
@media screen and (max-width: 599px) {
.bg_pic {
	height: 300px; 
	}
}

.title_box50 .viewmore {
	max-width:210px;
	margin-top:30px;
}