@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

/*================================================
  GENERAL STYLING
================================================ */
body {
  color: #1C1C1C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  width: 100%;
  /***追従するトップへ戻るボタン***/ }
  body a {
    text-decoration: none; }
  body #page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0D2EA1;
    border-radius: 50%;
    z-index: 9999; }
  body #page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 90px;
    text-decoration: none; }
  body #page_top a::before {
    font-weight: bold;
    content: 'TOP';
    font-size: 20px;
    color: #fff;
    position: absolute;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
  body p {
    line-height: 1.7em;
    color: #0C0C0C;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px; }

/*-----------------------------------------------
  MAIN
-----------------------------------------------*/
/*background*/
.bk01 {
  background-color: #F5A200; }

.bk02 {
  background-color: #FFFBD2; }

/*top用*/
.topBk01 {
  /*	background-image: url("../images/topInformation02.jpg");
  	background-size: auto;
  	background-repeat: no-repeat;
  	height: 550px;
  	background-position: left;*/
  /*	position: relative;*/
  margin-top: 150px; }

.topBk02 {
  /*	background-image: url("../images/topfamily02.jpg");
  	background-size: auto;
  	background-repeat: no-repeat;
  	height: 550px;
  	background-position: right;
  	position: relative;*/ }

.topBk03 {
  background-image: url("../images/topbk03.jpg");
  background-size: auto;
  background-repeat: no-repeat; }

/*top Message*/
.bkTop01 {
  background-image: url("../images/topbk01.jpg");
  background-size: cover;
  /*	height: 800px;*/
  background-position: center; }

.bkTop01sp {
  display: none; }

/*section*/
section {
  padding: 100px 0; }

.section {
  padding: 100px 0 0; }

/*contents*/
.contents01 {
  width: 1400px;
  margin: 0 auto;
  /*	padding: 100px 0;*/ }

.contents02 {
  width: 100%;
  margin: 0 auto; }

.contents03 {
  width: 1400px;
  margin: auto;
  top: -30%; }

/*---------------------------------------------
  COMMON
-----------------------------------------------*/
.sp-br {
  display: none; }

.tab-br {
  display: none; }

.pc-br {
  display: block; }

/*button*/
/* button01 */
.button01 {
  display: block;
  width: 300px;
  padding: 20px 60px;
  box-sizing: border-box;
  background: #05183B;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 50px auto 0;
  transition: 0.3s ease-in-out;
  border-radius: 100px; }

.button01:hover {
  background: #10678B; }

/* button02 */
.button02 {
  display: block;
  width: 310px;
  padding: 20px 60px;
  box-sizing: border-box;
  background: #05183B;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
  border-radius: 100px; }

.button02:hover {
  background: #10678B; }

/* button03 */
.button03 {
  display: block;
  width: 300px;
  padding: 20px 60px;
  box-sizing: border-box;
  background: #13808F;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  margin: 50px auto 0; }

.button03:hover {
  background: #10678B; }

/*見出し*/
.TitleBox01 {
  text-align: left; }

.headline01 {
  text-align: center;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
  margin-bottom: 90px; }

.headline01.active {
  opacity: 1;
  transform: translate(0, 0); }

/*breadcrumb*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_breadcrumb {
  margin: 1em auto;
  padding: 1em 2em;
  color: #13808F;
  border-radius: 0.5em; }

.cp_breadcrumb a {
  text-decoration: none;
  color: #00123B; }

.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #00123B; }

.cp_breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #F5A200; }

.cp_breadcrumb li:last-child::before {
  content: normal; }

/*mainvisual*/
header h1 {
  position: absolute;
  top: 30%;
  left: 25%;
  font-family: '游明朝 Medium', serif;
  font-size: 85px;
  color: #fff;
  line-height: 1.7em;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
  text-align: center;
  text-shadow: 1px 2px 3px #000000; }

header h1.active {
  opacity: 1;
  transform: translate(0, 0); }

.headline01 h2 {
  color: #F5A200;
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  text-align: center; }

.headline01 h2:before {
  content: '';
  position: absolute;
  top: 41px;
  display: inline-block;
  width: 40px;
  height: 3px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F5A200;
  border-radius: 2px; }

h3 {
  font-size: 18px;
  color: #F5A200;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: center; }

h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #F5A200;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em; }

h4:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F5A200;
  border-radius: 2px; }

h5 {
  color: #F5A200;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em; }

h6 {
  color: #00BBFE;
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold; }

.subTitle {
  color: #05183B;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 90px; }

/*-----------------------------------------------
   animation
----------------------------------------------- */
.scroll {
  position: absolute;
  bottom: 4%;
  left: 48%; }

.scroll-text {
  color: #ffffff; }

.scroll-line01 {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 2px;
  height: 30px;
  overflow: hidden;
  background-color: #ffffff; }

.scroll-line02 {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 2px;
  height: 30px;
  overflow: hidden;
  background-color: #ffffff; }

/*---------------------------------------------
  LAYOUT
--------------------------------------------- */
.wrapper {
  width: 90%;
  margin: 0 auto; }

/*---------------------------------------------
  header
-----------------------------------------------*/
header {
  background-color: #0000;
  width: 100%;
  margin: 0 auto;
  /*ハンバーガーメニュー*/
  /*グローバルメニュー*/
  /*追加*/ }
  header .headerBox {
    display: flex;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center; }
  header .hederLogo {
    margin-left: 50px;
    width: 30%; }
  header .hederLogo img {
    height: 60px; }
  header .headerSubBox {
    /*	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    width: 40%;
    height: 80px; }
  header .telBox {
    background-color: #F5A200;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  header .telSubBox01 img {
    height: 30px; }
  header .telSubBox02 {
    font-size: 20px;
    font-weight: bold; }
  header .inquiryBox01 {
    width: 50%; }
  header .inquiryBox01 a {
    text-decoration: none;
    color: #fff; }
  header .inquiryBox02 {
    background-color: #001B7B;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; }
  header .inquirySubBox01 img {
    height: 60px; }
  header .inquirySubBox02 {
    font-size: 30px;
    font-weight: bold; }
  header .manu-sp {
    display: none; }
  header .manu-pc {
    display: block; }
  header nav {
    width: 100%;
    margin: 0 auto; }
  header .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-bottom: 1px solid var(--light-grey);
    background: none;
    position: static;
    width: 100%;
    padding: 0 0 1rem; }
  header .menu-wrapper li {
    padding: 1rem; }
  header .menu-wrapper a {
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    color: #ffffff; }
  header .menu-wrapper a:hover {
    color: #717171; }
  header .mainvisual {
    position: relative; }
  header .visualSub01 {
    width: 100%;
    height: auto;
    margin-bottom: -3px;
    display: block; }
  header .visualSub01 img {
    width: 100%; }
  header .visualSub04 {
    display: none; }
  header .visualSub04 {
    display: none; }
  header .visualSub02 {
    position: absolute;
    width: 100%;
    top: 1%;
    right: 5%; }
  header .header2 a {
    color: #3D424B; }

.header2Box {
  text-align: center; }

.headerSubBox2 {
  background-color: #F5A200;
  text-align: center;
  width: 100%;
  height: 90px;
  padding: 60px 0; }

.headerSubBox2 h1 {
  text-align: center;
  color: #05183B;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0; }

/*---------------------------------------------
    FOOTER
--------------------------------------------- */
footer {
  background-color: #ffffff; }
  footer .footerBox {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: center; }
  footer .footerSubBox {
    width: 10%;
    display: flex;
    justify-content: space-between; }
  footer .footerLogo img {
    height: 60px; }
  footer .footermenu-wrapper {
    flex-wrap: wrap;
    display: flex;
    width: 500px; }
  footer .footermenu-wrapper li {
    padding: 1rem; }
  footer .footermenu-wrapper a {
    color: #1D183D;
    font-weight: bold;
    text-decoration: none; }
  footer .footermenu-wrapper.open-menu {
    width: 100%; }

.copyrightBox {
  background-color: #05183B;
  text-align: center;
  line-height: 1.7em; }

.copyright {
  color: #ffffff; }

/*-----------------------------------------------
News
----------------------------------------------- */
.post-item {
  width: 100%;
  /*	height: 480px;*/
  /*	background-color: #FBF9F6;*/
  display: flex; justify-content: center;}
  .post-item li {
    width: 28%;
    height: 480px;
    background-color: #FBF9F6;
    margin-left: 20px; }

/*記事ページ*/
.post-item2 {
  width: 100%;
  height: 450px;
  background-color: #FBF9F6; }

.post-header {
  padding: 30px;
  text-align: center; }

.titleWrap {
  margin: 0 auto;
  text-align: center; }

.cat {
  padding: 10px; }

.titleWrap img {
  width: 100%;
  height: auto; }

.titleImg {
  height: 80px; }

.nuwsCategory {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px; }

/*  .single .post-item .wp-post-image,
    .page .post-item .wp-post-image {
        aspect-ratio: 16 / 9;
		width: 30%;
    }*/
.single .post-item:hover,
.page .post-item:hover {
  box-shadow: none; }

.single .post-header {
  padding: 4rem 3rem 2rem; }

.page .post-header {
  padding: 2rem 3rem; }

.single .wp-post-image + .post-header,
.page .wp-post-image + .post-header {
  padding-top: 2rem; }

.single .post-title,
.page .post-title {
  font-size: var(--font-xl);
  padding-bottom: 30px;
  text-align: center; }

.post-content {
  /*       padding-bottom: 2rem;*/
  padding: 50px; }

.post-content h2 {
  font-size: var(--font-xl);
  margin-bottom: 1rem; }

.post-content h3 {
  font-size: var(--font-xl);
  margin-top: 3rem; }

.post-content h4 {
  font-size: var(--font-lg);
  margin-top: 3rem; }

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content ul,
.post-content ol,
.post-content figure,
.post-content blockquote {
  margin-bottom: 1.5rem; }

.post-content img {
  margin-bottom: 1rem; }

.post-content blockquote {
  padding: 1.5rem 1.5rem .25rem 2.5rem; }

.post-content blockquote::before {
  top: 2px;
  left: 10px; }

.post-footer {
  padding-bottom: 3rem; }

/*新着 上記追記*/
.post-flexBox p {
  padding: 1px 18px;
  color: #ffffff;
  margin: 20px 10px 20px 0; }

.post-flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto; }

.hello-world {
  background-color: #FF5F27; }

.hello-world-2 {
  background-color: #0D2EA1; }

.hello-world-3 {
  background-color: #7BBE16; }

.post-text {
  text-align: left;
  line-height: 1.5em; }

.post-text a {
  color: #005DE8; }

.post-text a:hover {
  color: #232584; }

.post-title {
  font-size: 18px;
  font-weight: bold;
  color: #232584;
  text-align: center; }

/*




/*---------------------------------------------
  index
----------------------------------------------- */
/*前置き箇所*/
.prefixBox {
  padding: 100px 0; }

.prefixCompany {
  font-size: 60px;
  font-weight: bold;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #05183B;
  text-align: center;
  padding-top: 50px; }

.prefixTitle {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 50px auto;
  width: 78%;
  color: #FFFFFF;
  line-height: 1.5em; }

.prefixText {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7em;
  color: #0A0A0A; }

/*事業案内*/
.topFamilyBox {
  display: flex;
  justify-content: space-between;
  margin: 100px auto; }

.topInformationSubBox {
  /*	margin-top: 110px;*/
  width: 60%; }
  .topInformationSubBox p {
    color: #0C0C0C; }

.topInformationSubBox01 {
  width: 45%;
  background-image: url("images/topInformation02.jpg");
  background-size: contain;
  background-repeat: no-repeat; }

.topInformationSubBox02 {
  width: 45%; }

.topInformationTitle {
  color: #05183B;
  font-size: 35px;
  margin: 20px auto;
  line-height: 1.2em;
  font-weight: bold; }

.topInformationSubBox01 p {
  margin-bottom: 25px;
  color: #0C0C0C; }

/*大切な家族の方へ*/
.topFamilySubBox01 {
  width: 45%;
  /*	background-image: url("images/topfamily02.jpg");*/
  background-image: url("images/topInformation02.jpg");
  background-size: contain;
  background-repeat: no-repeat; }

.topFamilySubBox02 {
  width: 45%; }

.topFamilySubBox01 p {
  margin-bottom: 25px; }

.topFamilySubBox {
  width: 60%;
  margin-left: 94px; }

/*社長メッセージ*/
.topMessageBox {
  width: 680px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 45px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.topMessageBox p {
  margin: 15px 0 30px; }

.topMessageTitle {
  font-size: 40px;
  font-weight: bold;
  color: #082567;
  line-height: 1.2em; }

.topMessageName01 {
  font-size: 25px;
  font-weight: bold;
  color: #1D183D;
  margin-bottom: 5px; }

.topMessageName02 {
  font-size: 40px;
  color: #161616;
  font-weight: bold; }

.topRecruit {
  text-align: center;
  margin-bottom: 60px; }

/*---------------------------------------------
  company
----------------------------------------------- */
.title03 {
  color: #F5A200;
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px; }

.title04 {
  position: relative;
  display: inline-block;
  color: #910000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em; }

.companyText {
  text-align: center;
  margin: 50px auto 0;
  line-height: 1.7em; }

.aboutBox01 {
  width: 1000px;
  margin: 0 auto; }

.aboutBox02 {
  display: flex;
  width: 1000px;
  margin: 0 auto; }

.aboutBoxSub01 {
  font-weight: bold;
  width: 20%;
  color: #05183B; }

.aboutBoxSub02 {
  width: 80%; }
  .aboutBoxSub02 span {
    color: #ffffff; }

.aboutBoxSub03 {
  font-weight: bold;
  width: 20%;
  color: #ffffff; }

.aboutBoxSub04 {
  width: 80%;
  color: #ffffff; }

.aboutBox01 hr {
  border-bottom: solid 0px #989696;
  margin: 10px auto 20px; }

.baseBox {
  display: flex;
  height: 650px; }

.baseSubBox01 {
  width: 50%;
  background-color: #F5A200; }

.baseSubBox01 p {
  padding: 240px 104px  240px 338px;
  font-size: 30px;
  color: #ffffff; }

.baseSubBox02 {
  width: 50%; }

/*---------------------------------------------
  company
----------------------------------------------- */
.title01 {
  position: relative;
  display: inline-block;
  color: #F5A200;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em; }

.title02 {
  color: #D9AC1D;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-top: 15px; }

.title03 {
  color: #F5A200;
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold; }

.title04 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #910000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em; }

.InformationBox {
  display: flex;
  justify-content: space-between;
  margin: 100px auto; }

.InformationSubBox01 {
  width: 45%; }

.InformationSubBox02 {
  width: 45%; }

.Informationlist {
  font-size: 25px;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.Informationlist li {
  list-style: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1.3em;
  line-height: 1.5em; }

.Informationlist li:before {
  list-style: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f061";
  padding-right: 0.4em;
  color: #05183B; }

.Informationlist::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #05183B;
  border-right: 2px solid #05183B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.SalesBox {
  display: flex;
  justify-content: space-between;
  margin: 100px auto; }

.SalesSubBox01 {
  width: 45%; }

.SalesSubBox02 {
  width: 45%; }

.Saleslist {
  font-size: 25px;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.Saleslist li {
  list-style: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1.3em;
  line-height: 1.5em; }

.Saleslist li:before {
  list-style: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f061";
  padding-right: 0.4em;
  color: #00123B; }

.Saleslist::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #00123B;
  border-right: 2px solid #00123B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.vehicleBox {
  display: flex;
  justify-content: space-around; }

.vehicleSubBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px; }

.vehicleBox01 {
  display: flex;
  margin-left: 40px; }

.vehicleTitle {
  text-align: center;
  font-weight: bold;
  color: #05183B;
  font-size: 35px;
  margin-top: 20px; }

/*---------------------------------------------
  family
----------------------------------------------- */
.qaBox {
  padding: 20px 0 20px 35px;
  margin: 0 auto;
  background: #ffffff;
  width: 1000px; }

.questionBox {
  display: flex;
  align-items: center; }

.questionSubBox02 {
  margin-left: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold; }

.answerBox {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.answerSubBox02 {
  margin-left: 15px; }

/*---------------------------------------------
  mailfoam
----------------------------------------------- */
#container {
  width: 80%;
  margin: 0 auto; }
  #container .formBox {
    display: flex;
    /*		width: 80%;*/
    margin-bottom: 30px; }
  #container .formText {
    font-weight: bold;
    color: #232584;
    width: 225px; }
  #container .formBox li input {
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 0.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    width: 775px; }
  #container .formBox li textarea {
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 0.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    width: 775px;
    overflow: auto; }
  #container #mailformpro dl dt {
    width: auto;
    font-size: 12px;
    padding: 10px 0 0 10px;
    text-align: left;
    border-top: solid 1px #CCC;
    margin: 0px; }
  #container button {
    border-radius: 100px;
    display: block;
    width: 300px;
    padding: 20px 60px;
    box-sizing: border-box;
    background: #0D2EA1;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 50px auto 0;
    transition: 0.3s ease-in-out;
    border: none; }
  #container button:hover {
    background: #0D66A1; }

div#wrapper div#container form#mailformpro dl dt,
div#wrapper div#container form#mailformpro dl dt span {
  vertical-align: middle;
  line-height: 1em; }

div#wrapper div#container form#mailformpro dl dt span {
  margin-top: -0.3em; }

div#wrapper div#container form#mailformpro dl dd {
  border: none;
  margin: 0px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left; }

/*================================================ 
  MEDIUM SIZE tab
================================================ */
@media (max-width: 1368px) {
  /*---------------------------------------------
    COMMON
  -----------------------------------------------*/
  body p {
    font-size: 16px; }

  img,
  iframe {
    max-width: 100%; }

  .sp-br {
    display: none; }

  .tab-br {
    display: block; }

  .pc-br {
    display: none; }

  /*-----------------------------------------------
    MAIN
  -----------------------------------------------*/
  /*contents*/
  .contents01 {
    width: 90%;
    margin: 0 auto; }

  .contents03 {
    width: 1300px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30%; }

  /*---------------------------------------------
    header
  -----------------------------------------------*/
  /*mainvisual*/
  header h1 {
    top: 28%;
    left: 15%;
    font-size: 85px; }

  /*---------------------------------------------
    company
  ----------------------------------------------- */
  /*googlemap*/
  .baseSubBox01 p {
    padding: 260px 100px  240px 150px;
    font-size: 25px; }

  /*---------------------------------------------
    top
  ----------------------------------------------- */
  .topInformationTitle {
    font-size: 30px;
    line-height: 1.5em; }

  /*社長メッセージ*/
  .topMessageBox {
    width: 600px;
    padding: 30px 45px 70px; }

  /*---------------------------------------------
    company
  ----------------------------------------------- */
  .subTitle {
    line-height: 1.5em; }

  /*---------------------------------------------
   business
  ----------------------------------------------- */
  .Informationlist {
    font-size: 20px; }

  .Saleslist {
    font-size: 20px; }

  .vehicleSubBox {
    width: 49%; }

  /*事業案内*/
  .topFamilyBox {
    margin: 0 auto; } }
/*================================================ 
  LARGE SIZE sp
================================================ */
@media (max-width: 767px) {
  /*---------------------------------------------
    COMMON
  -----------------------------------------------*/
  .sp-br {
    display: block; }

  .tab-br {
    display: none; }

  .pc-br {
    display: none; }

  img,
  figure {
    max-width: 100%;
    height: auto; }

  /*見出し*/
  .TitleBox01 {
    text-align: center; }

  h4 {
    font-size: 30px; }

  h4:before {
    left: 50%; }

  /*button*/
  .button01 {
    left: 0%; }

  .button02 {
    left: 9%;
    margin: 0 auto; }

  /*-----------------------------------------------
    MAIN
  -----------------------------------------------*/
  /*top用*/
  .topBk01 {
    background-image: none;
    margin: 150px auto; }

  .topBk02 {
    background-image: none;
    margin-bottom: 0px; }

  /*top Message*/
  .bkTop01 {
    display: none; }

  .bkTop01sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 0px; }

  .topBk03 {
    background-position: center; }

  /*contents*/
  .contents01 {
    width: 90%;
    margin: 0 auto; }

  .contents03 {
    width: 90%;
    margin: 0 auto; }

  /*section*/
  section {
    padding: 50px 0; }

  /*---------------------------------------------
    header
  -----------------------------------------------*/
  header {
    width: 100%;
    margin: 0 auto;
    /*ハンバーガーメニュー*/ }
    header .manu-sp {
      display: flex; }
    header .spHederTel img {
      width: 50px; }
    header .spHederMenu {
      width: 50px;
      height: auto;
      background-color: #F5A200; }
    header #toggle-nav {
      display: none; }
    header #toggle-nav:checked ~ .hamburger {
      height: 28px; }
    header #toggle-nav:checked ~ .hamburger div {
      background-color: #232584; }
    header #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
      margin-top: 6px;
      transform: rotate(135deg); }
    header #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
      opacity: 0; }
    header #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
      margin-top: -20px;
      transform: rotate(-135deg); }
    header #toggle-nav:checked ~ .menu {
      opacity: 1;
      visibility: visible; }
    header .hamburger {
      cursor: pointer;
      position: absolute;
      z-index: 1020;
      top: 15px;
      right: 10px;
      width: 30px;
      height: 14px;
      margin: 0;
      padding: 0; }
    header .hamburger div {
      position: relative;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transition: background-color 0.5s, transform 0.5s; }
    header .hamburger div:nth-of-type(2) {
      margin: 8px 0; }
    header .menu {
      position: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1010;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      margin: 0;
      padding: 0;
      background-color: #FFF8A3;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-out;
      will-change: opacity, visibility; }
    header .menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    header .menu ul li {
      margin-bottom: 4px;
      font-size: 32px; }
    header .menu ul li a {
      color: #232584;
      font-size: 18px; }
    header .menu ul li a, header .menu ul li a:hover {
      color: #232584;
      text-decoration: none; }
    header .spHederMenu {
      width: 50px;
      height: 50px;
      background-color: #232584; }
    header .headerBox {
      padding: 0;
      height: 50px;
      width: 100%; }
    header .headerSubBox {
      display: none; }
    header .hederLogo {
      width: 70%;
      margin-left: 10px;
      margin-top: 10px; }
    header .hederLogo img {
      width: 100%;
      height: auto; }
    header .manu-pc {
      display: none; }

  /*---------------------------------------------
    footer
  -----------------------------------------------*/
  footer .footerBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto; }
  footer .footerLogo img {
    width: 100%; }
  footer .footerSubBox {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto; }
  footer .footermenu-wrapper {
    display: flex;
    color: #232584;
    flex-wrap: wrap;
    width: 100%; }

  /*-----------------------------------------------
  News
  ----------------------------------------------- */
  .post-item {
    width: 100%;
    /*	height: 480px;*/
    /*	background-color: #FBF9F6;*/
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .post-item li {
      width: 100%;
      height: 480px;
      background-color: #FBF9F6;
      margin: 0 auto; }

  /*---------------------------------------------
    index
  ----------------------------------------------- */
  header h1 {
    top: 10%;
    left: 5%;
    font-size: 30px; }

  .scroll {
    left: 44%;
    bottom: 10%; }

  .scroll-line01 {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 2px;
    height: 15px; }

  .scroll-line02 {
    position: absolute;
    top: 43px;
    left: 50%;
    width: 2px;
    height: 15px; }

  /*前置き箇所*/
  .prefixBox {
    padding: 50px 0; }

  .topFamilySubBox {
    margin: 10px auto 0;
    width: 100%; }

  .headerSubBox2 {
    height: 45px; }

  .headerSubBox2 h1 {
    padding: 0; }

  .headline01 {
    margin-bottom: 45px; }

  .subTitle {
    font-size: 30px;
    margin-top: 45px; }

  .vehicleSubBox {
    width: 100%; }

  /*前置き箇所*/
  .prefixCompany {
    font-size: 40px; }

  .prefixTitle {
    font-size: 24px;
    margin: 45px auto;
    width: 90%;
    position: relative; }

  /*事業案内*/
  .topInformationBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto; }

  .topInformationSubBox {
    margin-top: 10px;
    width: 100%;
    order: 1; }
    .topInformationSubBox p {
      color: #1C1C1C; }

  .topInformationSubBox02 {
    width: 100%; }

  .topInformationTitle {
    text-align: center;
    font-size: 25px;
    line-height: 1.5em; }

  /*大切な家族の方へ*/
  .topFamilyBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto; }

  .topFamilySubBox02 {
    width: 100%; }

  /*社長メッセージ*/
  .topMessageBox {
    width: 90%;
    padding: 25px 0;
    margin: 0 auto; }

  .topMessageBox p {
    margin: 25px auto; }

  .topMessageTitle {
    font-size: 35px;
    text-align: center;
    /*	margin: 25px;*/ }

  .topMessageName01 {
    margin-top: 25px;
    font-size: 40px; }

  .topMessageName02 {
    font-size: 30px; }

  /*---------------------------------------------
    company
  ----------------------------------------------- */
  /*会社案内*/
  .aboutBox01 {
    width: 100%; }

  .aboutBox02 {
    width: 100%;
    justify-content: space-between; }

  .aboutBoxSub01 {
    width: 30%; }

  .aboutBoxSub02 {
    width: 70%; }

  .baseBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 150px 0 95px; }

  .baseSubBox01 {
    width: 100%; }

  .baseSubBox01 p {
    padding: 50px;
    font-size: 18px; }

  .baseSubBox02 {
    width: 100%; }

  /*事業案内*/
  .InformationBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 50px; }

  .InformationSubBox01 {
    margin-top: 25px;
    width: 100%; }

  .InformationSubBox02 {
    width: 100%; }

  .SalesBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 50px; }

  .SalesSubBox01 {
    width: 100%;
    order: 1; }

  .SalesSubBox02 {
    width: 100%;
    order: 2;
    margin-top: 25px; }

  .Informationlist {
    font-size: 18px; }

  .Saleslist {
    font-size: 18px; }

  .vehicleBox {
    display: flex;
    flex-direction: column;
    justify-content: center; }

  /*追加*/
  .visualSub04 {
    display: block;
    width: 100%;
    height: 500px; }

  .visualSub04 img {
    width: 100%;
    height: 500px; }

  .visualSub01 {
    display: none; }

  .visualSub04 {
    display: block; }

  .companyText {
    text-align: left;
    margin: 50px auto 0;
    line-height: 1.7em; }

  .qaBox {
    padding: 20px 0 20px 35px;
    width: 90%; }

  .topRecruit {
    text-align: left;
    margin-bottom: 60px; }

  .prefixText {
    text-align: left; } }
