@charset "UTF-8";
/*==============================================================
	変数
===============================================================*/
/*==============================================================
	@extend
===============================================================*/
/*------------------------------------------------------------------------------
	サイトタイトル - layout scss
	URL: 
	Date: 
	Copyright© 
------------------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  overflow: hidden;
  color: #191919;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN、Hiragino;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:hover:hover,
a:active:hover,
a:visited:hover {
  opacity: 0.8;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

/*==============================================================
	共通
===============================================================*/
.inner_wrap {
  width: 1000px;
  margin: auto;
}

.con_tl {
  text-align: center;
  margin-bottom: 50px;
}

.con_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
}

.con_tl .en {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.ico_tl {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

.ico_tl::before {
  content: "";
  background: url(../img/ico_tl.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 32px;
}

.border_tl {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.border_tl .en {
  display: block;
  color: #005cad;
  font-size: 30px;
  font-size: 3rem;
}

.border_tl .ja {
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

.border_tl::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #005cad;
  position: absolute;
  bottom: 105%;
  left: 0;
  right: 0;
  margin: auto;
}

.main_tl {
  position: relative;
  border-top: 4px solid #666666;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f2f3f4), to(#d8d9dc));
  background: linear-gradient(#fff, #f2f3f4, #d8d9dc);
  -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  margin-bottom: 40px;
}

.main_tl::before {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -7px;
  width: 30%;
  border-top: 4px solid #005cad;
  padding: 0;
}

.main_tl span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  border-left: 5px solid #005cad;
  margin-left: 20px;
  padding-left: 10px;
}

.base_tl {
  border: 1px solid #b5b5b5;
  font-size: 20px;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f2f3f4), to(#d8d9dc));
  background: linear-gradient(#fff, #f2f3f4, #d8d9dc);
  padding: 10px 0;
  margin-bottom: 20px;
}

.base_tl span {
  display: block;
  border-left: 4px solid #005cad;
  margin-left: 20px;
  padding-left: 10px;
}

.base_tbl {
  width: 100%;
  border: 1px solid #b5b5b5;
}

.base_tbl tr {
  border-bottom: 1px solid #b5b5b5;
}

.base_tbl th,
.base_tbl td {
  padding: 20px;
}

.base_tbl th {
  background-color: #e4e7ec;
  font-weight: normal;
  width: 200px;
}

#toTop {
  text-align: right;
}

#toTop a {
  position: relative;
  font-weight: bold;
  padding: 5px 10px 5px 45px;
  background-color: #111111;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

#toTop a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 3px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==============================================================
	header : ヘッダー
===============================================================*/
header .head_top {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

header .head_top .logo {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

header .head_top .logo img {
  width: 150px;
}

header .head_top .logo .small {
  color: #5d5d5d;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

header .head_top .logo .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

header .head_top .logo_txt {
  margin-top: 25px;
  margin-left: 20px;
  line-height: 1;
}

header .head_bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f2f3f4), to(#d8d9dc));
  background: linear-gradient(#fff, #f2f3f4, #d8d9dc);
  border-top: 7px solid #005cad;
}

header .head_bottom .nav_ul {
  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: 15px;
}

header .head_bottom .nav_ul li a {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 0 50px;
  line-height: 1.3;
  position: relative;
}

header .head_bottom .nav_ul li a::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
}

header .head_bottom .nav_ul li:last-child a::before {
  content: none;
}

header .head_bottom .nav_ul .ja {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

header .head_bottom .nav_ul .en {
  display: block;
  color: #8d8d8d;
  font-size: 10px;
  font-size: 1rem;
}

.contact_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_contents .tel_box {
  text-align: center;
  margin-right: 20px;
}

.contact_contents .tel_box .tel_number {
  font-size: 25px;
  font-size: 2.5rem;
  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;
  color: #005cad;
}

.contact_contents .tel_box .tel_number img {
  margin-right: 10px;
  width: 20px;
  height: auto;
}

.contact_contents .tel_box .time {
  font-size: 10px;
  font-size: 1rem;
}

.contact_contents .con_btn {
  width: 100%;
  max-width: 200px;
  padding: 15px;
  background-color: #005cad;
  color: #fff;
  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;
  font-size: 18px;
  font-size: 1.8rem;
}

.contact_contents .con_btn img {
  margin-right: 20px;
  width: 25px;
  height: auto;
}

.pan_list {
  margin-top: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pan_list a {
  color: #005cad;
  text-decoration: underline;
}

.pan_list span {
  display: inline-block;
  margin: 0 10px;
}

/*==============================================================
	footer : フッター
===============================================================*/
footer {
  border-top: 2px solid #d3d4d7;
}

footer .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #d3d4d7;
  border-top: none;
  padding: 20px;
}

footer .ft_nav li .sl {
  margin: 0 20px;
  color: #939393;
}

footer .ft_nav li a {
  color: #939393;
}

footer .ft_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-left: 2px solid #d3d4d7;
  border-right: 2px solid #d3d4d7;
}

footer .ft_logo {
  margin-right: 30px;
}

footer .ft_logo img {
  width: 220px;
  height: auto;
}

footer .copy {
  background-color: #b3b5bd;
  text-align: center;
  display: block;
  padding: 20px;
  color: #fff;
}

/*==============================================================
	ft_contact : お問い合わせ
===============================================================*/
.contact_area {
  text-align: center;
  margin-bottom: 50px;
}

.contact_area .con_tl {
  width: 100%;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
}

.contact_area .con_tl .ja {
  font-size: 24px;
  font-size: 2.4rem;
}

.contact_area .con_tl::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 4px;
  background-color: #005cad;
}

.contact_area .contact_contents {
  background-color: #fbfbfb;
  border: 3px solid #efefef;
  width: 1000px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_area .contact_contents .txt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact_area .contact_contents .tel_box {
  width: 48%;
  position: relative;
}

.contact_area .contact_contents .tel_box .tel_number {
  color: #005cad;
  font-size: 35px;
  font-size: 3.5rem;
}

.contact_area .contact_contents .tel_box .tel_number img {
  width: auto;
}

.contact_area .contact_contents .tel_box .time {
  font-size: 14px;
  font-size: 1.4rem;
}

.contact_area .contact_contents .con_box {
  width: 48%;
}

.contact_area .contact_contents .con_box .con_btn {
  margin: auto;
  max-width: inherit;
  font-size: 20px;
  font-size: 2rem;
}

/*==============================================================
	all : 全体
===============================================================*/
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}

.main_contents {
  width: 68%;
}

.sidebar {
  width: 28%;
  background-color: #e4e7ec;
  padding: 25px;
}

.sidebar .list li {
  margin-bottom: 10px;
}

.sidebar .list li:last-child {
  margin-bottom: 0;
}

.sidebar .list li img {
  max-width: 100%;
  height: auto;
}

.sidebar.other {
  background: transparent;
  padding-top: 0;
}

.sidebar.other .list {
  border: 1px solid #005cad;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar.other .list li {
  border-bottom: 1px solid #005cad;
  margin-bottom: 0;
}

.sidebar.other .list li:last-child {
  border-bottom: none;
}

.sidebar.other .list li a {
  display: block;
  padding: 15px 15px 15px 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.sidebar.other .list li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #005cad;
  border-right: 2px solid #005cad;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar.other .list li a .ja {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}

.sidebar.other .list li a .en {
  font-size: 10px;
  font-size: 1rem;
}

.sidebar.other .list li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #005cad;
  color: #fff;
}

.sidebar.other .list li a:hover::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar.other .list li .current {
  background-color: #005cad;
  color: #fff;
}

.sidebar.other .list li .current::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==============================================================
	home : トップページ
===============================================================*/
.mv_area .mv {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mv_area .mv img {
  max-width: 100%;
  height: auto;
}

.top_service_area img {
  max-width: 100%;
  height: auto;
}

.top_service_area .bnr {
  margin-bottom: 20px;
  display: block;
}

.top_service_area .txt {
  margin-bottom: 40px;
}

.top_service_area .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_service_area .fl_box .photo {
  width: 31.4%;
}

.top_service_area .fl_box .photo_list {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_service_area .fl_box .photo_list li {
  width: 32%;
  margin-bottom: 1%;
}

/*==============================================================
	company : 会社案内
===============================================================*/
#company .company_area .con_box {
  margin-bottom: 50px;
}

/*==============================================================
	service : 事業内容
===============================================================*/
#service .con_box {
  margin-bottom: 50px;
}

#service .con_box .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service .con_box .txt_box {
  width: 65%;
}

#service .con_box .photo {
  width: 32%;
  margin-bottom: 30px;
}

#service .con_box .photo img {
  max-width: 100%;
  height: auto;
}

#service .con_box .photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

#service .con_box .photo_list li {
  width: 49%;
  margin-bottom: 2%;
  border: 1px solid #eee;
}

#service .con_box .photo_list img {
  max-width: 100%;
  height: auto;
}

#service .con_box .tl {
  color: #005cad;
  margin-bottom: 15px;
}

/*==============================================================
	policy : プライバシーポリシー
===============================================================*/
#policy .con_box {
  margin-bottom: 30px;
}

#policy .con_box .tl {
  background: #005cad;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
}

#policy .con_box .list {
  margin-top: 20px;
}

#policy .con_box .list li {
  margin-bottom: 5px;
}

/*==============================================================
	contact : お問い合わせ
===============================================================*/
#contact .required {
  color: red;
  margin-left: 15px;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

#contact .menu-746 {
  position: relative;
}

#contact .menu-746::before {
  content: "";
  position: absolute;
  right: 10px;
  top: -5px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#contact select {
  padding: 10px 30px 10px 10px;
  border: 1px solid #d8d8d8;
}

#contact [type="submit"] {
  background-color: #ff0101;
  color: #fff;
  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;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  margin: 50px auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact [type="submit"]:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

#contact .contact_tbl table {
  width: 100%;
}

#contact .contact_tbl tr {
  border-top: 1px solid #d8d8d8;
}

#contact .contact_tbl th {
  width: 180px;
  padding: 15px 0;
  text-align: left;
}

#contact .contact_tbl td {
  width: calc(100% - 180px);
  padding: 15px;
  text-align: left;
}

#contact .contact_tbl .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contact_tbl .fl_box span {
  width: 100px;
  margin: 0 10px;
}

/*EOF
---------------------------------------------------------------------------------------*/
