@charset "utf-8";

/*-------------------------------------------
 全体
-------------------------------------------*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
}

a {
  color:#000000;
  text-decoration: none;
}

h1,h2,h3 {
  text-align: center;
  letter-spacing: 0.15em;
}

h2 {
  margin: 0;
}

.h2-headline {
  max-width: 250px;
  margin: 0 auto;
}

.h2-headline {
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: solid 2px rgb(172, 172, 172);
}

h3 {
  margin:10px 0px 30px 0px ;
  font-size: 17px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;  
}

p {
  margin: 10px 0;
  text-align: justify;
}

ul {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

dd {
  padding: 0px 10px 15px 0px ;
  margin: 0;
  font-size: 100%;
  border-bottom: 1px dotted #cccccc;
}

dt {
  padding: 15px 0px 10px 0px ;
  font-size: 100%;
  font-weight: 600;
}
 

@media screen and (max-width:470px)  {

dt,dd {
  font-size: 90%;
}

h2 {
  font-size: 20px;  
}
  
h3 {
  font-size: 14px;
}
  
p {
  padding: 0;
  font-size: 90%;
 }
}
 
 
@media screen and (min-width:960px) {
   
body {
  padding-top: 120px;
 }
}

/*-------------------------------------------
 ヘッダー関連
-------------------------------------------*/

.header-area {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
}
    
.header-width {
  max-width: 1200px;
  margin: 0 auto;
}

.header-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.header-logo {  
  padding: 0px 10px 0px 10px ;
}

.header-logo img {  
  width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 28px 5px 10px 22px;
}

.sns_icon_01,.sns_icon_02 { 
  position: absolute;
  text-align: right;
}

.sns_icon_01 { 
  display: none;
  top: 0%;
  right: 155px;
}

.sns_icon_01 img {  
  width: 40%;
}

.sns_icon_01 :hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.sns_icon_02 { 
  display: block; 
  top: 90px;
  right: 0px;
}

.sns_icon_02 img {  
  width: 40%;
}

.sns_icon_02 :hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.header-toiawase {
  font-size: 0.9em;
}

.header-toiawase-btn {
  display: flex;
  flex-direction: row;
  align-items: center;  
  justify-content: center; 
  padding: 0px 15px;
  border-radius: 3px;
  background-color: #346dc0;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.4s;
}

.header-toiawase-btn:hover {
  background: #5991e4;
  color: #fff;
}

.ymt_mail {
  display: block;
  width: 24px;
}

.contact-detail_03_txt p {
  padding: 0px 0px 0px 10px;
}

@media screen and (min-width:530px) and (max-width:1049px) {

.sns_icon_01 { 
  display: block; 
  top: 7%;
  right: 65px;
}

.sns_icon_02 {  
  display: none;
 }
}

@media screen and (max-width: 1049px) {

.header-logo img {  
  padding: 29px 5px 23px 22px;
 }
}

@media screen and (min-width:1050px) {

.header-logo img {  
  padding: 29px 5px 10px 22px;
}

.sns_icon_01 {  
  display: block;
  top: 7%;
  right: 170px;
 }

.sns_icon_02 {  
  display: none;
 }
}

/*-------------------------------------------
 ヘッダー大
-------------------------------------------*/

.headerNav_pc {  
  display: none;
}

.list_navHeader_pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.list_navHeader_pc li {
  padding: 7px 18px 7px 18px;
  font-size: 1.1em;
}

.listBtn_pc:hover {
  opacity: 1;
}

.diagonal_line { 
  position: relative;
} 

.diagonal_line:before {  
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(50%,50%);
  content: url(../../img/navigation_diagonal_line.png);
}

.nav-txt_01 { 
  display: block;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.nav-txt_02 { 
  display: block;
  font-weight:lighter;
  font-size: 12px;
  text-align: center;
}

.subList_pc {
  display: block;
  position: relative;
}

.pc_detail {
  position: absolute;
  display: none;
  padding: 8px 6px 8px 2px;
  background-color: RGBA(2, 102, 186, 0.93);
}

.pc_detail li {
  text-align: left;
  font-size: 0.9em;
  color: #ffffff;
}

.pc_detail a {
  display: block;
  color: #ffffff;
 }

.pc_detail li:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.pc_detail li.no-hover:hover {
  opacity: 1; 
  transition: none; 
}

.listBtn_pc {
  text-align: center;
}

.listBtn_pc:hover .pc_detail {
  display: block;  
  transition: 0.9s;
}

.btn_minus.open {
  display: block;
}

/*-------------------------------------------
 ヘッダー小
-------------------------------------------*/

.headerNav_sp {  
  align-items: center
}

.headerNav_sp p {
  font-size: 0.8em;
  font-weight: bold; 
  text-align: center;
  padding: 3px 0px 0px 0px;
  margin: 0;
}

.menu-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 5px 0px;  
}

.menu-btn {
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;   
}

.menu-btn span {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #000; 
  border-radius: 2px;
  transform: translate(-50%, -50%); 
}

.menu-btn span:nth-child(2) {
  margin-top: 10px;
}

.menu-btn span:last-child {
  margin-top: 20px;
}

.menu-btn.open span {
  top: 46%;
  left: 9%;
  width: 34px;
  transition: all 0.3s ease; 
}

.menu-btn.open span:first-child {
  transform: rotate(45deg);
  margin: 0; 
}

.menu-btn.open span:nth-child(2) {
  display: none;
}

.menu-btn.open span:last-child {
  transform: rotate(-45deg);
  margin: 0; 
}

.menu-txt {  
 font-size: 0.9em;
}

.close-txt {
  display: none;
  font-size: 0.9em;
}

.menuList_sp {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  background-color: transparent; 
  height: 88vh;
  overflow-y: scroll; 
 }

.sp_list {
  max-width: 1000px;
  margin: 0 auto;
}

.sp_title {
  position: relative;
  z-index: 1;
  padding: 20px 5%;
  background-color: #f7f7f7;
  color: #555555;
  border-top: 0.5px dotted #7b90cb;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  transition-duration: 0.2s;
}

.sp_title a {
  color: #555555;
}

.title_link {
  display: block;
  max-width: 900px;
}

.sp_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.sp_icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.sp_title.open 
.sp_icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);  
}

.sp_icon:before, .sp_icon:after {
  display: flex;
  content: '';
  background-color: #000000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.sp_icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.sp_title.open 
.sp_icon_wrap .sp_icon:before {
  content: none;
}

.sp_title.open 
.sp_icon_wrap .sp_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp_inner {
  display: none;
  padding: 0px 10px 10px 30px ;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.sp_detail {  
  display: block;
  margin: 0;
  padding: 0;
}

.sp_detail li {
  padding: 10px 0px 10px 30px;
  border-bottom: initial;
}

.sp_detail a {
  display: block;
}

.sp_line {
  border-bottom: 0.5px dotted #7b90cb;
}

@media screen and (max-width: 767px) {

.sp_title {
  padding: 15px 15px 15px 15px; 
  font-size: 16px;
  text-align: left;
}

.sp_icon_wrap {
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px 0px;
 }
}

@media screen and (max-width: 1049px) {

.header-toiawase {  
  display: none;
}
 
.sp_title {
  font-size: 18px;
}

.sp_icon_wrap {
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px 0px;
 }
}

@media screen and (min-width:1050px) {

.headerNav_pc {  
  display: block;
}

.headerNav_sp {  
  display: none;
 }
}


/*-------------------------------------------
 イメージ画像
-------------------------------------------*/

.main-image-area {    
  background-size: cover;
  padding: 0px 0px 0px 0px;  
}

.main-image img {
  height: 250px;
  object-fit: cover;
}

.main-image-list{
  position: relative;
}

.main-image-txt {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 10;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-5%);
  color: #000000;
  font-weight: bold;  
  font-size: 1.5em;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
}

@media screen and (min-width:768px) and (max-width:959px) {

 .main-image-txt {
  font-size: 1.9em ;
  top: 35%;
 } 
}

@media screen and (min-width:960px) {

.main-image-area {    
  padding: 0px 0px 0px 0px ;
}

.main-image-txt {
  font-size: 1.9em ;
  top: 35%;
}
 
.main-image img { 
  height: 300px ;
 }
}

/*-------------------------------------------
 イメージ画像アニメーション追加
-------------------------------------------*/

.main-image-area{
  opacity: 0;
  animation: fadeIn 2s linear;
  animation-fill-mode: both;
}

@keyframes fadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*-------------------------------------------
 パンくずリスト
-------------------------------------------*/

.a-bread {
  display: none;
}

.a-bread ul {
  display: flex;
  list-style-type: none;
}

.a-bread li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
}

.a-bread li a:hover {
  color: #f8f8ff;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.a-bread li:after {
  content: '\003e';
  margin-left: 7px;
  margin-right: 7px;
 }

.a-bread li:last-child {
  font-weight: bold;
}
 
.a-bread li:last-child:after {
  content: ""; 
  font-weight: bold;
}

@media screen and (min-width:668px) {

.a-bread {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: 3px 15px 0px 15px ;
 }
}

/*-------------------------------------------
 お知らせ
-------------------------------------------*/

.info-area {
  background-color:#ffffff;
}
 
.info-width {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 10px 20px 10px;
}

.info-list {
  padding: 10px 10px 0px 10px;
}

.date-time {
  font-size: 1.1em;
} 

.yamato_osirase {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 10px;
  color: #f5f5f5;
  border-radius: 2px; 
  text-align: center;
  background-color: rgb(4, 4, 209);
} 

.info-list h2 {
  text-align: left;
  font-size: 1.2em;
  padding: 0px 0px 15px 0px;
}

.info-info p {
  padding: 15px 0px 15px 0px;
}

.info-info a {
  display: block;
  color: #2564bc;
  font-weight: bold;
  word-wrap: break-word;
}

.info-info a:hover {
  color: #f8f8ff;
  color: rgba(0,0,0,0.3);
  transition: .3s ease-in-out;
}

.link-a {
  display: block;
}

.link-list p {
  max-width: 450px;
  padding: 15px 10px 15px 10px; 
  background-color: #f3f3f3;
  border: 1px solid;
  border-color: #c5c5c5;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

.link-list {  
  padding: 0px 10px 20px 10px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.link-list a:hover { 
  transition: 0.7s ;
  opacity: 0.4 ;
}


@media screen and (min-width:470px) and (max-width:767px) {

.link-list {  
  padding: 10px 20px 0px 20px;
  text-align: center;
 }
} 

@media screen and (min-width:470px) {
 
.info-width {
  padding: 0px 10px 30px 10px;
}

.info-list h2 {
  font-size: 1.4em;
  letter-spacing: 0.2em;
 } 
}

@media screen and (min-width:768px) {

.info-width {
  padding: 0px 10px 40px 10px;
}

.info-list h2 {
  font-size: 1.4em;
  padding: 10px 0px 20px 0px;
}

.info-info {
  font-size: 1.1em;
 }

.pic_01 {
  max-width: 75%;
}

.link-a {
  display: inline-block;
}

.link-list {  
  padding: 20px 20px 10px 20px;
  max-width: 100%;
}

.link-list p {
  margin: 0px auto 30px;
 } 
}

/*-------------------------------------------
 お問い合わせ
-------------------------------------------*/ 

.contact-area {
  padding: 40px 0px 40px 0px;
  background-image: url(../img/telephone.jpg);
  background-position: center center;
  background-size: cover;
  background-color:#f5f5f5;
}

.contact-width {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list {
  flex: 1;
}

.contact-detail_01 span{ 
  display: inline-block;
}
 
.contact-tex_01 {
  padding: 0px 15px 0px 15px;
  text-align: center;
}

.contact-detail_02 { 
  padding: 10px 25px 10px 25px ; 
  font-size: 1.0em;
}

.contact-tex_02 { 
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 15px 35px;
  color: rgb(7, 7, 7);
  font-weight: 600;
  font-size: 1.4em; 
  line-height: 1.3em;
}

.contact-tex_02:before {  
  position: absolute;
  width: 30px;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  content: url(../../img/ymt_telephone.svg);
}

.contact-detail_03 {
  display: flex;
  flex-direction: row;
  align-items: center;  
  justify-content: center;
  width: 230px;
  margin: 0 auto;
  border-radius: 5px; 
  background-color: #346dc0;
  color: white;
  font-size: 1.4em; 
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}

.ymt_mail {
  display: block;
  width: 24px;
}

.contact-detail_03:hover {
  background: #5991e4;
  color: #fff;
}

.contact-detail_03_txt p {
  padding: 0px 0px 0px 10px;
}


@media screen and (min-width:1050px) {

.contact-width {
  padding: 0 20px;
  margin: 0 auto;
}

.contact-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}

 .contact-detail_02{ 
  padding: 15px 0px 15px 0px ; 
 }
}

@media screen and (max-width:470px)  {

.contact-tex_02 {
  font-size: 1.0em; 
  letter-spacing: 0em;
}

.contact-tex_03 {
  font-size: 1.1em; 
 }
}

 /*-------------------------------------------
   (2) 会社住所
 -------------------------------------------*/ 

 .yamato-company-area {
  padding: 0;  
  background-color: #ffffff;
}

.yamato-company-width {
  max-width: 1300px;
  margin: 0 auto;
}

.yamato-company-list {
  display: flex;
  flex-direction: row;
}

.yamato-company-content_01,.yamato-company-content_02 {
  flex: 1;
}

.yamato-company-content_01 {
  max-width: 100%;
  padding: 30px 0px 20px 0px;
}    

.logo-area_02 {
  max-width: 70%;
  margin: 0 auto;
}

.adress-txt {
  max-width: 260px;
  margin: 0 auto;
  padding: 15px 0px 0px 0px;
}

.yamato-company-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.adress-flex {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

.adress-txt p {
  text-align: left;
  margin: 4px 0px ;
}

@media screen and (min-width:1050px) {

.adress-flex {
  flex-direction: row;
  max-width: 100%;
 }
}
 
@media screen and (min-width:768px) and (max-width:1049px) {
  
.adress-flex {
  flex-direction: row;
  max-width: 70%;
 }
}
 
/*-------------------------------------------
  (3) 業務内容・その他
 -------------------------------------------*/   

 .yamato-company-content_02 {
  position: relative;
 }

.company-content-list {
  margin: 0;
  padding: 20px 0px 40px 0px;
  font-size: 1em; 
  line-height: 2.0em;  
}

.company-content-flex {
  display: flex;
  justify-content: space-around;
  padding: 10px 0px 0px 0px;
}

.yamato-company-detail {
  padding: 0px 2px 0px 2px;
}

.yamato-company-txt {
  margin-left : 0px;
  color: rgb(77, 77, 77);
  font-size: 1.0em; 
}

.yamato-company-txt:hover {
  color: #f8f8ff;
  color: rgba(0,0,0,0.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.yamato-company-space-txt {
  margin-left : 20px;
}

.logo-area_02 {
  width: 400px;
}


@media screen and (max-width:500px) {

.logo-area_02 {
  max-width: 100%;
  padding: 0px 10px 0px 10px;
  margin: 0 auto;
 }

.yamato-company-content_02 {
  display: none;
 }
}


@media screen and (min-width:501px) and (max-width:767px) {
  
.yamato-company-txt {
  margin-left : 0px;
  font-size: 0.9em; 
 }

.yamato-company-txt span {
  font-size: 16px; 
 }
}


@media screen and (min-width:768px) and (max-width:1049px) {

.company-content-flex {
  max-width: 70%;
  margin: 0 auto;
 }
}

@media screen and (min-width:768px) {

.logo-area_02 {
  max-width: 100%;
  margin: 0 auto;
 }
}    

@media screen and (min-width:1050px) {
   
.yamato-company-list {
  flex-direction: row;
}

.yamato-company-content_01 { 
  padding: 20px 0px 40px 0px;
}    

.company-content-flex {
  padding: 30px 0px 0px 0px;
}

.logo-area_02{
  padding-top: 5px;
 }
}
 
/*-------------------------------------------
  ページトップ
-------------------------------------------*/

.page-top {
  position: fixed;
  right: 7% ;
  bottom: 6% ;
  height: 50px;
  font-size: 2.6em;
  cursor: pointer;
}

.page-top-detail {
  display: relative;
} 

.page-txt {
  margin: 0;
  padding: 0px 0px 5px 0px ;
  font-size: 0.25em;
}

.ymt_up {  
  display: block;
  margin: 0 auto;
  width: 45px;
}

@media screen and (min-width:768px) {
 
 .page-top {
  font-size: 3.2em;
}
 
.page-txt {
  font-size: 0.25em;
 } 
}
  
/*-------------------------------------------
 フッター
-------------------------------------------*/

.foot-bottom {
  background-color: #2b4781;
  color: #fff;
  text-align: center;
}

.foot-bottom_copy_01,.foot-bottom_copy_02 {
  display: inline-block;
  width: 100%;
  padding: 8px 0px 8px 0px   ;
  color: white;
  font-size: 14px;
}

.foot-bottom_copy_02 {
  display: none;
  color: rgb(255, 255, 255);
}

.space-text {
  margin: 0px 50px 0px 0px ;
}
.yamato-top {
  color: rgb(255, 255, 255);
}  

@media screen and (min-width:768px) {

.foot-bottom_copy_01 {
  display: none;
}  

.foot-bottom_copy_02 {
  display: block;
  color: rgb(255, 255, 255);
 }
}


