@charset "UTF-8";
/* CSS Reset ver.2021-01m */
/* --------border-box済み */
*, *::before, *::after { box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

ul[role="list"], ol[role="list"] { list-style: none; }

html:focus-within { scroll-behavior: smooth; }

body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

a:not([class]) { text-decoration-skip-ink: auto; }

img, picture { max-width: 100%; display: block; }

input, button, textarea, select { font: inherit; }

@media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

body { font-family: 'Noto Sans JP', sans-serif; }

img { display: block; width: 100%; }

ul, li { margin: 0; padding: 0; line-height: 1rem; }

li { list-style-type: none; }

.temp_header { width: 100%; height: 80vh; padding: 40px 10% 80px 10%; background-image: url("../img-common/header_bg.jpg"); background-repeat: no-repeat; background-size: cover; object-fit: cover; }

.temp_header h1 { width: 200px; margin: auto; }

.temp_header p { text-align: center; margin-top: 30px; }

.temp_header p.coming_soon { width: 300px; margin: 20px auto 0 auto; padding: 7px 5px; border: 1px solid #333; background: rgba(255, 255, 255, 0.5); color: #333; font-weight: 600; }

.temp_header p.coming_soon span { font-size: 0.9rem; }

.header_subcopy { width: 100%; padding: 20px 5% 0 5%; border-top: 8px solid #FABE00; }

.header_subcopy span { font-size: 0.9rem; font-weight: 600; }

.main_header { width: 100%; padding: 20px 5%; display: flex; justify-content: space-between; align-items: flex-end; }

.main_header h1 { width: 30%; margin: auto; }

.main_header p.license_num { width: 45%; padding-left: 15px; line-height: 1rem; font-size: 0.8rem; font-weight: 600; }

.main_header p.tel_num { width: 25%; line-height: 1rem; text-align: right; font-weight: 600; color: #161573; }

.main_header p.tel_num span { font-size: 1.8rem; margin-left: 10px; }

ul.main_nav { width: 100%; padding: 25px 5% 25px 5%; margin: 0 auto 15px auto; display: flex; justify-content: center; border-bottom: 1px solid #FABE00; background: #fff; }

ul.main_nav li { width: 24%; margin: auto 0.5%; }

ul.main_nav a { display: block; width: 100%; padding: 13px 5px; text-align: center; background: #FABE00; text-decoration: none; color: #000; font-size: 0.9rem; font-weight: 600; box-shadow: 2px 2px 4px #ccc; }

ul.main_nav a:hover { background: #F7D973; box-shadow: none; transition: 0.2s; }

ul.nav_fixed { background: rgba(255, 255, 255, 0.9); position: fixed; z-index: 999; top: -50px; left: 0; background-image: url(../img-common/logo_tryro-margin.svg); background-repeat: no-repeat; background-position: 70px center; background-size: contain; opacity: 1; transform: translateY(50px); transition: 0.5s ease; }

.top_slider { width: 100%; height: auto; margin: auto; }

ul.slick_slider { width: 100%; height: auto; margin-top: 0; }

ul.slick_slider img { width: 100%; height: 85vh; object-fit: cover; }

.main_lead { width: 90%; margin: auto; }

.main_lead p { text-align: center; line-height: 2rem; font-weight: 600; }

.body_row { width: 100%; margin-top: 30px; }

.body_row h2 { margin-bottom: 30px; }

.business_intoro ul { width: 80%; margin: 60px auto 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }

.business_intoro li { width: 32%; margin-bottom: 20px; }

.business_intoro li h3 { width: 100%; padding: 10px 5px; background: #161573; color: #fff; font-size: 1rem; text-align: center; }

.corporate_profile table { width: 55%; margin: 60px auto 0 auto; border-collapse: collapse; border-bottom: 1px solid #ccc; }

.corporate_profile tr:nth-child(odd) { background: #efefef; }

.corporate_profile tr.last_tr th, .corporate_profile tr.last_tr td { padding-bottom: 20px; }

.corporate_profile tr.last_tr br { display: none; }

.corporate_profile th, .corporate_profile td { line-height: 1.5rem; padding: 5px 0; vertical-align: top; }

.corporate_profile th { width: 12%; padding-left: 15px; text-align: justify; text-align-last: justify; font-size: 0.9rem; }

.corporate_profile td { width: 88%; padding-left: 30px; }

.corporate_profile td span { font-size: 0.8rem; margin-left: 15px; }

.corporate_profile td li { list-style-position: inside; line-height: 1.7rem; }

ul.business_domain { margin-bottom: 10px; }

ul.business_domain li::before { content: "◆"; color: #FABE00; margin-right: 3px; }

.otoiawase_col { margin-top: 60px; }

.otoiawase_col h2 { text-align: center; border-bottom: 1px solid #FABE00; font-weight: 600; }

.otoiawase_inner { width: 70%; margin: auto auto 10px auto; text-align: center; }

.otoiawase_inner h3 { font-size: 1.3rem; font-weight: bold; }

.otoiawase_inner p.tel_num { font-size: 1.1rem; font-weight: bold; }

.otoiawase_bottom { margin-top: 15px; }

.otoiawase_bottom p { border-bottom: 1px solid #ccc; padding-bottom: 10px; }

.otoiawase_content { width: 60%; margin: auto auto 60px auto; padding: 30px 30px 20px 30px; background: #efefef; border-radius: 5px; }

.otoiawase_content table { width: 100%; border-top: 1px solid #ccc; }

.otoiawase_content th, .otoiawase_content td { border-bottom: 1px solid #ccc; padding: 5px; text-align-last: left; }

.otoiawase_content th { width: 20%; font-size: 0.9rem; }

.otoiawase_content th span { font-size: 0.7rem; color: red; }

.otoiawase_content th.valign_top { vertical-align: top; padding-top: 10px; }

.otoiawase_content td { width: 80%; }

.otoiawase_content td input { width: 80%; padding: 5px 10px; }

.otoiawase_content td textarea { width: 80%; padding: 5px 10px; }

.otoiawase_content td input::placeholder, .otoiawase_content td textarea::placeholder { font-size: 0.8rem; line-height: 1rem; }

.otoiawase_content input.form_btn { cursor: pointer; border: none; margin: auto 5px; padding: 10px 30px; font-size: 0.9rem; font-weight: 800; color: #fff; box-shadow: 2px 2px 4px #ccc; }

.otoiawase_content input#otoiawase_cancel { background: #777; }

.otoiawase_content input#otoiawase_cancel:hover { background: #999; }

.otoiawase_content input#otoiawase_submit { background: #FABE00; color: #000; padding: 10px 45px; }

.otoiawase_content input#otoiawase_submit:hover { background: orange; }

.otoiawase_content input.form_btn:hover { box-shadow: none; transition: 0.2s; }

.btn_col { text-align: center; margin-top: 20px; }

.thanks_content { width: 100%; padding: 30px 10%; margin: 0 auto; text-align: center; border-top: 8px solid #FABE00; }

.thanks_content h1 { margin-bottom: 10px; }

.thanks_content p.successful_sending { font-size: 1.1rem; margin-bottom: 10px; font-weight: 800; }

.thanks_inner { margin-top: 20px; padding: 20px; border: 1px solid #FABE00; border-radius: px; }

.thanks_inner h3 { margin-top: 0; }

.main_footer { width: 100%; padding: 60px 10px 120px 10px; border-top: 2px solid #FABE00; }

.main_footer p { text-align: center; margin-top: 15px; }

.main_footer p.foot_licence_num { font-size: 0.8rem; font-weight: 600; }

.main_footer p.en_logo { width: 120px; margin: 0 auto 20px auto; }

.main_footer p.jp_logo { width: 400px; margin: 0 auto; }

.temp_footer { position: absolute; bottom: 30px; }

.temp_footer p { text-align: center; margin-top: 15px; }

.temp_footer p.jp_logo { width: 400px; margin: 0 auto; }

@media only screen and (max-width: 1024px) { .main_header { display: block; }
  .main_header h1 { width: 100%; }
  .main_header h1 img { width: 80%; }
  .main_header p.license_num { width: 100%; padding-left: 0; margin-top: 10px; }
  .main_header p.tel_num { width: 100%; }
  .business_intoro ul { width: 90%; }
  .corporate_profile table { width: 80%; }
  .otoiawase_inner { width: 80%; }
  .otoiawase_content { width: 80%; }
  .thanks_content { width: 90%; margin: auto; }
  .thanks_inner { width: 100%; } }

@media screen and (max-width: 560px) { .main_header h1 img { width: 100%; }
  .main_header p.tel_num { width: 100%; margin-top: 10px; }
  .main_header p.tel_num span { font-size: 1.5rem; }
  ul.slick_slider img { height: 26vh; }
  ul.main_nav { padding: 10px 0; background-image: none; background: #FABE00; }
  ul.main_nav li { width: auto; }
  ul.main_nav a { width: auto; padding: 10px 3px; background: none; box-shadow: none; font-size: 0.8rem; }
  .business_intoro ul { display: block; margin-top: 30px; }
  .business_intoro li { width: 100%; }
  .corporate_profile table { width: 95%; }
  .corporate_profile tr.last_tr br { display: block; }
  .corporate_profile th { width: 20%; }
  .corporate_profile td { width: 80%; }
  ul.business_domain li { padding-left: 1em; text-indent: -1em; }
  .otoiawase_inner { width: 90%; }
  .otoiawase_content { width: 90%; }
  .otoiawase_content th, .otoiawase_content td { display: block; width: 100%; }
  .otoiawase_content th { border-bottom: none; }
  .otoiawase_content td { padding-top: 0; padding-bottom: 10px; }
  .otoiawase_content td input, .otoiawase_content td textarea { width: 100%; }
  .main_footer p.en_logo { width: 80px; }
  .main_footer p.jp_logo { width: 320px; }
  .thanks_content { width: 100%; padding: 30px 5%; }
  .thanks_inner { width: 100%; } }

/* -----------------------------CSS To-Top */
#page-top { width: 50px; height: 50px; display: none; position: fixed; right: 16px; bottom: 16px; z-index: 999; }

#page-top p { margin: 0; padding: 0; text-align: center; background: #3b3b3b; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

#page-top p i { display: inline-block; transform: scale(1.5); }

#page-top p:hover { background: #8b8b8b; }

#move-page-top { color: #fff; line-height: 50px; text-decoration: none; display: block; cursor: pointer; }
