@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*
Theme Name:公益社団法人大垣青年会議所2026
Text Domain: http://www.ogaki-jc.jp/
Version: 1.01
Requires at least: 5.5
Requires PHP: 7.4
Author: OK COMPUTER
Description: This is the theme for the 2021 site renewal.
*/

:root{
  --main-color:#e67840;
  --president-btn:#ff8445;
  --president-back:#dd733e60;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative; }

main{
  position: relative;
  z-index: 1;
}

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  max-width: 100%;
  height: auto; }

/**************************
FORMAT
**************************/
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600; }

.eng {
  font-family: "Oswald", sans-serif;
  font-size: 2em !important;
  margin-bottom: 20px;
  border-bottom: 2px solid #292929;
  padding: 10px 0;
  font-weight: bold; }

.eng:first-letter {
  color: var(--main-color); }

.bold {
  font-weight: bold; }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.3em;
  line-height: 1.5em; }
  @media screen and (max-width: 767px) {
    .medium {
      font-size: 1.0em; } }

.large {
  font-size: 1.5em;
  line-height: 1.8em; }
  @media screen and (max-width: 767px) {
    .large {
      font-size: 1.2em;
      line-height: 1.5em; } }

.large2 {
  font-size: 1.8em;
  line-height: 1.6em; }

.large3 {
  font-size: 2.0em;
  line-height: 1.6em; }

.large4 {
  font-size: 2.8em;
  line-height: 1.5em; }

.red {
  color: #FF5454; }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

.a_right {
  text-align: right !important; }

.blue {
  color: #59E25F; }

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px; }

p.indent {
  text-indent: 1em; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.ml_10 {
  margin-left: 10px; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px !important; }

.pad_area {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .pad_area {
      padding-top: 15px;
      padding-bottom: 15px; } }

.f_left {
  float: left; }

.f_right {
  float: right; }
  @media screen and (max-width: 767px) {
    .f_right {
      float: none; } }

.r_image {
  padding: 0 10px;
  margin-bottom: 20px; }

.clear {
  clear: both; }

.c_black {
  color: #000; }

.title_plan {
  color: #dd733e;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1em; }

.w_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

p {
  line-height: 1.5em; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.h_v_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px 15px; }

.mask_black {
  position: relative;
  z-index: -1; }

.mask_black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.hissu {
  color: #fff;
  background-color: #FF4B72;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 0 5px; }

.about_gclub {
  border: 6px solid #000;
  border-bottom: none;
  padding: 30px 20px; }

/*LINE*/
.line_orange {
  background-image: url("images/line_orange.png");
  height: 13px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 80px;
  margin-bottom: 80px; }

.dotline {
  width: 100%;
  height: 10px !important;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px !important; }

.dotline_black {
  width: 100%;
  height: 1px;
  margin: 15px auto;
  border-bottom: 1px dotted #555; }

.dotted {
  border-bottom: 1px dotted #555; }

.borderline {
  width: 100%;
  height: 10px !important;
  border-bottom: 2px solid #92C64F;
  margin-bottom: 30px !important; }

.img-circle {
  border-radius: 50%; }

.img-radius {
  border-radius: 15px; }

p {
  line-height: 1.5em; }

/*LINK*/
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #50A4FE; }

a img {
  border: none; }

a:hover img {
  transition: .3s;
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

.sss a:link {
  text-decoration: underline; }

.link_adjust {
  position: relative;
  top: -2px; }

/*column*/
.column_2_50_50 {
  width: 100%; }

.column_2_50_50 > div {
  width: 50%;
  float: left;
  text-align: left;
  padding: 10px; }

.column_2_50_50 .left {
  width: 50%;
  float: left;
  padding: 10px; }

.column_2_50_50 .right {
  width: 50%;
  float: right;
  text-align: left;
  padding: 10px; }

.column_2_info {
  width: 100%; }
  .column_2_info .left {
    width: 45%;
    float: left;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .column_2_info .left {
        width: 100%;
        float: none; } }
  .column_2_info .right {
    width: 55%;
    float: right;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .column_2_info .right {
        width: 100%;
        float: none; } }

@media screen and (max-width: 767px) {
  .column_2_50_50 > div {
    width: 100%;
    float: none; }

  .column_2_50_50 .left {
    width: 100%;
    float: none; }

  .column_2_50_50 .right {
    width: 100%;
    float: none; } }
.column_2_70_30 {
  width: 100%; }

.column_2_70_30 .left {
  width: 70%;
  float: left;
  padding: 10px; }

.column_2_70_30 .right {
  width: 30%;
  float: right;
  text-align: left;
  padding: 10px; }

@media screen and (max-width: 767px) {
  .column_2_70_30 .left {
    width: 100%;
    float: none; }

  .column_2_70_30 .right {
    width: 100%;
    float: none; } }
.column_2_30_70 {
  width: 100%; }

.column_2_30_70 .left {
  width: 30%;
  float: left;
  padding: 5px; }

.column_2_30_70 .right {
  width: 70%;
  float: right;
  text-align: left;
  padding: 5px; }

@media screen and (max-width: 767px) {
  .column_2_30_70 .left {
    width: 100%;
    float: none; }

  .column_2_30_70 .right {
    width: 100%;
    float: none; } }
.column_2_60_40 {
  width: 100%; }

.column_2_60_40 .left {
  width: 60%;
  float: left;
  padding: 5px; }

.column_2_60_40 .right {
  width: 40%;
  float: right;
  text-align: left;
  padding: 5px; }

@media screen and (max-width: 767px) {
  .column_2_60_40 .left {
    width: 100%;
    float: none; }

  .column_2_60_40 .right {
    width: 100%;
    float: none; } }
.column_2_40_60 {
  width: 100%; }

.column_2_40_60 .left {
  width: 40%;
  float: left;
  padding: 5px; }

.column_2_40_60 .right {
  width: 60%;
  float: right;
  text-align: left;
  padding: 5px; }

@media screen and (max-width: 767px) {
  .column_2_40_60 .left {
    width: 100%;
    float: none; }

  .column_2_40_60 .right {
    width: 100%;
    float: none; } }
.column_2_80_20 {
  width: 100%; }

.column_2_80_20 .left {
  width: 80%;
  float: left; }

.column_2_80_20 .right {
  width: 20%;
  float: right;
  text-align: left; }

@media screen and (max-width: 767px) {
  .column_2_80_20 .left {
    width: 100%;
    float: none; }

  .column_2_80_20 .right {
    width: 100%;
    float: none; } }
.column_2 > div {
  width: calc(100% / 2);
  width: 50%;
  width: -webkit-calc(100% / 2);
  float: left;
  height: auto;
  padding: 10px; }

.column_3 > div {
  width: calc(100% / 3);
  width: 33%;
  width: -webkit-calc(100% / 3);
  float: left;
  padding: 10px;
  height: auto; }

@media screen and (max-width: 767px) {
  .column_3 > div {
    width: 100%;
    float: none; } }
.column_4 > div {
  width: calc(100% / 4);
  width: 25%;
  width: -webkit-calc(100% / 4);
  float: left;
  height: auto;
  padding: 5px; }

@media screen and (max-width: 640px) {
  .column_4 > div {
    width: 100%;
    float: none; } }
.column_5 > div {
  width: 20%;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  float: left; }

@media screen and (max-width: 767px) {
  .column_5 > div {
    width: 100%;
    float: none; } }
/*flex*/
.flex_24_76 {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%; }

.flex_24_76 > div.left {
  margin: 0;
  padding: 15px;
  width: 24%; }

.flex_24_76 > div.right {
  margin: 0;
  padding: 15px;
  width: 76%; }

@media (max-width: 767px) {
  .flex_24_76 > div.left {
    width: 100%; }

  .flex_24_76 > div.right {
    width: 100%; } }
.flex_president {
  background-color: var(--president-back);
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_president > div {
    margin: 0;
    padding: 10px;
    width: 50%; }
    @media (max-width: 767px) {
      .flex_president > div {
        margin: 0;
        width: 100%; } }

.v_center {
  width: 100%;
  position: absolute;
  top: 50%;
  /* left: 50%; */
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto; }
  @media (max-width: 767px) {
    .v_center {
      position: relative; } }

.flex_2_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

.flex_2_1 > div {
  margin: 0;
  padding: 10px;
  width: 50%; }

@media (max-width: 767px) {
  .flex_2_1 > div {
    margin: 0;
    width: 100%; } }
.flex_70_30 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_70_30 .left {
    margin: 0;
    padding: 10px;
    width: 70%; }
    @media (max-width: 767px) {
      .flex_70_30 .left {
        width: 100%; } }
  .flex_70_30 .right {
    margin: 0;
    padding: 10px;
    width: 30%; }
    @media (max-width: 767px) {
      .flex_70_30 .right {
        width: 100%; } }

.flex_activity > div {
  margin: 0;
  padding: 0;
  width: 50%; }

@media (max-width: 767px) {
  .flex_activity > div {
    margin: 0;
    width: 100%; } }
.flex_3_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }

.flex_3_1 > div {
  margin: 0;
  padding: 10px;
  width: 33.3%; }

@media (max-width: 767px) {
  .flex_3_1 > div {
    margin: 0;
    width: 100%; } }
.flex_3_2 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  .flex_3_2 > div {
    margin: 0;
    padding: 10px;
    width: 33.3%; }
    @media (max-width: 767px) {
      .flex_3_2 > div {
        margin: 0;
        width: 50%; } }

.flex_sns {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_sns > div {
    margin: 0;
    padding: 10px;
    font-size: 2em; }
    .flex_sns > div a {
      color: var(--main-color); }

.flex_4_2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_4_2 > div {
    margin: 0;
    padding: 10px;
    width: 25%; }
    @media (max-width: 767px) {
      .flex_4_2 > div {
        margin: 0;
        width: 50%; } }

.flex_4_1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_4_1 > div {
    margin: 0;
    padding: 10px;
    width: 25%; }
    @media (max-width: 767px) {
      .flex_4_1 > div {
        margin: 0;
        width: 100%; } }

.flex_picup {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 880px; */
  justify-content: center; }
  .flex_picup > div {
    position: relative;
    width: 25%;
    height: auto; }
    .flex_picup > div::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .flex_picup > div .inner {
      position: absolute;
      top: 2%;
      left: 2%;
      width: 96%;
      height: 96%;
      color: #fff;
      background-color: #fff;
      padding: 10px;
      transition: all .3s; }

    .flex_picup > div .inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); /* 薄黒マスク */
        z-index: 1;

    }
    .flex_picup > div .inner .title {
        position: absolute;
        bottom: 5%;
        left: 3%;
        z-index: 2; /* マスクより上にする */
        color: #fff;


    }

      
    @media (max-width: 767px) {
      .flex_picup > div {
        margin: 0;
        width: 50%; } }
    .flex_picup > div a:hover .inner {
      background-color: #333 !important; }
    .flex_picup > div .title {
      font-size: 1.8em;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.04em; }
    .flex_picup > div .jp {
      font-weight: bold;
      letter-spacing: 0.04em; }
    .flex_picup > div .number {
      position: absolute;
      left: 10px;
      bottom: 20px;
      font-size: 3em;
      font-weight: bold;
      font-family: "Oswald", sans-serif; }

.flex_picup2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  justify-content: flex-start;
  /*&> div:first-child {
  	position: relative;
  	width: 25%;
  	height: auto;
  	&::before{
  		content: "";
  		display: block;
  		padding-top: 100%;
  	}
  	.inner{
  		position: absolute;
  		top: 2%;
  		left: 2%;
  		width: 96%;
  		height: 96%;
  		color:#fff;
  		background-color: #fff;
  		padding:10px;
  		transition:all .3s;
  	}
  	@media (max-width: 767px) {
  		margin: 0;
  		width: 50%;
  	}
  	a:hover .inner{
  		background-color: #333!important;
  	}
  	.title{
  		font-size: 1.8em;
  		font-weight: bold;
  		font-family:  $eng;
  		letter-spacing: 0.04em;
  	}
  	.jp{
  		font-weight: bold;
  		letter-spacing: 0.04em;
  	}
  	.number{
  		position: absolute;
  		left:10px;
  		bottom:20px;
  		font-size: 3em;
  		font-weight: bold;
  		font-family:  $eng;
  	}
  }*/ }
  .flex_picup2 > div.sdgs {
    width: 100%;
    height: auto; }
    .flex_picup2 > div.sdgs .inner {
      background-color: #fff; }

.flex_voice {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  .flex_voice > div {
    margin: 0;
    padding: 10px;
    width: 16.6%; }
    @media (max-width: 767px) {
      .flex_voice > div {
        margin: 0;
        width: 50%; } }

.flex_sdgs {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_sdgs > div {
    margin: 0;
    padding: 10px;
    width: 16.6%; }
    @media (max-width: 767px) {
      .flex_sdgs > div {
        margin: 0;
        width: 33%; } }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

.right_res_center {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
.flex {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.flex > div {
  margin: 0;
  width: 50%; }

@media (max-width: 767px) {
  .flex > div {
    width: 100%; } }
.flex2 > div {
  margin: 0;
  width: 50%;
  float: left; }

/*TEL*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/**************************
HEADLINE
**************************/
h2.title {
  display: block;
  margin: 10px auto;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 0 5px;
  text-align: center;
  line-height: 1.1em; }
  h2.title span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1.8em !important;
    color: #002a53;
    z-index: -1; }

@media screen and (max-width: 767px) {
  h2.title {
    font-size: 1.4em; } }
/**************************
HEADLINE
**************************/
h3.sub {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main-color); }
  @media screen and (max-width: 767px) {
    h3.sub {
      font-size: 1.2em !important;
      line-height: 1.5em; } }

h3.sub_center {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: center; }
  @media screen and (max-width: 767px) {
    h3.sub_center {
      font-size: 1.2em !important;
      line-height: 1.5em; } }

h3.catch {
  margin-bottom: 0;
  border-bottom: none;
  font-size: 1.3em !important;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  padding: 10px 5px; }

@media screen and (max-width: 767px) {
  h3.catch {
    font-size: 1em !important; } }
h4 {
  font-size: 1.125em;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 0px;
  padding-left: 15px;
  font-weight: bold;
  border-left: 15px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  border-radius: 15px 0 0 15px; }

h4.iinkai {
  font-size: 1em !important;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 8px;
  padding-left: 20px;
  font-weight: bold;
  border-left: none;
  border-bottom: 1px solid #E3E3E3; }

h5 {
  font-size: 1.1em;
  padding: 7px 7px 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 1.5em 0 1.2em;
  clear: both; }

h3.title {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 30px;
  border-bottom: 5px solid var(--main-color);
  padding-bottom: 5px; }

h3.catch {
  margin-bottom: 0;
  border-bottom: none;
  font-size: 1.3em !important;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  padding: 15px 10px; }

@media screen and (max-width: 767px) {
  h3.catch {
    font-size: 1em !important; } }
h4.title {
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 20px;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0.12em;
  font-weight: bold; }

h5.sidebar {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 0 5px;
  margin-bottom: 10px; }

/**************************
background
**************************/
.area_white {
  background-color: #fff;
  color: #000;
  padding: 30px 20px; }

.area_red {
  background-color: var(--main-color);
  color: #FFF;
  padding: 10px 20px; }

.area_black {
  background-color: #000;
  color: #FFF;
  padding: 10px 20px; }

.area_gray {
  background-color: #efefe8;
  color: #000;
  padding: 10px 20px; }

.area_gray2 {
  background-color: #E5E5E5;
  color: #000;
  padding: 10px 20px; }

.bg_gray {
  background-color: #efefe8; }

.bg_gray2 {
  background-color: #eee; }

.bg_gradation {
  background: -moz-linear-gradient(0% 50% 0deg, #f2fcff 0%, #fff0fa 100%);
  background: -webkit-linear-gradient(0deg, #f2fcff 0%, #fff0fa 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f2fcff), color-stop(1, #fff0fa));
  background: -o-linear-gradient(0deg, #f2fcff 0%, #fff0fa 100%);
  background: -ms-linear-gradient(0deg, #f2fcff 0%, #fff0fa 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2FCFF', endColorstr='#FFF0FA' ,GradientType=0)";
  background: linear-gradient(90deg, #f2fcff 0%, #fff0fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2FCFF', endColorstr='#FFF0FA', GradientType=1); }

.t_news_absolute {
  position: absolute;
  top: 42%;
  right: 10%;
  font-size: 3em; }

@media screen and (max-width: 767px) {
  .t_news_absolute {
    top: 30%; } }
.logo-bg_red {
  max-width: 280px;
  padding: 20px;
  text-align: center;
  margin: 0 auto; }

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 767px) {
    .contents {
      margin: 10px auto; } }

.contents_sns {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px; }

@media screen and (max-width: 767px) {
  .contents {
    padding: 10px; } }
ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em; }

.warning {
  padding: 20px;
  max-width: 600px;
  margin: 30px auto;
  background-color: #FDF8E9;
  border: 1px dotted #F7E19E;
  border-radius: 3px;
  font-size: 0.8em; }

/*jQuery.appear.js*/
.item_top {
  top: -30px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_bottom {
  bottom: -30px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_left {
  left: -40px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_right {
  right: -40px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px; }

/**************************
FRAMEWORK
**************************/
body {
  background: #FFF;
  background-repeat: repeat;
  background-position: top center;
  font-size: 16px;
  color: #202020;
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
  line-height: 1.8em !important;
  letter-spacing: 3px !important; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif; }

/*骨組み*/
#wrap {
  margin: 0px auto; }

/* header */
header .logo-sub {
  position: absolute;
  right: 350px;
  top: 15px; }

.logo-sub strong {
  display: inline-block;
  border-bottom: 1px solid var(--main-color);
  margin-right: 10px;
  padding-left: 1px;
  color: var(--main-color);
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.25em; }

@media all and (-ms-high-contrast: none) {
  .logo-sub strong {
    border-bottom: none;
    text-decoration: underline; } }
.site-header {
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 1002; }

.site-header h1, .site-header.fixed h1,
.site-header h1 img, .site-header.fixed h1 img,
.site-header .memberlog a, .site-header.fixed .memberlog a {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease; }

.site-header.fixed h1,
.site-header.fixed .memberlog a {
  font-size: 0.8em; }

.site-header h1 img {
  width: 343px;
  margin-right: 5px; }

.site-header.fixed h1 img {
  width: 343px; }

.site-header .title {
  position: absolute;
  width: 300px;
  top: 15px;
  left: 70px;
  display: block;
  font-size: 0.9em; }

@media screen and (max-width: 1199px) {
  .site-header .title {
    position: absolute;
    width: 240px;
    top: 15px;
    left: 70px;
    display: block;
    font-size: 0.7em; } }
@media screen and (max-width: 374px) {
  .site-header .title {
    position: absolute;
    width: 180px;
    top: 15px;
    left: 70px;
    display: block;
    font-size: 0.6em; } }
header h1 {
  display: block;
  float: left;
  padding-left: 50px;
  text-indent: -50px;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  header h1 {
    width: 100%;
    float: none;
    font-size: 0.7em;
    line-height: 0; }

  .site-header h1 img {
    width: 280px;
    margin-top: 7px;
    margin-right: 5px; }

  .site-header.fixed h1 img {
    width: 280px;
    margin-top: 7px; } }
header .memberlog {
  float: right;
  padding: 20px;
  margin-right: 70px; }

@media screen and (max-width: 767px) {
  header .memberlog {
    float: none;
    margin: 0 auto;
    text-align: center; } }
button {
  position: fixed;
  top: 2%;
  right: 2%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 99; }

button:focus {
  outline: none; }

ul.disk li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em; }

ul.number li {
  list-style-type: decimal;
  padding-left: 1em;
  text-indent: -1em; }

ul.toggle_menu {
  display: none;
  list-style-type: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10; }

ul.toggle_menu li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 17px 25px;
  color: #000;
  background-color: rgba(182, 220, 201, 0.96);
  border-bottom: 1px dotted #DDD; }

ul.toggle_menu li a:hover {
  color: #8A603F; }

ul.li_support li {
  position: relative;
  padding-left: 1em; }

ul.li_support li::before {
  position: absolute;
  left: 0;
  content: "●";
  color: var(--main-color); }

/*contents*/
#main_image {
  background-image: url(images/main_image.jpg);
  /*背景画像*/
  background-position: center center;
  background-attachment: fixed;
  /*画面からの相対位置（背景固定）*/
  background-size: cover;
  /*背景サイズ*/
  width: 100%;
  height: calc(100vh - 64px);
  position: relative; }

@media screen and (max-width: 767px) {
  #main_image {
    background-attachment: scroll; }

  /*背景サイズ*/ }
#main_image_sub {
  background-image: url(images/sub_top.jpg);
  /*背景画像*/
  background-position: center center;
  /*background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;
  /*背景サイズ*/
  width: 100%;
  height: 400px;
  position: relative; }

@media screen and (max-width: 767px) {
  #main_image_sub {
    height: 280px;
    background-attachment: scroll; } }
.image_contents {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  line-height: 0; }

#container {
  /*padding-top: 80px;*/
  width: 100%;
  height: auto;
  min-height: 1000px;
  margin: 70px auto 0; }
  @media screen and (max-width: 767px) {
    #container {
      margin: 25px auto 0px; } }
  @media screen and (max-width: 432px) {
    #container {
      margin: 35px auto 0px; } }

/*footer*/
footer {
  width: 100%;
  height: auto;
  color: #000;
  /* padding-top: 50px; */
 }

.footer_tel {
  text-align: right;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px; }
  .footer_tel span {
    font-size: 2.5em; }
  @media screen and (max-width: 767px) {
    .footer_tel {
      text-align: center; }
      .footer_tel span {
        font-size: 2.0em; } }

ul.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: right; }

ul.footer_nav li {
  float: left;
  text-align: center;
  font-size: 0.9em; }

ul.footer_nav li::after {
  content: "|";
  margin-left: 2em;
  margin-right: 2em; }

ul.footer_nav li:last-child::after {
  content: "";
  margin-left: 2em;
  margin-right: 2em; }

@media screen and (max-width: 767px) {
  ul.footer_nav {
    display: block; }

  ul.footer_nav li {
    float: none;
    text-align: center; }

  ul.footer_nav li::after {
    content: "";
    margin-left: 0em;
    margin-right: 0em; }

  ul.footer_nav li:last-child::after {
    content: "";
    margin-left: 0em;
    margin-right: 0em; } }
address {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: #777;
  text-align: right;
  font-style: normal;
  font-size: 0.8em;
  position: relative;
  padding-left: 20px; }

address br {
  display: none; }

@media screen and (max-width: 767px) {
  address {
    font-size: 0.8em; } }
/* breadlist */
.breadlist {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 30px;
  font-size: 0.8em; }

/**************************
LIST
**************************/
dl.voices {
  margin: 10px auto; }
  dl.voices > dt {
    padding: 0.3em 1em;
    border-top: 1px solid #ccc;
    background-color: #fff6e1;
    font-weight: bold; }
  dl.voices > dd {
    padding: 0.3em 1.2em 0.8em; }
    dl.voices > dd ol {
      counter-reset: list;
      list-style-type: none;
      padding: 0; }
    dl.voices > dd ol li {
      position: relative;
      padding: 0 0 0 30px;
      margin-bottom: 15px; }
    dl.voices > dd ol li:before {
      counter-increment: list;
      content: counter(list);
      position: absolute;
      left: -10px;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #fff;
      line-height: 30px;
      background: #F6A38B;
      border-radius: 50%;
      top: 0%;
      transform: translateY(0%); }
    dl.voices > dd ol.sample1 li:hover {
      border-bottom-color: #F6A38B; }

dl.plan {
  margin-bottom: 20px;
  border-left: 5px solid #FFB7B7;
  padding-left: 5px; }

dl.plan dt {
  font-weight: bold; }

dl.chairman {
  margin-bottom: 20px; }

dl.chairman dt {
  font-weight: bold; }

dl.chairman dd {
  font-size: 1.5em;
  padding: 5px 10px; }

dl.kousei {
  margin-bottom: 20px; }

dl.kousei dt {
  font-weight: bold; }

dl.kousei dd {
  padding-left: 10px; }

ul.member li {
  min-width: 200px;
  float: left;
  list-style-type: disc; }

@media screen and (max-width: 640px) {
  ul.member li {
    float: none; } }
ul.privacy li {
  list-style-type: decimal;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em; }

ul.disk li {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em; }

li.s_title {
  text-indent: -1em; }

dl.table {
  box-sizing: border-box;
  background: rgba(242, 242, 242, 0.5);
  border-bottom: 1px solid #CCC; }
  dl.table dt {
    font-weight: bold;
    float: left;
    width: 32%;
    padding: 20px 19px 20px;
    border-top: 1px solid #CCC; }
  dl.table dd {
    margin-left: 32%;
    background: #FFF;
    padding: 20px 39px 20px;
    border-top: 1px solid #CCC; }

@media screen and (max-width: 767px) {
  dl.table dt {
    float: none;
    width: 100%;
    padding: 10px 19px 10px; }
  dl.table dd {
    margin-left: 0;
    background: #FFF;
    padding: 10px 39px 20px; } }
dl.gaiyou {
  width: 100%;
  margin: 0 auto; }
  dl.gaiyou dt {
    display: block;
    width: 130px;
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      dl.gaiyou dt {
        width: 100%;
        text-align: center;
        margin-left: 10px;
        margin-bottom: 10px;
        float: none;
        margin-right: 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc; } }
  dl.gaiyou dd {
    display: block;
    padding-top: 0px;
    margin-left: 140px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      dl.gaiyou dd {
        margin-left: 10px; } }

dl.contact {
  width: 100%;
  margin: 10px auto; }

dl.contact dt {
  display: block;
  width: 300px;
  float: left;
  margin-right: 10px;
  background-color: var(--president-btn);
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em; }

dl.contact dd {
  display: block;
  padding: 5px 20px;
  margin-left: 320px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  dl.contact dt {
    margin-left: 10px;
    float: none;
    margin-right: 10px; }

  dl.contact dd {
    margin-left: 10px; } }
dl.topics {
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #ccc; }
  dl.topics dt {
    width: 100%;
    color: inherit;
    margin-bottom: 5px;
    font-size: 0.9em; }
    dl.topics dt span {
      padding: 1px 5px;
      display: inline-block;
      margin-left: 10px;
      color: #fff;
      font-size: 0.8em; }
    dl.topics dt .kurono {
      background-color: var(--president-btn); }
    dl.topics dt .iryo {
      background-color: #0A49A9; }
    dl.topics dt .ukai {
      background-color: #A9850A; }
  dl.topics dd {
    width: 100%;
    color: inherit;
    margin-bottom: 5px;
    margin-left: 10px; }

/**************************
TABLE
**************************/
table.t_responsive {
  width: 100%;
  margin: 10px auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }
  table.t_responsive th {
    min-width: 100px;
    border-right: none;
    border-top: 1px solid #ccc;
    background-color: #FFF6E1;
    font-weight: bold;
    padding: 0.3em 1em;
    text-align: left; }
    @media screen and (max-width: 767px) {
      table.t_responsive th {
        width: 100%;
        display: block; } }
  table.t_responsive td {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em;
    font-size: 1em; }
    @media screen and (max-width: 767px) {
      table.t_responsive td {
        width: 100%;
        display: block; } }

table.t_members {
  width: 100%;
  margin: 10px auto 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }
  table.t_members th {
    width: 240px;
    border-right: none;
    border-top: 1px solid #ccc;
    background-color: #FFF6E1;
    font-weight: bold;
    padding: 0.3em 1em;
    text-align: left; }
    @media screen and (max-width: 767px) {
      table.t_members th {
        width: 100%;
        display: block; } }
  table.t_members td {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em;
    font-size: 1em; }
    @media screen and (max-width: 767px) {
      table.t_members td {
        width: 100%;
        display: block; } }

table.c_gaiyou {
  width: 96%;
  margin: 10px auto;
  border-top: 1px solid #aaa;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.c_gaiyou th {
  min-width: 100px;
  border-right: none;
  border-bottom: 1px solid #aaa;
  background-color: #222;
  font-weight: bold;
  /*    background-image:url(../img/table-back.gif);*/
  background-position: left top;
  padding: 0.3em 1em;
  text-align: center;
  color: #fff; }

.c_gaiyou td {
  border-right: none;
  border-bottom: 1px solid #aaa;
  padding: 0.5em 1em;
  font-size: 1em; }

.c_gaiyou td.left {
  text-align: left; }

/*.archive_img{
	max-height: 180px;
	position:relative;
	overflow: hidden;
}
*/
/**************************
JQuery
/*ページトップ*/
#pageTop {
  background: url(images/pagetop.svg) no-repeat;
  width: 64px;
  height: 80px;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer;
  transition: .3s; }

#pageTop:hover {
  transition: .3s;
  bottom: 4%; }

/* contactform7 */
.wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 select,
.wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  width: 100%;
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #777; }

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus {
  outline: 0;
  border: 2px solid #47C1E2;
  background-color: #fff; }

.wpcf7 input[type="zip"] {
  width: 180px; }

.wpcf7 input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #777;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px; }

.wpcf7 input[type="submit"]:hover {
  background-color: #00A6A9; }

.wpcf7-list-item-label {
  margin-right: 15px; }

.wpcf7 input[type="button"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #999;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  margin-right: 1em; }

.wpcf7 input[type="button"]:hover {
  background-color: #555; }

span.wpcf7-not-valid-tip {
  width: 300px; }

span.wpcf7-list-item {
  display: block; }

/* slick */
.slider {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  background-position: center center;
  border: none; }

.slider a {
  border: none; }

.slider img {
  display: block;
  width: auto !important;
  max-width: 100%;
  margin: auto; }

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  opacity: 0.5; }

.hoge {
  width: 95%;
  min-width: 320px;
  margin: 20px auto 30px; }

.hoge img {
  width: auto !important;
  max-width: 100%;
  height: 120px;
  margin: 5px auto; }

/*autoslide*/
#slide {
  width: 100%;
  /*表示の範囲です。中の要素によって適宜変えてください*/
  height: 10vw;
  /*表示の範囲です。中の要素によって適宜変えてください*/
  overflow: hidden;
  /*普通に考えるとoverflow:hidden;は必要です*/
  position: relative;
  /*スライドが絶対配置で移動するので、positionはrelativeである必要があります*/
  margin: 0 auto; }

#slideIn {
  position: absolute;
  /*スライドが絶対配置で移動するので、positionはabsoluteである必要があります*/
  left: 0;
  /*必要です*/
  top: 0;
  /*必要です*/ }

#slide li {
  float: left;
  /*横移動する場合は、あらかじめloat:left;しておきます*/
  width: 16.67vw;
  height: auto;
  transition-duration: 0.3s; }

#slide li img {
  float: left;
  /*横移動する場合は、あらかじめloat:left;しておきます*/
  width: 100%;
  height: auto; }

figure {
  width: 100%;
  display: block;
  position: relative;
  height: 150px;
  overflow: hidden; }

figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/**************************
BUTTON
**************************/
.button_skew {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .3s; }

.button_skew:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000; }

.button_skew:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1; }

.button_skew:hover {
  cursor: pointer;
  color: #fff;
  font-weight: bold; }

.button_skew:hover:after {
  left: -10%;
  width: 120%; }

.btn_iinkai {
  margin: 0 auto;
  border: 1px solid var(--main-color);
  display: block;
  padding: 30px 16px;
  text-align: center;
  color: #333 !important;
  background-color: var(--president-btn);
  text-decoration: none !important;
  font-size: 1em;
  transition: .15s;
  font-weight: bold; }

.btn_iinkai a {
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease; }

.btn_iinkai:hover {
  background: #fff;
  border: 1px solid var(--main-color);
  transition: .15s;
  color: #333 !important;
  opacity: 1 !important; }

.btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 7px;
  background: none;
  z-index: 1000; }

.btn:before,
.btn:after,
.btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.btn span {
  height: 3px;
  /*background-color: #fff;*/
  top: calc(50% - 1.5px); }

.btn:before {
  content: "MENU";
  font-size: 0.7em;
  text-align: center;
  top: calc(25% - 3px);
  border-top: 3px solid #fff; }

.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid #fff; }

.btn.on span {
  display: none; }

.btn.on:before {
  content: "";
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

.btnlink {
  width: 96%;
  display: block;
  margin: auto;
  border: 1px solid #0060ff;
  border-radius: 5px;
  background: #4285F4;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #000; }

a.format {
  display: block;
  width: 95%;
  min-height: 40px;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.format::before {
  content: url(images/word.jpg);
  position: absolute;
  left: 5px;
  top: 5px; }

a.format:hover {
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  a.format {
    text-align: left; } }
a.format_pdf {
  display: block;
  width: 72%;
  height: 40px;
  padding: 10px 20px 10px 40px;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px; }

a.format_pdf::before {
  content: url(https://g-club.gifu.jp/wp-content/themes/g-club/images/pdf.png);
  position: absolute;
  left: 1px;
  top: 1px; }

a.format_pdf:hover {
  color: var(--main-color); }

a.case-study {
  display: block;
  width: 95%;
  height: 40px;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.case-study:hover {
  opacity: 0.7; }

a.case-study3 {
  display: block;
  width: 98%;
  height: 60px;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.case-study3:hover {
  opacity: 0.7; }

.box_case-study {
  padding: 10px;
  display: block;
  width: 95%;
  height: 40px;
  outline: 1px solid #ccc;
  color: #000;
  position: relative;
  text-align: center;
  outline-offset: -5px; }

a.btn_support {
  display: block;
  width: 95%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 40px;
  background-color: var(--president-btn);
  color: #FFF;
  margin: 10px;
  text-align: center; }

a.btn_support:hover {
  opacity: 0.7; }

a.case-study2 {
  display: block;
  width: 95%;
  height: 40px;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.case-study2:hover {
  opacity: 0.7; }

a.btn_gyousyu {
  display: block;
  width: 95%;
  height: 50px;
  padding: 10px 20px;
  background-color: var(--president-btn);
  color: #FFF;
  font-weight: bold;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 1.2em; }

a.btn_gyousyu:hover {
  opacity: 0.7; }

a.btn_syousai {
  display: block;
  font-size: 0.9em;
  padding: 27px 5px;
  color: #FFF;
  background-color: var(--president-btn);
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: -44px;
  border-radius: 40px;
  text-align: center; }

a.btn_syousai:hover {
  transition: .3s;
  color: #FFF; }

a.btn_more {
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  border: 2px solid var(--main-color);
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  transition: .3s; }
  a.btn_more:hover {
    transition: .3s;
    background-color: var(--president-btn);
    border: 2px solid var(--main-color);
    color: #FFF;
    font-weight: bold; }

a.btn_president {
  display: block;
  max-width: 300px;
  padding: 20px;
  color: #333;
  border: 2px solid var(--president-btn);
  position: relative;
  background-color: var(--president-btn);
  margin: 10px auto;
  text-align: center;
  font-weight: bold; }
  a.btn_president:hover {
    transition: .3s;
    color: #333;
    background-color: #fff;
    border: 1px solid var(--main-color);
  }

a.btn_member {
  display: block;
  padding: 5px 20px;
  color: #FFF;
  border: 2px solid #31a03a;
  position: relative;
  background-color: #31a03a;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold; }
  a.btn_member:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333; }

a.btn_kihonshiryo {
  display: block;
  padding: 5px 20px;
  color: #FFF;
  border: 2px solid #06216F;
  position: relative;
  background-color: #06216F;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold; }
  a.btn_kihonshiryo:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333; }

a.btn_joinus {
  display: block;
  padding: 5px 20px;
  color: #FFF;
  border: 2px solid #dcad2c;
  position: relative;
  background-color: #dcad2c;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold; }
  a.btn_joinus:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333; }

a.btn_contact {
  display: block;
  padding: 5px 20px;
  color: #FFF;
  border: 2px solid #e60012;
  position: relative;
  background-color: #e60012;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold; }
  a.btn_contact:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333; }

a.btn_recruit_top {
  display: inline-block;
  font-weight: bold;
  padding: 25px 30px;
  color: #45ce41;
  border: 2px solid #45ce41;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.btn_recruit_top:hover {
  transition: .3s;
  background-color: #45ce41;
  color: #FFF;
  font-weight: bold; }

a.link_shien {
  display: block;
  width: 95%;
  min-height: 40px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center; }

a.link_shien:hover {
  opacity: 0.7; }

.linkbox a {
  text-decoration: none; }

/*不要かも*/
.triangle_main_black {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 33.68vw 0 0 48vw;
  border-color: transparent transparent transparent #000000; }

.triangle_main_black_sub {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 16.84vw 0 0 24vw;
  border-color: transparent transparent transparent #000000; }

.main_image_title img {
  position: absolute;
  left: 5vw;
  bottom: 4vw;
  z-index: 99;
  width: 15%; }

.main_image_title_sub img {
  position: absolute;
  left: 5vw;
  bottom: 2vw;
  z-index: 99;
  width: 7%; }

.triangle_main_red {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 24vw 16.84vw 0;
  border-color: transparent var(--main-color) transparent transparent; }

.triangle_main_red_sub {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 12vw 8.42vw 0;
  border-color: transparent var(--main-color) transparent transparent; }

.triangle_up {
  border-right: 50vw solid transparent;
  border-bottom: 21.2vw solid #000;
  border-left: 50vw solid transparent; }

.triangle_down {
  border-right: 50vw solid transparent;
  border-top: 21.2vw solid #000;
  border-left: 50vw solid transparent; }

/*不要かも　ここまで*/
/* icon */
.icon_case-study a {
  color: #000 !important;
  font-size: 1.4em; }

.icon_case-study a:hover {
  color: var(--main-color) !important; }

/*slide menu*/
.ul_open_h,
.ul_open_v {
  background: rgba(27, 0, 0, 0.9);
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  z-index: 999; }

.ul_open_h {
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed; }

.ul_open_h li {
  padding: 10px;
  width: 360px; }

.ul_open_v {
  position: absolute;
  height: 100%; }

.ul_open_v li {
  padding: 10px;
  width: 360px; }

.open-1 {
  right: -100%; }

.open-1.active {
  right: 0px; }

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px; }

ul li ul li {
  margin-left: 1em;
  padding: 3px; }

/**************************
OTHERS
**************************/
/* trimming */
.trim {
  width: 100px;
  /* トリミングしたい幅 */
  height: 100px;
  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px; }

.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* loading */
#container, .site-header, footer, address {
  display: none; }

#loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 146px;
  height: 125px; }

span.loading07 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  -webkit-animation: animation07 2s linear infinite;
  animation: animation07 2s linear infinite; }

span.loading07 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

span.loading07:before, span.loading07:after, span.loading07 span:before, span.loading07 span:after {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 23px;
  height: 23px; }

span.loading07:before {
  left: 0;
  top: 0;
  background-image: -webkit-gradient(radial, 25 25, 0, 25 25, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82, #999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(25px 25px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent); }

span.loading07:after {
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, -2 -2, 0, -2 -2, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82, #999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(-2px -2px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px -2px, transparent, transparent 81%, #999 82%, #999 98%, transparent); }

span.loading07 span:before {
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, 25 -2, 0, 25 -2, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82, #999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(25px -2px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px -2px, transparent, transparent 81%, #999 82%, #999 98%, transparent); }

span.loading07 span:after {
  right: 0;
  top: 0;
  background-image: -webkit-gradient(radial, -2 25, 0, -2 25, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82, #999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(-2px 25px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent); }

@-webkit-keyframes animation07 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes animation07 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*loading ここまで*/
/*文字数制限超の非表示*/
.grad-wrap {
  position: relative; }

.grad-wrap + .grad-wrap {
  margin-top: 40px; }

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #009e8f;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.grad-btn::after {
  content: "続きを読む"; }

.grad-btn:hover {
  background: #fff;
  color: #009e8f; }

.grad-btn .fa {
  margin-right: .5em; }

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; }

.grad-item p + p {
  margin-top: 1em; }

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); }

.grad-trigger {
  display: none; }

.grad-trigger:checked ~ .grad-btn {
  bottom: -2em; }

.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"; }

.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg); }

.grad-trigger:checked ~ .grad-item {
  height: auto; }

.grad-trigger:checked ~ .grad-item::before {
  display: none; }

/* search */
/*フォーム全体*/
#form1 {
  position: relative;
  /*フォームの相対位置*/
  width: 100%;
  /*フォームのサイズ*/
  height: 40px;
  margin-bottom: 15px;
  /*フォームの下に余白*/ }

/*検索ボックス*/
#sbox {
  position: absolute;
  /*フォームの絶対位置*/
  width: 200px;
  right: 70px;
  top: 0;
  outline: 0;
  /*クリック時の青い枠線消す*/
  height: 40px;
  /*検索ボックスの高さ*/
  padding: 0 10px;
  /*テキスト位置調整*/
  border-radius: 2px 0 0 2px;
  /*検索ボックスの角を丸める*/
  background: #eee;
  /*検索ボックスの背景カラー*/
  font-size: 16px; }

/*検索ボタン*/
#sbtn {
  width: 70px;
  /*検索ボタンの横幅*/
  height: 40px;
  /*検索ボタンの縦幅*/
  position: absolute;
  /*検索ボタンの絶対位置*/
  right: 0;
  /*検索ボタンの位置調整*/
  top: 0;
  border-radius: 0 2px 2px 0;
  /*検索ボタンの角を丸める*/
  background: #7fbfff;
  /*検索ボタンの背景カラー*/
  border: none;
  /*検索ボタンの枠線を消す*/
  color: #fff;
  /*検索ボタンのテキストカラー*/
  font-weight: bold;
  /*検索ボタンのテキスト太字*/
  font-size: 16px;
  /*検索ボタンのフォントサイズ*/ }

/*検索ボタンマウスオーバー時*/
#sbtn:hover {
  color: #666;
  /*検索ボタンマウスオーバー時のフォントカラー*/ }

/* search ここまで*/
/*その他　G-Club*/
p.box_black {
  display: inline-block;
  background-color: #000;
  font-weight: bold;
  color: #FFF !important;
  padding: 3px 10px; }

a.jirei-top {
  margin-top: 30px !important;
  border: 1px solid var(--main-color);
  color: var(--main-color) !important;
  margin-left: 1em;
  padding: 10px 30px;
  font-weight: bold; }

a.jirei-top:hover {
  opacity: 0.7; }

a.jirei {
  display: block;
  float: left;
  font-size: 1em;
  border: 2px solid #FFF !important;
  border-radius: 3px;
  color: var(--main-color) !important;
  background-color: #FFE9E9;
  margin-left: 1em;
  padding: 3px 10px;
  font-weight: bold; }

a.jirei:hover {
  color: var(--main-color) !important;
  background-color: #fff; }

ul.nendo li {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  color: var(--main-color); }

ul.nendo li a {
  display: block;
  float: left;
  font-size: 1em;
  border: 2px solid #FFF !important;
  /*border-radius: 3px;*/
  color: #FFF !important;
  background-color: #000;
  margin-left: 1em;
  padding: 3px 10px; }

ul.nendo li a:hover {
  color: #000 !important;
  background-color: #FFF; }

ul.nendo2 li a,
a.jirei2 {
  float: left;
  font-size: 0.9em;
  border: 1px solid var(--main-color) !important;
  color: var(--main-color) !important;
  margin-left: 1em;
  padding: 0px 10px; }

ul.nendo2 li a:hover,
a.jirei2:hover {
  color: var(--main-color) !important;
  opacity: 0.7; }

ul.contact_kobetsu li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: var(--president-btn);
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold; }

ul.contact_kobetsu li a {
  color: #FFF; }

ul.contact_kobetsu li a:hover {
  color: #FFF !important;
  opacity: 0.7; }

.icon {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.2em; }

.icon a {
  color: #000; }

.icon2 {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1em; }

.icon2 a {
  color: #000; }

@media screen and (max-width: 767px) {
  .icon2 {
    top: 2em;
    left: 0;
    right: auto; } }
.mono_year {
  display: inline;
  background-color: var(--president-btn);
  font-weight: bold;
  color: #FFF !important;
  padding: 3px 10px !important;
  font-size: 0.9em !important;
  margin-right: 1em;
  margin-left: 1em; }

.theme {
  padding: 10px 0 0 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px; }

.theme::before {
  display: inline-block;
  border-left: 10px solid var(--main-color);
  content: 'THEME';
  font-family: "Oswald", sans-serif;
  font-size: 2.0em;
  color: var(--main-color);
  margin-right: 0.5em;
  padding-left: 0.3em; }

.old {
  float: left;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }

.new {
  float: right;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }

.old a {
  padding: 0.1em 1em;
  color: #000;
  text-decoration: underline !important; }

.new a {
  padding: 0.1em 1em;
  color: #000;
  text-decoration: underline !important; }

.old a:hover, .new a:hover {
  color: var(--main-color); }

/*header*/
.site-header {
  height: 70px;
  /*position: relative;*/ }

.site-header .header-logo {
  margin: 0;
  padding: 10px 0 0 1em;
  width: 360px;
  background-color: #fff;
  float: left; }

.site-header .header-logo img {
  display: block;
  vertical-align: middle; }

.site-header .header-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  font-size: 1em; }

.site-header .header-menu ul li {
  letter-spacing: 0.15em;
  list-style: none;
  font-weight: bold;
  margin: 5px 0 0;
  display: inline-block;
  text-align: center;
  padding: 0 20px; }

.site-header .header-menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all .3s;
  line-height: 1.3;
  font-weight: bold;
  padding: 15px 0; }

.site-header .header-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--president-btn);
  transform: translate(0%, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.site-header .header-menu ul li a:hover {
  color: var(--main-color); }

.site-header .header-menu ul li a:hover:after {
  width: 100%; }

.site-header .header-menu ul li a span {
  display: block;
  letter-spacing: -0.05em; }

.site-header .header-menu ul li ul {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.9); }

.site-header .header-menu ul li ul li {
  width: 230px;
  display: block;
  float: none;
  font-size: 0.9em;
  text-align: left; }

.site-header .header-menu ul li ul li a {
  padding: 5px; }

.site-header .header-menu ul li:hover ul {
  display: block; }

.site-header .header-tel {
  width: 300px;
  position: absolute;
  right: 20px;
  top: 15px; }

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

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

  .site-header .header-logo {
    padding: 0 0 0 1em;
    width: 320px; }

  .site-header .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow-y: auto;
    background-color: var(--president-btn); }

  .site-header .header-menu ul li {
    display: block;
    margin: 0;
    text-align: left;
    /*border-top: 1px solid #fff;*/
    color: #333;
    padding: 0 10px; }

  .site-header .header-menu ul li a {
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.3; }

  .site-header .header-menu ul li a:hover {
    color: #fff; }

  .site-header .header-menu ul li a:hover:after {
    width: 100%;
    height: 0; }

  .site-header .header-menu ul li a span {
    margin-left: 1em;
    font-size: 13px; }

  .site-header .header-menu ul li ul {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0); }

  .site-header .header-menu ul li ul li {
    width: 100%;
    padding-left: 15px; }

  .site-header .header-menu ul li ul li a {
    font-weight: normal;
    padding: 5px; }

  .site-header .header-menu ul li ul li a br {
    display: none; }

  .site-header .btn-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 22px;
    background-color: var(--president-btn); }

  .site-header .btn-nav a, .site-header .btn-nav span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .site-header .btn-nav a {
    position: relative;
    width: 30px;
    height: 70px;
    text-align: center;
    cursor: pointer; }

  .site-header .btn-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px; }

  .site-header .btn-nav span:nth-of-type(2) {
    top: 10px; }

  .site-header .btn-nav span:nth-of-type(3) {
    top: 20px; }

  .site-header .btn-nav.active a span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }

  .site-header .btn-nav.active a span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s;
    animation: active-menu-bar02 .8s; }

  .site-header .btn-nav.active a span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }

  .site-header .header-tel {
    right: 90px;
    top: 0px !important; } }
@media (min-width: 768px) {
  .paradeiser a.active, .paradeiser a:hover {
    background: #fff;
    color: #08BBF2; }

  .paradeiser .paradeiser_dropdown.active {
    background: #fff;
    color: #08BBF2; } }
@media (max-width: 767px) {
  .site-header .header-logo {
    width: 250px;
    padding: 10px 0 0 1em; }

  .site-header .header-tel {
    display: none; } }
@media (max-width: 425px) {
  .site-header .header-logo {
    width: 250px; }

  .site-header .paradeiser span > span {
    display: block;
    margin: 0; } }
/*TOP画像*/
.mv .mv-text {
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  color: #FFF; }

.mv {
  background: url(images/bg_sub2025.png) center center;
  background-size: cover;
  height: 200px;
  position: relative; }
  .mv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .mv .mv-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .mv h2 {
    font-size: 2.2em;
    color: #333;
    margin: 0 0 30px;
    line-height: 1.2em;
    font-weight: bold; }
    .mv h2 span {
      display: block;
      font-size: 0.4em; }
    @media (max-width: 767px) {
      .mv h2 {
        font-size: 1.6em; } }
  .mv .lead {
    font-size: 16px; }
    .mv .lead span {
      display: inline-block; }

/*Products*/
.service-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.service-img img {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }

.service-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 42, 83, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }

.service-bloc:hover {
  color: #222;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

.service-type {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  color: #47C1E2;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.375;
  text-align: center;
  vertical-align: middle; }

.service-type-inner {
  position: relative;
  display: inline-block; }

.service-type-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  left: 0\9;
  width: 0;
  height: 1px;
  background-color: #47C1E2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scaleX(-50%);
  -ms-transform: scaleX(-50%);
  transform: translateX(-50%); }

.service-bloc:hover .service-type span:after {
  width: 100%; }

.service-txt {
  margin-top: 22px;
  padding: 0 22px 22px; }

/*タイムライン*/
.timeline {
  list-style: none; }

.timeline > li {
  margin-bottom: 60px; }

.timeline-content dt {
  font-size: 1.2em;
  font-weight: bold; }

.timeline-date {
  font-size: 1.2em;
  font-weight: bold; }

/* タイムライン　for Desktop */
@media (min-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative; }

  .timeline-date {
    width: 110px;
    float: left;
    /*margin-top: 20px;*/ }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #1176D8 solid;
    padding-left: 30px; }

  .timeline-content dl {
    margin-bottom: 20px; }

  .timeline-content:before {
    content: '';
    width: 14px;
    height: 14px;
    border: solid 3px #1176D8;
    background: #FFF;
    position: absolute;
    left: 102px;
    top: 3px;
    border-radius: 100%; } }
/*op*/
/*section3*/
.section3 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  z-index: 3; }

.section3left {
  width: 60%;
  position: relative;
  left: 0;
  top: 0; }

.section3right {
  width: 55%;
  position: absolute;
  right: 0;
  top: 200px;
  background-color: rgba(255, 255, 255, 0.84);
  border: 8px solid rgba(71, 193, 226, 0.78);
  padding: 40px 60px 40px 60px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.section3.visible .section3right {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.section-img,
.section3-img {
  height: 60vh;
  background-position: center center;
  max-height: 760px;
  background-repeat: no-repeat !important;
  background-size: cover; }

.section3-img {
  position: relative; }

/*.service:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.16;
  background: url(/common/images/bg_04.png) 0 0 repeat;
  transition: 0.6s; }
*/
.subh2 {
  font-size: 100px;
  font-family: 'oswaldbold';
  line-height: 1.3;
  text-transform: capitalize;
  font-style: italic;
  text-shadow: 1px 1px 0 #fcfae8, 4px 4px 0 rgba(0, 0, 0, 0.25); }

.subh3 {
  font-size: 24px;
  line-height: 1.1;
  text-shadow: 1px 1px 0 #fcfae8, 4px 4px 0 rgba(0, 0, 0, 0.25); }

.subh3:after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  margin-top: 25px; }

.text-in {
  font-size: 2.2em;
  line-height: 1.1;
  margin: 30px 0 20px;
  font-weight: bold;
  color: #47C1E2; }
  .text-in i {
    margin-right: 0.5em;
    font-size: 2em; }

.text {
  font-size: 16px;
  line-height: 2; }

.section3-more {
  margin-left: 0; }

/*@media (max-width: 1450px) {
  .section3right {
    width: 70vw;
    top: 100px; } }*/
@media (max-width: 1024px) {
  .section3right {
    top: 100px; }

  .subh2 {
    font-size: 82px; } }
/*@media (max-width: 980px) {
  .section3right {
    width: calc(100% - 100px);
    top: 97px; }
    .section3right .text {
      width: 80%;
      margin: 0 auto; } }*/
@media (max-width: 768px) {
  .section3right {
    width: calc(100% - 30px);
    top: 30px; }

  .section3left {
    width: 100%; }

  .section3right {
    top: -60px;
    position: relative;
    padding: 40px 20px 40px 20px;
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center; }

  .section-img,
  .section3-img {
    height: 340px; }

  .subh3:after {
    margin: 20px auto 0; }

  .section3-more {
    margin: 20px auto 0; } }
@media (min-width: 751px) and (max-width: 980px) {
  .section4sub .subin {
    padding-right: 82px; } }
@media (max-width: 750px) {
  .section3 {
    margin-top: -11px;
    margin-bottom: 30px; }

  .section3right {
    top: -60px;
    position: relative;
    padding: 40px 20px 40px 20px;
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center; }

  .text-in {
    font-size: 22px;
    margin: 20px 0 20px; }

  .subh2 {
    font-size: 52px; } }
@media screen and (max-width: 520px) {
  .text-in {
    font-size: 20px;
    margin: 20px 0 20px; }

  .subh2 {
    font-size: 30px; }

  .subh3 {
    font-size: 16px;
    line-height: 1.1; }

  .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left; } }
@media screen and (min-width: 768px) {
  .slider-nav {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 200; }

  .slider-nav a img:hover {
    opacity: 0.9;
    transition: 0.2s; } }
/*recruit*/
a.btn_recruit {
  display: inline-block;
  padding: 5px 20px;
  color: #47C1E2;
  border: 2px solid #47C1E2;
  position: relative;
  margin: 10px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold; }

a.btn_recruit:hover {
  transition: .3s;
  background-color: #47C1E2;
  color: #FFF;
  font-weight: bold; }

.icon_recruit {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #45ce41;
  z-index: 10; }

@media screen and (max-width: 767px) {
  .icon_recruit {
    position: absolute;
    width: 100px;
    height: 100px; } }
.rec_catch_area {
  position: absolute;
  bottom: 30px;
  background-color: rgba(43, 43, 43, 0.4);
  padding: 30px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .rec_catch_area {
      bottom: 15px;
      padding: 15px; } }

.rec_catch {
  font-size: 2.2em;
  font-weight: bold;
  color: #FFF;
  text-align: center; }
  .rec_catch span {
    color: #45CE41; }
  @media screen and (max-width: 767px) {
    .rec_catch {
      font-size: 1.2em; } }

.rec_catch2 {
  font-size: 2.6em;
  font-weight: bold;
  color: #45CE41;
  text-align: left;
  font-style: italic; }
  @media screen and (max-width: 767px) {
    .rec_catch2 {
      font-size: 1.6em; } }

.area_l_recruit {
  position: absolute;
  font-family: "Oswald", sans-serif;
  z-index: -1;
  font-size: 18vw;
  font-weight: bold;
  right: 0;
  bottom: 100px;
  color: #efefef; }

h3.rec_title {
  font-size: 3.3em;
  font-weight: bold;
  line-height: 1em;
  font-family: '游明朝', "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h3.rec_title {
      font-size: 2em; } }

.rec_member_area {
  position: absolute;
  text-align: center;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 30px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  bottom: 30px;
  right: 80px; }
  .rec_member_area .name {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .rec_member_area .name {
        font-size: 1.6em; } }
  @media screen and (max-width: 767px) {
    .rec_member_area {
      bottom: -170px;
      width: 80%;
      left: 50%;
      transform: translateX(-50%); } }

.pad_area_rec {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .pad_area_rec {
      padding-top: 210px; } }

.motto {
  font-size: 1.6em;
  font-weight: bold;
  color: #004fa3;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .motto {
      font-size: 1.2em; } }

h3.gyoumu {
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px 25px;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  background-color: #444;
  margin-bottom: 15px; }

dl.gyoumu {
  width: 100%;
  padding: 15px; }
  dl.gyoumu dt {
    font-size: 1.8em;
    color: #d36e00;
    margin-bottom: 10px;
    line-height: 1.2em; }
  dl.gyoumu dd {
    margin-bottom: 30px; }

.box_rec_blue {
  width: 100%;
  padding: 30px;
  border: 7px solid #004fa3;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .box_rec_blue {
      padding: 10px; } }

.flex_qa {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

.flex_qa > div {
  margin: 0;
  padding: 25px;
  width: 50%; }
  .flex_qa > div dl dt {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 1.2em; }
    .flex_qa > div dl dt span {
      font-size: 3em;
      font-style: italic;
      color: #47c1e2;
      margin-right: 10px; }
  .flex_qa > div dl dd {
    padding: 10px; }

@media (max-width: 767px) {
  .flex_qa > div {
    margin: 0;
    padding: 10px;
    width: 100%; } }
.box_private {
  width: 100%;
  padding: 30px;
  border: 7px solid #F19D9F;
  border-radius: 10px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .box_private {
      padding: 10px; } }
  .box_private h4 {
    font-size: 3em;
    color: #F8CDCE;
    font-family: "Oswald", sans-serif;
    display: block;
    margin-bottom: 20px; }
  .box_private dl dt {
    width: 200px;
    float: left; }
    @media screen and (max-width: 767px) {
      .box_private dl dt {
        float: none; } }
  .box_private dl dd {
    margin-left: 220px;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .box_private dl dd {
        margin-left: 0;
        padding: 10px; } }

@media screen and (max-width: 767px) {
  .row_reverse {
    flex-direction: row-reverse; } }
.area_career {
  background-color: #fff;
  border-radius: 30px;
  padding: 35px;
  width: 100%;
  max-width: 450px;
  margin: 30px auto; }
  .area_career dl {
    box-sizing: border-box;
    background: rgba(223, 236, 240, 0.5);
    border-bottom: 1px solid #CCC; }
    .area_career dl dt {
      font-weight: bold;
      width: 100%;
      padding: 10px 15px 10px;
      border-top: 1px solid #CCC; }
    .area_career dl dd {
      background: #FFF;
      padding: 10px 20px;
      border-top: 1px solid #CCC; }

.catch_area {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 30px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .catch_area {
      bottom: 15px;
      padding: 15px; } }

.top_catch {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4.2em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 5px #E480A8; }
  @media screen and (max-width: 767px) {
    .top_catch {
      font-size: 1.2em; } }

/*clionic-info*/
.clinic-info {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px; }

.clinic-info .gel {
  position: absolute;
  top: 37px;
  right: 0;
  transform-origin: right top; }

.clinic-info .sec-inner {
  display: -webkit-box;
  display: flex;
  width: 1200px;
  margin: -120px auto 0;
  padding-top: 120px; }

.clinic-info .map {
  position: relative;
  width: 100%;
  height: 720px; }
  @media screen and (max-width: 767px) {
    .clinic-info .map {
      height: 300px; } }

.clinic-info #gMap {
  width: 100%;
  height: 100%; }

.clinic-info .map .btn-color {
  position: absolute;
  bottom: 0;
  left: 0; }

.clinic-info dt {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 16px;
  letter-spacing: 0.12em; }

.clinic-info dt strong {
  display: inline-block;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 2px; }

.clinic-info dd {
  margin-bottom: 30px;
  padding-left: 10px; }

.clinic-info dd:last-of-type {
  margin-bottom: 0; }

.clinic-info dd h3 {
  margin-bottom: 10px;
  color: #696969;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em; }

.clinic-info dd h3:first-of-type {
  margin-top: 25px; }

.clinic-info dd ul {
  margin-left: -5px; }

.clinic-info dd li {
  float: left;
  box-sizing: border-box;
  width: 44%;
  margin-left: 0; }

.clinic-info dd p {
  margin-bottom: 30px;
  color: #696969;
  text-align: justify; }

.clinic-info dd p.txt-s {
  font-size: 13px; }

.clinic-info dd p strong {
  display: inline-block;
  /* 	border-bottom: 1px solid #565656; */
  /* 	color: #565656; */
  font-size: 17px;
  line-height: 1.3; }

.clinic-info dd p span {
  display: block;
  margin: 2px 0 -12px;
  font-size: 12px; }

.clinic-info dd p em {
  border-bottom: 1px solid #696969;
  padding-bottom: 2px; }

/* .schedule*/
.schedule {
  width: 100%; }

.schedule table {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 30px; }

.schedule tr {
  border-bottom: 1px solid #D0EBDD; }

.schedule th {
  padding: 1%;
  color: #232323;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .schedule th {
      font-size: 14px;
      padding: 2%; } }

.schedule th:first-of-type {
  font-size: 16px;
  letter-spacing: 0.18em; }
  @media screen and (max-width: 767px) {
    .schedule th:first-of-type {
      font-size: 14px; } }

.schedule td {
  padding: 1%;
  color: var(--main-color);
  font-size: 14px;
  text-align: center;
  vertical-align: middle; }

.schedule td:first-of-type {
  padding-right: 22px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 767px) {
    .schedule td:first-of-type {
      font-size: 14px; } }

.schedule th:last-of-type,
.schedule td:last-of-type {
  padding-right: 20px;
  padding-left: 4px; }

.schedule td span {
  font-size: 20px; }

dl.sidebar_post {
  margin-bottom: 20px; }

dl.sidebar_post dt {
  display: block;
  font-size: 0.8em; }

dl.sidebar_post dd {
  display: block;
  padding: 0px 5px 8px;
  border-bottom: 1px dotted #ccc; }

#textsize {
  z-index: 99;
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--president-btn);
  padding: 5px;
  width: 100%;
  text-align: right; }
  #textsize a {
    display: inline-block;
    color: #000;
    border: 1px solid #777;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 3px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    #textsize {
      display: none; } }

.tag_deco a {
  color: #fff;
  padding: 2px 5px;
  margin: 5px;
  background-color: #0f8bff;
  border-radius: 1em;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.2em; }

#voice li.cat-item {
  list-style-type: none;
  display: inline-block;
  float: left;
  padding: 2px 15px;
  margin: 5px;
  background-color: #0f8bff;
  border-radius: 1em;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.2em; }
  #voice li.cat-item a {
    color: #fff; }

/*mask*/
.archive_post figure {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-size: contain; }
  .archive_post figure .caption {
    width: 98%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .archive_post figure .caption .b_title {
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
  .archive_post figure .mask1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.64);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
  .archive_post figure:hover .mask1, .archive_post figure:hover .mask2 {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .archive_post figure .caption .b_title {
    font-size: 0.8m !important;
    font-weight: bold;
    margin-bottom: 10px; }
  .archive_post figure .caption p {
    font-size: 0.7em !important; } }
ul.kihonshiryo i {
  color: #1197D7; }
ul.kihonshiryo li {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em; }
  ul.kihonshiryo li ul li {
    font-size: 0.9em;
    margin-bottom: 0.5em; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 60px;
  z-index: 0; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

iframe.wp-embedded-content {
  width: 100%; }

.grecaptcha-badge {
  visibility: hidden; }

.flex_startup14 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_startup14 > div {
    margin: 0;
    padding: 10px;
    width: 25%; }
    @media (max-width: 767px) {
      .flex_startup14 > div {
        margin: 0;
        width: 50%; } }
    .flex_startup14 > div .img_su14 {
      border: 2px solid #FFF;
      border-radius: 10px; }
    .flex_startup14 > div .company_name {
      text-align: center;
      color: #fff; }
    .flex_startup14 > div .member_name {
      text-align: center;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold; }
    .flex_startup14 > div > div {
      padding: 10px; }

a.btn_su14 {
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  border: 2px solid #333;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  transition: .3s;
  border-radius: 30px; }
  a.btn_su14:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333;
    color: #FFF;
    font-weight: bold; }

a.btn_members {
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  border: 2px solid #333;
  position: relative;
  text-align: center;
  background-color: #fff;
  transition: .3s;
  border-radius: 30px;
  font-size: 0.8em;
  margin-bottom: 15px; }
  a.btn_members:hover {
    transition: .3s;
    background-color: #333;
    border: 2px solid #333;
    color: #FFF;
    font-weight: bold; }

a.btn_ikkatsu {
  display: inline-block;
  padding: 20px;
  color: #FFF;
  border: 2px solid #FFB000;
  position: relative;
  margin: 10px;
  margin-right: 10px;
  text-align: center;
  background-color: #FFB000;
  transition: .3s;
  border-radius: 15px;
  font-size: 2em; }
  a.btn_ikkatsu:hover {
    transition: .3s;
    background-color: #fff;
    border: 2px solid #FFB000;
    color: #FFB000;
    font-weight: bold; }

.area_su14_tel {
  border: 2px solid #333;
  padding: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 20px; }



  /* pararax */
  article{
    position: relative;

  }

  section h2 {
    font-size: 6rem;
    padding: 1rem;
  }
  section h2 span {
    font-size: 7rem;
  }

  /* .layer {
    margin-top: 0;
    position: relative;
    height: 100%;
    width: 100vw;

  }
  .layer .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
  }

  .layer .panel figure {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    height: 100vh;
    width: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .layer .panel .title_desc {
    color: #000000;
    margin-left: auto;
    max-width: 40ch;
  }
  .layer .panel .title_desc h3 {
    font-size: 3rem;
    padding-top: 2rem;
  }
  .layer .panel .title_desc p {
    font-size: 1rem;
    padding-top: 1rem;
  } */
  .layer .panel_member:first-of-type figure {
    background-image: url(./images/parallax/parallax1-min.jpg);
    background-position: 50% top;
  }
  .layer .panel_area figure {
    background-image: url(./images/parallax/parallax7-min.jpg);
    background-position: 50% top;
  }
  /* .layer .panel:nth-of-type(3) figure {
    background-image: url(../images/parallax/parallax3-min.jpg);
  }
  .layer .panel:nth-of-type(4) figure {
    background-image: url(../images/parallax/parallax4-min.jpg);
  } */
  /* .layer .panel:nth-of-type(odd) .title_desc {
    color: #ffffff;
    margin-left: 0;
    margin-right: auto;
    padding-left: 2rem;
  }
  .layer .panel:nth-of-type(even) {
    padding-right: 2rem;
  }

  .layer .panel{
    position: relative;
  }
  .layer .panel figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
  } */

  .bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  }

  .bg .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
  }

  .bg .bg-img::before{
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("./images/parallax/parallax1-min.jpg") no-repeat;
      background-size: cover;
      background-position: top center;
    }

  .bg .bg-img2::before{
      background: url("./images/parallax/parallax7-min.jpg") no-repeat;
      background-size: cover;
      background-position: center 25vh;
    }

    @media screen and (max-width: 767px) {
      .bg .bg-img2::before{
        background-position: center 8vh;
      }
    }

    @media screen and (min-width: 1280px) {
      .bg .bg-img2::before{
        background-position: center 6vh;
      }
    }


  .layer .bg .content{
    height: 50vh;
  }

    @media screen and (min-width: 1280px) {
  .layer .bg .content{
    height: 45vh;
    }
  }




.d_flex{
  display: flex;
}

.topics_thumnail{
  margin-right: 16px;
}

@media screen and (max-width: 432px) {
  .topics .topics_thumnail{
    flex: 100px;
  }

  .topics .topics_thumnail img{
    object-fit: cover;
  }


  .topics .topics_conts{
    flex: calc(100% - 100px);
  }
}



.txt_center{
  text-align: center;
}

@media screen and (min-width: 433px) {
  .is_sp {
    display: none;
  }
}

/* @media screen and (max-width: 432px) {
  .topics .topics_thumnail img{
    width: 100px!important;
    height: 75px;

  }
} */


.city_questionary{
  width: 55%;
}

.iinkai_container{
  min-height: 400px!important;
}

.iinkai_container .mb_80{
  margin-top: 80px;
}


.contents_flex4{
  max-width: 100%;
}



@media screen and (min-width: 768px) {
  .t_members tr .bold{
    width: 160px;
  }

  .t_members tr .bold + td{
    width: 460px;
  }
}


.topics_thumnail img{
  width: 100%;
  max-width: 100px;
}

.sbi_header_text{
  display: none!important;
}


.flex_picup > div .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: .6s ease; 
    z-index: 1;
}

.flex_picup > div .inner:hover::before {
    background-color: rgba(0, 0, 0, 0.5);

}