@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
a:hover {
  transition: .5s !important;
  opacity: 0.7 !important;
}

/* all */
.logo_area {
  display: flex;
  align-items: center;
}

.title {
  text-align: center;
  margin: 0 auto 0;
}
.title p {
  word-break: break-all;
  display: inline-block;
  width: auto;
  height: 48px;
  background-color: #ff5714;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  padding: 0 2em;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  margin-top: -24px;
}

.txt {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
  line-height: 30px;
}
.txt p {
  font-size: 14px;
}

li {
  list-style-type: none !important;
}

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

main[_ngcontent-brl-c8] {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 0 60px;
  background-color: #fff9e7;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

article#content[_ngcontent-brl-c8] section#eye_catch[_ngcontent-brl-c8] h1[_ngcontent-brl-c8] {
  width: 50%;
  max-width: 240px;
  padding-bottom: 30px;
}

article#content[_ngcontent-brl-c8] section[_ngcontent-brl-c8]#s01, article#content[_ngcontent-brl-c8] section[_ngcontent-brl-c8]#s03 {
  display: none;
}

.about-kitsuenjo {
  margin-bottom: 10px;
}

article#content[_ngcontent-wcc-c8] section[_ngcontent-wcc-c8] h2[_ngcontent-wcc-c8] {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 4px;
  text-align: center;
}

h1 {
  background-color: #FFF;
  width: 100% !important;
  padding: 16px 0 10px !important;
  max-width: 100% !important;
  margin-bottom: 2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
h1 .cross {
  display: block;
  width: 32px;
  height: 32px;
}
h1 a {
  display: block;
  height: 32px;
  width: auto;
}
h1 img {
  height: 100%;
  width: auto;
}

h2 {
  padding-top: 4rem;
  padding-bottom: .5rem !important;
}

.bg_wrap {
  background-color: #FFC814;
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 60px;
}

/*
.bg {
	position: absolute;
	bottom: 0;
	background-image: url(../images/bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	@include background-size(100% auto);
	width: 100%;
	height: 100%;
	z-index: 1;
	@include opacity(1);
}
*/
#eye_catch {
  max-width: none !important;
  height: auto !important;
  background-image: none !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  z-index: 2;
}

.eye_catch__title {
  position: relative;
  text-align: left !important;
  margin-left: 8% !important;
  z-index: 2;
}
.eye_catch__image {
  position: relative;
  width: 92%;
  max-width: 640px;
  margin: 6rem auto 2rem;
  z-index: 1;
}

/* about */
.about {
  position: relative;
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
.about__txt {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
}
.about__txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .075em;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
.about__btn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  padding: 0 12%;
}
.about__btn__one {
  position: relative;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  color: #333;
}
.about__btn__one:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: #333 !important;
}
.about__btn__one span {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: .5em;
  padding: 0 4px;
}
.about__btn__one span:before {
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.about__btn__one--map:before {
  background: url(../images/icon-map.svg) no-repeat;
}
.about__btn__one--about:before {
  background: url(../images/icon-clubjt.svg) no-repeat;
}
.about__btn__one:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}

/* merit */
.merit {
  position: relative;
  display: block;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #FFC814;
  margin-bottom: 60px;
}
.merit__wrap__one {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 700;
}
.merit__wrap__one figure {
  width: 30%;
  padding: 0;
}
.merit__wrap__one__txt {
  width: 60%;
}
.merit__wrap__one ul {
  margin-left: 16px;
}
.merit__wrap__one ul li p {
  position: relative;
  margin-bottom: .25em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
}
.merit__wrap__one ul li p:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.merit__wrap__one span {
  position: relative;
  color: #111;
  z-index: 2;
  padding: 1px 2px;
  margin-right: 2px;
}
.merit__wrap__one span:after {
  content: '';
  background-color: #FFC814;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4em;
  z-index: -1;
}
.merit__wrap__one:first-child {
  margin-bottom: 3rem;
  border-bottom: 2px dashed #ffa014;
}

/* map */
.map {
  position: relative;
  display: block;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #FFC814;
  margin-bottom: 60px;
}
.map__txt {
  position: relative;
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}
.map__txt span {
  color: #ffa014;
}
.map__image {
  width: 90%;
  margin: 0 auto 30px;
}
.map__image img {
  width: 100%;
}
.map__description {
  padding-bottom: 30px;
}
.map__description__midashi {
  font-weight: 700;
  text-align: center;
}
.map__description__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .5em;
}
.map__description__list ul li {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.map__description__list ul li span {
  color: #ffa014;
  font-weight: 700;
  padding-right: .5em;
}
.map__description__link {
  text-align: center;
}
.map__description__link a {
  color: #ffa014;
  font-size: 13px;
  text-decoration: underline;
}
.map__point {
  padding: 20px 0 40px;
}
.map__point__one {
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #9b9b9b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map__point__one:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.map__point__one__title {
  color: #ffa014;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.map__point__one__txt p {
  color: #444;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.project {
  width: 100%;
  margin: 0 auto;
  padding: 80px 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.project__tab {
  max-width: 750px;
  margin: 0 auto -2px;
}
.project__tab ul {
  width: 94%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.project__tab__li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48%;
  color: #999;
  background-color: #f5f5f5;
  padding: 8px 0;
  text-align: center;
  border: 2px solid #ccc;
  border-bottom: none;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: .5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 1%;
}
.project__tab__li--active {
  background-color: #ff5714 !important;
  border: 2px solid #ff5714;
  color: #FFF;
  font-weight: 700;
  background: #ffa014;
  cursor: auto;
  letter-spacing: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.project__tab__area {
  overflow: hidden;
  position: relative;
  max-width: 750px;
  margin: -2px auto 0;
  z-index: 2;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0;
  border-radius: 0 0 15px 15px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.project__tab__area .project__one {
  display: none;
}
.project__tab__area .project__one--show {
  display: block;
  background-color: #fff;
  /*
  border: 1px solid #ccc;
  border-top: none;
  */
  padding: 2rem;
  border-top: 2px solid #ff5714;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* register */
.register {
  position: relative;
  display: block;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 0;
  border: 2px solid #FFC814;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
    /*
	&__form {
		&__check {
			display: none;
			&:checked + .register__form__label + .register__form__content {
				height: auto;
				opacity: 1;
				padding: 10px;
				visibility: visible;
			}
		}
		&__label {
			background: $color-jt;
			display: block;
			color: #fff;
			font-weight: 700;
			margin-bottom: 1px;
			padding: 20px 5%;
		}
		&__content {
			background: #FFF;
			height: 0;
			opacity: 0;
			padding: 0 10px;
			transition: .5s;
			visibility: hidden;
		}
		
	}
	*/
}
.register__caution {
  width: 90%;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto 40px;
}
.register__caution__link {
  text-align: center;
  text-decoration: underline;
}
.register__caution ul {
  margin: 0 16px;
}
.register__caution ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
}
.register__caution ul li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.register__caution ul li a {
  color: #ffa014;
  text-decoration: underline;
}
.register__form__title p {
  color: #ff5714;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em;
}
.register__form__inner {
  width: 100% !important;
}
.register__form__label {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background: #ffa014;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 30px auto 15px;
}
.register__form__label:after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
}
.register__form__label--open:after {
  content: '▲';
}
.register__form__content section {
  width: 100% !important;
}
.register__form__content--01 {
  display: block;
}
.register__form__caution {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* form */
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.form__group--b {
  margin-bottom: 2rem;
}
.form__group label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
  font-size: 1.25rem;
}
.form__group__box {
  margin-top: 20px;
}
.form__group__box span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
}
.form__group__box span input[type="radio" i] {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.form__group__box span input[type="checkbox" i] {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.form__group__box--large {
  overflow: hidden;
  border-bottom: none;
}
.form__group__box--large span {
  width: 50%;
  float: left;
}
.form__group__box--max {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.form__group__box--max span {
  flex-shrink: 0;
  width: 50%;
  flex-basis: 1;
  margin-bottom: 15px;
}
.form__group__box--check span {
  margin-bottom: 25px;
}
.form__group__box--check span:last-child {
  margin-bottom: 10px;
}
.form__group__caution {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.form__group__caution__pp {
  margin-bottom: 2rem;
}
.form__group__caution__pp span {
  display: block;
  color: #696969;
  margin-bottom: .75rem;
}
.form__group__caution__pp a {
  color: #ff5714;
  font-size: 1.5rem;
  text-decoration: underline;
}
.form__group__caution__check {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.form__group__caution__check span {
  color: #ff5714;
  font-size: 10px;
  margin-left: .5rem;
}
.form__group__caution input[type="checkbox" i] {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.form__group__caution label {
  cursor: pointer;
  text-align: left;
}
.form__group__caution--b {
  color: #9b9b9b;
  font-size: 11px;
  margin: 8px 0 0;
}
.form__group--textarea {
  width: 86%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 33px;
  border-bottom: 2px dotted #9b9b9b;
  margin: -30px auto 30px;
}
.form__group--textarea .form__label {
  font-size: 13px;
}
.form__group--textarea textarea {
  width: 100%;
  border: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-top: 5px;
}

.form__group__box label {
  cursor: pointer;
}

.form__field {
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  border: 1px solid #9b9b9b;
  outline: 0;
  font-size: 13px;
  color: #343434;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  transition: border-color 0.2s;
  margin-top: 8px;
}

.form__field::placeholder {
  color: transparent;
}

.form__field--b::placeholder {
  color: #ccc;
}

.form__field--b:focus::placeholder {
  font-weight: 400;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 16px;
}
.form__label span {
  color: #ff5714;
  font-size: 10px;
  padding-left: .5em;
}
.form__label span.small {
  color: #333;
  font-size: 12px;
}

.form__field:focus {
  border-width: 1px;
  border-color: #ffa014;
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 10px;
  color: #11998e;
  font-weight: 700;
}

.form__textarea {
  cursor: pointer;
  resize: vertical;
  width: 100%;
  border: 1px solid #9b9b9b;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

.custom__form__field:placeholder-shown ~ .custom__form__label {
  font-size: 13px;
  cursor: text;
  top: 20px;
}

.link-box input {
  cursor: pointer;
  position: relative;
  display: block;
  color: #ff5714;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ff5714;
  border-radius: 25px;
  background-color: white;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.link-box input:hover {
  background-color: #ff5714;
  color: #FFF;
}

.tantou__midashi {
  color: #ff5714;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 4rem;
  border-top: 1px solid #ff5714;
}
.tantou__midashi p {
  display: inline-block;
  width: auto;
  background-color: #FFF;
  font-size: 20px;
  margin: -20px 0 0;
  padding-right: 1rem;
}

/* qa */
.qa {
  position: relative;
  display: block;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 0 30px;
  border: 2px solid #FFC814;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.qa__form__check {
  display: none;
}
.qa__form__check:checked + .qa__form__label + .qa__form__content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.qa__form__label {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #444;
  width: 100%;
  position: relative;
  margin-bottom: 1px;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  line-height: 1.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  border-bottom: 1px dashed #9b9b9b;
}
.qa__form__label__arrow {
  position: relative;
  width: auto;
}
.qa__form__label__arrow:after {
  content: '▼';
  margin-right: 8px;
}
.qa__form__label:before {
  content: 'Q';
  position: absolute;
  top: 12px;
  left: 15px;
  color: #ffa014;
  font-size: 20px;
  font-weight: 700;
}
.qa__form__label--open .qa__form__label__arrow:after {
  content: '▲';
}
.qa__form__label p {
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 20px;
}
.qa__form__content {
  display: none;
  border-bottom: 1px solid #9b9b9b;
}
.qa__form__content__inner {
  position: relative;
  background: #FFF;
  padding: 20px 10px 20px 40px;
  line-height: 1.6em;
}
.qa__form__content__inner p {
  color: #444;
  font-size: 13px;
}
.qa__form__content__inner:before {
  content: 'A';
  position: absolute;
  top: 25px;
  left: 15px;
  color: #ffa014;
  font-size: 20px;
  font-weight: 700;
}
.qa__form__content p {
  margin-bottom: 1em;
}
.qa__form__content a {
  color: #ffa014;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 16px;
}
.qa__link {
  text-align: center;
  font-size: 13px;
  padding: 2em 0 0;
}
.qa__link a {
  color: #ffa014;
  text-decoration: underline;
}
.qa__link a:hover {
  color: #ffa014;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* footer */
.footer__caution {
  padding: 30px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-before {
  padding-bottom: 30px;
}

.footer-before .footer-before-nav {
  margin-bottom: 0;
}

.footer__caution {
  padding: 30px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thanks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
.thanks p {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.thanks p span {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .25rem;
}
.thanks a {
  color: #ffa014;
  font-size: 1.5rem;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .footer-before-pc .-nav1 {
    width: 900px !important;
    margin-bottom: 0;
  }
  .footer-before-pc .-nav1 li {
    margin-bottom: 0;
  }
  .footer-before-pc .-nav1 li a:hover {
    color: #ffa014;
  }

  .title p {
    font-size: 16px;
  }

  .txt p {
    font-size: 20px;
    text-align: center;
  }

  .map__image {
    width: 50%;
    margin: 15px auto 45px;
  }
  .map__description {
    padding-bottom: 60px;
  }
  .map__description__midashi p {
    font-size: 24px;
  }
  .map__description__list ul li {
    font-size: 20px;
  }
  .map__description__link a {
    font-size: 16px;
  }

  .form__group__caution__check .error {
    left: 50% !important;
    margin-left: -4em !important;
  }

  .qa__form__label {
    padding: 20px 24px 20px 40px;
  }
  .qa__form__label:before {
    top: 24px;
    left: 30px;
  }
  .qa__form__label p {
    font-size: 16px;
  }

  .qa__form__content__inner:before {
    top: 24px;
    left: 30px;
  }

  .qa__form__content__inner p {
    font-size: 16px;
  }

  .qa__link {
    font-size: 16px;
  }

  .form__field {
    font-size: 16px;
    padding: 12px;
  }
  .form__field__label {
    margin-bottom: 15px;
  }

  .form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
  }

  .form__group__box {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__group__box span {
    width: 33%;
    font-size: 16px;
    margin-bottom: 14px;
    padding-top: 14px;
  }

  .form__label--box {
    font-size: 16px;
  }

  .form__group--textarea {
    margin-top: -10px;
  }
  .form__group--textarea .form__label {
    font-size: 16px;
  }
  .form__group--textarea textarea {
    margin-top: 10px;
  }

  .form__group__caution--b {
    margin-top: 5px;
  }

  /* tab */
  .project__tab {
    width: 100%;
    max-width: 100%;
  }
  .project__tab ul {
    width: 75%;
  }
  .project__tab__area {
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .project__one--show form {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  article#content[_ngcontent-brl-c8] section#eye_catch[_ngcontent-brl-c8] {
    height: 520px;
    margin-bottom: 40px;
    padding-top: 30px;
    background-image: url(../eye_catch.png);
    background-size: auto 260px;
  }
}
@media screen and (min-width: 751px) {
  .about__txt {
    text-align: center;
  }
  .about__btn {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .about__btn__one {
    margin: 0 1rem;
  }

  .merit__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .merit__wrap__one {
    width: 50%;
    margin: 1rem 0 3rem;
    padding: 0;
  }
  .merit__wrap__one:first-child {
    border-bottom: none;
    border-right: 2px solid #ff5714;
  }

  .register__form__title p {
    font-size: 32px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
  }
}
