@charset "UTF-8";
/*
Theme Name: gunma
*/

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #282828;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  text-decoration: none;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  width: 100%;
  padding: 2rem 3rem;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .l-header {
	position: fixed;
    padding: 1.5rem 0 1.5rem 1rem;
  }
}
.l-header__inner {
  max-width: 130rem;
  padding: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    padding-left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .l-header__gnav {
    display: none;
  }
  .l-header__gnav.menu_isOpen {
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 8rem 1.6rem 6rem;
    background-color: rgba(255,255,255, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
}


.l-header__gnav dl.phone {
	margin-right: .8rem;
	line-height: 1.2;
	font-size: 1.2rem;
}
.l-header__gnav dl.phone .num {
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	color: #0092d0;
}
.l-header__gnav dl.phone .num a {
	text-decoration: none;
}
.l-header__gnav dl.phone .num:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	content: "\f095";
	font-weight: 600;
	vertical-align: middle;
	margin-right: 0.25em;
	line-height: 1;
	color: #c11c1c;
}
.l-header__gnav dl.phone .sub {
	display: inline-block;
	padding-top: 1em;
	vertical-align: top;
}
.l-header__gnav .sp__txt { display: none; }
@media screen and (max-width: 900px) {
	.l-header__gnav dl.phone { margin-top: 1rem; text-align: center; }
	.l-header__gnav .sp__txt  { display: block; text-align: center; }
}


.l-header__btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-header__btn {
    display: block;
    position: absolute;
    top: 2px;
    right: 1rem;
    z-index: 99;
  }
}

/* l-footer */
.l-footer {
  padding: 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 6rem 0 4rem;
  }
}
.l-footer__logo {
  max-width: 20.2rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 18rem;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.4rem auto;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    width: 50%;
  }
}
.l-footer__link {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  color: #282828;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    font-size: 1.6rem;
    text-align: center;
  }
}
.footer_flex {
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
	border-top: 1px solid #93c674;
	width: 90%;
	margin: 2rem auto 0;
	padding-top: 3rem;
}
	.footer_flex p {
		font-size: 1.3rem;
		letter-spacing: 0.025em;
		color: #676767;
	}

@media screen and (max-width: 768px) {
	.footer_flex {
		display: block;
	}
	.footer_flex p {
		margin-top: 2rem;
		font-size: 1.2rem;
	}
}
/* l-inner */
.l-inner {
  width: 123.8rem;
  max-width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}
footer .l-inner { width: 70rem; }
@media screen and (max-width: 768px) {
	footer .l-inner { width: 100%; }
}
/* c-site */
.c-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.c-site__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	margin-top: -.5rem;
}

/* c-gnav*/
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
	.c-gnav__list li:nth-child(5) { margin-right: 2rem }
@media screen and (max-width: 768px) {
  .c-gnav__list {
    display: block;
  }
	.c-gnav__list li:nth-child(5) { margin-right: 0 }
}
@media screen and (max-width: 768px) {
  .c-gnav__item {
    margin-bottom: 0rem;
  }
}
.c-gnav__link {
  display: block;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  padding: 1.2rem 1.1rem;
}
footer .c-gnav__link {
  padding: .8rem 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-gnav__link {
    font-size: 1.8rem;
    text-align: center;
    padding: 1.6rem 1rem;
	  text-shadow: none;
  }
	footer .c-gnav__link {
	    font-size: 1.4rem;
	    text-align: center;
	    padding: 1rem 1rem;
		  text-shadow: none;
	}
	footer .c-gnav__link {
  		padding: .8rem 1.6rem;
	}
}
.c-gnav__link--contact {
  display: block;
  padding: 1rem 2rem;
  border-radius: 5px;
  background: #f65c2b;
  color: #fff;
  font-weight: 500;
  margin-left: 1rem;
}
	.c-gnav__link--contact:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	content: "\f0e0";
	font-weight: 600;
	vertical-align: middle;
	margin-right: 0.25em;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 768px) {
  .c-gnav__link--contact {
    margin: 2rem auto 0;
	width: 70%;
    text-align: center;
    font-weight: 700;
    background-color: #f65c2b;;
  }
}

/* c-btnMenu*/
.c-btnMenu {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: #67c72a;
  border: none;
  color: #888;
}
.c-btnMenu::after {
  content: "メニュー";
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  bottom: -1.4rem;
  left: 0;
}
.c-btnMenu span {
  display: inline-block;
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.c-btnMenu span::before, .c-btnMenu span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnMenu span::before {
  top: 0.8rem;
}
.c-btnMenu span::after {
  top: -0.8rem;
}

/* btnMenu_isOnがついた時のスタイル */
.c-btnMenu.btnMenu_isOn span {
  background-color: transparent;
}
.c-btnMenu.btnMenu_isOn span::before, .c-btnMenu.btnMenu_isOn span::after {
  top: 0;
}
.c-btnMenu.btnMenu_isOn span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btnMenu.btnMenu_isOn span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* c-ttl*/
.c-ttl--center {
  padding: 2rem 0;
  background: #6bb73a;
  text-align: center;
}
.p-access .c-ttl--center { background: none; }
@media screen and (max-width: 768px) {
	.c-ttl--center { padding: 1rem 0; }
	.p-access .c-ttl--center { background: none; }
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--white .c-ttl__ja {
  color: #fff;
}
.c-ttl--white .c-ttl__en {
  color: #fff;
}
.c-ttl__ja {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-ttl__ja {
    font-size: 2.6rem;
  }
}
.c-ttl__en {
  color: #efefef;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-size: 1.6rem;
  }
}
.c-ttl__en--large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-ttl__en--large {
    font-size: 1.8rem;
  }
}

.p-news_btnArea {
    max-width: 25rem;
    margin: 1rem auto 0;
}

/* c-btn */
.c-btn {
  display: block;
  color: #666;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  padding: 1.4rem 1rem;
  border: 1px solid #888;
  background: #fff url(./images/i_arrow.png) center right 2rem/1.8rem auto no-repeat;
}
.page main a.c-btn, .single main a.c-btn { text-decoration: none; }
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

/* c-logo */
.c-logo { display: block; width: 25rem; }
	.c-logo img { width: 100%; }
@media screen and (max-width: 900px) {
  .c-logo {
    width: 18rem;
  }
}
.c-logo__txt {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.page .c-logo__txt, .single .c-logo__txt, error404 .c-logo__txt { text-shadow: 0 0 8px #000; }
@media screen and (max-width: 900px) {
  .c-logo__txt {
    font-size: 1.2rem;
  }
}

/* c-swiperInfinit */
.c-swiperInfinit {
  color: #fff;
  font-size: 9.28rem;
  font-family: "Fraunces", serif;
}
@media screen and (max-width: 768px) {
  .c-swiperInfinit {
    font-size: 6rem;
  }
}
.c-swiperInfinit__swiperWrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-swiperInfinit__slide01 {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .c-swiperInfinit__slide01 {
    width: 60rem;
  }
}
.c-swiperInfinit__slide02 {
  width: 68rem;
}
@media screen and (max-width: 768px) {
  .c-swiperInfinit__slide02 {
    width: 46rem;
  }
}
.c-swiperInfinit__slide03 {
  width: 152.8rem;
}
@media screen and (max-width: 768px) {
  .c-swiperInfinit__slide03 {
    width: 110rem;
  }
}

/* p-mv */
.p-mv {
  position: relative;
}
.p-mv .mv-pc {
	height: 700px;
	background: url(images/mv_pc.webp) 0 0 no-repeat;
	background-size: cover;
}
.mv-sp { display: none; }
@media screen and (max-width: 1200px) {
  .p-mv { display: none; }
  .mv-sp { display: block; margin-top: 6rem }
  .mv-sp img { width: 100%; }
}
.p-mv__flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.p-mv__txtArea {
  position: absolute;
  top: 25rem;
  left: calc(50% - 54.6rem);
  z-index: 1;
}
.p-mv__imgArea {
  position: absolute;
  top: 30rem;
  right: calc(45% - 64.6rem);
  z-index: 1;
}
.p-mv__imgArea img { max-width: 70%; }

@media screen and (max-width: 1200px) {
  .p-mv__txtArea {
    left: 3%;
  }
}


.video-sp { display: none; }

@media screen and (max-width: 768px) {
	.video-pc { display: block; }
  .p-mv { position: relative; height: 30rem; }
  .p-mv video { position: absolute; bottom: 0; right: 0; left: -5%; width: 125% }
  .p-mv__txtArea {
    top: 7rem;
  }
}
@media screen and (max-width: 429px) {
	.p-mv { position: relative; height: 28rem; }
	.video-pc { display: none; }
	.video-sp { display: block; }
}
.p-mv__copy {
  font-size: 3rem;
  font-size: 2.6vw;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    font-size: 6.8vw;
  }
}
.p-mv__copy span {
  display: inline-block;
  color: #2fa4d7;
  line-height: 1;
  background-color: rgba(255,255,255, .9);
  margin-bottom: .8rem;
  padding: 2.2rem 3.4rem;
}
.p-mv__txt {
  color: #fff;
  font-size: 1.4rem;
  font-size: 1vw;
  letter-spacing: 0.075em;
  font-family: "Fraunces", serif;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-mv__copy span { margin-bottom: 0; font-size: 1.6rem; }
  .p-mv__txt {
    font-size: 2.6vw;
  }
}

/* p-greeting */
.p-greeting {
  padding: 6rem 0 8rem;
  background: url(./images/greeting_bg.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 6rem 0;
  }
}
.p-greeting__slide {
  margin-top: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-greeting__slide {
    margin-top: 2rem;
  }
}
.p-greeting__subttl {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  padding: 0 1.6rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__subttl {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-greeting__txt {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__txt {
    font-size: 1.8rem;
  }
}
.p-greeting__btnArea {
  max-width: 25rem;
  margin: 4.4rem auto 0;
}

/* p-product */
.p-product__content {
  min-height: 64.6rem;
  padding: 7.4rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product__content {
    min-height: initial;
    padding: 6rem 0 0;
  }
}
.p-product__desc {
  width: 44.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-product__desc {
    width: 100%;
  }
}
.p-product__desc--reverse {
  margin: 0 0 0 auto;
}
.p-product__txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-product__txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-product__imgArea {
  height: 100%;
  width: calc((100% - 123.8rem) / 2 + 72rem);
  background-color: gray;
  position: absolute;
  top: 2.4rem;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .p-product__imgArea {
    width: calc(100% - 50rem);
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-product__imgArea {
    position: initial;
    width: calc(100% - 1.6rem);
  }
}
.p-product__imgArea--reverse {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-product__imgArea--reverse {
    margin: 2rem 0 0 auto;
  }
}
.p-product__imgArea--02 {
  top: 0;
}
.p-product__imgArea--03 {
  top: -2.4rem;
}
.p-product__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-product__imgArea img {
    position: initial;
  }
}

/* p-news */
.p-news {
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 0 0 4rem;
  }
}
.p-news__body {
  max-width: 99.6rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-news__body {
    margin-top: 4rem;
  }
}
.p-news__list {
  border-bottom: 1px solid #d6d6d6;
}
.p-news__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3rem;
  border-top: 1px solid #ddd;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	.p-news__item {	flex-wrap: wrap; }
}
.p-news__item a { text-decoration: underline; }
.p-news__item span {
	margin-right: 3rem;
	min-width: 150px;
	border-radius: 3px;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}
.p-news__item span a { display: block; padding: .5rem 1rem; color:#333; text-decoration: none; cursor: pointer; }

.p-news__link {
  color: #333;
/*  font-size: 1.6rem; */
	font-size: 16pt;
  padding: 2.2rem 0;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    font-size: 1.6rem;
  }
}
.p-news__date {
  display: inline-block;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-news__txt {
    display: block;
    margin-top: 0.6rem;
  }
}

/* p-access */
.p-access__header {
  padding: 0 0 3rem;
  color: #333;
  background-image: url("images/bg_access.webp");
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-access__header {
    padding: 6rem 0;
  }
}
.p-access__txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 90.8rem;
  margin: 1rem auto 0;
  text-align: center;
}
.p-access__txt a { color: #000; }
@media screen and (max-width: 768px) {
  .p-access__txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-access__mapArea {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-access__mapArea {
    height: 300px;
  }
}
.p-access__mapArea iframe {
  width: 100%;
  height: 100%;
}

/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}

/*----------------------------------------------------
++08 下層
----------------------------------------------------*/
.page .l-inner-wrap { padding: 3rem 0 4rem; width: 100%; box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.1); }
.page .l-inner, .single .l-inner, .error404 .l-inner { margin: 0 auto; width: 1000px; }
.photos { position: relative; height: 400px; z-index: -1; }
	.photos img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 400px; object-fit: cover; }

@media screen and (max-width: 768px) {
	.page .l-inner, .single .l-inner, .error404 .l-inner { width: 100%; }
	.page .l-inner-wrap { padding: 2rem 0 3rem; }
	.photos { height: 250px; }
	.photos img { height: 250px; }
}

.under_mv {
	position: relative;
	padding: 160px 0;
	height: 500px;
}
	.under_mv img { position: absolute; top: 89px; left: 0; right: 0; width: 100%; background-size: cover; z-index: 0; }
	.under_mv h1 {
		position: absolute; 
		top: 10rem;
		left: 0; right: 0; 
		font-size: 3.4rem;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		text-shadow: 0 0 8px #000;
		z-index: 2;
	}
.under_mv:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
}
.under_mv_filter {
	text-align: center;
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.under_mv {
		margin-bottom: 2rem;
		padding: 0;
		height: 300px;
		border-bottom: 1px solid #ddd;
	}
	.under_mv h1 {
        top: 16rem;
		font-size: 2.6rem;
		font-weight: 500;
		color: #fff;
	}
/*	.under_mv img { top: 60px; }
	.under_mv:before { background-color: #fff !important; }
	.under_mv_filter { padding: 0 2rem; }*/
}

.single main { margin-top: 8rem; }
.single main h1 { margin-bottom: 2rem; font-size: 2.6rem; }
.page main p { margin-bottom: 20px; font-size: 1.6rem; line-height: 1.8; letter-spacing:.5px; }
.single main p { margin: 40px auto; max-width: 100%; }
.single main p img { width: 100%; }
.page main a, .single main a { text-decoration: underline; }
@media screen and (max-width: 768px) {
	.page main p { font-size: 1.6rem; line-height: 1.8; }
	.single main h1 { margin: 0 auto 2rem; width: 90%; font-size: 2.4rem; }
	.single main p { max-width: 90%; }
}
.txt_center { margin: 20px auto; text-align: center; }
	.txt_center img { display: inline; }

.page h2 {
	position: relative;
	margin: 3rem auto 3rem;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
	.page h2:before {
	  content: '';
	  position: absolute;
	  bottom: -9px;
	  display: inline-block;
	  width: 70px;
	  height: 3px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: #00779e;
	  border-radius: 2px;
	}

.page h3 {
	position: relative;
	margin: 4rem 0  2rem;
	font-size: 2.2rem;
	font-weight: 500;
	color: #1b83c4;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
}
.page h4 { margin: 3rem 0  2rem; padding-left: 1rem; border-left: 3px solid #000; font-size: 1.8rem; font-weight: 500; line-height: 1.6; letter-spacing: 1px; }
@media screen and (max-width: 768px) {
	.page h2 { font-size: 2.3rem; }
	.page h3 { font-size: 2.2rem; }
	.page h4 { font-size: 2rem; }
}

.page blockquote { margin: 3rem auto; padding: 4rem 8rem 4rem 0rem; width: 100%; border-radius: 10px; border: 1px solid #cdd9c7; background: #fcfffa url(images/logo-mono.png) 98% 10% no-repeat; background-size: 12%;  color: #555; line-height: 2; }
	.page blockquote h5 { margin: 0 0  2rem; padding: 1.5rem 1rem 1.5rem 3rem; width: 90%; border-left: none; border-radius: 0 5px 5px 0; background: #469b24; font-size: 2.2rem; color: #fff; font-weight: 500; line-height: 1.6; letter-spacing: 1px;  }
.page blockquote h5::before {
	font-family: "Font Awesome 5 Free";
	font-size: 3rem;
	content: "\f058";
	font-weight: 600;
	vertical-align: middle;
	margin-right: 0.25em;
	line-height: 1;
}
	.page blockquote p { margin: 0 0 1rem 6rem; font-size: 1.8rem; line-height: 2; letter-spacing: 1px; }

@media screen and (max-width: 768px) {
	.page blockquote { padding: 4rem 0rem 3rem 0rem; background: #fcfffa url(images/logo-mono.png) 94% 45% no-repeat; background-size: 20%; }
	.page blockquote h5 { padding: 1.5rem 1rem 1.5rem 3rem; width: 95%; border-radius: 0 8px 8px 0; font-size: 1.8rem; }
	.page blockquote p { margin: 0 2rem 1rem 2rem; font-size: 1.6rem; line-height: 1.6; }

}
.page_navi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 3rem;
	padding: 4rem 0;
	width: 100%;
	background: #f7fdf3;
}
	.page_navi ul li {
		margin: 0 1%;
		width: 29%;
		height: 60px;
		border: 1px solid #eee;
		background: #fff;
		text-align: center;
		vertical-align: middle;
		align-items: center;
	}
	.page_navi ul li a { display: block; padding: 18px 5px; width: 100%; font-size: 1.6rem; color: #333; text-decoration: none; }
@media all and (max-width: 768px) {
	.page_navi ul { padding: 4% 0; }
	.page_navi ul li { margin: 0 1%; height: 100px; width: 30%; }
	.page_navi ul li a { padding: 15px 1px; font-size: 1.6rem; line-height: 1.4; }
}

.plan_flex.company_photo { margin: 20px auto 0; }
.plan_flex {
	display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.plan_flex ul { width: 100%; }
.plan_flex1 {
	width: 47%;
	font-size: 1.8rem;
	text-align: center;
}
	.plan_flex1 span {
		display: block;
		margin-bottom: 2rem;
		border: 1px solid #ddd;
		padding: 1rem;
		border-radius: 10px;
	}
.plan_flex2 {
	width: 49%;
}
	.plan_flex2 h4 { margin: 0 0 1rem; padding: 1rem; border-left: none; border-top: 3px solid #1b83c4; border-bottom: 3px solid #1b83c4; font-size: 2.2rem; color: #1b83c4; text-align: center; font-weight: 600; }
@media all and (max-width: 768px) {
	.plan_flex1 { margin-bottom: 2rem; width: 100%; font-size: 1.6rem; }
	.plan_flex2 { width: 100%; }
	.plan_flex2 h4 { font-size: 1.8rem; }
}

	.compare1, .compare2 {
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		text-align: right;
	}
.compare2 { background: #ff9800; }
.compare1 h5, .compare2 h5 { margin: .5rem 0 1rem; width: 50%; font-size: 1.8rem; }
.compare2 h5 { font-size: 2.2rem; color: #fff; font-weight: 800; }
.page main .compare1 p, .page main .compare2 p { margin-bottom: 1rem; width: 45%; font-size: 3rem; font-weight: 600; }
.page main .compare2 p { font-size: 4rem; color: #fff; }
@media screen and (max-width: 768px) {
	.compare1 h5, .compare2 h5 { width: 40%; font-size: 1.6rem; }

	.page main .compare1 p, .page main .compare2 p { width: 55%; font-size: 2rem; }
	.page main .compare2 p { font-size: 4rem; }
}
ul.recommend {
	position: relative;
	margin: 10px auto 20px;
	padding: 6rem 3rem 3rem 10rem;
	border: 1px solid #f1f1f1;
	background: #fbfbfb;
	width: 80%;
}
	ul.recommend::after {
    content: "文章挿入";
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 30px;
    font-size: 1.8rem;
    color: #fff;
    background-color: rgb(25 88 166);
    position: absolute;
    top: 0;
    left: 0;
		letter-spacing: 1px;
	}
	ul.recommend li {
		margin: 0 10px 15px 0;
		font-size: 2.4rem;
		text-align: left;
		line-height: 1.6;
		list-style-type: auto;
		letter-spacing: 2px;
	}
@media screen and (max-width: 768px) {
	ul.recommend {
		padding: 6rem 1rem 3rem 5rem;
		width: 100%;
	}
	ul.recommend::after {
	    width: 100%;
    	height: auto;
	    font-size: 2rem;
		letter-spacing: 1px;
	}
	ul.recommend li {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
}

.list_half {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	margin: 2% 0;
	padding: 3rem 2rem 2rem;
	text-align: center;
	align-items: center;
	background: #f4f4f4;
}
	.list_half li {
		margin: 0 1% 2%;
		width: 48%;
		font-size: 18px;
		vertical-align: top;
	}
		.list_half .half_con  img { margin-bottom: 10px; width: 100%; }
@media screen and (max-width: 768px) {
	.list_half { margin: 5% 0; padding: 3rem 2rem 2rem; text-align: center; }
	.list_half li, .list_half .half_con { margin: 0 auto 3%; width: 95%; vertical-align: top; }
		.list_half li img { width: 100%; }
}

.photo_flex {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
	.photo_flex img { max-width: 100%; margin: 0 10px 20px; }
	.photo_flex .img_left { margin: 0 60px 40px 0; max-width: 600px; }
	.photo_flex .img_right { margin: 0 0 40px 60px; max-width: 600px; }
.company_photo { margin: 40px auto; }
@media screen and (max-width: 768px) {
	.photo_flex {
		display: block;
	}
	.photo_flex img { max-width: 100%; margin: 0 auto; }
	.photo_flex .img_left { margin: 0 auto 20px; max-width: 100%; }
	.photo_flex .img_right { margin: 20px auto 0; max-width: 100%; }
}

.c-table {
  margin: 20px auto 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin: 20px auto 20px;
  }
}

.c-table thead tr, .c-table thead th {
	background: #42ac00;
	color: #fff !important;
}
.c-table tr {
  border-bottom: 1px dashed #ccc;
}
.c-table th {
  padding: 20px 60px;
  color: #333;
  font-weight: bold;
  width: 25%;
	background: #83b962;
	color: #fff;
  vertical-align: middle;
}
.c-table td {
  padding: 20px 30px;
  vertical-align: middle;
  text-align: left;
}
	.c-table tr td:last-of-type { text-align: left; }

.plan_flex .c-table { margin: 10px auto 20px; }
.plan_flex .c-table th, .plan_flex .c-table td { padding: 10px 10px; }

.c-table td strong { font-size: 2.6rem; color: #ff9800; letter-spacing: 1px; text-decoration: underline; }
@media screen and (max-width: 768px) {
  .c-table tr th {
    padding: 10px;
    width: 8%;
	font-size: 1.3rem;
	text-align: left;
  }
  .c-table tr td {
    padding: 10px;
	font-size: 1.3rem;
  }
  .c-table thead th, .c-table thead td {
	font-size: 1.3rem;
  }
	.c-table tr td:last-of-type { width: 25%; }
	.plan_flex .c-table tr td:last-of-type { width: auto; }
}


table#contact_table, table#news_table {
	margin: 0 auto 10px;
	width: 100%;
	border-top: 1px solid #ddd;
}
	table#contact_table tr {
	}
	table#contact_table th, table#contact_table td,
	table#news_table th, table#news_table td {
		padding: 20px 20px;
		border-bottom: 1px solid #ddd;
		font-size: 16px;
		vertical-align: middle;
	}
	table#contact_table th, table#news_table th {
		width: 250px;
		font-weight: bold;
		color: #333;
		text-align: right;
	}
	table#contact_table td, table#news_table td {
		text-align: left;
		line-height: 1em;
	}
	table#contact_table td:first-of-type { width: 120px; }
	table#contact_table td p { display: inline-block; margin-bottom: 20px; line-height: 2em; }
	table#contact_table td span { border: none; width: auto; }
	table#contact_table td span.must { display: block; margin: 0 !important; padding: 2px 6px; background: #c4a874; font-size: 11px; color:#fff; text-align: center; }
	.mw_wp_form .error { display: block; }
input { 
    padding: 5px;
	height: 50px; 
	line-height: 50px; 
}
input[type="radio"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-radio-field label {
		display: inline-block;
		margin-top: 10px;
		text-align: left;
	}
		.mwform-radio-field label input {
			float: left;
		}
		.mwform-radio-field label .mwform-radio-field-text {
			float: left;
			font-size: 17px;
		}
		.mw_wp_form .vertical-item { display: inline-block !important; }
		.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }
.mwform-checkbox-field label {
	float: left;
	display:inline-block;
	margin-right: 20px;
}
input[type="checkbox"] {
	margin: 8px 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-checkbox-field label {
		width: 31%;
		height: 25px;
		text-align: left;
	}
		.mwform-checkbox-field label input {
			float: left;
		}
		.mwform-checkbox-field label .mwform-checkbox-field-text {
			float: left;
		}
input[type="text"], input[type="email"], input[type="url"] {
	width: 550px;
	height: 50px;
	font-size: 16px;
}
td.full_input input[type="text"] {
    width: 100%;
}
.mwform-tel-field { width: 100%; border: none; text-align: left; }
.mwform-tel-field input {
	width: 90px;
	height: 50px;
	font-size: 18px;
}
textarea {
	margin: 10px 0;
	width: 100%;
	height: 250px;
	font-size: 18px;
	line-height: 1.4;
}
table#contact_table td.table_center { text-align: center; line-height: 1.2em; }
table#contact_table td.table_center p { font-size: 14px !important; text-align: left; line-height: 1.4em !important; }
table#contact_table td.table_center span { font-size: 13px; }

input:focus { border:solid 1px #f7736e; }
select {
	border-radius: 2px;
	min-width: 200px;
	height: 50px;
	font-size: 16px;
}
#ui-datepicker-div select { min-width: auto; height: auto; }
#ui-datepicker-div { min-width: 300px; }

select.ui-datepicker-year, select.ui-datepicker-month {
    height: auto
}

.submit{
	margin: 0 auto;
	text-align:center;
}
.submit input {
	margin: 20px auto;
	padding: 5px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #ffa100;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .submit input{
	margin: 20px auto;
	padding: 20px 0;
	width: 350px;
	height: 60px;
	border: none;
	background: #ffa100;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	line-height: 1
}
.mw_wp_form_confirm .back input{
	width: 200px;
	height: 50px !important;
	border:none;
	background: #888;
	overflow:hidden;
	cursor:pointer;
	color: #fff;
	line-height: 1
}
.back{
	margin:0 auto 30px;
	text-align:center;
}
.thanks {
	margin: 0 auto 40px;
	padding: 20px 20px 10px;
	border: 1px solid #d4c298;
	font-size: 16px;
	text-align: center;
}

@media all and (max-width: 767px) {
	table#news_table th, table#news_table td { padding: 4% 5%; }
	table#news_table th { width: 25%; }
	table#news_table th, table#news_table td { padding: 3% 2% 1%; font-size: 12px; }
	table#contact_table, table#news_table { margin: 0 auto 5%; }
	table#contact_table th { float: left; padding: 3% 2% 1%; }
	table#contact_table td { float: left; padding: 0 2% 3%; }
	table#contact_table td:first-of-type { padding: 3% 1% 0; }
	table#contact_table th { width: 80%; border-bottom: none; text-align: left; }
	table#contact_table th.td_center { width: 100%; text-align:center; }
	table#contact_table td:first-of-type { width: 20%; border-bottom: none; }
	table#contact_table td:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	table#contact_table td span.must { text-align: center; }
    input { width: 100%; }
    input[type="text"], input[type="email"], input[type="url"] { width: 100%; }
    input[type="radio"] { margin:0 0 0 10px; }
    .mwform-radio-field label {
		display: block;
		margin-bottom: 5px !important;
		text-align: left;
		line-height: 1.2;
	}
		.mwform-radio-field label .mwform-radio-field-text { float: none; }
	.mwform-checkbox-field label { width: 100%; }
    textarea {
	    width: 100%;
	    height: 200px;
    }
    input[type="number"] { width: 100px; }
    textarea {
	    width: 100%;
	    height: 200px;
    }
    select { min-width: 100%; max-width: 100%; height: 50px; }
    #ui-datepicker-div { min-width: auto }
	/* iOS ボタンリセット */
	input[type="submit"], input[type="button"] {
 		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }
	input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

    .submit{
	    margin: 0 auto;
    	text-align:center;
    }
    .submit input { width: 100%; }
    .mw_wp_form_confirm .submit input{ width: 100%; }
    .mw_wp_form_confirm .back input{ width: 60%; font-size: 14px; }   
}
/*
.photo_flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}
	.photo_flex img { max-width: 550px; margin: 0 10px 20px; }
	.photo_flex .img_left { margin: 0 60px 40px 0; max-width: 600px; }
	.photo_flex .img_right { margin: 0 0 40px 60px; max-width: 600px; }
.company_photo { margin: 40px auto; }
@media screen and (max-width: 768px) {
	.photo_flex {
		display: block;
	}
	.photo_flex img { max-width: 100%; margin: 0 auto; }
	.photo_flex .img_left { margin: 0 auto 20px; max-width: 100%; }
	.photo_flex .img_right { margin: 20px auto 0; max-width: 100%; }
}
*/
strong {
	font-weight: 800;
}

.bread_wrap {
	width: 100%;
}
	ul.breadcrumbs {
		margin: 30px auto 20px;
		width: 1200px;
	}
	ul.breadcrumbs li {
		display: inline;
		padding: 5px 5px 5px 0;
		font-size: 12px;
		color: #6d7b83;
		line-height: 1.4em;
	}
	ul.breadcrumbs li a {
		padding:5px 15px 5px 0;
		height:100%;
		background-image: url(images/topicpath.png);
		background-position: center right;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #000;
		line-height: 1.4em;
	}
	.pre_next{margin:20px auto 60px; width: 1400px; text-align:center;}
	.pre_next li{display:inline-block;width:33%;vertical-align: top;}
	.pre_next li:first-child{text-align:left;}
	.pre_next li:last-child{text-align:right;}
	.pre_next p {text-align:left;}
	.pre_next p img {margin-right: 20px;}
	.pre_next a{font-size:16px;text-decoration:underline;line-height:1.4em;color:#333;}

@media screen and (max-width: 768px) {
	ul.breadcrumbs { margin: 0 auto 5%; width: 95%; }
	.pre_next{margin:5% auto 10%; width: 90%; text-align:center;}
	.pre_next li{display:inline-block;width:100%;}
	.pre_next a{font-size:16px;text-align:right;line-height:1.2em;}
}

/*　カテゴリー　*/
.category_wrap { margin: 0 auto; width: 1200px; display: flex; align-content: center; justify-content: space-between; }
.category_contents {
	width: 70%;
}
@media screen and (max-width: 768px) {
	.category_wrap { display: block; width: 100%; }
	.category_contents { width: 100%; }

}
.entry_list {
	margin: 2rem 0 4rem;
}
.entry_list li {
	border-top: 1px solid #777;
	padding: 30px 10px;
}
.entry_list li:last-of-type {
	border-bottom: 1px solid #777;
}
.entry_list a {
	display: block;
	display: flex;
	justify-content: initial;
	align-items: stretch;
	flex-wrap: wrap;
	text-decoration: none !important;
}
.entry_list a:hover .entry_eyecatch img {
	opacity: 0.8;
}
.entry_list a .left {
	width: 35%;
}
.entry_list a .right {
	width: 61%;
	margin-left: auto;
	color: #333;
}

.entry_eyecatch {
	position: relative;
	padding-top: 56%;
	border-radius: 6px;
	overflow: hidden;
}
.entry_eyecatch img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: transform 0.5s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.entry_body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry_body h3, #sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 20px;
  color: #333 ;
  text-align: left;
}
.entry_body time {
  display: block;
  font-size: 14px;
  color: #333333;
  font-style: normal;
}
.entry_body--update {
  margin-right: 12px;
}

#sidebar { margin-bottom: 5rem; width: 25%;  }
#sidebar input[type="text"] { width: 80%; height: 40px; }
#sidebar h3 { margin: 3rem 0 0; }
#sidebar a { color: #333; text-decoration: none; }
@media screen and (max-width: 768px) {
	#sidebar { margin: 0 auto 5rem; width: 70%; }

}

