@charset "utf-8";
/* 共通 */
body {
 font: 16px/2 heisei-kaku-gothic-std, sans-serif;
 color: #231815;
 letter-spacing: .2em;
 font-feature-settings: 'palt';
}
.wrapper {
 margin: 0 auto;
 max-width: 1000px;
}
/* header */
.top.header {
 background-image: url("../img/header.jpg");
 background-size: contain;
 width: 100%;
 height: 0;
 padding-top: 53.125%;
 position: relative;
}
.header-container {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 padding-top: 5rem;
}
.tono-logo {
 width: 26%;
}
.tono-logo img {
 height: auto;
 width: 100%;
}
.title {
 color: #fff;
 font-size: 5rem;
 font-weight: 900;
 text-align: center;
 letter-spacing: .14em;
 text-shadow: 0px 0px 20px rgba(23, 74, 158, .8);
 margin-top: .5rem;
}
/* nav */
.header-nav {
 display: flex;
 justify-content: space-between;
 padding: 1.5rem;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
}
.city-logo a {
 display: block;
 background: #fff;
 border-radius: 32px;
 padding: 6px 23px 7px;
}
.nav-right > ul {
 display: flex;
 justify-content: center;
}
.nav-right li.pdf a, .sns li {
 color: #fff;
 font-size: 10px;
 font-weight: 700;
 line-height: 1;
 letter-spacing: 0;
 text-align: center;
 background: #00b4ed;
 border-radius: 32px;
}
.nav-right li.pdf a {
 padding: 40px 13px 13px;
 position: relative;
 display: block;
}
.nav-right li.pdf a:before {
 content: '';
 display: block;
 background: url("../img/pdf-icon.png");
 height: 24px;
 width: 18px;
 position: absolute;
 top: 10px;
 left: 0;
 right: 0;
 margin: auto;
}
.sns {
 display: flex;
 justify-content: center;
 margin-left: 1rem;
}
.sns li {
 margin: 0 -8px;
 height: 64px;
 width: 64px;
}
.sns li a {
 height: 32px;
 width: 32px;
 position: relative;
 display: block;
 margin: 16px auto;
}
.sns li.tw a:before, .sns li.fb a:before, .sns li.ln a:before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}
.sns li.tw a:before {
 background: url("../img/twitter-logo.png") no-repeat;
 height: 25px;
 width: 32px;
}
.sns li.fb a:before {
 background: url("../img/fb-logo.png");
 height: 32px;
 width: 32px;
}
.sns li.ln a:before {
 background: url("../img/ln-logo.png");
 height: 32px;
 width: 32px;
}
#sp-nav {
 position: fixed;
 top: 0;
 right: -90%;
}
/* top-nav */
.top-nav {
 padding: 2rem 0;
}
.top-nav .pc-nav {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.top-nav .pc-nav a {
 color: #009fde;
 font-weight: 700;
}
/* introduction */
.intro {
 width: 100%;
 height: 0;
 padding-top: 52%;
 background: url("../img/intro.jpg");
 background-size: cover;
 position: relative;
}
.intro-container-wrapper {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 margin: auto;
 display: flex;
 justify-content: center;
}
.intro-container {
 font-weight: 700;
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 height: 100%;
}
.intro-text {
 line-height: 1.6;
 font-size: 3.125rem;
}
.intro-em {
 line-height: 1.5;
 font-size: 5rem;
}
/* section */
.section-title-col {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 5rem 0 2rem;
}
.section-title {
 font-size: 2.5rem;
 margin: 0 2rem;
 line-height: 1;
 font-weight: 900;
}
.copy {
 font-size: 1.5rem;
 font-family: heisei-mincho-std, serif;
 font-weight: 700;
 text-align: center;
 color: #387d39;
 margin-bottom: 1rem;
}
.section-text {
 text-align: center;
}
.section-subtitle-col {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin: 3.5rem 0 3rem;
}
.section-subtitle {
 font-size: 2rem;
 font-weight: 900;
 text-align: center;
 line-height: 1;
 margin-top: 1rem;
}
#job, #support {
 padding-bottom: 5.5rem;
}
.company-name, .btn-list, .life-btns, .btn, .interview-company, .interview-name, .interview-text-container, .text, .support-message, .support-list, .faq-list, .caution, .company-col, .company-table {
 letter-spacing: .1em;
}
.text-link {
 text-decoration: underline;
 color: #009fde;
 overflow-wrap: break-word;
}
/* feature */
.feature-image-wrapper {
 margin: 3.5rem 0 1.5rem;
 display: flex;
 width: 100%;
 overflow: hidden;
}
.slider {
 animation: loop 60s linear infinite;
 display: flex;
 width: calc(500 * 14);
 height: 100%
}
.slider li {
 width: 500px;
 height: 100%;
 text-align: center;
}
@keyframes loop {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(calc(-500px * 7));
 }
}
.company-list-col {
 background: #f5eee3;
 border: 3px solid #f5ead7;
 border-radius: 100px;
 margin-bottom: 2rem;
 padding: 2rem 2.5rem .5rem;
}
#job .company-list-col + .section-subtitle-col {
 margin-top: 6.5rem;
}
.company-type {
 font-size: 1.5rem;
 font-weight: 700;
 text-align: center;
 color: #387d39;
 border-bottom: 1px solid #6fba2c;
 margin-bottom: 2rem;
}
.company-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.company-list li {
 width: calc(50% - 24px);
 margin-bottom: 3.5rem;
 display: flex;
}
.company-info {
 margin-left: 1.5rem;
 width: 100%;
}
.company-name {
 font-size: 1.125rem;
 font-weight: 700;
 margin-bottom: 1rem;
}
.btn-list {
 margin-bottom: .5rem;
}
.btn-list a {
 display: block;
 color: #fff;
 font-size: .875rem;
 font-weight: 700;
 text-align: center;
 padding: .25rem 2rem 0;
 position: relative;
 border-radius: 1rem;
 max-width: 220px;
}
.btn-list a.company-btn {
 background: #009fde;
}
.btn-list a.interview-btn {
 background: #6fba2c;
}
.btn-list a:after {
 content: '';
 display: block;
 height: 0;
 width: 0;
 position: absolute;
 bottom: 0;
 top: 0;
 right: 1rem;
 margin: auto;
}
.btn-list a.company-btn:after {
 border-top: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-left: 6px solid #fff;
}
.btn-list a.interview-btn:after {
 border-top: 6px solid #fff;
 border-right: 3px solid transparent;
 border-left: 3px solid transparent;
}
/* interview */
.interview-list-col {
 position: relative;
 display: flex;
 margin-bottom: 2rem;
}
.interview-person {
 top: 1rem;
 position: absolute;
 width: 30%;
}
.odd .interview-person {
 left: 0;
}
.even .interview-person {
 right: 0;
}
.interview-person img {
 height: auto;
 width: 100%;
}
.interview-list {
 background: #f5eee3;
 border: 3px solid #f5ead7;
 border-radius: 100px;
 width: 85%;
}
.odd.interview-list-col {
 flex-direction: row-reverse;
}
.odd .interview-list {
 padding: 2.5rem 3rem 4rem 11.5rem;
}
.even .interview-list {
 padding: 2.5rem 11.5rem 4rem 3rem;
}
.interview-copy {
 font-size: 1.5rem;
 font-family: heisei-mincho-std, serif;
 font-weight: 700;
 margin-bottom: 2rem;
}
.odd .interview-copy {
 color: #009fde;
}
.even .interview-copy {
 color: #22ac38;
}
.interview-company {
 font-weight: 700;
 line-height: 1.6;
}
.interview-name {
 font-size: 1.125rem;
 font-weight: 700;
}
.name-respect {
 font-size: .875rem;
}
.interview-movie-wrapper {
 margin: 2.5rem 0 2rem;
}
.interview-movie {
 width: 100%;
 position: relative;
 padding-top: 56.25%;
}
.interview-movie iframe {
 width: 100% !important;
 height: 100% !important;
 position: absolute;
 top: 0;
 right: 0;
}
.interview-text-container dt {
 display: block;
 position: relative;
}
.interview-text-container dd {
 display: none;
}
.interview-text-container {
 font-size: .875rem;
}
.interview-text-container dt:before {
 content: '';
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 30%;
 background: -moz-linear-gradient(bottom, rgb(245 238 227 / 1), rgb(245 238 227 / .5));
 background: -webkit-linear-gradient(bottom, rgb(245 238 227 / 1), rgb(245 238 227 / .5));
 background: linear-gradient(to top, rgb(245 238 227 / 1), rgb(245 238 227 / .5));
}
.interview-text-container dt:after {
 content: '';
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 height: 40px;
 width: 40px;
 transform: rotate(135deg);
}
.interview-text-container dt.open:before, .interview-text-container dt.open:after {
 content: none;
}
.odd .interview-text-container dt:after {
 border-right: 3px solid #00b4ed;
 border-top: 3px solid #00b4ed;
}
.even .interview-text-container dt:after {
 border-right: 3px solid #6fba2c;
 border-top: 3px solid #6fba2c;
}
/* life */
#life {
 background: url("../img/life-bg.gif");
 position: relative;
 padding: 0 0 5.5rem;
 z-index: 0;
}
#life:before, #life:after {
 content: '';
 display: block;
 position: absolute;
 z-index: -1;
}
#life:before {
 top: 0;
 right: 0;
 background: url("../img/life-bg1.png");
 height: 298px;
 width: 359px;
}
#life:after {
 bottom: 0;
 left: 0;
 background: url("../img/life-bg2.png");
 height: 299px;
 width: 358px;
}
.life-btns {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 4rem 0 0;
}
.life-btns a {
 display: block;
 width: calc(50% - .75rem);
 position: relative;
 color: #fff;
 font-size: 1.25rem;
 font-weight: 700;
 text-align: center;
 padding: 1.25rem 2.5rem 1rem;
 border-radius: 2.5rem;
 margin-bottom: 2rem;
}
.life-btns a:after {
 content: '';
 display: block;
 height: 0;
 width: 0;
 position: absolute;
 bottom: 0;
 top: 0;
 right: 2rem;
 margin: auto;
 border-top: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 12px solid #fff;
}
.life-btns a.house {
 background: #6fba2c;
}
.life-btns a.prevention {
 background: #edad00;
}
.life-btns a.welfare {
 background: #00b4ed;
}
.life-btns a.parenting {
 background: #f471b2;
}
/* support */
#support .copy:last-of-type {
 margin: 4rem 0 2rem;
}
.text {
 margin-bottom: 1rem;
}
.support-message {
 text-align: right;
 font-size: 1.125rem;
}
.city-department {
 font-size: .875rem;
 margin-bottom: .5rem;
}
.support-col {
 background: #ecf4e3;
 border: 3px solid #e5f0d8;
 border-radius: 100px;
 margin-bottom: 2rem;
 padding: 2rem 2.5rem 3.5rem;
}
.support-type {
 font-size: 1.5rem;
 font-weight: 700;
 text-align: center;
 color: #387d39;
 border-bottom: 1px solid #6fba2c;
 margin-bottom: 2rem;
}
.support-target {
 font-size: 1.125rem;
 font-weight: 700;
 padding-left: 1.5rem;
 position: relative;
}
.support-target:before {
 content: '';
 display: block;
 position: absolute;
 top: 7px;
 left: 0;
 height: 16px;
 width: 16px;
 border-radius: 8px;
 background: #387d39;
}
.system-list {
 margin-left: 1.5rem;
}
.system-list li {
 margin: .5rem 0 0;
}
.support-btn {
 display: block;
 max-width: 488px;
 position: relative;
 color: #fff;
 font-size: 1.25rem;
 font-weight: 700;
 text-align: center;
 padding: 1.25rem 2.5rem 1rem;
 border-radius: 2.5rem;
 margin: 2.5rem auto 0;
 background: #387d39;
}
.support-btn:after {
 content: '';
 display: block;
 height: 0;
 width: 0;
 position: absolute;
 bottom: 0;
 top: 0;
 right: 2rem;
 margin: auto;
 border-top: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 12px solid #fff;
}
.support-btns {
 display: flex;
 justify-content: space-between;
}
.support-btns a {
 display: block;
}
/* faq */
#faq {
 background: url("../img/faq-bg.gif");
 padding: 0 0 4rem;
}
.faq-list {
 margin-bottom: 2.5rem;
}
.faq-list dt {
 font-size: 1.125rem;
 font-weight: 700;
 color: #009fde;
 margin-bottom: 1rem;
}
.faq-list dt, .faq-list dd {
 position: relative;
 padding-left: 3rem;
}
.faq-list dt:before, .faq-list dd:before {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 font-size: 2rem;
 font-weight: 900;
 line-height: 1;
}
.faq-list dt:before {
 content: 'Q.'
}
.faq-list dd:before {
 content: 'A.'
}
/* footer */
.footer {
 width: 100%;
 background: url("../img/footer.jpg") top center;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.footer-city a {
 display: block;
 margin: 3.5rem 0 2.5rem;
 width: 151px;
}
.footer-nav {
 display: flex;
 justify-content: space-between;
 text-shadow: 2px 2px 3px rgba(23, 74, 158, .9);
 flex-wrap: wrap;
 width: 100%;
 max-width: 1000px;
}
.footer-nav a {
 color: #fff;
 font-size: .875rem;
 font-weight: 700;
}
.caution {
 color: #fff;
 font-size: .75rem;
 text-align: center;
 margin: 2rem 0 3.5rem;
 text-shadow: 2px 2px 3px rgba(23, 74, 158, .9);
}
.totop {
 position: fixed;
 right: 1.5rem;
 bottom: 1.5rem;
}
/* detail */
.detail .header-nav {
 position: inherit;
 background: #009fde;
}
.detail .nav-right li.pdf a:before {
 background-image: url("../img/pdf-icon-re.png");
}
.detail .sns li.tw a:before {
 background-image: url(../img/tw-logo-re.png);
}
.detail .sns li.fb a:before {
 background-image: url("../img/fb-logo-re.png");
}
.detail .sns li.ln a:before {
 background-image: url("../img/ln-icon-re.png");
}
.detail .nav-right li.pdf a, .detail .sns li {
 color: #009fde;
 background-color: #fff;
}
.detail #nav-btn {
 background: #fff;
}
.detail #nav-btn:before, .detail #nav-btn:after {
 background: #22ac38;
}
.nav-open.detail #nav-btn:before, .nav-open.detail #nav-btn:after {
 background: #fff;
}
.detail-header {
 background: url("../img/detail-bg.gif");
 padding: 3rem 0 3.5rem;
 margin-bottom: 5rem;
}
.detail-header .wrapper {
 display: flex;
 justify-content: space-between;
}
.detail-title-container {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: calc(100% - 150px);
}
.detail-title {
 font-size: 3.75rem;
 font-weight: 900;
 line-height: 1.6;
}
.detail .section-title-col {
 padding: 0;
}
.company-title {
 font-size: 2rem;
 font-weight: 700;
 text-align: center;
 border-bottom: 2px solid #6fba2c;
 line-height: 1.6;
}
.company-copy {
 font-size: 1.125rem;
 font-weight: 700;
 text-align: center;
 margin-top: .5rem;
}
.company-main {
 margin: 1.5rem auto 3rem;
}
.company-main img {
 height: auto;
 width: 100%;
}
.company-col {
 display: flex;
 justify-content: space-between;
}
.company-intro {
 width: calc(100% - 332px);
 margin-right: 2rem;
}
.company-sub img {
 height: auto;
 width: 100%;
}
.sub-photo {
 margin-bottom: 1rem;
}
.detail .btn-list {
 margin-top: 3rem;
}
.detail a.interview-btn {
 background: #6fba2c;
 max-width: 240px;
 font-size: 1rem;
 border-radius: 1.25rem;
 padding: .4rem 2rem .125rem;
 margin: 0 auto;
}
.company-table-container {
 margin: 3rem 0 4.5rem;
}
.company-table {
 overflow: hidden;
}
.company-table:nth-of-type(odd) {
 background: #ecf4e3;
}
.company-table dt {
 font-size: .875rem;
 font-weight: 700;
 padding: 1rem;
 width: 340px;
 float: left;
}
.company-table dd {
 font-size: .875rem;
 padding: 1rem;
 float: left;
 width: calc(100% - 340px);
}
.detail .section-subtitle {
 font-size: 1.5rem;
 font-weight: 700;
 margin-top: 1.5rem;
}
.detail .interview-list-col {
 margin-bottom: 6.5rem;
}
.detail .interview-copy {
 color: #387d39;
}
/*-- 1920px以上画像調整 --*/
@media screen and (min-width:1920px) {
 .footer {
  background-size: 100%;
 }
}
/*-- 1024px以上PC時のみ --*/
@media screen and (min-width:1024px) {
 a:hover, .interview-text-container dt:hover:after {
  opacity: .8;
  transition: .2s;
 }
 .interview-text-container dt:hover:after {
  cursor: pointer;
 }
}
/*-- 1024px以下タブレット時 --*/
@media screen and (max-width:1024px) {
 body {
  font-size: .875rem;
 }
 .wrapper, .footer-nav {
  padding: 0 1rem;
 }
 .support-btns a {
  width: 32%;
 }
 .support-btns img {
  height: auto;
  width: 100%;
 }
 .title {
  font-size: 7vmin;
 }
 .intro-text {
  font-size: 4.5vmin;
 }
 .intro-em {
  font-size: 6vmin;
 }
 .section-title {
  font-size: 4.5vmin;
 }
 .section-subtitle {
  font-size: 4vmin;
 }
 .detail-header {
  padding: 2rem 0 2.5rem;
  margin-bottom: 3rem;
 }
 .detail-title {
  font-size: 6vmin;
 }
}
/*-- 768px以下時 --*/
@media screen and (max-width:768px) {
 .header-nav {
  padding: 1rem;
 }
 .city-logo a {
  border-radius: 23px;
  padding: 8px 10px 12px;
 }
 .city-logo img {
  width: 67px;
  height: auto;
 }
 .nav-right > ul li a, .sns li {
  font-size: 10px;
  border-radius: 23px;
 }
 .nav-right li.pdf a {
  padding: 26px 4px 10px;
 }
 .nav-right li.pdf a:before {
  height: 12px;
  width: 9px;
  background-size: cover;
  top: 8px;
 }
 .sns {
  margin-left: .5rem;
 }
 .sns li {
  margin: 0 -4px;
  height: 46px;
  width: 46px;
 }
 .sns li a {
  height: 16px;
  width: 16px;
  margin: 15px auto;
 }
 .sns li.tw a:before, .sns li.fb a:before, .sns li.ln a:before {
  background-size: contain;
 }
 .sns li.tw a:before {
  height: 12px;
  width: 16px;
 }
 .sns li.fb a:before, .sns li.ln a:before {
  height: 16px;
  width: 16px;
 }
 #sp-nav {
  width: 90%;
  height: 100vh;
  background: #22ac38;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
 }
 #sp-nav li {
  margin: .5rem 1rem;
 }
 #sp-nav li a {
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
 }
 #nav-btn {
  position: relative;
  width: 46px;
  height: 46px;
  background: #22ac38;
  border-radius: 23px;
  margin-left: .5rem;  
  z-index: 200;
 }
 #nav-btn:before, #nav-btn:after {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 1rem;
  background: #fff;
  left: 15px;
 }
 #nav-btn:before {
  top: 16px;
 }
 #nav-btn:after {
  bottom: 16px;
 }
 #nav-bg {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
 }
 .nav-open #sp-nav {
  right: 0;
 }
 .nav-open #nav-bg {
  opacity: .9;
  visibility: visible;
 }
 .nav-open #nav-btn:before, .nav-open #nav-btn:after {
  width: 24px;
  left: 10px;
 }
 .nav-open #nav-btn:before {
  transform: rotate(45deg);
  top: 21px;
 }
 .nav-open #nav-btn:after {
  transform: rotate(-45deg);
  bottom: 21px;
 }
 .nav-open.detail #nav-btn {
  background: #22ac38;
 }
 .tono-logo {
  width: 38%;
 }
 .top-nav {
  padding: .5rem 0;
 }
 .top-nav .pc-nav {
  text-align: center;
 }
 .top-nav .pc-nav li {
  width: 25%;
  margin: .25rem 0;
  font-size: .75rem;
 }
 .top.header {
  background-size: cover;
  padding-top: 120%;
  background-position: 5%;
 }
 .header-container {
  padding-top: 6rem;
 }
 .title {
  color: #231815;
  text-shadow: none;
 }
 .intro {
  padding-top: 100%;
  background-position: center;
 }
 .feature-image-wrapper {
  margin: 1.5rem 0 0;
 }
 .slider {
  width: calc(250 * 14);
 }
 .slider li {
  width: 250px;
 }
 .slider li img {
  height: auto;
  width: 100%;
 }
 .copy {
  font-size: 1rem;
  line-height: 1.6;
 }
 .section-title {
  margin: 0 1rem;
 }
 .section-title-col img {
  height: 22px;
  width: auto;
 }
 #company.section-subtitle-col img {
  height: 17px;
  width: auto;
 }
 #interview.section-subtitle-col img {
  height: 19px;
  width: auto;
 }
 .company-list-col {
  border-radius: 50px;
  margin-bottom: 2rem;
  padding: .5rem 1.5rem;
 }
 .company-type, .support-type {
  font-size: 1rem;
 }
 .company-list li {
  width: calc(50% - 16px);
  margin-bottom: 2rem;
 }
 .company-list img {
  height: 60px;
  width: 60px;
 }
 .company-info {
  margin-left: 1rem;
 }
 .btn-list a {
  font-size: .75rem;
  padding: .25rem 1rem 0;
 }
 .btn-list a:after {
  right: .5rem;
 }
 .company-name {
  font-size: .875rem;
  line-height: 1.6;
 }
 .odd.interview-list-col, .interview-list-col {
  flex-direction: column;
 }
 .interview-person {
  top: 0;
  width: 150px;
  margin: auto;
 }
 .odd .interview-person {
  right: 0;
 }
 .even .interview-person {
  left: 0;
 }
 .interview-list {
  border-radius: 50px;
  width: 100%;
  margin-top: 1rem;
 }
 .odd .interview-list, .even .interview-list {
  padding: 9rem 1.5rem 1.5rem;
 }
 .interview-copy {
  font-size: .875rem;
  margin-bottom: 1rem;
 }
 .interview-text-container dt:after {
  bottom: 8px;
 }
 .interview-movie-wrapper {
  margin: 1.5rem 0 2rem;
 }
 #life:before, #life:after {
  background-size: cover;
  height: 149px;
  width: 179px;
 }
 .life-btns a {
  padding: 1rem 2.5rem .875rem;
  margin: 0 auto 1rem;
  font-size: .875rem;
 }
 .life-btns a:after {
  right: 1rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
 }
 .support-message {
  font-size: 1rem;
 }
 .support-col {
  border-radius: 50px;
  padding: .5rem 1.5rem 2.5rem;
 }
 .support-btn {
  padding: 1rem 1.5rem .875rem;
  font-size: .875rem;
 }
 .support-btn:after {
  right: 1rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
 }
 .faq-list dt {
  font-size: .875rem;
 }
 .faq-list dt, .faq-list dd {
  padding-left: 2rem;
 }
 .faq-list dt:before, .faq-list dd:before {
  font-size: 1.5rem;
 }
 .footer-city a {
  margin: 3.5rem 0 1.5rem;
  width: 75px;
 }
 .footer-city a img {
  height: auto;
  width: 100%;
 }
 .footer-nav li {
  width: 25%;
  margin-bottom: .5rem;
  text-align: center;
 }
 .footer-nav a {
  font-size: .75rem;
 }
 .caution {
  font-size: 10px;
  margin: 1rem 0 3.5rem;
 }
 .totop {
  right: .5rem;
  bottom: .5rem;
 }
 .totop img {
  height: 36px;
  width: 36px;
 }
 .detail-header .wrapper {
  justify-content: center;
  align-items: center;
 }
 .detail-tono-logo {
  height: 75px;
  width: 75px;
  margin-right: 1rem;
 }
 .detail-tono-logo img {
  height: auto;
  width: 100%;
 }
 .detail-title-container {
  width: auto;
 }
 .company-title {
  font-size: 1.5rem;
 }
 .company-copy {
  font-size: 1rem;
 }
 .company-main {
  margin: 1rem auto 1.5rem;
 }
 .company-col {
  flex-direction: column;
 }
 .company-intro {
  width: 100%;
  margin-right: 0;
 }
 .detail .btn-list {
  margin: 1.5rem 0 3rem;
 }
 .detail a.interview-btn {
  font-size: .875rem;
 }
 .company-sub {
  display: flex;
  justify-content: center;
 }
 .sub-photo {
  margin: 0 .25rem 0;
 }
 .company-table-container {
  margin: 1.5rem 0 4.5rem;
 }
 .company-table dt {
  padding: .5rem .5rem 0 .5rem;
  width: 100%;
  float: none;
 }
 .company-table dd {
  padding: 0 .5rem .5rem .5rem;
  float: none;
  width: 100%;
 }
 .detail .section-subtitle {
  font-size: 1rem;
  margin-top: 1rem;
 }
}
@keyframes loop {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(calc(-250px * 7));
 }
}
/*-- 480px以下時 --*/
@media screen and (max-width:480px) {
 body {
  font-size: .75rem;
 }
 .header-nav {
  padding: .5rem;
 }
 .sns {
  margin-left: 14px;
 }
 .sns li {
  margin: 0 -10px;
 }
 #nav-btn {
  margin-left: 14px;
 }
 .top-nav .pc-nav li {
  width: 50%;
 }
 .slider {
  width: calc(150 * 14);
 }
 .slider li {
  width: 150px;
 }
 .section-title-col {
  padding: 3rem 0 2rem;
 }
 .section-subtitle-col {
  margin: 2.5rem 0 2rem;
 }
 .company-list-col {
  padding: .5rem 0.75rem;
 }
 .company-list li {
  width: 100%;
 }
 #job .company-list-col + .section-subtitle-col {
  margin-top: 3.5rem;
 }
 .odd .interview-list, .even .interview-list {
  padding: 9rem .75rem 1rem;
 }
 .interview-text-container {
  font-size: .75rem;
 }
 .interview-name {
  font-size: 1rem;
 }
 #life {
  padding: 0 0 3.5rem;
 }
 .life-btns {
  margin: 2rem 0 0;
 }
 .life-btns a {
  width: 80%;
 }
 .support-message {
  font-size: .875rem;
 }
 .support-col {
  padding: .5rem .75rem 2.5rem;
 }
 .support-type {
  margin-bottom: 1rem;
 }
 .support-list {
  margin-top: 1.5rem;
 }
 .support-target {
  font-size: .875rem;
  padding-left: 1rem;
 }
 .support-target:before {
  height: 10px;
  width: 10px;
  border-radius: 5px;
 }
 .system-list {
  margin-left: 1rem;
 }
 .support-btn {
  margin: 1rem auto 0;
 }
 .support-btns {
  flex-direction: column;
 }
 .support-btns a {
  width: 80%;
  margin: 1rem auto 0;
 }
 #job, #support {
  padding-bottom: 3.5rem;
 }
 #faq {
  padding: 0 0 2rem;
 }
 .faq-list dt, .faq-list dd {
  padding-left: 2rem;
 }
 .faq-list dt:before, .faq-list dd:before {
  font-size: 1.25rem;
 }
 .footer-city a {
  margin: 2rem 0 1.5rem;
 }
 .footer-nav li {
  width: 50%;
 }
 .caution {
  margin: 1rem 0 2.5rem;
 }
 .detail-header .wrapper {
  flex-direction: column;
 }
 .detail-tono-logo {
  margin: 0 0 1rem 0;
 }
 .company-title {
  font-size: 1.125rem;
 }
 .company-copy {
  font-size: .875rem;
 }
}
/*-- 320px以下時 --*/
@media screen and (max-width:320px) {}