@charset "UTF-8";
/*----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  color: #353535;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* --hx-- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #151515;
  line-height: 1.6;
}

/*----------------------------------------------------*/
.dis_sp {
  display: block;
}
.dis_pc {
  display: none;
}


.title {
  color: #E37721;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.title .en {
  color: #151515;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.title_mini {
  color: #EF7C21;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.lead {
  width: calc(100% - 4rem);
  margin: 0 auto;
  text-align: center;
}

.contents {
  margin: 2.5rem auto;
  padding: 2.5rem 0;
  display: flex;
  width: 100%;
}
.contents .title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.content_list {
  flex-flow: column;
  display: flex;
  width: 100%;
}

.content_list_block .inner {
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 3rem);
}

.content_list .content_list_block {
  width: 100%;
}

.bg_orange {
  background-color: #EF7C21;
}

.header,
.inner {
  width: 100%;
  padding: 0;
}

.header {
  top: 0;
  position: fixed;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  line-height: 1;
  z-index: 999;
}
.header .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
}

#nav_toggle {
  display: block;
  background-color: #EE751F;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
  padding: 12px;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 90%;
  background: #fff;
  left: 5%;
  transition: 0.35s ease-in-out;
  border-radius: 2px;
}
#nav_toggle span:nth-child(1) {
  top: 10px;
}
#nav_toggle span:nth-child(2) {
  top: 11px;
  display: none;
}
#nav_toggle span:nth-child(3) {
  top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* .global_nav スライドアニメーション */
.open .global_nav {
  transform: translateY(556px);
  background-color: #EE751F;
  background-image: url("../img/bg_menu_sp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

/* Fixed reset */
.header.fixed {
  padding-top: 0;
  background-color: transparent;
  height: 6rem;
}

.header_sp {
  background: #fff;
  width: 100%;
  height: 6rem;
  z-index: 999;
  position: relative;
}

.header.fixed .logo,
.header .logo {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #333;
  font-size: 2.6rem;
  width: 148px;
}

.header.fixed .logo {
  margin-left: 0;
}

.global_nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  display: flex;
  justify-content: right;
  align-items: center;
  top: -500px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 96vh;
}

.global_nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  width: auto; /*120px*/
  margin: 0 auto; /*25vh auto*/
}
.global_nav ul li {
  float: none;
  position: static;
}

.header .global_nav ul li a,
.header.fixed .global_nav ul li a {
  color: #fff;
  display: block;
  margin: 0 auto 22px;
  padding: 2.2rem 0 1.1rem;
  width: 100%;
}

.header.fixed #global_nav ul li a {
  font-weight: bold;
  transition: 0.15s ease;
}

.link-current {
  border-bottom: 1px solid #fff;
}

.hero {
  background-color: #FBF8EF;
  background-image: url("../img/bg_main_sp.svg");
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.hero .logo_group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.hero .logo_group .logo {
  width: 15rem;
  margin-left: 2rem;
}
.hero .logo_group .typo .typos {
  color: #292625;
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.hero .logo_group .typo .typos:nth-of-type(1) mark {
  background-color: transparent;
  color: #f5a741;
}
.hero .logo_group .typo .typos:nth-of-type(2) mark {
  background-color: transparent;
  color: #e68b3a;
}
.hero .logo_group .typo .typos:nth-of-type(3) mark {
  background-color: transparent;
  color: #e1643d;
}

.catch {
  position: absolute;
  bottom: -2.6rem;
  left: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: calc(100% - 20px);
}
.catch .bg {
  padding: 1rem;
  width: calc(100% - 20px);
  background-color: rgba(239, 124, 33, 0.9);
}
.catch .bg:first-child {
  width: 50%;
  background-color: rgba(247, 178, 43, 0.9);
  padding: 1rem 1.4rem;
}
.catch .bg:last-child {
  width: calc(100% - 20px);
  background-color: rgba(162, 80, 16, 0.9);
  padding: 1rem 1.4rem;
}
.catch span {
  letter-spacing: 0.1em;
  margin-bottom: -2.25rem;
  color: #fff;
  display: block;
  font-size: 1.8rem;
}

.ptn01.message {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.ptn01.message .message_inner {
  background-color: rgba(239, 124, 33, 0.8);
  border-radius: 1rem;
  margin: 8rem auto 0;
  padding: 8rem 0 5rem;
}
.ptn01.message .message_inner .title, .ptn01.message .message_inner .title .en {
  color: #fff;
}
.ptn01.message .message_inner .title {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.ptn01.message .message_inner .content_list .content_list_block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ptn01.message .message_inner .content_list .content_list_block:first-child {
  margin-bottom: 5rem;
}
.ptn01.message .message_inner .content_list .content_list_block p {
  width: 90%;
  margin: auto;
}
.ptn01.message .message_inner .content_list .content_list_block p .txt_right {
  display: block;
  text-align: end;
}
.ptn01.message .message_inner .content_list figure.content_list_block {
  border: 10px solid rgba(194, 104, 32, 0.9);
  height: 75%;
}

.ptn02.message {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background-image: url("/img/img_message_ptn02_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.ptn02.message .message_inner {
  background-color: rgba(239, 124, 33, 0.85);
  border-radius: 1rem;
  margin: 12rem auto 8rem;
  padding: 4rem 0;
  width: calc(100% - 4rem);
}
.ptn02.message .message_inner .title, .ptn02.message .message_inner .title .en {
  color: #fff;
}
.ptn02.message .message_inner .title {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.ptn02.message .message_inner .content_list .content_list_block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ptn02.message .message_inner .content_list .content_list_block p {
  width: 90%;
  margin: auto;
}
.ptn02.message .message_inner .content_list .content_list_block p .txt_right {
  display: block;
  text-align: end;
}
.ptn02.message .message_inner .content_list figure.content_list_block {
  border: 10px solid rgba(194, 104, 32, 0.9);
  height: 75%;
}

.ptn02_2.message {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background-image: url("/img/img_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ptn02_2.message .message_inner {
  background-color: rgba(239, 124, 33, 0.85);
  border-radius: 1rem;
  margin: 12rem auto 8rem;
  padding: 8rem 0;
  width: calc(100% - 4rem);
}
.ptn02_2.message .message_inner .title, .ptn02_2.message .message_inner .title .en {
  color: #fff;
}
.ptn02_2.message .message_inner .title {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.ptn02_2.message .message_inner .content_list .content_list_block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ptn02_2.message .message_inner .content_list .content_list_block p {
  width: 90%;
  margin: auto;
}
.ptn02_2.message .message_inner .content_list .content_list_block p .txt_right {
  display: block;
  text-align: end;
}
.ptn02_2.message .message_inner .content_list figure.content_list_block {
  border: 10px solid rgba(194, 104, 32, 0.9);
  height: 75%;
}

.business .lead {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.business .content_list figure {
  margin: 0 auto 2rem;
}
.business .content_list:nth-of-type(2) .content_list_block:first-child {
  order: 2;
  margin: 0 auto 2rem;
}
.business .content_list:nth-of-type(2) .content_list_block:nth-of-type(2) {
  margin: 0 auto 2rem;
}
.business .content_list:nth-of-type(3) {
  margin-bottom: 2rem;
}
.business .content_list:last-child {
  font-size: 1.4rem;
  margin: 3rem auto 0;
  padding: 2rem 0;
  width: calc(100% - 3rem);
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  color: #EF7C21;
  font-weight: bold;
  max-width: 1170px;
}

.recruit .content_list:first-of-type {
  margin-bottom: 4rem;
}
.recruit .content_list:first-of-type figure {
  margin-top: 2rem;
  order: 2;
}
.recruit .content_list:not(:first-of-type) .inner {
  width: calc(100% - 3rem);
  margin: 0 auto;
}
.recruit .content_list:not(:first-of-type) .inner .title_mini {
  margin-bottom: 2rem;
  text-align: center;
}
.recruit .content_list:not(:first-of-type) figure {
  width: calc(100% - 3rem);
  height: auto;
  max-height: 100%;
  margin: 4rem auto;
  flex-flow: column;
}
.recruit .content_list dl {
  margin: 2rem auto 0;
}
.recruit .content_list dl dt {
  width: 100%;
  padding: 0;
  margin: 0.1rem auto 0;
}
.recruit .content_list dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
.recruit .content_list dl dd {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.recruit .content_list dl dd:last-child {
  padding-bottom: 0;
}
.recruit .content_list.recruitment .lead {
  width: 100%;
}
.recruit .content_list.recruitment dl {
  flex-flow: column;
}
.recruit .content_list.recruitment dl dt, .recruit .content_list.recruitment dl dd {
  width: 100%;
  padding: 1.2rem;
}
.recruit .content_list.recruitment dl dt {
  display: flex;
  flex-basis: 25%;
  background-color: #F2F2F2;
  align-items: baseline;
  justify-content: flex-start;
}
.recruit .content_list.recruitment dl dd {
  flex-basis: 75%;
  display: flex;
  flex-flow: column;
}
.recruit .content_list.recruitment dl dd .list li {
  width: 100%;
}

.partner.contents {
  justify-content: center;
  text-align: center;
  margin: 2rem auto;
  padding: 2rem 0;
  width: 100%;
}
.partner.contents .content_list {
  flex-flow: column;
}
.partner.contents .content_list figure {
  margin-top: 2rem;
}

.company .content_inner {
  width: 100%;
}
.company .content_inner .title {
  border-bottom: 0.1rem solid #EF7C21;
  line-height: 1.4;
}
.company .content_inner h3 {
  font-size: 1rem;
  text-align: left;
  padding-left: 2rem;
  font-weight: bold;
  color: #555555;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.company .content_inner h3 .en {
  font-size: 2.4rem;
}
.company .content_inner .profile {
  display: flex;
  margin: 2rem auto;
  flex-flow: column;
  width: 100%;
}
.company .content_inner .profile dt {
  width: 100%;
  padding: 1.2rem;
  margin: 0 auto;
  display: flex;
  flex-basis: 25%;
  background-color: #F2F2F2;
  align-items: baseline;
  justify-content: flex-start;
}
.company .content_inner .profile dd {
  width: 100%;
  padding: 1.2rem;
  margin: 0 auto;
}
.company .content_inner .profile dd .list li {
  width: 100%;
}
.company .content_inner .google_map {
  position: relative;
  height: 0;
  margin: 0 auto;
  padding-top: 50%;
  width: calc(100% - 3rem);
  max-height: 636px;
  overflow: hidden;
}
.company .content_inner .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry {
  padding: 5rem 2rem;
  color: #fff;
}
.entry .lead {
  width: 100%;
  text-align: center;
}
.entry .prompt {
  width: 90%;
  margin: 2rem auto 0;
  padding: 1rem 0;
  line-height: 1.8;
  overflow-wrap: break-word;
  border: 1px solid #fff;
}

/* PageTop */
#pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  opacity: 0.9;
}
#pagetop a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 6rem;
  height: 6rem;
}
#pagetop a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

footer {
  padding: 0.4rem 0;
  text-align: center;
  background: #3B3938;
}
footer small {
  color: #fff;
  font-size: 1.1rem;
}


.bnr_kasaihoken {
  background-color: #FBF8EF;
  padding: 2rem;
}
.bnr_kasaihoken img {
  width: 100%;
}
.bnr_kasaihoken a {
  transition: 0.3s ease;
  width: calc(100% - 4rem);
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}
.bnr_kasaihoken a:hover {
  opacity: 0.8;
}



@media screen and (min-width: 768px) {

  .dis_sp {
    display: none;
  }
  .dis_pc {
    display: block;
  }


  .lead {
    text-align: center;
  }
  .title {
    font-size: 1.6rem;
  }
  .title .en {
    font-size: 3.6rem;
  }
  .title_mini {
    font-size: 2rem;
  }
  .contents {
    margin: 4rem auto;
    padding: 4rem 0;
  }
  #nav_toggle {
    display: none;
  }
  .global_nav {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    position: static;
    height: 6rem;
  }
  .global_nav ul {
    display: flex;
    margin: 7px 0 0 0;
  }
  .global_nav ul li {
    float: left;
  }
  .header_sp {
    width: auto;
  }
  .header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #global_nav ul li a {
    font-weight: bold;
    margin: 0 2rem;
    padding: 0 0.1rem 0.8rem;
    transition: 0.15s ease;
    color: #353535;
    width: auto;
  }
  #global_nav ul li a:hover {
    color: #EE751F;
  }
  .link-current {
    border-bottom: 1px solid #EE751F;
    color: #EE751F;
    transition: 0.3s ease;
  }
  .header.fixed #global_nav ul li a.link-current {
    color: #EE751F;
  }
  #top_link_js.link-current {
    border-bottom: none;
  }
  .hero {
    background-image: url("../img/bg_main_pc.svg");
    background-size: cover;
    width: 100%;
  }
  .hero .logo_group .logo {
    width: auto;
    margin: 0 0 0 3rem;
    max-width: 26rem;
  }
  .hero .logo_group .typo .typos {
    display: block;
    font-family: "Hind", sans-serif;
    font-size: 7.2rem;
    height: 8.6rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    padding: 0;
  }
  .hero .logo_group .typo .bg:not(:last-child) {
    margin-bottom: 3rem;
  }
  .company .content_inner .content_inner,
  .company .profile,
  .google_map {
    width: 100%;
  }
  .company .content_inner {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  .company .content_inner .profile dd .list li {
    display: inline-block;
    width: 49.5%;
  }
  .entry {
    padding: 4rem 2rem;
  }
  .entry .lead p {
    text-align: center;
  }
  .entry .prompt {
    width: 70%;
    max-width: 570px;
  }

  .bnr_kasaihoken {
    margin: 0 auto;
    padding: 6rem 0;
  }
  .bnr_kasaihoken img {
    margin: 0 auto;
  }


}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .hero .catch {
    width: 50%;
  }
  .business .content_list:nth-of-type(2) .content_list_block:first-child {
    margin: 0 auto 3rem;
  }
  .recruit .content_list:not(:first-of-type) {
    display: flex;
    width: 100%;
    flex-flow: column;
  }
  .recruit .content_list:not(:first-of-type) figure {
    display: flex;
    flex-flow: initial;
    margin: 3rem 0 6rem;
    width: 50%;
    height: auto;
    order: inherit;
  }
  .recruit .content_list:first-of-type figure {
    margin-top: 0;
    order: inherit;
  }
  .company .content_inner h3 {
    color: #555555;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .company .content_inner h3 .en {
    text-align: center;
    font-size: 3.2rem;
  }
  .entry .prompt {
    width: 50%;
    max-width: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .title .en {
    color: #151515;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .content_list {
    flex-flow: inherit;
  }
  .content_list .content_list_block {
    display: flex;
    width: 50%;
  }
  .content_list .content_list_block .inner {
    display: flex;
    width: 90%;
    justify-content: center;
    flex-flow: column;
  }
  .hero .catch {
    width: 40%;
  }
  .hero .typo .bg:not(:last-child) {
    margin-bottom: 4rem;
  }
  .ptn01.message .message_inner .content_list .content_list_block:first-child {
    margin-bottom: 0;
  }
  .ptn02.message .title {
    margin-bottom: 10rem;
    line-height: 1.5;
  }
  .ptn02.message .message_inner {
    padding: 8rem 0;
    color: #fff;
    width: auto;
  }
  .ptn02.message .content_list {
    margin: 4rem auto 0;
  }
  .ptn02.message .content_list .content_list_block {
    margin: 0 auto;
    width: calc(100% - 8rem);
  }
  .ptn02_2.message .title {
    margin-bottom: 10rem;
    line-height: 1.5;
  }
  .ptn02_2.message .message_inner {
    padding: 12rem 0 10rem;
    color: #fff;
    width: auto;
  }
  .ptn02_2.message .content_list {
    margin: 4rem auto 0;
  }
  .ptn02_2.message .content_list .content_list_block {
    margin: 0 auto;
    width: calc(100% - 8rem);
  }
  .business .content_list:nth-of-type(2) .content_list_block:first-child {
    order: 1;
  }
  .business .content_list:nth-of-type(3) .content_list_block:first-child {
    order: 1;
  }
  .business .content_list:nth-of-type(3) {
    margin-bottom: 0;
  }
  .business .content_list:last-child {
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    color: #EF7C21;
    font-size: 2rem;
    font-weight: bold;
    margin: 10rem auto 0;
    padding: 3.6rem 0;
    width: 100%;
    max-width: 1170px;
  }
  .business .content_list figure {
    margin: 0 auto;
  }
  .recruit .content_list:not(:first-of-type) .inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .recruit .content_list:not(:first-of-type) .recruitment dl {
    display: flex;
    flex-flow: row wrap;
    margin: 8rem auto 0;
  }
  .recruit .content_list:not(:first-of-type) .recruitment dl dt {
    display: flex;
    flex-basis: 25%;
    background-color: #F2F2F2;
    align-items: baseline;
    justify-content: flex-start;
    padding: 2rem;
  }
  .recruit .content_list:not(:first-of-type) .recruitment dl dd {
    flex-basis: 75%;
    display: flex;
    flex-flow: column;
    padding: 2rem;
  }
  .recruit .content_list .lead {
    text-align: left;
  }
  .partner.contents .content_list {
    flex-flow: inherit;
  }
  .partner.contents .content_list .content_list_block:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-flow: column;
  }
  .partner.contents .content_list .content_list_block:nth-child(1) .inner {
    width: 80%;
  }
  .partner.contents .content_list .content_list_block:figure {
    margin-bottom: 0;
  }
  .company .content_inner h3 {
    text-align: center;
  }
  .company .content_inner .title {
    border-bottom: 0.2rem solid #EF7C21;
    line-height: 1.3;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1170px;
  }
  .company .content_inner .profile {
    display: flex;
    flex-flow: row wrap;
    margin: 4rem auto;
    max-width: 1170px;
  }
  .company .content_inner .profile dt {
    display: flex;
    flex-basis: 25%;
    background-color: #F2F2F2;
    align-items: baseline;
    justify-content: flex-start;
    padding: 2rem;
    margin-top: 0.1rem;
  }
  .company .content_inner .profile dd {
    flex-basis: 75%;
    display: flex;
    flex-flow: column;
    padding: 2rem;
  }
  .company .content_inner .profile dd .list li {
    display: inline-block;
    width: 49.5%;
  }
  .company .content_inner .google_map {
    padding-top: 33.3%;
  }
  .entry {
    padding: 5rem 2rem;
  }
}/*# sourceMappingURL=style.css.map */