@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #251E1C;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5em;
  background: #fff;
  word-break: break-all;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

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

a {
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type="number"],
select,
textarea {
  padding: 10px 15px;
  height: auto;
  margin: 0 0 0 0;
  border: none;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B4B4B5;
  opacity: 1;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B4B4B5;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B4B4B5;
  opacity: 1;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B4B4B5;
  opacity: 1;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #ffc800;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type="number"] {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.4;
  height: 100px;
}

select {
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

select.w-md,
input[type='text'].w-md,
input[type='password'].w-md,
input[type='email'].w-md,
input[type='search'].w-md,
input[type='tel'].w-md,
input[type="number"].w-md,
input.text.w-md,
textarea.w-md {
  width: 350px;
}
@media screen and (max-width: 600px) {
  select.w-md,
  input[type='text'].w-md,
  input[type='password'].w-md,
  input[type='email'].w-md,
  input[type='search'].w-md,
  input[type='tel'].w-md,
  input[type="number"].w-md,
  input.text.w-md,
  textarea.w-md {
    width: 100%;
  }
}
select.w-sm,
input[type='text'].w-sm,
input[type='password'].w-sm,
input[type='email'].w-sm,
input[type='search'].w-sm,
input[type='tel'].w-sm,
input[type="number"].w-sm,
input.text.w-sm,
textarea.w-sm {
  width: 160px;
}
@media screen and (max-width: 600px) {
  select.w-sm,
  input[type='text'].w-sm,
  input[type='password'].w-sm,
  input[type='email'].w-sm,
  input[type='search'].w-sm,
  input[type='tel'].w-sm,
  input[type="number"].w-sm,
  input.text.w-sm,
  textarea.w-sm {
    width: 28%;
  }
}
select.w-xs,
input[type='text'].w-xs,
input[type='password'].w-xs,
input[type='email'].w-xs,
input[type='search'].w-xs,
input[type='tel'].w-xs,
input[type="number"].w-xs,
input.text.w-xs,
textarea.w-xs {
  width: 120px;
}
@media screen and (max-width: 600px) {
  select.w-xs,
  input[type='text'].w-xs,
  input[type='password'].w-xs,
  input[type='email'].w-xs,
  input[type='search'].w-xs,
  input[type='tel'].w-xs,
  input[type="number"].w-xs,
  input.text.w-xs,
  textarea.w-xs {
    width: 90px;
  }
}

.input-wrap {
  position: relative;
  display: inline-block;
}
.input-wrap input[type='text'],
.input-wrap input[type='password'],
.input-wrap input[type='email'],
.input-wrap input[type='search'],
.input-wrap input[type='tel'],
.input-wrap input[type="number"],
.input-wrap select,
.input-wrap textarea {
  position: relative;
  z-index: 2;
  background: none;
}
.input-wrap .input-attr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.7em;
  color: #ccc;
  z-index: 1;
}

.list-checkbox,
.list-radio {
  font-weight: normal;
}
.list-checkbox li,
.list-radio li {
  display: inline-block;
  margin-right: .5em;
}
.list-checkbox li input,
.list-radio li input {
  vertical-align: -0.1em;
}

.list-checkbox-lg .li-space,
.list-radio-lg .li-space {
  min-height: .5em;
}
.list-checkbox-lg li,
.list-radio-lg li {
  display: inline-block;
  margin-right: 1.5em;
}
.list-checkbox-lg label,
.list-radio-lg label {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .list-checkbox-lg label,
  .list-radio-lg label {
    font-size: 16px;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (min-width: 600px) {
  .mb-md {
    margin-bottom: 80px !important;
  }

  .pc_mb-sm {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

.pr-sm {
  padding-right: 20px !important;
}

.pl-sm {
  padding-left: 20px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.p-sm {
  padding: 20px !important;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  span.sp_only {
    display: inline-block !important;
  }
}
.d-ib {
  display: inline-block !important;
}

.maxw600 {
  max-width: 600px;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 18px 40px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  font-weight: 500;
  color: #fff;
  border-color: #949190;
  background: #949190;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-default-outline {
  font-weight: 500;
  color: #222222;
  border-color: #222222;
  background: none;
}
.btn.btn-default-outline:hover {
  color: #fff;
  border-color: #EB5902;
  background: #EB5902;
}
.btn.btn-primary {
  color: #fff;
  font-weight: 400;
  border-color: #EB5902;
  background: #EB5902;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #b84602;
  border-color: #b84602;
}
.btn.btn-secondary {
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border-color: #2aa7df;
  background: #2aa7df;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #1c89ba;
  border-color: #1c89ba;
}
.btn.btn-tertiary {
  color: #251E1C;
  font-weight: 400;
  border-color: #C9C8B5;
  background: #C9C8B5;
}
.btn.btn-tertiary:hover {
  color: #251E1C;
  background-color: #b3b298;
  border-color: #b3b298;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}
.btn.btn-lg {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 15px 100px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #ccc;
}
.btn.btn-lg img {
  vertical-align: -4px;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.main {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 30px 0px 90px -10px #e1e1e1, -30px 0px 90px -10px #e1e1e1;
}
@media screen and (max-width: 600px) {
  .main {
    box-shadow: none;
  }
}

.section-cv .img {
  overflow: hidden;
}
.section-cv .img img {
  width: 101%;
  margin-left: -0.5%;
  max-width: none;
}
.section-cv .btns {
  padding: 10px;
  display: flex;
  justify-content: space-around;
}
.section-cv .btns > * {
  width: 47.5%;
}

.section-video {
  background: #E8E0BC;
  padding-top: 20px;
}
.section-video .box {
  padding: 0 6% 6%;
  margin-top: -10%;
}

.section-04 {
  margin-top: -12%;
}

.section-contact {
  padding: 20px;
  font-size: 18px;
  color: #000000;
}
.section-contact .form-area {
  background: #E1E6E6;
  padding: 20px;
  margin-bottom: 10px;
}
.section-contact .note {
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-fixed .btns {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.footer {
  padding-bottom: 14%;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.dl-contact {
  margin-bottom: 40px;
}
.dl-contact dl {
  margin-bottom: 20px;
}
.dl-contact dt {
  margin-bottom: 10px;
  border-left: 4px solid #000;
  padding-left: 10px;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
}
.dl-contact dd {
  margin-bottom: 10px;
  font-weight: bold;
}
.dl-contact dd p {
  font-weight: normal;
}
.dl-contact hr {
  padding: 0;
  border: none;
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 10px;
}
.dl-contact .label {
  color: #fff;
  background: none;
  background: #C30D23;
  border: 1px solid #C30D23;
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

.form-btns {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form-btns .btn {
  margin: 0 10px 20px;
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .form-btns {
    display: block;
  }
  .form-btns .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.color-red {
  color: red;
  font-size: 0.8em;
}
