/*
Theme Name: tanoue
*/



/* Reset */

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, strong, 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: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定 PC
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  background: #fff;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #1f1f1f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body a {
  cursor: pointer !important;
}
a, a:hover, button, button:hover {
  text-decoration: none;
}
a, button {
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s;
  color: rgba(245, 88, 129, 1);
}
a {
  text-decoration: none;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.btn_opa:hover {
  filter: alpha(opacity=90);
  opacity: 0.90;
}
.pc {
  display: block;
}
.pc02 {
  display: block;
}
.tab {
  display: none;
}
.sp {
  display: none;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 99;
}
.header_nav {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 16px;
  font-weight: 500;
}
.h_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(245, 88, 129, 1);
  width: 100%;
  height: 32px;
  padding: 2px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left; 
}
.cta a {
  padding: 1px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cta a span {
  background: url(./image/cta_icon.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 21px 21px;
  padding: 2px 0 2px 27px;
}
.logo {
  float: left;
  width: 330px;
}
.logo img {
  width: 100%;
  height: auto;
  margin: 0;
}
.openbtn {
  display: none;
}
.g_nav {
  display: flex;
  align-items: center;
}
.g_nav-list {
  display: flex;
  align-items: center;
}
.g_nav li {
  margin: 0;
  line-height: 1.33;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border-right: 2px dotted rgba(31, 31, 31, 0.5);
}
.g_nav li a {
  position: relative;
  display: block;
  padding: 0 24px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
}
.g_nav li a:hover {
  display: block;
  color: rgba(31, 31, 31, 0.75);
}
.g_nav li a span.en {
  display: block;
  color: rgba(245, 88, 129, 0.66);
  font-size: 14px;
  font-weight: 500;
}
.g_nav li:first-child {
  border-left: 2px dotted rgba(31, 31, 31, 0.5);
}
.g_nav li:last-child {
  border-right: 0px dotted rgba(31, 31, 31, 0.5);
}
.g_nav li.instagram img {
  width: 43px;
  height: 43px;
}
.g_nav li.instagram img.n1 {
  display: block;
}
.g_nav li.instagram img.n2 {
  display: none;
}
.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(245, 88, 129, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.g_nav li.current a::after, ul.g_nav li a:hover::after {
  transform: scale(0.7, 1);
}
@media screen and (max-width: 1400px) {
.g_nav li a {
  padding: 0 18px;
}
}
@media screen and (max-width: 1280px) {
.header_nav {
  padding: 0 10px;
}
.h_txt {
  padding: 2px 10px;
}
.cta {
  display: none;
}
.logo {
  float: left;
  width: 270px;
}
.logo img {
  width: 100%;
  height: auto;
  margin: 0;
}
.openbtn {
  display: block;
  position: fixed;
  z-index: 100;
  top: 43px;
  right: 6px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 102;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10%;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(245, 88, 129, 1);
  width: 80%;
}
.openbtn span:nth-of-type(1) {
  top: 11px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 35px;
}
.openbtn.active span:nth-of-type(1), #under .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 12.5%;
  transform: translateY(6px) rotate(-45deg);
  width: 75%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3), #under .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 12.5%;
  transform: translateY(-6px) rotate(45deg);
  width: 75%;
  background-color: #fff;
}
.openbtn p {
  padding: 39px 0 0 0;
  color: rgba(245, 88, 129, 1);
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.openbtn.active p {
  color: #fff;
}
.g_nav {
  display: none;
  position: fixed;
  z-index: 101;
  top: -5%;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 105%;
  background: rgba(245, 88, 129, 1);
  transition: all 0.2s;
}
.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.g_nav-list {
  display: none;
  width: 100%;
  padding: 150px 0 120px 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.g_nav.panelactive .g_nav-list {
  display: block;
}
.g_nav li {
  display: block;
  margin: 0 0 6px 0;
  padding: 0 0 0 8%;
  vertical-align: top;
  text-align: left;
}
.g_nav li a {
  padding: 6px 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}
.g_nav li a span.en {
  display: inline-block;
  margin: 0 0 0 15px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 500;
}
.g_nav li.instagram img.n1 {
  display: none;
}
.g_nav li.instagram img.n2 {
  display: block;
}
ul.g_nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
ul.g_nav li a:hover span {
  color: rgba(255, 255, 255, 0.5);
}
ul.g_nav li:first-child {
  border-left: 0px dotted rgba(255, 255, 255, 0.66);
}
ul.g_nav li a::after {
  height: 0;
}
}

/* トップスライダー画像の見切れ防止 */
#home .swiper-container,
#home .swiper {
  margin: 112px auto 60px;
  padding: 0;
  width: 100%;
  height: auto !important;
  overflow: visible !important;
}

#home .swiper-wrapper,
#home .swiper-slide {
  height: auto !important;
  overflow: visible !important;
}

#home .swiper-slide {
  text-align: center;
}

#home .swiper-slide img {
  width: 100%;
  max-width: 1400px;
  height: auto !important;
  display: block;
  margin: 0 auto;
  object-fit: contain !important;
  object-position: center center;
}

@media screen and (max-width: 768px) {
  #home .swiper-container,
  #home .swiper {
    margin: 112px auto 30px;
  }

  #home .swiper-slide img {
    width: 100%;
    max-width: none;
  }
}


/* フッター PC
---------------------------------------------------------------------------*/
footer {
  position: relative;
  background: rgba(245, 88, 129, 0.2);
  margin: 0 auto 0;
  padding: 1.25em 0 0 0;
}
.foot_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer_logo img {
  margin: 0 0 0 0;
  width: 300px;
  height: auto;
}
.foot-address_wrap {
  margin: 20px auto 30px;
}
.foot-address {
  margin: 0.5em 0 0.5em;
  font-size: 90%;
  font-weight: 400;
  vertical-align: middle;
}
.foot-address_address strong {
  font-weight: 400;
}
.foot-address img.instagram {
  display: block;
  margin: 0;
  wodth: 50px;
  height: 50px;
  vertical-align: middle;
}
footer a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.copyright {
  background: rgba(245, 88, 129, 1);
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index:102;
}
#pagetop img {
  filter: alpha(opacity=96);
  opacity: 0.96;
  border: 1px solid #fff;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#fixContact {
  display: none;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
#under #wrapper {
  margin: 0 auto;
}
section {
  width: 100%;
}
section .top_inner {
  width: 92%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
section .inner {
  width: 92%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
h2.ttl {
  position: relative;
  margin-bottom: 45px;
  color: rgba(245, 88, 129, 0.5);
  font-family: 'Noto Sans JP';
  font-size: 48px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
h2.ttl .jp {
  display: block;
  margin: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
h2.ttl:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: rgba(245, 88, 129, 1);
}
.belief_ttl {
  font-size: 2rem;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
.belief_ttl .jp {
  display: block;
  line-height: 1.2;
  font-family: 'Hina Mincho', serif;
  font-weight: 500;
}
.belief_ttl .en {
  display: block;
  font-family: 'Libre Caslon Text', serif;
  font-size: 1.33rem;
  color: #1f1f1f;
}
.belief_ttl .marker01 {
  background: linear-gradient(transparent 55%, rgba(245, 88, 129, 0.2) 25%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: rgba(245, 88, 129, 1);
  color: #1f1f1f;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.1em 0.25em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
h2.ttl {
  position: relative;
  margin-bottom: 45px;
  color: rgba(245, 88, 129, 0.5);
  font-family: 'Noto Sans JP';
  font-size: 38px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
h2.ttl .jp {
  display: block;
  margin: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
h2.ttl:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: rgba(245, 88, 129, 1);
}
.belief_ttl .en {
  font-size: 1rem;
}
.belief_ttl .marker01 {
  font-size: 6vw;
}
}

section p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 1.66;
}
section p.txt_center {
  text-align: center;
}
/*
section#recruit p {
  color: #fff;
}
*/
.news_box {
  width: 100%;
  margin: 30px auto 45px;
}
.news_list {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 0px dotted rgba(245, 88, 129, 0.66);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 8em;
  float: left;
  padding: 16px 16px;
  color: rgba(245, 88, 129, 1);
  font-weight: 400;
  font-size: 105%;
}
.news_list dd {
  padding: 16px 16px 16px 8em;
  text-align: left;
  border-bottom: 1px dotted rgba(245, 88, 129, 0.66);
}
.news_list dd a {
  color: #1f1f1f;
}
.news_list dd a:hover {
  color: #9b9b9b;
  text-decoration: none;
}
.top_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.top_box_wrap.mgad {
  margin-bottom: 60px;
}
.top_box_wrap:last-child {
  margin-bottom: 30px;
}
.top_box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.top_box_wrap .top_txt_box {
  background: #e7dee8;
  background:rgba(245, 88, 129, 1);
  width: 55%;
  margin: 0 0 0 -11%;
  padding: 3.5em 3em 4.5em;
  color: #fff;
  z-index: 2;
}
section .top_box_wrap .top_txt_box p {
  margin-bottom: 0.75em;
}
.top_box_wrap:nth-child(even) .top_txt_box {
  margin: 0 -11% 0 0;
}
.top_box_wrap h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
.top_box_wrap h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
}
}
.top_box_wrap img {
  display: block;
  width: 45%;
  height: auto;
  margin: 0;
}
.blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-evenly;
  margin: 0 auto 60px;
  gap: 16px 16px;
}
.blog li {
  width : 32% ;
  width : -webkit-calc(100% / 3 - 16px) ;
  width : calc(100% / 3 - 16px) ;
  margin: 0 0 30px 0;
  padding: 18px 18px 24px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d2dadd;
  border-radius: 10px;
}
.blog li img {
  width: 100%;
  height: 280px;
  height: auto;
  margin: 0;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s;
  transition: 1s ease-in-out;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
  aspect-ratio: 3/4;
}
.blog li h3 {
  margin: 0 0 8px 0;
  padding: 4px 0 8px;
  color: rgba(245, 88, 129, 1);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border-bottom: 3px dotted rgba(245, 88, 129, 0.66);
}
.blog li figure {
    position: relative;
}
.blog li figure .cat {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 3;
}
.blog li figure .cat.topic {
  background: rgba(248, 87, 88, 1);
}
.blog li figure .cat.achievements {
  background: rgba(57, 149, 235, 1);
}
.blog li figure .cat.inquiry {
  background: rgba(255, 150, 70, 1);
}
.blog li p.text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
section .blog li p.date {
  margin: 10px 0 10px 0;
  font-size: 12px;
  text-align: left;
}
.blog li p.date span {
  background: rgba(55, 55, 55, 0.15)  url(./image/clock.png) no-repeat;
  background-size: 16px 16px;
  background-position: 4px 50%;
  padding: 1px 6px 1px 22px;
}
@media (max-width: 1040px) {
.blog li {
  width : calc(100% / 2 - 16px) ;
  margin: 0 0 30px 0;
  padding: 18px 18px 24px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d2dadd;
  border-radius: 10px;
}
}
@media (max-width: 640px) {
.blog li {
  width : 100% ;
  margin: 0 0 30px 0;
  padding: 18px 18px 24px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d2dadd;
  border-radius: 10px;
}
}
/*
.profile li {
  display: inline-block;
  width: 30%;
  margin: 0 20px 0 0;
}
.profile li img {
  display: block;
  width: 100%;
  height: auto;
}
*/
.table_wrap {
  position: relative;
  margin: 60px 0 0;
}
.allbody {
  position: absolute;
  top: -100px;
  right: 20px;
  width: auto;
  height: 720px;
}
.sp01 {
  display: none;
}
@media (max-width: 1040px) {
.allbody {
  display: none;
}
.sp01 {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
}
.vision_ttl {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.vision_ttl .marker01 {
  background: linear-gradient(transparent 55%, rgba(19, 112, 212, 0.2) 25%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: rgba(19, 112, 212, 1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.33;
  padding: 0.1em 0.25em;
  font-feature-settings: "palt";
}
.vision_ttl .seven {
  font-size: 200%;
}
.vision_ttl .nobr {
  display: none:
}
.vision {
  position: relative;
  display: block:
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  font-size: 20px;
  vertical-align: 6px;
  border-bottom: 3px dotted #d2d2d2;
}
.vision::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0 0 0.2em;
  color: rgba(19, 112, 212, 1);
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 768px) {
.vision_ttl .marker01 {
  font-size: 21px;
}
.vision_ttl .nobr {
  display: block:
}
.vision {
  font-size: 16px;
}
.vision::before {
  font-size: 32px;
}
}
/*
.more_link.arr a {
  display: flex;
  background: #fff;
  width: 240px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  color: rgba(245, 88, 129, 1);
  font-weight: 400;
  border: 1px solid;
  border-color: rgba(245, 88, 129, 1);
  text-decoration: none;
  z-index: 9;
}
.more_link.arr {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 40px 0 10px;
}
.more_link.arr.center {
  margin: 30px auto 0;
}
.more_link.arr:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-right: 2px solid rgba(245, 88, 129, 1);
  border-bottom: 2px solid rgba(245, 88, 129, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
.more_link.arr a:hover {
  background-color: rgba(245, 88, 129, 1);
  padding: 8px 40px 8px 24px;
  color: #fff;
}
.more_link.arr.bg a:hover {
  background-color: rgba(255, 255, 255, 0.66);
  padding: 8px 40px 8px 24px;
  color: rgba(245, 88, 129, 1);
}
.more_link.arr:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.more_link.arr.bg:hover:after {
  border-right: 2px solid rgba(245, 88, 129, 1);
  border-bottom: 2px solid rgba(245, 88, 129, 1);
}
*/


/*　下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual01 {
  position: relative;
  background: url(./image/sub_visual.jpg) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 112px auto 30px;
}
.sv_inner {
  display: table;
  width: 92%;
  height: 270px;
  margin: 0 auto;
}
.sub_visual .sv_tit {
  position: relative;
  display: table-cell;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  z-index: 3;
}
.sub_visual .sv_tit span {
  display: inline-block;
  background: rgba(19, 112, 212, 1);
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
}
.sub_visual .sv_tit span.en {
  display: none;
  padding: 0;
  color: rgba(19, 112, 212, 0.66);
  font-size: 150%;
  font-weight: 700;
}
.breadcrumbs {
  width: 90%;
  max-width: 96rem;
  margin: 1.5rem auto 2rem;
  font-size: 12px;
}
.breadcrumbs>span:not(:last-child):after {
  content: "＞";
  margin: 0 1rem;
  color: #005e7d
}
.breadcrumbs>span a {
  color: rgba(1, 136, 181, 1);
}
.breadcrumbs>span a:hover {
  color: rgba(1, 136, 181, 1) !important;
  text-decoration: underline
}
.block {
  margin-bottom: 120px;
}
@media (max-width: 104px) {
.block {
  margin-bottom: 90px;
}
}
@media (max-width: 768px) {
.block {
  margin-bottom: 60px;
}
}
.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.img_block {
  order: 2;
  margin: 0 0 30px 0;
}
.img_block img {
  width: 100%;
  height: auto;
}
.img_block img.max360 {
  max-width: 360px;
}
.img_block img.max540 {
  max-width: 540px;
}
.text_block {
  padding: 0 45px 0 0;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  font-family: "Noto Sans JP", Helvetica;
}
.text_block  h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.88rem;
  line-height: 1.5;
}
@media (max-width: 1080px) {
.text_block  h3.ttl01 br {
  display: none;
}
}
@media screen and (max-width: 768px) {
.text_block  h3.ttl01 {
  margin: 0 0 16px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
}
.text_block.wide40 {
  flex-basis: 50%;
}
.text_block.wide57 {
  flex-basis: 57%;
}
.text_block img.max360 {
  display: none;
}
.text_block img.max540 {
  display: none;
}
.text_block p {
  margin-bottom: 1rem;
}
.img_block02 img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.text_block02 {
  flex-basis: 57%;
  font-weight: 400;
  font-size: 16px;
}
.text_block02 p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
.text_block {
  font-size: 14px;
}
}
.wrap.rev {
flex-direction: row-reverse;
}
.wrap.rev .text_block {
  padding: 0 0 0 45px;
}
@media (max-width: 980px) {
.wrap, .wrap.rev {
  display: flex;
  flex-direction: column-reverse;
}
.text_block {
  padding: 0;
}
.text_block img {
  width: 100%;
  height: auto;
}
.text_block img.max360 {
  display: block;
  max-width: 360px;
  margin: 0 0 30px 0;
}
.text_block img.max540 {
  display: block;
  max-width: 540px;
  margin: 0 0 30px 0;
}
.wrap.rev .text_block {
  padding: 0;
}
}



#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}


.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}


.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(245, 88, 129, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(245, 88, 129, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(245, 88, 129, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(245, 88, 129, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(245, 88, 129, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./image/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 8px 8px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #1f1f1f;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a {
}
.side_menu01 li a:hover {
    color: #9b69b9b;
}
.side_menu01 li span {
  display: block;
  margin: 0;
  color: #999;
  font-size: 85%;
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(245, 88, 129, 1);
  font-size: 150%;
  font-weight: 400;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(245, 88, 129, 1);
  font-size: 150%;
  font-weight: 400;  
  border-bottom: 3px dotted rgba(245, 88, 129, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.4em;
  border-left: 8px solid rgba(245, 88, 129, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(245, 88, 129, 1);
  font-size: 140%;
  font-weight: 400;  
  border-left: 8px solid rgba(245, 88, 129, 0.66);
}
.post_block h2.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(245, 88, 129, 1);
  font-size: 150%;
  font-weight: 400;  
  border-left: 0px solid rgba(245, 88, 129, 0.66);
  border-bottom: 3px dotted rgba(245, 88, 129, 0.33);
  font-feature-settings: "palt";
}
.post_block h2.post_ttl02 span {
  padding: 0.1em 0.4em;
  color: rgba(245, 88, 129, 1);
  border-left: 8px solid rgba(245, 88, 129, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(245, 88, 129, 1);
  font-size: 130%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 120%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 110%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(245, 88, 129, 1);
  font-size: 100%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: rgba(55, 55, 55, 0.15)  url(./image/clock.png) no-repeat;
  background-size: 16px 16px;
  background-position: 4px 50%;
  padding: 1px 6px 1px 22px;
}
.post_block img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0.5em 0;
}
.txt_bg {
  position: relative;
  background: rgba(245, 88, 129, 0.12);
  margin: 0 auto 2em;
  padding: 2em 2em 1em;
}
.txt_bg:after {
  position: absolute;
  content: 'Detail';
  color: rgba(245, 88, 129, 0.25);
  left: 0.5em;
  top: -16px;
  padding: 3px 7px 1px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em
}





/* テーブル PC
---------------------------------------------------------------------------*/
.tbl01 {
  background: #fff;
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 auto 20px;
}
.tbl01 tr:nth-child(odd) {
  background: rgba(245, 88, 129, 0.15);
}
.tbl01 th, .tbl01 td {
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
.tbl01 th {
  width: 16em;
  background: #ede8ec;
  background: rgba(245, 88, 129, 0.85);
  padding: 18px 28px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.tbl01 td {
  width: calc(100% - 16em);
  padding: 18px 28px;
  text-align: left;
  vertical-align: middle;
}
.tbl02 {
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 auto 40px;
}
.tbl02 th, .tbl02 td {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px dotted #ddd;
}



/* フォーム PC
---------------------------------------------------------------------------*/
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: #fff;
  margin: 0;
  padding: 7px 0 7px 8px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: #ffe14d;
  width: 100%;
  height: 50px;
  margin: 20px auto 60px;
  font-size: 16px;
  color: #000;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 80%;
  background: rgb(255, 0, 0);
  padding: 1px 3px;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.scroll>a {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.marker_y {
  background: linear-gradient(transparent 40%, #ffff66 40%);
  padding: 4px 4px 2px;
  font-weight: bold;
}
img.float_l {
  float: left;
  margin: 0 30px 0 0;
  vertical-align: top;
}
img.float_r {
  float: right;
  margin: 0 0 20px 20px;
  vertical-align: top;
}
img.img_center {
  display: block;
  margin: 0 auto 15px;
}
img.size100 {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pd01 {
  padding: 30px 0 30px;
}
.pd02 {
  padding: 45px 0 90px;
}






@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }



  /* ヘッダー tab
---------------------------------------------------------------------------*/
  .copyright {
    background: rgba(245, 88, 129, 0.33);
    padding: 12px 0 75px;
    color: #1f1f1f;
    font-size: 80%;
    text-align: center;
  }
  #fixContact {
    display: block;
  }
  #fixContact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 88, 129, 1);
    width: 100%;
    height: 60px;
    padding: 0;
    z-index: 101;
  }
  #fixContact ul {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0 10px;
  }
  #fixContact ul li {
    width: auto;
    margin: 0;
    padding: 6px 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #fixContact ul li img {
    width: auto;
    height: 48px;
  }
  #fixContact ul li img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #fixContact ul li.instagram {
    display: none;
  }
  #fixContact ul li.instagram img {
    margin-left: 10px;
  }
  .foot_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 35px;
    right: 2%;
  }
  section .top_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  section#recruit .top_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 980px) {
  .top_box_wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .top_box_wrap:last-child {
    margin-bottom: 30px;
  }
  .top_box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_box_wrap .top_txt_box {
    width: 100%;
    margin: 0;
    padding: 2.5em 1.5em;
  }
  .top_box_wrap:nth-child(even) .top_txt_box {
    margin: 0;
  }
  .top_box_wrap img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 40px auto 30px;
  }
}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  body, input, select, textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
  .pc {
    display: none;
  }
  .pc02 {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .pd02 {
    padding: 45px 0 60px;
  }



  /* ヘッダー SP
---------------------------------------------------------------------------*/




  /* フッター SP
---------------------------------------------------------------------------
  footer {
    margin: 40px auto 0;
    padding: 1.25em 0 0 0;
    text-align: left;
  }
  .foot_inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 200px;
    height: auto;
    text-align: left;
  }
  .foot-address_wrap {
    margin: 10px auto 15px;
  }
  .foot-address {
    padding: 0 0 12px 0;;
    vertical-align: top;
  }
*/
  .copyright {
    width: 100%;
    padding: 12px 4% 75px;
    color: #1f1f1f;
    font-size: 80%;
    text-align: center;
  }
  .copyright br {
    display: none;
  }
  #pagetop {
    position: fixed;
    bottom: 65px;
    right: 1.75%;
  }
  #pagetop img {
    filter: alpha(opacity=96);
    opacity: 0.96;
    width: 45px;
    height: auto;
    border: 1px solid #fff;
  }
  #pagetop:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }




  /* コンテンツ SP
---------------------------------------------------------------------------*/
  section {
    width: 100%;
  }
  section .inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  section p {
    font-size: 15px;
    padding: 0;
    line-height: 1.66;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .news_list dd {
    padding: 0 8px 14px;
    text-align: left;
    border-bottom: 1px dotted rgba(245, 88, 129, 0.66);
  }



  /* テーブル SP
---------------------------------------------------------------------------*/
  .tbl01 {
    width: 100%;
    border-top: 0px dotted #ddd;
    margin: 0 auto 20px;
  }
  .tbl01 th, .tbl01 td {
    display: block;
    width: 100%;
    font-size: 15px;
    border-bottom: 0px dotted #ddd;
  }
  .tbl01 th {
    vertical-align: middle;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
  }
  .tbl01 td {
    vertical-align: middle;
    padding: 12px 10px;
    text-align: left;
  }
  .tbl01 img {
    width: 100%;
    height: auto;
  }


  .tbl_scroll {
    overflow: auto;
    margin: 0 0 5px 0;
  }
  .tbl_scroll table {
    width: 100%;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }
  .tbl_scroll td, .tbl_scroll th {
    white-space: nowrap;
  }



  /* フォーム SP
---------------------------------------------------------------------------*/
  input, button, textarea, select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input, textarea, select {
    background: #fff;
    margin: 0;
    padding: 7px 0 7px 8px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
  }
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
  }
  input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input::-moz-placeholder {
    color: #999;
    font-weight: normal;
  }
  .btn-submit input[type="submit"] {
    display: block;
    background: #ffe14d;
    width: 100%;
    height: 50px;
    margin: 20px auto 60px;
    font-size: 14px;
    color: #000;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
  }
  .req {
    color: rgb(255, 255, 255);
    font-size: 80%;
    background: rgb(255, 0, 0);
    padding: 1px 3px;
  }



  /*　その他 SP
---------------------------------------------------------------------------*/
  .scroll > a {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  img.float_l {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  img.float_r {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto 10px;
    padding: 0;
  }
  img.img_center {
    display: block;
    margin: 0 auto 15px;
  }
}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
  .logo_box img {
    width: 160px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .h_txt {
    font-size: 2.66vw;
  }
}

@media screen and (max-width: 375px) {
.logo {
  float: left;
  width: 220px;
}
  #fixContact ul li {
    width: auto;
    margin: 0;
    padding: 10px 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #fixContact ul li img {
    width: auto;
    height: 40px;
  }
}

/* トップページ H1 SEO用：画面には表示しない */
.top_h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}