/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */
html,
body {
  min-width: 1100px;
  min-height: 100%;
}

body {
  position: relative;
}

header,
footer {
  width: 100%;
}

p,
a,
dl,
ol,
ul,
dt,
dd,
figcaption {
  color: #000;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

figure {
  overflow: hidden;
}

.call,
a.call {
  pointer-events: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CLASS control ->              */
/* =====>=====>=====>=====>=====>=====>===== */
.inner {
  width: 1100px;
  margin: auto;
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sp-only {
  display: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HEADDING control ->                   */
/* =====>=====>=====>=====>=====>=====>===== */
header {
  overflow: hidden;
}

h2,
h3,
#top #sec03 h2 span {
  font-weight: bold;
}

h1,
h2,
h3 {
  text-align: center;
  line-height: 1.5;
}

h1,
#top #sec03 h2 {
  text-align: left;
}

h1 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 2px;
}

h1 br {
  display: none;
}

h2 {
  font-size: 37px;
}

h3 {
  color: #FD6721;
  font-size: 28px;
}

#top #sec01 h2 {
  font-size: 23px;
}

#top #sec01 h2 br {
  display: none;
}

#top #sec03 h2 {
  font-family: "Century Gothic";
  letter-spacing: 2px;
}

#top #sec03 h2 span {
  font-size: 22px;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TOP-HEADER control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */
#TH {
  padding: 40px 0 30px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#TH .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#TH h1 + a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#TH h1 + a:hover {
  opacity: 0.6;
}

.hdrLogo:nth-of-type(2) {
  display: none;
}

.hdrCtc {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hdrCtc li,
.hdrCtc li a {
  color: #fff;
  letter-spacing: 0;
}

.hdrCtc li:nth-of-type(2) i,
.hdrCtc li:nth-of-type(2) a {
  font-size: 15px;
}

.hdrCtc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdrCtc li i {
  margin-right: 10px;
}

.hdrCtc li:nth-of-type(1) {
  padding: 0 25px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.3;
  background: #eea50a;
}

.hdrCtc li:nth-of-type(1) a {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 37px;
}

.hdrCtc li:nth-of-type(1) span {
  width: 115px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.hdrCtc li:nth-of-type(2) {
  width: 166px;
  background: #FD6721;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hdrCtc li:nth-of-type(2) a {
  padding: 20px;
}

#TH.fixed {
  padding: 20px 0 15px;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
}

#TH.fixed.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#TH.fixed a + span {
  display: none;
}

#TH.fixed h1 {
  display: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GNav control ->                       */
/* =====>=====>=====>=====>=====>=====>===== */
#GNav,
#GNav a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#GNav,
#GNav ol li {
  background: #FD6721;
}

#GNav.fixed {
  width: 100%;
}

#GNav {
  height: 51px;
}

#GNav ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#GNav ul li {
  cursor: pointer;
  position: relative;
}

#GNav ul li a {
  width: 183px;
  height: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: relative;
}

#GNav ul li a::before, #GNav ul li a.now::before {
  width: 0;
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

#GNav ul li a:hover::before, #GNav ul li a.now::before {
  width: 66px;
}

#GNav .fst ol {
  width: 225px !important;
  margin: auto;
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 20;
}

#GNav .fst ol a {
  width: 100%;
  height: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

#GNav .fst:hover ol a {
  height: 50px;
  padding: 13px 0;
  color: #fff;
  font-size: 15px;
  opacity: 1;
}

#GNav .fst:hover ol a::before {
  display: none;
}

#GNav .fst:hover ol a.now02, #GNav .fst:hover ol a:hover {
  background: #eea50a;
}

#GNav.fixed {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  position: fixed;
  top: 0;
  left: 0;
}

#GNav.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 112.7px;
}

#SPNav,
#HAM {
  display: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MAIN-VISUAL control ->                */
/* =====>=====>=====>=====>=====>=====>===== */
#MV {
  width: 100%;
  height: 550px;
}

#MV .inner {
  position: relative;
  height: 550px;
}

#MV .inner img {
  position: absolute;
  top: 165px;
  right: 0;
  left: 0;
  z-index: 99;
}

#MV .SPslides {
  display: none;
}

#MV .slides li img:nth-of-type(2) {
  display: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SECTION control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */
main,
article {
  overflow: hidden;
}

aside,
section {
  padding: 75px 0;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- BOX CONTROL ->                        */
/* =====>=====>=====>=====>=====>=====>===== */
.cntBox {
  overflow: hidden;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FOOTER control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
footer > .inner {
  padding: 75px 0 50px;
}

.ftrBtm {
  padding: 13px 0 10px;
  background: #eb6100;
}

small,
.ftrBtm a {
  color: #fff;
  font-size: 13px;
}

.ftrBtm a i {
  margin-right: 0.5em;
}

.ftrBtm .pagetop {
  display: none;
}

.ftrBtm small {
  font-family: "Century Gothic";
  font-size: 12px;
}

.ftrLeft dl {
  margin-top: 28px;
}

.ftrLeft dt {
  padding-bottom: 5px;
}

.ftrLeft dd {
  line-height: 1.6;
}

.ftrRight dt,
.ftrRight dd {
  text-align: center;
}

.ftrRight dl {
  border-bottom: 1px solid #eb6100;
}

.ftrRight dt {
  color: #ec6100;
  font-weight: bold;
  font-size: 18px;
}

.ftrRight dd {
  padding-bottom: 9px;
  font-size: 14px;
}

.ftrRight figure {
  margin-top: 17px;
}

body > .pagetop {
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 70px;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- BUTTON control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
.btn {
  width: 200px;
  display: block;
  margin: auto;
  padding: 9px 0 6px;
  color: #FD6721;
  text-align: center;
  border: 1px solid #FD6721;
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn:hover {
  color: #fff;
  background: #FD6721;
}

.btn i {
  margin-right: 10px;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ORDERD SKIN / index ->                */
/* =====>=====>=====>=====>=====>=====>===== */
#top #sec01 {
  padding-top: 133px;
}

#top #sec01 header img {
  margin: 0 auto 20px;
}

#top #sec01 p {
  margin-top: 55px;
  text-align: center;
}

#top #sec01 p span {
  display: block;
  font-size: 20px;
}

#top #sec01 a {
  margin-top: 70px;
}

#top #sec02 {
  background: #FD6721;
}

#top #sec02 .cntBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top #sec02 .inBox,
#top #sec02 .inBox div {
  position: relative;
}

#top #sec02 .inBox {
  width: 335px;
  background: #fff;
}

#top #sec02 .inBox header {
  margin: 0 0 25px;
}

#top #sec02 .inBox p {
  padding: 0 15px;
}

#top #sec02 .inBox div:before {
  position: absolute;
  width: 75px;
  height: 38px;
  display: block;
  margin: auto;
  content: "";
  background: url(../img/top/ico_triangle.png) no-repeat;
  background-size: 75px;
}

#top #sec02 .inBox:not(:nth-of-type(4)) div {
  height: 370px;
  margin-top: 35px;
}

#top #sec02 .inBox:not(:nth-of-type(4)) div::before {
  top: -70px;
  right: 0;
  left: 0;
}

#top #sec02 .inBox:not(:nth-of-type(4)) a {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 45px;
}

#top #sec02 .inBox:not(:nth-of-type(4)) h3 {
  min-height: 84px;
}

#top #sec02 .inBox:nth-of-type(4) {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 0;
}

#top #sec02 .inBox:nth-of-type(4) div {
  width: 765px;
}

#top #sec02 .inBox:nth-of-type(4) div::before {
  top: 0;
  left: -55px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#top #sec02 .inBox:nth-of-type(4) p {
  padding-left: 20px;
}

#top #sec02 .inBox:nth-of-type(4) a {
  margin: 20px auto 0;
}

#top #sec03 {
  padding: 55px 0 65px;
  background: #f4f3f3;
}

#top #sec03 header {
  margin-bottom: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid #FD6721;
}

#top #sec03 header a {
  font-weight: bold;
}

#top #sec03 header i {
  margin-right: 8px;
}

#top #sec03 dl {
  overflow: hidden;
}

#top #sec03 dl + dl {
  margin-top: 25px;
}

#top #sec03 dl dt,
#top #sec03 dl dd {
  font-size: 15px;
  float: left;
}

#top #sec03 dl dt {
  width: 140px;
  color: #FD6721;
  font-weight: bold;
  clear: both;
  position: relative;
}

#top #sec03 dl dt::after {
  width: 1px;
  height: 15px;
  margin: auto;
  content: "";
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#top #sec03 dl dd {
  width: 955px;
  padding-left: 30px;
  color: #222;
}

#top #sec03 dl dd a {
  text-decoration: underline;
}

aside .inner {
  width: 1020px;
  position: relative;
}

aside .inner::after {
  width: 320px;
  height: 310px;
  display: inline-block;
  content: "";
  background: url(../img/top/ctc_img.webp) no-repeat;
  background-size: 320px;
  position: absolute;
  bottom: -75px;
  right: 0;
}

aside dt,
aside li a,
aside p {
  font-weight: bold;
}

aside li + li a,
aside dt {
  color: #fff;
  font-size: 19px;
  line-height: 2.3;
}

aside p {
  font-size: 20px;
}

aside p br {
  display: none;
}

aside ul {
  width: 730px;
  margin-top: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

aside ul li {
  width: 353px;
}

aside ul li + li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 47px 0;
  background: #eea50a;
}

aside ul li + li a i {
  margin-right: 10px;
}

aside dl {
  background: #f4f3f3;
}

aside dl dt,
aside dl dd {
  text-align: center;
}

aside dl dt {
  background: #FD6721;
}

aside dl dd {
  font-family: "Century Gothic";
  padding: 3px 0;
}

aside dl dd a,
aside dl dd i {
  color: #FD6721;
}

aside dl dd a {
  display: block;
  font-size: 42px;
  letter-spacing: -1px;
}

aside dl dd a i {
  margin-right: 15px;
  font-size: 39px !important;
}
