/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

*,
::before,
::after {
  box-sizing: border-box;
  outline: none;
}

html {
  color: #333;
  font-size: 62.5%;
  min-width: 1024px;
  overflow-x: hidden;
  word-break: break-all;
}

main {
	width: 90%;
    max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.content_box {
	margin-bottom: 50px;
}


h2 {
	background: #47a738;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
.content_box ul {
	margin: 0;
	padding: 0;
}
.content_box ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.content_box ul li::before {
	position: absolute;
	content: "◆";
	margin-left: -20px;
}


/*必要事項*/
.content_box ul li ul.inner_ul {
	position: relative;
	border: 2px solid #333;
	box-sizing: border-box;
	padding: 20px;
	line-height: 1.5em;
	margin-top: 10px;
	font-weight: bold;
	background: #fff;
}

.content_box ul li ul.inner_ul li .inner_ul_imgbox {
	width: 300px;
	margin-bottom: 10px;
	position: absolute;
	top: -230px;
	right: 0;
}
.content_box ul li ul.inner_ul li .inner_ul_imgbox img {
	width: 100%;
}

.content_box ul li ul.inner_ul p {
	margin-top: 0;
	width: 100%;
	border-bottom: 1px solid #333;
}
.content_box ul li ul.inner_ul li {
	margin-bottom: 10px;
}

.content_box ul li ul.inner_ul li::before {
	position: static;
	content: " ";
}

.content_box.box_2 h2 {
	background: #F36355;
}

.imgbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.imgbox h2 {
	width: 100%;
}
.imgbox ul {
	width: 45%;
}
.imgbox .img_box {
	width: 50%;
}
@media screen and (max-width: 767px) {
.imgbox ul {
	width: 100%;
}
.imgbox .img_box {
	width: 100%;
	margin-top: 0;
}
}

@media screen and (max-width: 767px) {
*,
::before,
::after {
	width: 100%;
}
  html {
    min-width: auto;
  }
main {
	padding: 0 1.8rem;
	padding-top: 20px;
	width: 90%;
    max-width: 1200px;
}
h2 {
	font-size: 120%;
}
	
.content_box {
	margin-bottom: 1em;
}
.content_box ul li {
	font-size: 90%;
}
.content_box ul li::before {
	position: absolute;
	content: "◆";
	margin-left: -20px;
}
	
/*必要事項*/
.content_box ul li ul.inner_ul {
	line-height: 1.4em;
}

.content_box ul li ul.inner_ul li .inner_ul_imgbox {
	width: 100%;
	position: static;
	margin-top: 20px;
}
}



body {
  color: #333;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
background: #FFF5CD;
}

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

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.c-title-01 {
  text-align: center;
  font-size: 2.4rem;
  background: url("../images/title-01-bar-brown@2x.png") center bottom/120px 5px no-repeat;
  padding-bottom: .6rem;
  margin: 0 0 3.2rem;
}
.c-title-01.is-red {
	color: #EA5532;
  background: url("../images/title-01-bar-red@2x.png") center bottom/120px 5px no-repeat;
  margin-top:3em; 
}

.l-main {
  width: 100%;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: auto;
    position: fixed;
  }
}
.p-header {
  padding: 3.1rem 9.7rem;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
	background: #FFF665;
}
.p-header__nav {
  display: flex;
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.p-header__contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #C79000;
  text-decoration: none;
  font-weight: 600;
  height: 100%;
  padding: 1.8rem 3.2rem;
}
.p-header__contact-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url("../images/header-mail-icon@2x.png") center/30px 22px no-repeat;
  margin-right: 1rem;
}
.p-header__menu {
  display: none;
  width: 5.2rem;
  height: 5.2rem;
  padding: 1.2rem;
  flex-direction: column;
  justify-content: space-around;
  background: #C79000;
  border-radius: .8rem;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 6px rgba(107, 80, 12, 0.3);
}
.p-header__menu-bar {
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .is-nav-opened .l-header {
    position: static;
  }
  .p-header {
    padding: 0;
  }
  .p-header__inner {
    display: block;
  }
  .is-nav-opened .p-header__inner {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
  }
  .p-header__top {
    position: relative;
    padding: 0 7.6rem;
    padding: 2.4rem 9.4rem;
    background: #fff;
  }
  .p-header__nav {
    display: none;
    flex: 1;
    border-radius: 0;
    flex-direction: column;
    padding: 1.8rem;
    box-shadow: none;
  }
  .is-nav-opened .p-header__nav {
    display: flex;
  }
  .p-header__menu {
    display: flex;
  }
  .p-header__contact-link {
    border-radius: .8rem;
    box-shadow: 0 0 6px rgba(107, 80, 12, 0.3);
  }
}
.p-footer {
  background: #C79000;
	position: relative;
}
.f_text {
	position: absolute;
	bottom: 0%;
	right: 1%;
	color: #fff;
	line-height: 1.4em;
	font-size: 85%;
	font-weight: 600;
	text-shadow: 0px 0px 5px #C79000;
}
.p-footer__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 7.7rem 0 6.7rem;
  background: url("../images/footer-bg@2x.png") right 5.4rem bottom/23.8rem 38.7rem no-repeat;
}
.p-footer__logo {
  margin: 0;
}
.p-footer__address {
  color: #fff;
  line-height: 1.6;
  margin-top: 3.6rem;
}
.p-footer__address-title {
  font-size: 1.5rem;
  margin: 0;
}
.p-footer__address-text {
  font-size: 1.2rem;
  margin: 0;
}
.p-footer__tel {
  margin: 1rem 0 0;
}
.p-footer__buttons {
  display: flex;
  align-items: center;
  margin: .4rem -.8rem -.8rem;
}
.p-footer__button-container {
  padding: .8rem;
}
.p-footer__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #C79000;
  text-decoration: none;
  font-weight: 600;
  padding: 1.8rem;
  min-width: 26rem;
  border-radius: 1rem;
}
.p-footer__button i {
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 6rem 1.8rem 130vw;
    background-size: 72vw auto;
    background-position: left 24% bottom;
  }
  .p-footer__logo {
    text-align: center;
  }
  .p-footer__buttons {
    display: block;
    margin-top: 2.4rem;
  }
  .f_text {
    position: static;
    padding: 1.4rem 1.8rem 0;
  }
}

.p-copyright {
  background: #47a738;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1.4rem 0;
}



.p-campaign {
  margin-top: 15rem;
}
.p-campaign__inner {
  max-width: 85rem;
  margin: 0 auto;
  border: 4px solid #B74A4C;
  padding: 4.6rem 5.3rem;
  background: url("../images/campaign-character@2x.png") right 4rem center/13.3rem 19.8rem no-repeat,#FFFBEA;
}
.p-campaign__title {
  margin-top: -6.2rem;
  text-align: center;
  transform: translateY(-50%);
}
.p-campaign__subtitle {
  text-align: center;
  font-size: 1.8rem;
  color: #0054A7;
  line-height: 1.5;
  margin: -7rem 0 0;
}
.p-campaign table {
  font-size: 1.4rem;
  margin: 2.8rem 0 0;
}
.p-campaign table th,
.p-campaign table td {
  vertical-align: top;
  text-align: left;
}
.p-campaign table th {
  width: 18.6rem;
}
.p-campaign table td strong {
  color: #838383;
  font-weight: normal;
}
.p-campaign__note {
  color: #B74A4C;
  margin: 1.6rem 0 0;
}
.p-campaign__note-title {
  margin: 0;
  font-size: 2.4rem;
}
.p-campaign__note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-campaign__note-list-item {
  font-size: 1.4rem;
  line-height: 1.714;
  padding-left: 1em;
}
.p-campaign__note-list-item::before {
  content: "・";
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    margin-top: 10rem;
    padding: 0 1.8rem;
  } 
  .p-campaign__inner {
    padding: 3.6rem 2.4rem;
    background-image: none;
  }
  .p-campaign__title {
    margin: -4rem -1.4rem 0;
  }
  .p-campaign__subtitle {
    font-size: 1.6rem;
    margin-top: -4vw;
  }
  .p-campaign table,
  .p-campaign table tr,
  .p-campaign table th,
  .p-campaign table td {
    display: block;
  }
  .p-campaign__note-title {
    font-size: 2rem;
  }
}

.p-hero {
	background: url(../images/h1_title_03.png) center,#fff;
	background-size: cover;
    height: auto;
}
.p-hero__inner {
  margin: 0 auto;
}
.p-hero__main {
	text-align: center;
	padding: 0;
	padding-top: 50px;
}
.p-hero__main img {
  width: 1200px;
}
.p-hero__footer {
  padding-bottom: 2rem;
}
.p-hero__title {
	font-size: 4rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
	background: #EA5532;
	padding-top: 30px;
	padding-bottom: 20px;
}
.title_box:after {
	content: "";
	display: block;
	background: url(../images/h1_title_02.png) repeat-x;
	background-position: center bottom 0px;
	background-size: 43px;
    height: 6px;
}
.p-hero__title img {
	width: 727px;
}

@media screen and (max-width: 767px) {
	.p-hero {
	background: url(../images/h1_title_03.png) top center,#fff;
	background-size: 130%;
    width: 100%;
}
  .p-hero__main {
    padding: 10% 10% 0%;
  }
  .p-hero__footer {
    padding-bottom: 1.2rem;
  }
  .p-hero__title {
    font-size: 2.0rem;
	  padding: 30px 20px 1.8rem;
  }
}

.p-form {
	padding: 6.4rem 0 10rem;
	padding-top: 0;
}

.p-form h2 {
	background: #47a738;
}

.p-form__inner {
	width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	box-sizing: border-box;
}
.p-form__header {
  margin: 0 0 4.7rem;
}
.p-form__title {
  margin: 0 0 2.4rem;
}
.p-form__text {
  text-align: center;
  margin: 1rem 0 0;
}
.p-form__text strong {
  color: #000;
}
.p-form__label {
  display: block;
  margin: 0;
  font-size: 1.4rem;
}
.p-form__label strong {
  font-weight: normal;
  color: #C93A3A;
}
.p-form__input {
  width: 100%;
  padding: 0 .5em;
  font-size: 1.4rem;
  border: 1px solid #CCCCCC;
}
.p-form__textarea {
  width: 100%;
  padding: .8rem .5em;
  font-size: 1.4rem;
  border: 1px solid #CCCCCC;
}
.p-form__section {
  margin-top: 1.6rem;
}
.p-form__section:first-child {
  margin-top: 0;
}
.p-form__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.p-form__col {
  margin-right: 3.6rem;
}
.p-form__checkbox-container {
}
.p-form__checkbox {
  display: inline-block;
  margin-right: 2.2rem;
}
.p-form__checkbox-input {
  display: none;
}
.p-form__checkbox-name {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
}
.p-form__checkbox-name::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-right: .3rem;
}
.p-form__checkbox-input:checked + .p-form__checkbox-name::before {
  border-color: #5188F5;
}
.p-form__checkbox-input:checked + .p-form__checkbox-name::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #5188F5;
  position: absolute;
  top: 50%;
  left: .8rem;
  transform: translate(-50%,-50%);
}
.p-form__thanks {
  margin: 3.2rem 0 0;
  text-align: center;
  color: #B74A4C;
}
.p-form__thanks-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
.p-form__note {
  border: .4rem solid #B74A4C;
  background: #fff;
  padding: 5rem 8rem;
  margin: 9.6rem 7.3rem 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-form__note-section {
  margin-top: 3.6rem;
}
.p-form__note-section:first-child {
  margin-top: 0;
}
.p-form__note-title {
  font-size: 2.4rem;
  text-align: center;
  color: #B74A4C;
  margin: 0;
}
.p-form__note-list {
  list-style: none;
  padding-left: 1em;
}
.p-form__note-list-item::before {
  content: "・";
  margin-left: -1em;
}
.p-form__footer {
  margin-top: 7.2rem;
  padding: 0 19.5rem;
}
.p-form__button {
  width: 100%;
  border: none;
  background: #47a738;
  color: #fff;
  padding: 1.8rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.p-form table {
  border-collapse: collapse;
  width: 100%;
}
.p-form table tbody　{
  width: 100%;
}
.p-form table th,
.p-form table td {
  vertical-align: top;
  border: 1px solid #47a738;
  border-left: none;
  padding: 2.1rem;
  text-align: left;
}
.p-form table th:first-child,
.p-form table td:first-child {
  border-left: 1px solid #47a738;
}
.p-form table th {
  background: #47a738;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-left: none;
  width: 28rem;
  font-size: 2rem;
}
.p-form table tr:last-child th {
  border-bottom: 1px solid #47a738;
}
.p-form table td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 6rem 0;
    padding: 0 1.8rem;
  }
  .p-form table,
  .p-form table tr,
  .p-form table th,
  .p-form table td {
    display: inline-block;
    width: 100%;
    border: none;
  }
  .p-form table th {
    border: 1px solid #47a738;
	font-size: 1.7rem;
  }
  .p-form__note {
    margin: 4rem 0;
    padding: 3rem 1.8rem;
  }
  .p-form__footer {
    margin: 6rem 0 0;
    padding: 0;
  }
}

.p-companies__slider {
  border-top: 5px solid #E6910D;
  border-bottom: 5px solid #E6910D;
}
.p-companies__slider .swiper-button-next,.p-companies__slider  .swiper-button-prev {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin-top: 0;
  background: none;
}
.p-companies__slider .swiper-button-prev {
  left: calc(50vw - 50rem);
}
.p-companies__slider .swiper-button-next {
  right: calc(50vw - 50rem);
}
.p-companies__slider .swiper-button-prev::after,
.p-companies__slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 11.3rem;
}
.p-companies__slider .swiper-button-prev::after {
  background: url("../images/intro-slider-prev@2x.png") center/4.8rem 11.3rem no-repeat;
}
.p-companies__slider .swiper-button-next::after {
  background: url("../images/intro-slider-next@2x.png") center/4.8rem 11.3rem no-repeat;
}
.p-companies__slide {
  height: 52.6rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-companies__slide-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-companies__slide-textarea {
  position: absolute;
  bottom: 1.6rem;
  left: calc(50vw - 50rem);
  background: rgba(255, 255, 255, 0.8);
  width: 63.2rem;
  padding: 3.2rem 5rem;
}
.p-companies__slide-title {
  font-size: 3rem;
  letter-spacing: -.03em;
  line-height: 1.33333;
  margin: .6rem 0 0;
}
.p-companies__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 9.4rem 0 11.6rem;
}
.p-companies__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: -1.6rem;
}
.p-companies__list-item {
  /*flex: 0 0 33.33333%;*/
width: calc((100% / 3) - .01px);
  padding: 1.6rem;
  text-align: center;
}
.p-companies__list-link {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
  padding: 0 2rem 2.8rem;
  box-shadow: 0 0 .6rem rgba(0, 0, 0, 0.16);
  height: 100%;
}
.p-companies__list-thumb {
  padding-bottom: 70.19230%;
  background-size: cover;
  background-position: center;
  margin: 0 -2rem;
}
.p-companies__list-name {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #C79000;
}
@media screen and (max-width: 767px) {
  .p-companies__slide {
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 43.89328%;
  }
  .p-companies__slide-textarea  {
    position: static;
    width: auto;
    padding: 3rem 1.8rem;
  }
  .p-companies__slide-title {
    font-size: 2rem;
  }
  .p-companies__slider .swiper-button-prev {
    left: 0;
  }
  .p-companies__slider .swiper-button-next {
    right: 0;
  }
  .p-companies__inner  {
    padding: 6rem 1.8rem;
  }
  .p-companies__list-item {
    /*flex: 0 0 50%;*/
	  width: calc((100% / 2) - .01px);
  }
}

@media screen and (max-width: 480px) {
  .p-companies__list-item {
    /*flex: 0 0 100%;*/
	  width: calc((100% / 1) - .01px);
  }
}

.p-back {
  padding: 7.1rem 0 10rem;
}
.p-back__button {
  background: #E6910D;
  border-radius: .5rem;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  text-decoration: none;
  max-width: 58.6rem;
}
@media screen and (max-width: 767px) {
  .p-back {
    padding: 4rem 1.8rem 6rem;
  }
  .p-back__button {
    font-size: 2rem;
  }
}
.p-place {
  text-align: center;
  background: #fff;
  padding: 8.8rem 0 0;
}
.p-place__main-inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.p-place__title {
  text-align: center;
  margin: 0 0 6.4rem;
}
.p-place__images {
  display: flex;
  justify-content: space-between;
}
.p-place__text {
  font-weight: 600;
  color: #519051;
  line-height: 2.75;
  margin-top: 6rem;
}
.p-place__text.place_t_2 {
	margin-top: 20px;	
}
.p-place__character {
  position: absolute;
  right: 3.6rem;
  top: calc(100% + 4rem);
  width: 41.8rem;
  padding: 2.6rem 2rem 2.6rem 2.6rem;
  border: 4px solid rgba(81, 144, 81, 0.5);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  z-index: 100;
  text-align: left;
}
.p-place__character-textarea {
  flex: 1;
  margin-left: 1rem;
  margin-top: -1rem;
}
.p-place__character-title {
  margin: 0;
  font-size: 1.8rem;
}
.p-place__character-text {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.66666;
}
.p-place__character-link-container {
  margin: 0;
}
.p-place__character-link {
  color: #6A9D6B;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.p-place__highlight-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.p-place__highlight-textarea {
  max-width: 42rem;
  color: #fff;
  text-shadow: 0 0 6px #000000;
}
.p-place__highlight-title {
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
.p-place__highlight-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.78571;
}
.p-place__footer {
  display: flex;
}
.p-place__footer-img {
  flex: 1;
	position: relative;
}
.p-place__footer p {
  position: absolute;
	margin: 0;
	bottom: 0;
	right: 2%;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-place {
    padding: 6rem 0 0;
  }
  .p-place__title {
    margin-bottom: 4rem;
  }
  .p-place__main {
    padding: 0 1.8rem;
  }
  .p-place__images {
    flex-flow: row wrap;
    justify-content: center;
    margin: -1rem;
  }
  .p-place__image {
    padding: 1rem;
    flex: 0 0 50%;
  }
  .p-place__image img {
    width: 100%;
  }
  .p-place__character {
    position: static;
    width: 100%;
    max-width: 52rem;
    padding: 2.4rem;
    margin: 4rem auto 0;
  }
  .p-place__character img {
    width: 8rem;
  }
  .p-place__highlight {
    height: 60rem;
    padding: 3.6rem 1.8rem;
  }
  .p-place__highlight::before {
    height: 24rem;
  }
  .p-place__footer {
    flex-flow: row wrap;
  }
  .p-place__footer-img {
    flex: 0 0 50%;
  }
	.p-place__text {
 	font-size: 1.5rem;
	text-align: left;
	line-height: 1.9em;
}
	.p-place__text br {
 	display: none;
}
}
@media screen and (max-width: 440px) {
  .p-place__image {
    flex: 0 0 100%;
  }
}

.narabi_y {
	display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*アンケートページ作成時追加分 11月11日*/
.p-form__input {
  padding: 3px .5em;
}


.content_box ul.present_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content_box ul.present_box li {
	width: 32%;
	padding-left: 0;
	font-size: 12px;
	line-height: 1.3em;
}
.content_box ul.present_box li:first-child img {
	margin-bottom: 10px;
}
.content_box ul.present_box li::before {
	display: none;
}
.address_img {
	margin-top: 30px;
}
@media screen and (max-width: 500px) {
.content_box ul.present_box li {
	width: 100%;
	margin-bottom: 30px;
}
}


ul.ul_p_info li::before {
	display: none;
}
ul.ul_p_info li {
	padding-left: 0;
}
p.red_text {
	display: block;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*キャンペーンに関するお問い合わせ*/
.content_box.width_content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 5em;
}
.about_contact {
	width: 450px;
	margin: 0 auto;
}
.about_contact a {
	display: block;
}
.about_contact a img {
	width: 100%;
}
@media screen and (max-width: 767px) {
/*キャンペーンに関するお問い合わせ*/
.content_box.width_content {
	padding: 0 1.8rem;
	box-sizing: border-box;
}
.about_contact {
	width: 100%;
	margin: 0 auto;
}
}


/*フッター*/
footer {
	background: url(../images/h1_title_06.png) center top repeat-x,#fff;
    background-size: 43px;
}
.footer_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*フッター　ロゴ*/
.footer_inner .footer_title {
	width: 300px;
}
.footer_inner .footer_title a {
	display: block;
}
.footer_inner .footer_title a img {
	width: 100%;
}
/*フッター　リスト*/
.footer_inner ul.ul_footer {
	width: 260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.footer_inner ul.ul_footer li {
	font-size: 14px;
	list-style: none;
	background: #F2F2F2;
	padding: 0px;
	border-radius: 5px;
}
.footer_inner ul.ul_footer li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #333;
}
.footer_inner ul.ul_footer li a:hover {
	color: #fff;
	font-weight: bold;
	background: #129A92;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
/*フッター　ロゴ*/
.footer_inner .footer_title {
	width: 200px;
	margin: 0 auto;
}
/*フッター　リスト*/
.footer_inner ul.ul_footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1.8rem;
}
.footer_inner ul.ul_footer li {
	width: 49%;
	text-align: center;
}
.footer_inner ul.ul_footer li a {
	padding: 0;
}
}




/*================================================
名前募集キャンペーン
=================================================*/
/*フレックスボックス*/
.flex_box {
	width: 100%;
	padding: 3% 0;
}
.flex_box .flex_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 50px;
}
.txt_box{
	width: 64%;
}
.txt_box img {
	margin-bottom: 2em;
}
.img_box {
	width: 34%;
}
.img_box ul {
	background: #0099d9;
	border-radius: 30px;
	margin: 0;
	padding: 1em;
}
.img_box ul li {
	list-style: none;
	margin-bottom: 1em;
	padding: 0;
}
.img_box ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.flex_box {
	padding: 30px 0;
}
.flex_box .flex_inner {
}
.txt_box{
	width: 100%;
	margin-bottom: 1em;
}
.txt_box img {
	margin-bottom: 1em;
}
.img_box {
	width: 100%;
	margin: 0 auto;
	order: 1;
}
}


/*２からむ*/
.flex_box2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_box2 .left_box {
	width: 49%;
}
.flex_box2 .right_box {
	width: 100%;
}
@media screen and (max-width: 768px) {
.flex_box2 .left_box {
	width: 100%;
}
.flex_box2 .right_box {
	width: 100%;
}
}


.bold_center_p {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}
@media screen and (max-width: 768px) {
.bold_center_p {
	font-size: 1.2em;
}
}

.form_btn {
	background: #45b035;
	border-radius: 15px;
}
.form_btn a {
	display: block;
	padding: .5em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

/*アコーディオン*/
.accordion-002 {
    max-width: 100%;
    border: 2px solid #45b035;
    border-radius: 5px;
	background: #fff;
	margin-top: 1em;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .5em 1em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%2345b053%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(1em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #45b035;
    font-weight: 600;
    cursor: pointer;
	font-size: 1.5em;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] ul {
    transform: none;
    opacity: 1;
	width: 98%;
	margin-top: 0;
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
.form_btn a {
	font-size: 1.5em;
}
.accordion-002 summary {
	font-size: 1.2em;
}
.accordion-002[open] ul {
	width: 95%;
}
}
.accordion-002[open] ul li {
	line-height: 1.5em;
    margin-bottom: .7em;
}


/*"Comingsoon*/
.Comingsoon {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
.Comingsoon {
	padding-bottom: 2em;
}
}

.text_bold {
	font-weight: bold;
	color: #DC0145
}

