@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="yellowmit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="yellowmit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="yellowmit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  box-shadow: none; }

form.wpcf7-form .wpcf7-submit {
  padding: 5px;
  background: #f18d00;
  color: #fff;
  cursor: pointer;
  margin-top: 10px; }

form {
  width: 100%;
  margin: 50px 0; }
  form input, form textarea, form select {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    /* Edge */ }
    form input:hover, form textarea:hover, form select:hover {
      border-color: #f18d00; }
    form input:focus, form textarea:focus, form select:focus {
      border-color: #2B2B2B; }
    form input::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
      color: #eeeeee;
      font-size: .8rem; }
    form input::placeholder, form textarea::placeholder, form select::placeholder {
      color: #eeeeee;
      font-size: .9rem; }
  form textarea {
    height: 250px; }
  form input[type="radio"] {
    padding: 0 !important;
    vertical-align: middle;
    margin-right: 3px;
    border: 2px solid #eeeeee; }
    form input[type="radio"]:hover {
      border: 2px solid #2B2B2B; }
  form input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    text-align: left;
    border: 2px solid #eeeeee;
    border-radius: 4px; }
    form input[type="checkbox"]:hover {
      border: 2px solid #2B2B2B; }
  form label {
    margin-bottom: 10px;
    display: block; }
    form label p.label {
      text-align: left;
      margin-bottom: 5px; }
  form .error {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: center; }
  form .validation {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    top: -15px; }
  form button.btn {
    margin-top: 20px; }

/*===========================================================
全体の設定
=============================================================*/
.container_1100 {
  margin: 0 auto;
  width: 1180px;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1100px) {
    .container_1100 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_1100 {
      padding-left: 4%;
      padding-right: 4%; } }

.container_1200 {
  margin: 0 auto;
  width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 992px) {
    .container_1200 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_1200 {
      padding-left: 4%;
      padding-right: 4%; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 1100px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 1100px) {
  .res-none {
    display: none !important; } }

.tab-block {
  display: none !important; }
  @media screen and (max-width: 1100px) {
    .tab-block {
      display: block !important; } }

@media screen and (max-width: 1100px) {
  .tab-none {
    display: none !important; } }

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important; } }

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

.w100 {
  width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  letter-spacing: .15rem; }
  @media screen and (max-width: 1100px) {
    html {
      min-width: 100%;
      font-size: 50%; } }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%;
      font-size: 50%; } }

@media screen and (max-width: 1100px) {
  html, body {
    width: 100%; } }
@media screen and (max-width: 576px) {
  html, body {
    height: 100%;
    overflow-x: hidden; } }

body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

h1, h2, h3, h4, h5, h6, p {
  color: #222; }

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

p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .05rem;
  font-weight: 500; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*dl dt dd-------------------------------*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.w48 {
  width: 48%; }

.w48-md100 {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .w48-md100 {
      width: 100%; } }

.w50 {
  width: 50%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w100 {
  width: 100%; }

/*===========================================================
    ここから
=============================================================*/
/*=====================================================================
header
=======================================================================*/
.header__pc .logo {
  width: 220px;
  margin: auto; }
  @media screen and (max-width: 576px) {
    .header__pc .logo {
      width: 100px; } }

.header__sp {
  display: none; }

/*=====================================================================
main
=======================================================================*/
.block {
  padding: 50px 0; }
  .block.base {
    background: #fff6e4; }

.title {
  margin-bottom: 40px;
  line-height: 1.7; }
  .title h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #f18d00; }

main h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  color: #f18d00;
  margin-bottom: 15px;
  line-height: 1.8; }
main .mv {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px; }
  main .mv img {
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: auto; }
main p span.color {
  font-weight: 700;
  color: #f18d00; }
main .indent {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  color: #222;
  font-weight: 500;
  display: inline-block; }
main h4 {
  font-size: 1.8rem; }
  main h4 span {
    color: #f18d00; }
main a {
  transition: .2s; }
  main a:hover {
    color: #f18d00; }
main .d-flex .left {
  width: 45%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    main .d-flex .left {
      width: 100%;
      margin-bottom: 30px; } }
main .d-flex .right {
  width: 55%;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    main .d-flex .right {
      width: 100%;
      padding-left: 0; } }
  main .d-flex .right p {
    font-size: 1.4rem;
    margin-bottom: 40px; }
main .content__1 img {
  width: 100%; }
main .content__4 li {
  background: #fff;
  margin: 0 20px 30px; }
  main .content__4 li a {
    color: #f18d00;
    font-size: 2.4rem;
    font-weight: bold;
    width: 210px;
    height: 210px;
    text-align: center;
    line-height: 1.5;
    position: relative; }
    main .content__4 li a span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      main .content__4 li a {
        width: 100%; } }
    main .content__4 li a:hover {
      transition: .2s;
      background: #f18d00;
      color: #fff; }
  @media screen and (max-width: 768px) {
    main .content__4 li {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; } }

/*=====================================================================
footer
=======================================================================*/
footer {
  padding: 50px 0 30px;
  background: #e6e6e6; }
  footer .left {
    width: 200px; }
  footer .right {
    padding-top: 10px;
    padding-left: 40px; }
  footer a {
    display: inline-block;
    margin-right: 20px; }
  footer .copyright {
    margin-top: 30px; }
    footer .copyright p {
      font-size: 1.3rem;
      text-align: center; }
