@charset "UTF-8";
/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/* Don't Edit */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: "ＭＳ-Ｐ ゴシック" , Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.9;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}

blockquote * {
  color: #4c4c4c;
}

em {
  color: #000;
}

pre em {
  font-weight: bold;
  background-image: none;
}

q {
  text-decoration: underline;
}

cite {
  display: block;
  text-align: right;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}

ins * {
  color: #666 !important;
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

/*----------------------------------------
	List
----------------------------------------*/
ol li {
  margin-left: 1.5em;
}

li,
dt,
dd {
  font-size: 100%;
  list-style-type: none;
  list-style-position: outside;
}

ol li {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

p + p,
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #20A76E;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}

iframe {
  border: none;
}

/*----------------------------------------
	Form
----------------------------------------*/
fieldset,
legend {
  border: none;
}

legend {
  display: none;
}

input[type=text],
textarea {
  padding: 0.2em;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

input {
  line-height: 1.2;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  *margin-right: 3px;
  top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  top: -1px;
  top: 0\9;
  margin-right: 2px;
  margin-right: 0\9;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #069;
  background-color: #fff;
}

input.button {
  padding: 0;
  border: none;
  background-image: none;
  vertical-align: top;
}

/*----------------------------------------
	Others
----------------------------------------*/
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***** 文字サイズ *****/
.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

/***** 余白調整 *****/
.mt0 {
  margin-top: 0em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.mt20 {
  margin-top: 20em !important;
}

.mb20 {
  margin-bottom: 20em !important;
}

.mt30 {
  margin-top: 30em !important;
}

.mb30 {
  margin-bottom: 30em !important;
}

.mt40 {
  margin-top: 40em !important;
}

.mb40 {
  margin-bottom: 40em !important;
}

.mt50 {
  margin-top: 50em !important;
}

.mb50 {
  margin-bottom: 50em !important;
}

.mt60 {
  margin-top: 60em !important;
}

.mb60 {
  margin-bottom: 60em !important;
}

.mt70 {
  margin-top: 70em !important;
}

.mb70 {
  margin-bottom: 70em !important;
}

.mt80 {
  margin-top: 80em !important;
}

.mb80 {
  margin-bottom: 80em !important;
}

.mt90 {
  margin-top: 90em !important;
}

.mb90 {
  margin-bottom: 90em !important;
}

.mt100 {
  margin-top: 100em !important;
}

.mb100 {
  margin-bottom: 100em !important;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  html {
    font-size: 70%;
  }
}

body {
  color: #000000;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

.ghead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 60px 10px 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.ghead .logo img {
  width: 180px;
  height: 67px;
}

.ghead .gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ghead .gnavi ul li {
  padding: 0 1em;
}

.ghead .gnavi ul li a {
  color: #333;
  font-weight: 700;
}

.ghead.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1080px) {
  .ghead {
    padding: 10px 40px;
    width: 100%;
  }
  .ghead .logo {
    width: 180px;
  }
  .ghead .logo img {
    width: 180px;
    height: 67px;
  }
  .ghead .gnavi {
    width: calc(100% - 180px);
  }
  .ghead .gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ghead .gnavi ul li {
    padding: 0 1em;
  }
  .ghead .gnavi ul li a {
    color: #333;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .ghead {
    padding: 10px 20px;
    width: 100%;
  }
  .ghead .logo {
    width: 180px;
  }
  .ghead .logo img {
    width: 150px;
    height: 57px;
  }
  .ghead .gnavi {
    display: none;
  }
}

.gfoot {
  color: #fff;
  text-align: center;
  padding: 1em 20px;
  background-color: #20A76E;
}

.contentWrap {
  padding: 4em 20px;
}

.content {
  max-width: 1060px;
  margin: 0 auto;
}

.applicationBtn {
  text-align: center;
  /*.btn {
		color: #fff;
		display: inline-block;
		text-align: left;
		width: 100%;
		max-width: 870px;
		
		@include fsz(27);
		font-weight: 700;
		padding: 25px 80px 25px 120px;
		background-color: #26B478;
		border-radius: 8px;
		position: relative;
		.icon {
			width: 70px;
			height: 70px;
			text-align: center;
			padding-top: 15px;
			border-radius: 6px;
			position: absolute;
			top: 50%;
			left: 20px;
			transform: translateY(-50%);
			svg {
				width: 38px;
				height: 30px;
				fill: #fff;
			}
		}
		span {
			display: block;
			@include fsz(19);
			font-weight: 500;
		}
		.arrow {
			line-height: 1;
			width: 34px;
			height: 34px;
			text-align: center;
			border-radius: 50%;
			position: absolute;
			top: 50%;
			right: 20px;
			transform: translateY(-50%);
			svg {
				width: 16px;
				height: 12px;
			}
		}
	}*/
}

.applicationBtn .btn {
  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;
  color: #fff;
  max-width: 870px;
  margin: 0 auto;
  padding: 25px;
  background-color: #26B478;
  border-radius: 8px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.applicationBtn .btn .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 15px;
  background-color: #BCE353;
  border-radius: 6px;
}

.applicationBtn .btn .icon svg {
  width: 38px;
  height: 36px;
  fill: #fff;
}

.applicationBtn .btn .arrow {
  line-height: 1;
  width: 34px;
  height: 34px;
  padding-top: 8px;
  text-align: center;
  background-color: #23A26C;
  border-radius: 50%;
}

.applicationBtn .btn .arrow svg {
  width: 16px;
  height: 12px;
  fill: #fff;
}

.applicationBtn .btn a {
  color: #fff;
  text-align: left;
  margin: 0 20px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
}

.applicationBtn .btn a span {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}

.applicationBtn .btn:hover {
  background-color: #EA9421;
}

@media (max-width: 768px) {
  .applicationBtn .btn {
    padding: 20px;
    /*.arrow {
				line-height: 1;
				width: 34px;
				height: 34px;
				padding-top: 8px;
				text-align: center;
				background-color: #23A26C;
				border-radius: 50%;
				svg {
					width: 16px;
					height: 12px;
					fill: #fff;
				}
			}*/
  }
  .applicationBtn .btn .icon {
    width: 60px;
    height: 60px;
    padding-top: 15px;
  }
  .applicationBtn .btn .icon svg {
    width: 28px;
    height: 26px;
  }
  .applicationBtn .btn a {
    font-size: 3.5vw;
  }
  .applicationBtn .btn a span {
    font-size: 2.4vw;
  }
}

@media (max-width: 640px) {
  .applicationBtn .btn {
    padding: 20px 5px;
  }
  .applicationBtn .btn .icon {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }
  .applicationBtn .btn .icon svg {
    width: 20px;
    height: 20px;
  }
  .applicationBtn .btn .arrow {
    line-height: 1;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    background-color: #23A26C;
    border-radius: 50%;
  }
  .applicationBtn .btn .arrow svg {
    width: 10px;
    height: 10px;
  }
  .applicationBtn .btn a {
    margin: 0 2vw;
    font-size: 4vw;
  }
  .applicationBtn .btn a span {
    font-size: 3vw;
  }
}

.visual {
  padding: 160px 0 0;
  background-image: url(/images/visual-bg.jpg);
  background-size: cover;
  background-position: center right;
  position: relative;
}

.visual:before {
  content: '';
  width: 50%;
  height: 65%;
  background-image: url(/images/visual-catch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 35px;
  bottom: 155px;
}

.visual__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px;
  position: relative;
  z-index: 2;
}

.visual__inner h1 {
  margin: 0 0 0 50px;
  line-height: 1.2;
}

.visual__inner h1 span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 0 60px 12px 50px;
  position: relative;
}

.visual__inner h1 span:before, .visual__inner h1 span:after {
  content: '';
  width: 3px;
  height: 50px;
  background-color: #333;
  position: absolute;
  bottom: 10px;
}

.visual__inner h1 span:before {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 0;
}

.visual__inner h1 span:after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  right: 0;
}

.visual__inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.visual__inner h2 span {
  font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin: 0 0 0 20px;
	max-width: 800px;
}

.visual__inner--seminar .fee {
  margin: 40px 0;
}

.visual__inner--seminar .fee dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visual__inner--seminar .fee dl dt {
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  padding: 0 20px;
  background-color: #26B478;
}

.visual__inner--seminar .fee dl dd {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  padding-left: 10px;
}

.visual__inner--seminar .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual__inner--seminar .date dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual__inner--seminar .date dl dt {
  font-weight: 500;
  padding-top: 20px;
  padding-right: 10px;
}

.visual__inner--seminar .date dl dd {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}

.visual__inner--seminar .date dl dd span {
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.visual__inner--seminar .date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
  margin-top: 20px;
}

.visual__inner--seminar .date ul li {
  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;
  padding: 0 20px;
  margin-left: 20px;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.visual__inner--seminar .date ul li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  color: #EA9421;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.visual__inner--seminar .date ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}

.visual .applicationBtn {
  padding: 20px;
  background-color: rgba(38, 180, 120, 0.75);
}

.visual .applicationBtn .btn {
  color: #26B478;
  max-width: 642px;
  background-color: #F4FD5A;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.visual .applicationBtn .btn .icon {
  background-color: #26B478;
}

.visual .applicationBtn .btn .arrow {
  background-color: #D7E24D;
}

.visual .applicationBtn .btn .arrow svg {
  fill: #F4FD5A;
}

.visual .applicationBtn .btn a {
  color: #26B478;
}

.visual .applicationBtn .btn:hover {
  background-color: #EA9421;
}

.visual .applicationBtn .btn:hover a {
  color: #fff;
}

@media (max-width: 1000px) {
  .visual__inner h1 span {
    font-size: 5vw;
  }
  .visual__inner h1 span:before, .visual__inner h1 span:after {
    height: 80%;
  }
  .visual__inner h2 {
    font-size: 8vw;
  }
  .visual__inner--seminar .fee {
    margin: 40px 0;
  }
  .visual__inner--seminar .fee dl dt {
    font-size: 4vw;
  }
  .visual__inner--seminar .fee dl dd {
    font-size: 4vw;
  }
  .visual__inner--seminar .date dl dd {
    font-size: 4vw;
  }
  .visual__inner--seminar .date dl dd span {
    font-size: 2vw;
  }
  .visual__inner--seminar .date ul li {
    width: 140px;
    height: 140px;
  }
  .visual__inner--seminar .date ul li:before {
    font-size: 6vw;
  }
  .visual__inner--seminar .date ul li span {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .visual {
    padding-top: 77px;
  }
  .visual:before {
    display: none;
    right: 0;
  }
  .visual__inner {
    position: relative;
  }
  .visual__inner:before {
    content: '';
    width: 78%;
    height: 95%;
    background-image: url(/images/visual-catch.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: -8px;
  }
  .visual__inner h1 span {
    font-size: 4.5vw;
    padding: 0 30px 10px 30px;
  }
  .visual__inner h1 span:before, .visual__inner h1 span:after {
    height: 80%;
  }
  .visual__inner h2 {
    font-size: 7vw;
  }
  .visual__inner--seminar .fee {
    margin: 30px 0;
  }
  .visual__inner--seminar .date dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visual__inner--seminar .date dl dt {
    padding-top: 0;
  }
  .visual__inner--seminar .date dl dd br {
    display: none;
  }
  .visual__inner--seminar .date ul {
    width: 100%;
  }
  .visual__inner--seminar .date ul li {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-left: 0;
  }
  .visual__inner--seminar .date ul li:before {
    font-size: 6vw;
  }
  .visual__inner--seminar .date ul li span {
    font-size: 2vw;
  }
}

@media (max-width: 640px) {
  .visual__inner--seminar .fee {
    margin: 20px 0;
  }
  .visual__inner--seminar .date dl dd {
    font-size: 5vw;
  }
  .visual__inner--seminar .date dl dd span {
    font-size: 3vw;
  }
  .visual__inner--seminar .date ul li {
    width: 100px;
    height: 100px;
    padding: 0 5px;
    margin-right: 10px;
  }
  .visual__inner--seminar .date ul li:before {
    font-size: 5vw;
    top: -15px;
  }
  .visual__inner--seminar .date ul li span {
    font-size: 2.6vw;
  }
}

@media (max-width: 480px) {
  .visual__inner--seminar .fee {
    margin: 20px 0;
  }
  .visual__inner--seminar .date dl dd {
    font-size: 5vw;
  }
  .visual__inner--seminar .date dl dd span {
    font-size: 3vw;
  }
  .visual__inner--seminar .date ul li {
    width: 70px;
    height: 70px;
    padding: 0 5px;
    margin-right: 10px;
  }
  .visual__inner--seminar .date ul li:before {
    font-size: 6vw;
    top: -15px;
  }
  .visual__inner--seminar .date ul li span {
    font-size: 2vw;
  }
}

.intro__title {
  text-align: center;
}

.intro__title h2 {
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .intro__title h2 {
    font-size: 7vw;
  }
}

.intro__text {
  line-height: 2;
  text-align: center;
}

.introWrap {
  background-image: url(/images/intro-bg2.jpg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.nayamiWrap {
  padding: 6em 20px 3em;
  margin-top: 2em;
  background-image: url(/images/intro-bg1.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.nayamiWrap:before {
  content: '';
  width: 161px;
  height: 147px;
  background-image: url(/images/intro-catch1.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nayami__title {
  text-align: center;
}

.nayami__title h2 {
  color: #fff;
  font-size: 43px;
  font-size: 4.3rem;
}

@media (max-width: 1000px) {
  .nayami__title h2 {
    font-size: 4.8vw;
  }
}

.nayami__title h2 span:before {
  content: '＼';
  margin-right: .3em;
}

.nayami__title h2 span:after {
  content: '／';
  margin-left: .3em;
}

.nayami__list {
  padding: 3em 20px;
  background-image: url(/images/line.jpg);
}

.nayami__list ul {
  max-width: 820px;
  margin: 0 auto;
}

.nayami__list ul li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22icon-check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2016.9%2016.9%22%20style%3D%22enable-background%3Anew%200%200%2016.9%2016.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E39053%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%200H2.4C1.1%200%200%201.1%200%202.4v12.1c0%201.3%201.1%202.4%202.4%202.4h12.1c1.3%200%202.4-1.1%202.4-2.4V2.4c0-1.3-1.1-2.4-2.4-2.4zm1.2%2014.5c0%20.7-.5%201.2-1.2%201.2H2.4c-.7%200-1.2-.5-1.2-1.2V2.4c0-.7.5-1.2%201.2-1.2h12.1c.7%200%201.2.5%201.2%201.2v12.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.5%209%205.4%206.5%203.2%208.3l4%204.7%207.2-6.1-1.8-2.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 9.5px;
}

.nayami__list li{
  font-size: 130%;
}

.nayami__list ul li + li {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .nayamiWrap {
    padding: 4em 20px 3em;
  }
  .nayamiWrap:before {
    content: '';
    width: 100px;
    height: 91px;
    top: -40px;
  }
}

.solutionWrap {
  padding-top: 0;
}

.solution__title {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 1em;
  background-color: #26B478;
  position: relative;
}

.solution__title h2 {
  font-size: 43px;
  font-size: 4.3rem;
}

@media (max-width: 1000px) {
  .solution__title {
    font-size: 3.6vw;
  }
  .solution__title h2 {
    font-size: 4.8vw;
  }
}

.solution__title:after {
  content: '';
  display: block;
  background-color: #26B478;
  width: 100%;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 0;
  bottom: -60px;
}

.solution__catch {
  text-align: center;
  margin: 6em 0 3em;
}

.solution__catch img {
  width: 500px;
  height: 380px;
  max-width: 500px;
  margin: -90px 0 -70px 0;
}

.solution__text {
  text-align: center;
}

.solution__text h3 {
  font-size: 43px;
  font-size: 4.3rem;
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .solution__text h3 {
    font-size: 5vw;
  }
  .solution__catch img {
    width: 80%;
  }
}

.solution__text p {
  line-height: 2;
}

.solution__text .image {
  margin-top: 4em;
}

.solution__text .image ul {
  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;
}

.solution__text .image ul li {
  width: 276px;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .solution__text .image ul li {
    width: 45%;
  }
}

.descWrap {
  overflow: hidden;
  padding-bottom: 5em;
  background-color: #E9F4EF;
  position: relative;
}

.descWrap:before {
  content: '';
  width: 65%;
  height: 24%;
  max-width: 765px;
  background-image: url(/images/desc-catch1.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  right: -5%;
  z-index: 1;
}

@media (max-width: 768px) {
  .descWrap:before {
    width: 70%;
    top: 600px;
  }
}

.desc {
  position: relative;
  z-index: 2;
}

.desc__title {
  margin-bottom: 3em;
}

.desc__title .sub {
  display: inline-block;
  padding: 2em;
  background-color: #fff;
  position: relative;
}

.desc__title .sub:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  position: absolute;
  left: 100px;
  bottom: -40px;
}

.desc__title .sub span {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .desc__title .sub span {
    font-size: 4vw;
  }
}

.desc__title h2 {
  font-size: 78px;
  font-size: 7.8rem;
  margin: .5em 0;
}

@media (max-width: 1000px) {
  .desc__title h2 {
    font-size: 7vw;
  }
}

.desc__title h3 {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 1000px) {
  .desc__title h3 {
    font-size: 3.8vw;
  }
}

.desc__text {
  line-height: 2;
}

.desc .applicationBtn {
  margin: 4em 0;
}

@media (max-width: 640px) {
  .desc__title .sub {
    padding: 1em;
  }
  .desc__title .sub:after {
    width: 40px;
    height: 40px;
    left: 80px;
    bottom: -20px;
  }
}

.numTitle {
  padding-left: 100px;
  margin-bottom: 2em;
  position: relative;
}

.numTitle .num {
  color: #B8E6D3;
  font-size: 90px;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.numTitle h2 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1.4;
}

.numTitle h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 1000px) {
  .numTitle {
    padding-left: 11vw;
  }
  .numTitle .num {
    font-size: 10vw;
  }
  .numTitle h2 {
    font-size: 4vw;
  }
  .numTitle h2 span {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .numTitle {
    padding-left: 10vw;
  }
  .numTitle .num {
    font-size: 9vw;
  }
  .numTitle h2 {
    font-size: 4vw;
  }
  .numTitle h2 span {
    font-size: 2.5vw;
  }
}

@media (max-width: 640px) {
  .numTitle {
    padding-left: 11vw;
  }
  .numTitle .num {
    font-size: 10vw;
  }
  .numTitle h2 {
    font-size: 4.5vw;
  }
  .numTitle h2 span {
    font-size: 3.5vw;
  }
}

.profile {
  overflow: hidden;
  padding: 3em;
  margin-bottom: 3em;
  background-color: #fff;
}

.profile .lecturer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.profile .lecturer__image {
  width: 300px;
  position: relative;
}

.profile .lecturer__image img {
  position: relative;
  z-index: 2;
}

.profile .lecturer__image:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #8F95A7;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.profile .lecturer__name {
  padding-left: 40px;
  width: calc(100% - 300px);
}

.profile .lecturer__name .numTitle {
  position: relative;
}

.profile .lecturer__name .numTitle:after {
  content: '';
  width: calc(100% + 100px);
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: -40px;
  bottom: -15px;
}

.profile .lecturer__name h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 4.2rem;
}

.profile .lecturer__name h3 span {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 1em;
}

.profile .lecturer__name ul li {
  font-size: 20px;
  font-size: 2rem;
}

.profile .lecturer__name ul li + li {
  margin-top: 10px;
}

.profile__text {
  margin: 3em 0 0;
}

.profile__text .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em;
}

.profile__text .data .text {
  width: calc(100% - 400px);
}

.profile__text .data .text h4 {
  margin-bottom: 5px;
}

.profile__text .data .text p + h4 {
  margin-top: 1em;
}

.profile__text .data .image {
  width: 350px;
}

@media (max-width: 1000px) {
  .profile {
    padding: 20px;
  }
  .profile .lecturer__image {
    width: 30%;
  }
  .profile .lecturer__name {
    width: 70%;
  }
  .profile .lecturer__name .numTitle:after {
    bottom: -3vw;
  }
  .profile .lecturer__name h3 {
    font-size: 4vw;
  }
  .profile .lecturer__name h3 span {
    font-size: 2vw;
  }
  .profile .lecturer__name ul li {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .profile .lecturer__name {
    padding-left: 20px;
  }
  .profile .lecturer__name h3 {
    font-size: 5vw;
  }
  .profile .lecturer__name h3 span {
    font-size: 3vw;
  }
  .profile .lecturer__name ul li {
    font-size: 2.8vw;
  }
  .profile__text .data .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile__text .data .image {
    width: 100%;
  }
}

.company__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company__data .image {
  width: 260px;
}

.company__data .text {
  width: calc(100% - 260px);
  padding-left: 40px;
  background-color: #fff;
}

.company__data .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

.company__data .text dl dt {
  width: 180px;
  margin-top: 5px;
}

.company__data .text dl dd {
  width: calc(100% - 180px);
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .company__data .image {
    width: 25%;
  }
  .company__data .text {
    width: 75%;
  }
}

@media (max-width: 640px) {
  .company__data .text {
    padding: 0 20px;
  }
  .company__data .text dl dt {
    width: 100%;
  }
  .company__data .text dl dd {
    width: 100%;
  }
}

.detailWrap {
  position: relative;
}

.detailWrap:before {
  content: '';
  width: 50%;
  height: 95%;
  max-width: 765px;
  background-image: url(/images/seminar-catch1.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10%;
  z-index: 1;
}

@media (max-width: 700px) {
  .detailWrap:before {
    width: 48%;
    transform: scale(-1,1);
    right: 0;
    top: -63px;
  }
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .detail {
    display: block;
  }
}

.detail__inner {
  max-width: 780px;
}

.detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 50px;
  background-image: url(/images/line.jpg);
  box-shadow: 0 1px 8px #ccc;
  position: relative;
  z-index: 2;
}

.detail__list p {
  text-align: right;
}

.detail__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: number 0;
}

.detail__list ul li {
  width: 50%;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 640px) {
  .detail__list ul li {
    width: 100%;
  }
}

.detail__list ul li:before {
  counter-increment: number 1;
  content: counter(number);
  width: 20px;
  height: 20px;
  color: #EA9421;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border: solid 1px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.detail__list ul li:nth-of-type(odd) {
  padding-right: 1em;
}

.detail__list ul li:nth-of-type(n+3) {
  margin-top: 10px;
}

.detail__list li{
  font-size: 120%;
}

/*
.detail__list ul {
  width: 100%;
  margin: 0 auto;
}

.detail__list li{
  font-size: 140%;
}

.detail__list ul li:before {
  counter-increment: number 1;
  content: counter(number);
  width: 20px;
  height: 20px;
  color: #EA9421;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border: solid 1px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

@media (max-width: 768px) {
  .detail__list ul {
    width: 100%;
  }
  .detail__list ul + ul {
    margin-top: 10px;
  }
}

.detail__list ul li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22icon-check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2016.9%2016.9%22%20style%3D%22enable-background%3Anew%200%200%2016.9%2016.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E39053%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%200H2.4C1.1%200%200%201.1%200%202.4v12.1c0%201.3%201.1%202.4%202.4%202.4h12.1c1.3%200%202.4-1.1%202.4-2.4V2.4c0-1.3-1.1-2.4-2.4-2.4zm1.2%2014.5c0%20.7-.5%201.2-1.2%201.2H2.4c-.7%200-1.2-.5-1.2-1.2V2.4c0-.7.5-1.2%201.2-1.2h12.1c.7%200%201.2.5%201.2%201.2v12.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.5%209%205.4%206.5%203.2%208.3l4%204.7%207.2-6.1-1.8-2.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 10px;
}

.detail__list ul li + li {
  margin-top: 10px;
}
*/

.methodWrap {
  position: relative;
}

.methodWrap:before {
  content: '';
  width: 40%;
  height: 80%;
  max-width: 765px;
  background-image: url(/images/seminar-catch2.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  right: 113px;
  z-index: 1;
}

@media (max-width: 1000px) {
  .methodWrap:before {
    width: 55%;
    right: 0px;
    top: -30px;
  }
}

.method__text {
  line-height: 2;
}

.presentWrap {
  padding: 3em 20px;
  background-image: url(/images/intro-bg1.jpg);
  background-size: cover;
  background-position: center center;
}

.present {
  padding: 2em 2em 2em 25%;
  background-image: url(/images/tokuten-catch1.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30% 80%;
  background-color: #F6F6F6;
}

.present ul {
  padding: 20px;
  background-color: #fff;
}

.present ul li {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
}

@media (max-width: 1000px) {
  .present ul li {
    font-size: 2.5vw;
  }
}

.present ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .present {
    padding: 20px;
    background-position: 7% center;
    background-size: 35% 80%;
  }
  .present .numTitle {
    margin-left: 30%;
  }
  .present ul {
    padding: 10px;
  }
  .present ul li {
    font-size: 3.5vw;
  }
}

.application {
  padding: 4em 20px;
  background-color: #20A76E;
}

.application__title {
  color: #fff;
  max-width: 740px;
  margin: 0 auto 3em;
}

.application__title h2 {
  font-size: 43px;
  font-size: 4.3rem;
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width: 1000px) {
  .application__title h2 {
    font-size: 5vw;
  }
}

.application__title ul li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22icon-check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2016.9%2016.9%22%20style%3D%22enable-background%3Anew%200%200%2016.9%2016.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23BCE353%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%200H2.4C1.1%200%200%201.1%200%202.4v12.1c0%201.3%201.1%202.4%202.4%202.4h12.1c1.3%200%202.4-1.1%202.4-2.4V2.4c0-1.3-1.1-2.4-2.4-2.4zm1.2%2014.5c0%20.7-.5%201.2-1.2%201.2H2.4c-.7%200-1.2-.5-1.2-1.2V2.4c0-.7.5-1.2%201.2-1.2h12.1c.7%200%201.2.5%201.2%201.2v12.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.5%209%205.4%206.5%203.2%208.3l4%204.7%207.2-6.1-1.8-2.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 5px;
}

.application__title ul li + li {
  margin-top: 10px;
}

.application__form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}

.application__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
  border: solid 1px #ddd;
  border-bottom: none;
}

.application__form dl dt {
  width: 300px;
  padding: 20px 60px 20px 20px;
  background-color: #FAFAFA;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
}

@media (max-width: 768px) {
  .application__form dl dt {
    width: 100%;
  }
}

.application__form dl dt:after {
  content: '必須';
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 3px 8px;
  background-color: #EA9421;
  border: solid 1px #EA9421;
  position: absolute;
  top: 20px;
  right: 20px;
}

.application__form dl dt.any:after {
  content: '任意';
  color: #4D5E70;
  background-color: #fff;
  border-color: #4D5E70;
}

.application__form dl dd {
  width: calc(100% - 300px);
  padding: 20px;
  border-bottom: solid 1px #ddd;
}

@media (max-width: 768px) {
  .application__form dl dd {
    width: 100%;
  }
}

.application__form input[type=text], .application__form input[type=email], .application__form textarea {
  padding: 8px;
  background-color: #F6F6F6;
  border: none;
}

.application__form input[type=text].error, .application__form input[type=email].error, .application__form textarea.error {
  background-color: #FAACAC;
}

.application__form input[type=text], .application__form input[type=email] {
  width: 70%;
}

.application__form textarea {
  width: 100%;
}

.application__form .agree {
  text-align: center;
  max-width: 880px;
  margin: 2em auto;
}

.application__form .agree .policy {
  text-align: left;
  height: 300px;
  overflow: auto;
  margin: 1em 0;
  padding: 1em;
  border: solid 1px;
}

.application__form .agree .policy__text + .policy__text {
  margin-top: 1em;
}

.application__form .agree .policy__text ol li + li {
  margin-top: 5px;
}

.application__form .agree .policy__text .sign {
  text-align: right;
}

.application__form .send {
  text-align: center;
  margin: 2em 0;
}

.application__form .send button {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 80%;
  max-width: 280px;
  padding: 20px 10px;
  border: none;
  background-color: #EA9421;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.application__form .send button:hover {
  background-color: #BCE353;
}

.application__form .send button.back {
  background-color: #333;
}

.application__form .send button.back:hover {
  background-color: #999;
}

.application__form .send button[disabled] {
  cursor: not-allowed;
  background-color: #ccc;
  border: solid 2px #ccc;
}

.application__form label.error {
  color: #f00;
}

.application__note {
  color: #fff;
  max-width: 740px;
  margin: 2em auto;
}

@media (max-width: 640px) {
  .application {
    padding: 3em 10px;
  }
  .application__form {
    padding: 10px;
  }
  .application__form dl dt {
    padding: 15px 50px 15px 15px;
  }
  .application__form dl dt:after {
    top: 15px;
  }
  .application__form dl dd {
    padding: 15px;
  }
  .application__form input[type=text] {
    width: 100%;
  }
  .application__form textarea {
    width: 100%;
  }
}

.naviTggle {
  display: none;
  position: fixed;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 120;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

@media (max-width: 768px) {
  .naviTggle {
    display: block;
  }
}

.naviTggle.is-show {
  pointer-events: auto;
  opacity: 1;
}

.naviTggle p {
  color: #005DAB;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.naviTggle p:last-of-type {
  display: none;
}

.naviTggle span {
  display: block;
  position: absolute;
  left: 25%;
  z-index: 200;
  width: 50%;
  height: 2px;
  background-color: #20A76E;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.naviTggle span:nth-child(1) {
  top: 10px;
}

.naviTggle span:nth-child(2) {
  top: 18px;
}

.naviTggle span:nth-child(3) {
  top: 26px;
}

.naviTggle.active p {
  color: #fff;
}

.naviTggle.active span {
  background-color: #fff;
}

.naviTggle.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
      -ms-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}

.naviTggle.active span:nth-child(2) {
  opacity: 0;
}

.naviTggle.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
      -ms-transform: translateY(-8px) rotate(315deg);
          transform: translateY(-8px) rotate(315deg);
}

.drawerMenu {
  visibility: hidden;
  width: 60%;
  height: 100%;
  background-color: #20A76E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translate(-110%, 0%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(-110%, 0%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(-110%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.drawerMenu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.drawerMenu__inner {
  overflow: scroll;
  padding: 40px;
  width: 100%;
  height: 100vh;
  background-color: #005DAB;
}

.drawerMenu .logo {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.drawerMenu .logo img {
  width: 200px;
}

.drawerMenu nav ul li {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: solid 1px #fff;
}

.drawerMenu nav ul li a {
  display: block;
  color: #fff;
  padding: 1em 20px;
  -webkit-transition: color 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: color 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.drawerMenu nav ul li.current a {
  background-color: #198921;
}

@media (max-width: 960px) {
  .drawerMenu nav ul li {
    font-size: 2.2vw;
  }
}

@media (max-width: 640px) {
  .drawerMenu {
    width: 80%;
  }
  .drawerMenu__inner {
    padding: 20px 10px;
  }
  .drawerMenu nav ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .drawerMenu {
    width: calc(100% - 80px);
  }
}

.overlay {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.is-open .overlay {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.confirm {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .confirm {
    margin-top: 77px;
  }
}

.finish {
  min-height: 80vh;
}

.finish .application__form {
  text-align: center;
}

.backBtn {
  text-align: center;
  margin-top: 2em;
}

.backBtn a.btn {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 3em;
  background-color: #BCE353;
  border-radius: 8px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.backBtn a.btn:hover {
  background-color: #EA9421;
}
