@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* リセット */
/**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: baseline;
	box-sizing:border-box;
	image-rendering: -webkit-optimize-contrast;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear:both;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	vertical-align:bottom;
	image-rendering: -webkit-optimize-contrast;
}

a {
	color:#444;
	text-decoration: none;
}


/*************** PC・SP共通ベース ***************/

:root {
	--orange:#EB5C24;
  --navy:#002150;
}
html{
  font-size: 62.5%;
}
body {
  width: 100%;
	background:#FFF;
	color: #212121;
  font-size:1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	line-height: 1.8;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.bebas {
  font-family: 'Bebas Neue', cursive;
}

/* ページの先頭に戻る(すべてのページ) */

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.pagetop a {
  width: 64px;
  height: 64px;
  display: block;
}
.pagetop a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.pagetop a img {
  width: 100%;
  height: 100%;
}


/* google map */

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 矢印 */

.arrow {
  display: inline-block;
  position: relative;
  height: 60px;
}
.arrow::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 25px;
  right: -20px;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}


@media screen and (min-width:768px), print{
/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	min-width:1200px;
  overflow: hidden;
}
.pc_none,.hidden {
	display:none !important;
}
a[href^="tel:"] {
    pointer-events: none;
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/

header {
  background: #FFF;
	width:100%;
	min-width:1200px;
	height:100px;
	margin:0 auto;
  display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header .site_name {
	width: 191px;
	height: 81px;
}
header .site_name a {
  display: block;
	width: 191px;
	height: 81px;
	background: url("../images/header/logo.png") no-repeat left center / cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .site_name a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
header .nav_menu {
	display:flex;
	justify-content:space-between;
}
header .nav_menu ul {
	display:flex;
	align-items:flex-end;
	position:relative;
	gap:0 48px;
}
header.is-animation .nav_menu ul {
	height:40px;
}
header .nav_menu ul li {
	text-align: center;
}
header .nav_menu ul li a {
  color: #636363;
	font-weight: 500;
  position: relative;
  transition: 0.3s;
}
header .nav_menu ul li a:hover:after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 2px;
  display: block;
  background: var(--orange);
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}


/*  メイン画像 */

.main_img {
	width: 100%;
  height: auto;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.main_img img {
  width: 100%;
}



/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:100%;
	display:block;
}

section {
	width:100%;
	position:relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}


/* 見出し・本文・リスト設定 */

main h2 {
}
main h3 {
}


/* 1分でわかる中村たけし */

.about {
  background: var(--orange);
  padding: 140px 0;
}
.about .inner {
  display: flex;
  justify-content: space-between;
}
.about .txt_box {
  width: 475px;
}
.about h2 {
  font-size: 7.4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 50px;
}
.about p {
  color: #FFF;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 2;
}
.about a.linkto {
  background: #FFF;
  color: var(--orange);
  margin-top: 100px;
}
.about a.linkto:hover {
  background: var(--orange);
  color: #FFF;
  border: solid 1px #FFF;
}
.about a.linkto:hover .arrow::before {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
.about .arrow::before {
  border-top: solid 2px var(--orange);
  border-right: solid 2px var(--orange);
}
.about .video {
  width: 680px;
}
.about .video img {
  width: 100%;
}


/* メッセージ */

.message {
  display: flex;
  margin-bottom: 200px;
}
.message img {
  display: block;
  width: 50%;
  object-fit: cover;
}
.message .txt_box {
  width: 50%;
  background: var(--orange);
  padding: 80px 40px;
  text-align: center;
}
.message .txt_box p {
  font-size: 2.2rem;
  color: #FFF;
  line-height: 2;
  margin-bottom: 50px;
}
a.linkto {
    display: block;
    background: #FFF;
    width: 360px;
    height: 60px;
    line-height: 60px;
    color: var(--orange);
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
}
a.linkto:hover {
    background: var(--orange);
    color: #FFF;
    border: solid 1px #FFF;
    transition: 0.3s;
}



/**********************************************************/
/* テーブル */
/**********************************************************/

.content table {
    /*border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;*/
    margin-bottom: 50px;
}

.content th {
    background: #FFF;
    /*border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;*/
    font-weight: 500;
    padding: 5px 10px;
    vertical-align: middle;
}

.content td {
    background: #FFF;
    /*border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;*/
    font-weight: 500;
    padding: 5px 10px;
    vertical-align: middle;
}


/**********************************************************/
/* フッター */
/**********************************************************/

footer {
	width:100%;
  background: var(--orange);
  color: #FFF;
  padding: 100px 0 30px;
}
footer .phrase {
  font-size: 8.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 80px;
}
footer dl.contact_address {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-bottom: 65px;
}
footer dl.contact_address dt,
footer dl.contact_address dd{
  margin-bottom: 10px;
}
footer dl.contact_address dt {
  width: 40px;
}
footer dl.contact_address dt::after {
  content: " :";
}
footer dl.contact_address dd {
  width: 160px;
}
footer ul.footer_menu {
  display: flex;
  gap:0 40px;
  margin-bottom: 70px;
}
footer ul.footer_menu li a {
  color: #FFF;
  font-weight: 700;
}
footer ul.footer_menu li a:hover {
  text-decoration: underline;
}
footer .copy {
  text-align: center;
}
footer small {
  font-size: 1.2rem;
}

}










