@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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-feature-settings: "palt";
  font-family: 'Amiri', serif;
  letter-spacing: 1px; }

body::before {
  background: url(../images/back_img.png) no-repeat left top;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  text-decoration: none; }

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

.fixedsticky {
  top: 0;
  z-index: 10; }

/*head -------------------------*/
#contents {
  width: 100%;
  margin: 0 auto; }

.box li span {
  border: 1px solid #5e5e5e;
  padding: 3px 30px; }
.box li a {
  color: #000; }

/*sp_box1_box4 -------------------------*/
.list ul {
  margin-top: 15px; }

#box_3 {
  background-color: #f9f1e6; }

#box_6 {
  background-color: #f9f1e6; }

#logo {
  margin: 0 auto; }

#copyright p {
  text-align: center; }

/* PC
--------------------------------------*/
@media screen and (min-width: 668px) {
  body {
    font-feature-settings: "palt";
    font-family: 'Amiri', serif;
    letter-spacing: 1px; }

  body::before {
    background: url(../images/back_img.png) no-repeat left top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

  .pc_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  /*head -------------------------*/
  #head {
    background: url("../images/main_pc.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh; }
  #head h1 {
    position: absolute;
    left: 47%;
    top: 40%;
    width: 45%; }

  .box {
    margin: 200px auto; }
  .box ul {
    text-align: left; }
  .box li {
    line-height: 230%;
    font-size: 10px;
    text-align: right; }

  /*sp_box1_box4 -------------------------*/
  .list {
    width: 100%; }
  .list .list_box {
    width: 50%;
    align-items: flex-end; }
  .list .m_right {
    margin-right: 20px; }
  .list .list_box2 {
    padding: 0 10%;
    box-sizing: border-box; }
  .list .list_box3 {
    padding: 16% 0 0 10%;
    box-sizing: border-box; }
  .list .list_box4 {
    padding: 4% 0 0 0; }

  #box_2 {
    position: relative; }
  #box_2 ul {
    position: absolute;
    bottom: 0;
    padding: 0 0 2% 2%; }

  #box_3 .flex_left {
    width: 55%; }
  #box_3 .flex_right {
    width: 45%;
    margin: 0 auto;
    padding-left: 10%; }
  #box_3 ul {
    padding-top: 15px; }

  #box_5 {
    position: relative; }
  #box_5 ul {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 2% 2% 0;
    text-align: right; }
  #box_5 ul span {
    border: 1px solid #fff;
    padding: 3px 30px; }
  #box_5 ul a {
    color: #fff; }

  #box_6 ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 10% 0;
    text-align: right; }

  .w_1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative; }

  .flex {
    display: flex;
    justify-content: space-between; }

  #logo {
    width: 15%; }

  #copyright p {
    padding: 20px 0 50px 0;
    font-size: 11px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 667px) {
  body {
    font-feature-settings: "palt";
    font-family: 'Amiri', serif;
    letter-spacing: 1px; }

  body::before {
    background: url(../images/back_img.png) no-repeat left top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

  .sp_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  /*head -------------------------*/
  #head {
    width: 100%;
    margin: 0 auto; }
  #head h1 {
    position: absolute;
    top: 40%;
    padding: 0 20px; }

  .box {
    margin: 50px auto 0 auto; }
  .box li {
    line-height: 230%;
    font-size: 11px;
    text-align: right; }

  .m_right_sp {
    margin-right: 20px; }

  .box3_6_p {
    padding: 50px 0; }

  /*sp_box1_box4 -------------------------*/
  .list_box1_sp {
    padding-right: 60px; }

  .list_box2_sp {
    padding: 0 60px; }

  .list_box4_sp {
    padding-left: 60px; }

  .list .list_box {
    margin: 50px auto 0 auto; }

  #box_2 ul {
    margin-top: 10px; }

  #box_3 ul {
    margin: 20px 16% 0 16%; }

  #box_5 ul {
    color: #000;
    margin-top: 15px; }
  #box_5 ul span {
    border: 1px solid #000;
    padding: 3px 30px; }
  #box_5 ul a {
    color: #000; }

  #box_6 ul {
    margin: 20px 16% 0 16%; }
  #box_6 .box6_img1 {
    padding: 0 0 30px 60px; }
  #box_6 .box6_img2 {
    padding-right: 60px; }

  #logo {
    width: 40%;
    padding-top: 100px; }

  #copyright p {
    padding: 10px 0 50px 0;
    font-size: 10px; } }
