/*
theme Name: geek works v2
Author: geek works v2
Description: original theme
version： 2.0.0
*/

/**
 * reset css
 */
html { overflow-x: hidden; background: #FFF; font-size: 62.5%; }
body { overflow-x: hidden; min-width: 320px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; word-wrap: break-word; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu { display: block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img {  border: none; }
address, caption, cite, code, dfn, em, strong, th, var, b { font-style: normal; font-weight: normal; }
ul, ol, menu { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: none; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
legend { color: #333; }
a { text-decoration: none; color: #333; }
.pc a, .pc object a, .pc input[type="submit"]{ -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.pc a:hover, .pc object a:hover, .pc input[type="submit"]:hover { opacity: .5; -webkit-opacity: .5; -moz-opacity: .5; -ms-opacity: .5; -o-opacity: .5; }
a img, map a { border: none; }
a:hover, a:active, a:focus { outline: 0; }
embed { width: 100%; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { vertical-align: bottom; -ms-interpolation-mode: bicubic; }
div { vertical-align: top; }
strong { font-weight: normal; }
em { font-style: normal; }
select, input, button, textarea, button { font: 99% arial, sans-serif; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 1; }
a, img, button, input[type="button"], input[type="submit"], .touch-hover { -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }
table { empty-cells: show; font-size: inherit; font: 100%; }
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none){ main { display: block; } }
input { line-height: 1; }
form img, input, select { vertical-align: middle; }
textarea { resize: none; }
select { padding: 1px; }
legend { display: none; }
input, select, textarea, button { font-size: 1.6rem; vertical-align: middle; color: #333; height: 35px; }
textarea { height: auto; }
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea { -webkit-appearance: none; font-size: 1.6rem; width: 100%; padding: 1rem; border: 1px solid #ccc; background: #fff; font-weight: normal; border-radius: 3px; }
/* ======= outline ======= */
input[type="email"], input[type="text"], input[type="number"], input[type="password"], textarea, select { outline: none; }
/* ======= label ======= */
label { margin-right: 1rem; line-height: 1; }
/**
 * body, h1, h2, h3, h4, h5, p
 */
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-kerning: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, strong, b { font-weight: bold; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 23px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
p, li { line-height: 1.85; }
p { margin-bottom: 30px; }
iframe { width: 100%; }
@media screen and (max-width: 991px){
  body { letter-spacing: 0.08rem; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.8rem; }
  h4, h5 { font-size: 1.6rem; }
  p { margin-bottom: 3rem; }
}


/**
 * utility
 */
/* display */
.noDisplay { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.flex{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.flex-reverse { flex-flow: row-reverse; }
.pcNone { display: none; }
.spNone { display: block; }
@media screen and (max-width: 991px) {
  .pcNone { display: block; }
  .spNone { display: none; }
}
/* position */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
/* float */
.leftBox { float: left; }
.rightBox { float: right; }
.nofloat { float: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block;  clear: both; content: ""; }
.clear { clear: both !important; }
/* IE6 */
* html .clearfix { zoom: 1; }
/* IE7 */
*:first-child + html .clearfix { zoom: 1; }
/* weight */
.bold { font-weight: bold; }
/* color */
.red { color: #F00; }
.blue { color: #00F; }
.white { color:#FFF; }
.yellow { color: #FF0; }
.pink { color: #ff3399; }
.orange { color: #FC5D17; }
.mb0 { margin-bottom: 0; }
.mb30 { margin-bottom: 30px; }
/* fadein */
/* fadein trigger */
.fadeIn_trigger,
.fadeUp_trigger,
.fadeDown_trigger,
.fadeLeft_trigger,
.fadeRight_trigger { opacity:0; }
/* その場で */
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* 下から */
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.container {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1100px){
  .container { margin: 0 1.2rem; }
}

/**
 * content form
 */
.content_frm1 main {
  margin-right: 0;
  max-width: 100%;
  width: auto;
}
.content_frm2 .container.flex { flex-wrap: nowrap; }
.content_frm2 main {
  margin-right: 50px;
  max-width: 750px;
  width: 750px;
}
.content_frm2 aside#sidebar { width: 300px; }
@media screen and (max-width: 991px){
  .content_frm2 .flex { display: block; }
  .content_frm2 main,
  .content_frm2 aside#sidebar {
    max-width: 100%;
    width: 100%;
  }
  .content_frm2 main { margin-right: 0; }
}

main,
#sidebar { padding: 80px 0; }
@media screen and (max-width: 991px){
  main { padding: 3rem 0; }
  #sidebar { padding: 5rem 0; }
}

/**
 * transition
 */
.pc .posts_frm img,
.pc .posts_frm .posts_title,
.pc .pagetop,
.pc #sidebar a::after,
.pc .cta_banner a::before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pc #sidebar .sidebar_contact_content a::after,
.pc #sidebar .sidebar_tel_content a::after {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

/**
 * opacity
 */
.pc .pagetop:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
}
.pc a:hover,
.pc object a:hover,
.pc input[type="submit"]:hover,
.pc #breadcrumbs a:hover,
.pc .tag_list a:hover,
.pc #footer .footer_right a:hover,
#global_nav_sp.navOpen_active,
.pc .cta_banner a:hover  {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
}

/**
 * posts form
 */
.posts_frm {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  background: #fff;
}
.posts_frm .flex { display: flex; }
.posts_frm .posts_image {
  overflow: hidden;
  width: 27%;
}
.posts_frm .posts_content {
  padding-left: 25px;
  width: 73%;
}
.posts_frm .posts_title,
.posts_frm .posts_description { margin-bottom: 20px; }
.posts_frm .posts_title h2,
.posts_frm .posts_title h3,
.posts_frm .posts_title h4,
.posts_frm .posts_title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
}
.posts_frm .posts_description,
.posts_frm .posts_description small {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.posts_frm .posts_cat,
.posts_frm .posts_cat a,
.posts_frm .posts_date,
.posts_frm .posts_view {
  font-size: 12px;
}
.posts_frm .posts_cat,
.posts_frm .posts_cat a {
  display: inline-block;
  padding: 2px 5px 1px;
  line-height: 1.2;
  color: #fff;
  background: #047C78;
  border-radius: 3px;
}
.posts_frm .posts_cat::before {
  content: '\f02d';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  margin-right: 5px;
}
.posts_frm .posts_date,
.posts_frm .posts_view { color: #959595; }
.posts_frm .posts_date::before,
.posts_frm .posts_view i { margin-right: 3px; }
.posts_frm .posts_date::before {
  content: '\f017';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
}
.posts_frm .posts_cat,
.posts_frm .posts_date { margin-right: 15px; }

/* posts form 縦 */
.posts_frm_vertical {
  display: flex;
  flex-wrap: wrap;
}
.posts_frm_vertical .posts_frm {
  margin-bottom: 30px;
  margin-right: 2%;
  padding-bottom: 0;
  width: 32%;
  box-shadow: 0 0 5px #eee;
}
.posts_frm .posts_title h2,
.posts_frm .posts_title h3,
.posts_frm .posts_title h4,
.posts_frm .posts_title h5 { font-size: 16px;}
.posts_frm_vertical .posts_frm:nth-child(3n) { margin-right: 0; }
.posts_frm_vertical .flex { display: block; }
.posts_frm_vertical .posts_image,
.posts_frm_vertical .posts_content { width: 100%; }
.posts_frm_vertical .posts_image img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.posts_frm_vertical .posts_content { padding: 30px; }
.posts_frm_vertical .posts_content .flex { display: flex; }
.posts_frm_vertical .posts_title { margin-bottom: 20px; }
.posts_frm_vertical .posts_description { -webkit-line-clamp: 3; }
.posts_frm .new {
  position: absolute;
  top: 0;
  background: linear-gradient(to top left,transparent 50%,#c00 50%);
  opacity: .9;
  z-index: 10;
}
.posts_frm .new,
.posts_frm .new p {
  width: 50px;
  height: 50px;
}
.posts_frm .new p {
  text-align: center;
  margin-top: 0;
  margin-left: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
}
.posts_frm .number p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  padding-left: 7px;
  width: 35px;
  height: 35px;
  line-height: 23px;
  color: #777;
  font-size: 12px;
  font-weight: bold;
  background: #f1f1f1;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  z-index: 1;
}
.posts_frm:nth-child(1) .number p {
  background: -moz-linear-gradient(to top left,transparent 50%,#E8E00C 50%);
  background: -webkit-linear-gradient(to top left,transparent 50%,#E8E00C 50%);
  background: linear-gradient(to top left,transparent 50%,#E8E00C 50%);
}
.posts_frm:nth-child(2) .number p {
  background: -moz-linear-gradient(to top left,transparent 50%,#E5E5E5 50%);
  background: -webkit-linear-gradient(to top left,transparent 50%,#E5E5E5 50%);
  background: linear-gradient(to top left,transparent 50%,#E5E5E5 50%);
}
.posts_frm:nth-child(3) .number p {
  background: -moz-linear-gradient(to top left,transparent 50%,#E89C0C 50%);
  background: -webkit-linear-gradient(to top left,transparent 50%,#E89C0C 50%);
  background: linear-gradient(to top left,transparent 50%,#E89C0C 50%);
}
.pc .posts_frm a:hover .posts_title {
  text-decoration: underline;
  color: #0134de;
}
.pc .posts_frm a:hover img { transform: scale(1.2, 1.2); }
@media screen and (max-width: 991px){
  .posts_frm {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: solid 1px #e6e6e6;
  }
  .posts_frm .posts_title { margin-bottom: 1rem; }
  .posts_frm .posts_title h2,
  .posts_frm .posts_title h3,
  .posts_frm .posts_title h4,
  .posts_frm .posts_title h5 { -webkit-line-clamp: 2; }
  .posts_frm .posts_image { width: 31%; }
  .posts_frm .posts_content {
    padding-left: 1.5rem;
    width: 69%;
  }
  .posts_frm .posts_title { margin-top: 0; }
  .posts_frm .posts_title h2 {
    height: 4rem;
    font-size: 1.4rem;
  }
  .posts_frm .posts_cat,
  .posts_frm .posts_cat a {
    padding-bottom: .2rem;
    padding: .4rem .7rem .3rem;
  }
  .posts_frm .posts_description { display: none; }
  .posts_frm_vertical .posts_title h2 { height: auto; }
  .posts_frm_vertical .posts_frm {
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    box-shadow: none !important;
  }
  .posts_frm_vertical .posts_frm .flex { display: flex; }
  .posts_frm_vertical .posts_content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .posts_frm_vertical .posts_image img { height: 100%; }
  .posts_frm_vertical .posts_title { margin-bottom: 1rem; }
}

/* web */
.web .posts_image img { object-position: top; }
.web .posts_title {
  padding-bottom : 10px;
  border-bottom: solid 1px #bbb;
}
.web .posts_url {
  margin-top: 15px;
  width: 50%;
}
.web .posts_url a {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
  color: #888;
  font-size: 12px;
  border: solid 1px #bbb;
}
.web .posts_url:first-child a { border-right: 0; }
.web .posts_url a:before {
  position: absolute;
  right: 10px;
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
}
.web .posts_cat {
  margin: 0;
  padding: 1px 5px 3px;
  width: 100%;
  background: #047C78;
  border-radius: 0;
}
.web .posts_cat a {
  margin-right: 7px;
  background: none;
}
.web .posts_cat::before { content: none; }
.web .posts_cat a::before {
  content: '\f02d';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  margin-right: 5px;
}
.web .posts_list_link {
  margin: 70px 0 20px;
  text-align: center;
}
.web .posts_list_link a {
  position: relative;
  padding: 20px 50px;
  color: #fff;
  background: #66cdaa;
  border: solid 1px #66cdaa;
  border-radius: 50px;
}
.web .posts_list_link a:before {
  position: absolute;
  right: 25px;
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
}
.pc .web .posts_url a:hover {
  color: #fff;
  background: #bbb;
}
.pc  .web .posts_list_link a:hover {
  color: #66cdaa;
  background: #fff;
}
@media screen and (max-width: 991px){
  .web .posts_frm .posts_image,
  .web .posts_content { width: 100%; }
  .web .posts_frm {
    margin-bottom: 3rem;
    padding-bottom: 0;
    border-bottom: 0;
    box-shadow: 0 0 5px #eee !important;
  }
  .web .posts_image img {
    object-position: top;
    height: 25rem;
  }
  .web .posts_content { padding: 2rem; }
  .web .posts_description { display: -webkit-box; }
  .web .posts_list_link { margin: 5rem 0 1rem; }
}

/**
 * favorite
 */
.favorite_button {
  display: block;
  text-align: center;
  position: relative;
  margin: 10px;
}
button.favorite_button_in {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px -2px rgb(33 37 56 / 25%);
  cursor: pointer;
  border-radius: 5px;
  border-color: #eee;
  transition: 0.2s ease-in-out;
  background: #fcfcfc;
  font-size: 11px;
}
button.favorite_button_in p {
  display: inline-block;
  margin: 0;
}
button.favorite_button_in:hover {
  opacity: 0.8;
}
button.favorite_button_in i {
  color: #ff8c00;
  vertical-align: -1px;
  margin-right: 8px;
  opacity: 0.3;
}
.is-choosen .favorite_button_in { background: #ff8c00; }
.is-choosen .favorite_button_in i {
  opacity: 1;
  color: #fff;
}
.is-choosen .favorite_button_in p {
  font-size: 0;
  color: #fff;
}
.is-choosen .favorite_button_in p:before {
  font-size:11px;
  content: "お気に入り登録済";
}
.pc button.favorite_button_in:hover,
.pc button.favorite_button_in:hover i {
  color: #fff;
  opacity: 1;
}
.pc button.favorite_button_in:hover { background: #ff8c00; }

/**
 * header
 */
#header { padding: 15px 0; }
#header .logo {
  font-family: 'Corben', cursive;
  font-size: 26px;
}
@media screen and (max-width: 991px){
}

/**
 * nav pc
 */
#global_nav_pc .global_nav { margin-right: 20px; }
#global_nav_pc ul {
  position: relative;
  display: flex;
  margin-top: 3px;
  padding-top: 2px;
}
#global_nav_pc li {
  position: relative;
  margin: 0 5px;
}
#global_nav_pc a { font-size: 14px; }
#global_nav_pc a::before,
.pc #global_nav_pc .global_nav_list li:hover a::after,
.pc .current-menu-item a::after,
.pc .current-menu-parent a::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -3%;
  transform: translate(-50%, 5%);
  width: 100%;
  height: 2px;
}
#global_nav_pc a::before { background: #555; }
#global_nav_pc .sub-menu {
  position: absolute;
  display: block;
  text-align: center;
  padding: 20px 10px;
  top: 30px;
  width: 235px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px #cfcfcf;
  pointer-events: auto;
  z-index: -1;
}
#global_nav_pc .sub-menu li {
  margin: 0;
  margin-bottom: 10px;
}
#global_nav_pc .sub-menu li::before {
  content: "";
  border-left: 0;
}
#global_nav_pc .sub-menu li:last-child { margin-bottom: 0; }
.pc #global_nav_pc .global_nav_list li:hover a::after,
.pc #global_nav_pc .current-menu-item a::after,
.pc #global_nav_pc .current-menu-parent a::after { background: #E8470C; }
.pc #global_nav_pc .global_nav_list li:hover .sub-menu a::after { height: 0; }
.pc #global_nav_pc .global_nav_list li:hover .sub-menu {
  opacity: 1;
  z-index: 3;
}
.pc #global_nav_pc .global_nav_list .sub-menu li:hover a::after {
  height: 2px;
  width: 75%;
}
#global_nav_pc .global_nav_list li:first-child { display: none; }
@media screen and (max-width: 1250px){
  #global_nav_pc .global_nav,
  #global_nav_pc .searchform { display: none; }
}

/**
 * nav sp
 */
#global_nav_btn_sp {
  cursor: pointer;
  text-align: center;
  display: block;
  position: fixed;
  top: .5rem;
  right: 1rem;
  padding-top: .8rem;
  width: 5.7rem;
  height: 5.7rem;
  background: #555;
  border-radius: 50%;
  z-index: 999;
}
.btn-trigger {
  position: relative;
  width: 3rem;
  height: 4.4rem;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: .4rem;
  background-color: #fff;
  border-radius: .4rem;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) { top: 1rem; }
.btn-trigger span:nth-of-type(2) { top: 2rem; }
.btn-trigger span:nth-of-type(3) { bottom: 1rem; }
#btn03 { position: relative; }
#btn03.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#btn03.active span:nth-of-type(1) {
  -webkit-transform: translateY(1rem) rotate(-45deg);
  transform: translateY(1rem) rotate(-45deg);
}
#btn03.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#btn03.active span:nth-of-type(3) { opacity: 0; }
#global_nav_sp {
  position: fixed;
  display: none;
  top: 7.7rem;
  right: 0;
  width: 90%;
  height: 100%;
  background: #fff;
  border-top-left-radius: 50px;
  border-top: solid 5px #777;
  border-left: solid 5px #777;
  box-shadow: inset 3px 3px 15px rgba(100, 100, 100, .3);
  overflow-y: auto;
  z-index: 999;
}
#global_nav_sp ul li .title,
#global_nav_sp ul li a { font-size: 13px; }
#global_nav_sp ul {
  margin-bottom: 50px;
  padding: 40px 50px;
}
#global_nav_sp ul li {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 32%;
}
#global_nav_sp ul li:nth-child(3n) { margin-right: 0; }
#global_nav_sp ul li ul {
  margin-bottom: 0;
  padding: 0;
  border: solid 1px #ccc;
}
#global_nav_sp ul li ul li {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
#global_nav_sp .searchform { padding: 40px 50px 10px; }
#global_nav_sp ul li .title,
#global_nav_sp .web ul li ul li { padding: 5px 10px; }
#global_nav_sp ul li .title {
  color: #fff;
  background: #555;
}
#global_nav_sp .web .title,
#global_nav_sp .web ul li ul li { border-bottom: solid 1px #eee; }
#global_nav_sp .web .title {
  position: relative;
  cursor: pointer;
  background: inherit;
}
#global_nav_sp .web .title.active::after { content: "\f068"; }
#global_nav_sp .web ul li ul {
  display: none;
  border: 0;
}
#global_nav_sp .web ul li ul li { padding: 5px 30px; }
#global_nav_sp .web .title { position: relative; }
#global_nav_sp .web .title::after {
  position: absolute;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  top: 50%;
  right: 3%;
  transform: translate(-3%, -50%);
  -webkit-transform: translate(-3%, -50%);
  -ms-transform: translate(-3%, -50%);
  color: #aaa;
  font-size: 10px;
}
@media screen and (max-width: 991px){
  #global_nav_sp ul { padding: 3rem 2.5rem; }
  #global_nav_sp ul li {
    margin-right: 0;
    width: 100%;
  }
  #global_nav_sp .searchform { padding: 4rem 2.5rem 0; }
}

/* global_nav_sp_add */
#global_nav_sp .global_nav_sp_add ul { padding: 3rem 0; }
#global_nav_sp .global_nav_sp_add li {
  padding: 0;
  border: 0;
}
#global_nav_sp .global_nav_sp_add li:first-child,
#global_nav_sp .global_nav_sp_add li:nth-child(2),
#global_nav_sp .global_nav_sp_add li:nth-child(3) { padding: 0 1.5rem }
#global_nav_sp .global_nav_sp_add li:first-child { margin-bottom: 3rem; }
#global_nav_sp .global_nav_sp_add li:nth-child(2),
#global_nav_sp .global_nav_sp_add li:nth-child(3) { margin-bottom: 1.5rem; }
#global_nav_sp .global_nav_sp_add li:nth-child(2) img,
#global_nav_sp .global_nav_sp_add li:nth-child(2) img { border-radius: .5rem; }
#global_nav_sp .global_nav_sp_add img {
  display: block;
  width: 100%;
}
#global_nav_sp.navOpen_active {
  visibility: visible;
  display: block;
  overflow-y: auto;
  z-index: 910;
}

/* main nav */
#main_nav nav {
  position: relative;
  top: 280px;
}
#main_nav ul {
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 50px;
}
#main_nav li {
  text-align: center;
  flex: 1;
  background: #5f9ea0;
  border-left: solid 1px #fff;
}
#main_nav li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#main_nav li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#main_nav li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.pc #main_nav li:hover { background: #fff; }
.pc #main_nav li:hover a {
  color: #5f9ea0;
  opacity: 1;
}
@media screen and (max-width: 991px){
  #main_nav nav { top: 26.5rem; }
}

/* top nav */
.top_nav {
  background: #eee;
  border-bottom: solid 1px #555;
}
#top_nav { position: relative; }
#top_nav .menu_title {
  cursor: pointer;
  padding: 10px 5px;
  font-size: 12px;
  border-right: dotted 1px #555;
}
#top_nav .widget-last .menu_title { border-right: 0; }
#top_nav .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}
#top_nav .title a { color: #fff; }
#top_nav ul li ul {
  position: absolute;
  display: none;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgb(50, 50, 50, .9);
  border-radius: 3px;
  z-index: 10;
}
#top_nav ul li ul li {
  flex: 1;
  padding: 20px;
}
#top_nav ul li ul li ul {
  position: relative;
  top: 0;
  flex-wrap: wrap;
  border-radius: 0;
}
#top_nav ul li ul li ul li {
  flex: unset;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
#top_nav ul li ul li ul li a {
  padding: 2px 7px;
  font-size: 13px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
}
.pc #top_nav .web_top_nav .menu_title:hover,
.pc #top_nav ul li ul li ul li a:hover { color: #ff7f50; }
.pc #top_nav .web_top_nav:hover ul { display: flex; }
@media screen and (max-width: 991px){
  #top_nav { display: none; }
  #top_nav ul li ul { flex-wrap: wrap; }
  #top_nav ul li ul li { flex: unset; }
}

/**
 * breadcrumbs
 */
#breadcrumbs {
   padding: 2px 0 5px;
   background: #555;
}
#breadcrumbs .aioseo-breadcrumbs {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#breadcrumbs .aioseo-breadcrumbs span,
#breadcrumbs .aioseo-breadcrumbs a {
  color: #fff;
  font-size: 13px;
}
#breadcrumbs .aioseo-breadcrumbs span { margin-right: 5px; }
.pc #breadcrumbs a:hover { text-decoration: underline; }
@media screen and (max-width: 991px){
  #breadcrumbs .aioseo-breadcrumbs { -webkit-line-clamp: 2; }
  #breadcrumbs .aioseo-breadcrumbs span,
  #breadcrumbs .aioseo-breadcrumbs a { font-size: 1.2rem; }
}

/* site content */
.site_content {
  position: relative;
  background: #fafafa;
}
#front .site_content { background: #fff; }
@media screen and (max-width: 991px){
}

/* main title */
#main_title {
  position: relative;
  height: 150px;
  background-image: url("assets/images/common/back-image.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
#front #main_title {
  margin-bottom: 50px;
  background-position: center;
}
#main_title .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#main_title .title h1 {
  margin-bottom: 10px;
  line-height: 1.4;
}
#front #main_title .title h1 { line-height: 1.6; }
#main_title .title h1 span { font-size: 14px; }
#front #main_title { height: 300px; }
@media screen and (max-width: 991px){
  #main_title .title { width: 95%; }
}

/* web sub_title */
.web .sub_title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 70px;
  color: #5f9ea0;
}
.web .sub_title h2::before,
.web .sub_title h2::after {
  position: relative;
  content: '';
  height: 1px;
  width: 50px;
  background-color: #9ad5db !important;
  background-image: none;
}
.web .sub_title h2::before { margin-right: 10px; }
.web .sub_title h2::after{ margin-left: 10px; }
.web .sub_title .title P {
  margin-bottom: 70px;
  line-height: 2;
  color: #2c4f54;
}
@media screen and (max-width: 991px){
  .web .sub_title h2 { margin-bottom: 3rem; }
}

/**
* pagination
*/
#pagination {
  margin-top: 50px;
  margin-bottom: 100px;
}
#pagination ul.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
#pagination li { text-align: center; }
#pagination li .page-numbers {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #777;
  background: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
#pagination li:nth-child(2) .page-numbers { border-left: solid 1px #ddd; }
#pagination li .prev,
#pagination li .next {
  text-align: center;
  position: absolute;
  top: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: 0 0 5px #aaa;
}
#pagination li .prev { margin-left: -100px; }
#pagination li .next { margin-left: 40px; }
#pagination li .current {
  color: #fff;
  background: #047C78;
}
.pc #pagination li .page-numbers:hover {
  color: #fff;
  background: #047C78;
}
.pc #pagination li .current:hover { background: #047C78; }
@media screen and (max-width: 991px){
  #pagination {
    margin-top: 4.5rem;
    margin-bottom: 5rem;
  }
  #pagination li .prev { margin-left: -8rem; }
  #pagination li .next { margin-left: 2rem; }
}

/* sidebar */
#sidebar .title,
#sidebar ul li ul li { padding: 5px 10px; }
#sidebar ul li { margin-bottom: 30px; }
#sidebar .category_list_sidebar_content { border: solid 1px #ccc; }
#sidebar .title {
  height: auto !important;
  color: #fff;
  font-size: 13px;
  background: #555;
}
#sidebar ul li ul { background: #fff; }
#sidebar ul li ul li {
  margin-bottom: 0;
  border-bottom: solid 1px #eee;
}
#sidebar ul li ul li:last-child { border-bottom: 0; }
#sidebar ul li a { font-size: 13px; }
#sidebar ul li a:hover { color: #ff8c00; }
/* sidebar web */
#sidebar .web ul li { padding: 0; }
#sidebar .web .title {
  position: relative;
  cursor: pointer;
  background: inherit;
}
#sidebar .web .title::after {
  position: absolute;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  top: 50%;
  right: 3%;
  transform: translate(-3%, -50%);
  -webkit-transform: translate(-3%, -50%);
  -ms-transform: translate(-3%, -50%);
  color: #aaa;
  font-size: 10px;
}
#sidebar .web ul li ul { display: none; }
#sidebar .web ul li ul li { padding: 5px 30px; }
#sidebar .web .title.active::after {  content: "\f068"; }

/**
 * sidebar search form
*/
.searchform .searchform_content { border-radius: 3px; }
.searchform .form {
  position: relative;
  display: flex;
}
.searchform .form input,
.searchform .form input::placeholder { font-size: 14px; }
.searchform .form input::placeholder { color: #bbb; }
.searchform .form input,
.searchform .form button {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 0;
}
.searchform .form input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 14px;
}
.searchform .form button {
  cursor: pointer;
  padding: 0 15px;
  color: #fff;
  background: #555;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.searchform.mb30 { margin-bottom: 30px; }
@media screen and (max-width: 991px){
  .searchform .form button { font-size: 1.6rem; }
}

/**
 * footer
 */

#footer {
  padding: 80px 0 30px;
  color: #fff;
  background: #555;
}
#footer .footer_left { width: 30%; }
#footer .footer_right { width: 70%; }
#footer .flex {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
#footer .flex li {
  position: relative;
  margin-left: 7px;
}
#footer .flex li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
#footer .flex li a {
  position: relative;
  color: #fff;
  font-size: 13px;
}
#footer p {
  margin-bottom: 0;
  color: #fff;
}
#footer img {
  height: 35px;
  width: auto;
  border-radius: 5px;
}
#footer .footer_left .footer_left_link { margin-bottom: 50px; }
#footer .footer_left .footer_left_link:first-child {
  margin-top: 15px;
  margin-bottom: 30px;
}
#footer .footer_left .footer_left_link:first-child a {
  line-height: 0;
  color: #fff;
  font-family: 'Corben', cursive;
  font-size: 26px;
  font-weight: bold;
}
#footer .footer_left .footer_left_link:first-child a small {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
#footer .footer_left .footer_left_link:last-child { margin-bottom: 0; }
#footer .flex .footer_right a { font-size: 12px; }
#footer .footer_right .footer_right_nav { margin-right: 30px; }
#footer .footer_right .footer_right_nav:last-child { margin-right: 0; }
#footer .footer_right .nav_box { margin-bottom: 30px; }
#footer .footer_right .nav_box .h2,
#footer .footer_right .nav_box h2 {
  margin-bottom: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 1px #fff;
}
#footer .footer_right .footer_right_nav:first-child .nav_box:first-child li:first-child { display: none; }
.pc #footer .flex li a:hover { text-decoration: underline; }
footer .copyright p {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 11px;
  background: #444;
}
@media screen and (max-width: 991px){
  #footer .flex { flex-wrap: wrap; }
  #footer li,
  #footer .footer_left,
  #footer .footer_right,
  #footer .footer_right_nav { width: 100%; }
  #footer .footer_left { text-align: center; }
  #footer .footer_right .footer_right_nav:first-child { margin-right: 0; }
}

/**
 * reCAPTCHA v3
 */
.grecaptcha-badge { visibility: hidden !important; }

/**
 * reciprocal link
 */
.reciprocal__link ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}
.reciprocal__link ul li a {
  text-decoration: underline;
  color: #1e90ff;
}
.reciprocal__link ul li a:hover { text-decoration: none; }
