/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  font-size: 16px;
}

body {
  font-family: "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #1A1311;
  margin: 0 auto;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:hover {
  opacity: 0.7;
}

.strong_point {
  background: linear-gradient(transparent 50%, #F8E300 40%);
  font-weight: bold;
  color: #FF2929;
  font-size: 105%;
}

span.red {
  color: #ff3333;
}

table {
  border-collapse: collapse;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* 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;
  cursor: pointer;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

select.form-control:after {
  content: '▼';
}


/*------------------パンくずリスト------------*/

.breadcrumg-area ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}

.breadcrumg-area ul li::before {
  position: absolute;
  left: 0;
  content: ">";
  color: #333;
}

.breadcrumg-area ul li:first-child {
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before {
  display: none;
}

/*----------------------BASE-------------------------------*/

.inner {
  width: 1100px;
  margin: auto;
}

.d_block {
  display: block;
}

.d_ib {
  display: inline-block;
}

.fs8 {
  font-size: 8px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh2 {
  line-height: 2 !important;
}

.bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

.medium {
  font-weight: 500 !important;
}

.tac {
  text-align: center !important;
}

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

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

.px10 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.px20 {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.px30 {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

.px40 {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

.px50 {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

.py0 {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}

.py10 {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.py20 {
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.py30 {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}

.py40 {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.py50 {
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}

.py60 {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

.py70 {
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 70px;
}

.py80 {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.py90 {
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
}

.py100 {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin0 {
  margin: 0 !important;
}

.m_auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jc_center.flex {
  justify-content: center;
}

.ai_center {
  align-items: center;
}

.f_wrap {
  flex-wrap: wrap;
}

.po_re {
  position: relative;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.white {
  color: #fff;
}

.white_box {
  box-shadow: 0 1px 35px rgba(0, 0, 0, 0.12);
}

.mycolor {
  color: #16205C !important;
}

.mycolor2 {
  color: #E0D1A7 !important;
}

.mybg1 {
  background-color: #16205C !important;
}

.mybg2 {
  background-color: #FBFAF5 !important;
}

/*---@font-face-----*/

@font-face {
  font-family: 'din';
  src: url('./fonts/D-DINCondensed-Bold.ttf') format('truetype'),
    url('./fonts/D-DINCondensed-Bold.otf') format('opentype');
}

.din {
  font-family: 'din', sans-serif;
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

.inner {
  max-width: 100%;
}

header {
  background-color: #000;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mv {
  max-width: 100%;
}

h1 {
  width: 668px;
  max-width: 80%;
}

.subttl {
  width: 350px;
  max-width: 55%;
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
  border-bottom: 2px solid #000;
  width: 820px;
  max-width: 95%;
  margin: auto;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

a.mail_link {
  font-size: 36px;
}

a.mail_link img {
  width: 18px;
  margin: 0 10px;
}

a.x_link {
  width: 30px;
  margin: auto;
}

/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.br1 {
  display: none !important;
}

.br2 {
  display: none !important;
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .br2 {
    display: none !important;
  }

  header,
  main,
  aside,
  footer,
  .inner {
    max-width: 100%;
    margin: auto;
    float: none;
  }

  .mpx0 {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .mpx10 {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mpx20 {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mpx30 {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mpx40 {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mpx50 {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mpy0 {
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mpy10 {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mpy20 {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mpy30 {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mpy40 {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mpy50 {
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mmb0 {
    margin-bottom: 0 !important;
  }

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

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

  .mmb30 {
    margin-bottom: 30px !important;
  }

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

  .mmb50 {
    margin-bottom: 50px !important;
  }

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

  .mmb70 {
    margin-bottom: 70px !important;
  }

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

  .mmb90 {
    margin-bottom: 90px !important;
  }

  .mmb100 {
    margin-bottom: 100px !important;
    ;
  }

  .w10,
  .w20,
  .w25,
  .w30,
  .w35,
  .w40,
  .w45,
  .w48,
  .w50,
  .w55,
  .w60,
  .w65,
  .w70,
  .w75,
  .w80 {
    width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .m_reverse {
    flex-direction: column-reverse;
  }

  .mfs10 {
    font-size: 10px !important;
  }

  .mfs12 {
    font-size: 12px !important;
  }

  .mfs14 {
    font-size: 14px !important;
  }

  .mfs16 {
    font-size: 16px !important;
  }

  .mfs18 {
    font-size: 18px !important;
  }

  .mfs20 {
    font-size: 20px !important;
  }

  .mfs22 {
    font-size: 22px !important;
  }

  .mfs24 {
    font-size: 24px !important;
  }

  .mfs26 {
    font-size: 26px !important;
  }

  .mfs28 {
    font-size: 28px !important;
  }

  .mfs30 {
    font-size: 30px !important;
  }

  .mlh14 {
    line-height: 1.4 !important;
  }

  .mlh16 {
    line-height: 1.6 !important;
  }

  .mlh18 {
    line-height: 1.8 !important;
  }

  .mlh2 {
    line-height: 2 !important;
  }

  .mtac {
    text-align: center !important;
  }

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

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

  header {
    height: 100vh;
  }

  h1 {
    max-width: 75%;
  }

  .subttl {
    max-width: 50%;
  }

  main {
    max-width: 95%;
  }

  a.mail_link {
    font-size: 26px;
    flex-direction: row;
  }

  a.x_link {
    width: 25px;
  }

}

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

  main p {
    font-size: 15px;
  }
}


/*media queryここまで*/