@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: office.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/office-iten/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    background: url("../img/office-iten/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  .comment {
    padding-top: 7%;
  }
}
.comment-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 1050px;
  margin: 0 auto;
  padding-left: 150px;
}
@media screen and (max-width: 1024px) {
  .comment-inner {
    display: none;
  }
}
.comment-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 417px;
  height: 353px;
  margin-left: 28px;
  background: url("../img/office-iten/comment_box_bg.png") left top no-repeat;
}
.comment-box-text {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.60714;
  text-align: center;
}
.comment-box-text em {
  color: #F2AC1D;
  font-style: normal;
}
.comment-pic {
  display: none;
}
@media screen and (max-width: 1024px) {
  .comment-pic {
    display: block;
    width: 88.93333%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .comment-pic img {
    width: 100%;
  }
}

.move {
  background: #FFE9E9;
}
@media screen and (max-width: 1024px) {
  .move {
    padding: 8% 5% 10% !important;
  }
}
.move-box {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .move-box {
    width: auto;
  }
}
.move-box-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 262px;
  padding: 9px 0 9px 28px;
  background: #C41C1C;
  color: #FFF;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .move-box-title {
    position: unset;
    width: auto;
    padding: 1% 5%;
    font-size: 23px;
    font-size: 6.13333vw;
  }
}
.move-box-title:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 33px;
  left: 3px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #781515;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .move-box-title:before {
    display: none;
  }
}
.move-box-inner {
  padding: 32px 32px 32px 18px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .move-box-inner {
    padding: 5%;
  }
}
.move-box-inner dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .move-box-inner dl {
    display: block;
  }
}
.move-box-inner .term {
  margin-top: 30px;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .move-box-inner .term {
    margin: 0 0 5%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.move-box-inner .description {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .move .box-title {
    margin-bottom: 13%;
  }
}
.move-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .move-list {
    display: block;
    padding: 0 8%;
  }
}
.move-item {
  position: relative;
  margin-right: 38px;
}
@media screen and (max-width: 1024px) {
  .move-item {
    margin: 0 0 8%;
  }
}
.move-item:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  position: absolute;
  top: 67px;
  right: -38px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #C8C9CA;
}
@media screen and (max-width: 1024px) {
  .move-item:before {
    content: none;
  }
}
.move-item:last-child {
  margin-right: 0;
}
.move-item:last-child:before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .move-item img {
    margin: 0 auto;
  }
}
.move-icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -40px;
  top: -68px;
  width: 105px;
  height: 90px;
  padding-top: 30px;
  background: url("../img/office-iten/move_icon_bg.png") left top no-repeat;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .move-icon {
    display: none;
  }
}

.flow-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow-inner {
    width: auto;
  }
}
.flow-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .flow-list {
    display: block;
    margin-bottom: 8%;
    padding: 0 5%;
  }
}
.flow-item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow-item {
    margin-bottom: 5%;
  }
}
.flow-item:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  position: absolute;
  top: 128px;
  right: -35px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #C8C9CA;
}
@media screen and (max-width: 1024px) {
  .flow-item:before {
    content: none;
  }
}
.flow-item:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .flow-item:first-child {
    margin-right: 0;
  }
}
.flow-item:first-child:before {
  right: -51px;
}
.flow-item:first-child:after {
  content: '';
  position: absolute;
  top: 37px;
  right: -49px;
  width: 38px;
  height: 75px;
  background: url("../img/office-iten/flow_item01_bg.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .flow-item:first-child:after {
    content: none;
  }
}
.flow-item:last-child:before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .flow-item img {
    margin: 0 auto;
  }
}
.flow-text {
  margin-bottom: 40px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow-text {
    margin-bottom: 8%;
    padding: 0 5%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.66667;
    text-align: left;
  }
}
.flow-text em {
  color: #F2AC1D;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .flow-text br {
    display: none;
  }
}
.flow-checklist-link a {
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 19px 0;
  background: #F2AC1D;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow-checklist-link a {
    width: 80%;
    padding: 4% 0;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.flow-checklist-link a:hover {
  background: #ffbe31;
}

.service {
  background: #FFE9E9;
}
.service-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service-inner {
    width: auto;
    padding: 0 5%;
  }
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service-list {
    display: block;
  }
}
.service-item {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 335px;
  margin-bottom: 28px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .service-item {
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .service-item:last-child {
    margin-bottom: 0;
  }
}
.service-item:last-child dl {
  position: relative;
  cursor: pointer;
}
.service-item:last-child dl:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e5cc';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -154px;
  color: #C41C1C;
  font-family: 'Material Icons';
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .service-item:last-child dl:before {
    content: none;
  }
}
.service-item:last-child dl.active:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 156px;
}
.service-item-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 195px;
  left: -10px;
  width: 300px;
  height: 60px;
  padding: 8px 0 8px 28px;
  background: #C41C1C;
  color: #FFF;
  font-size: 20px;
  line-height: 1.15;
}
@media screen and (max-width: 1024px) {
  .service-item-title {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 2% 0 2% 6%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.service-item-title:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 53px;
  left: 3px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #781515;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service-item-title:before {
    content: none;
  }
}
.service-item-title .small {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .service-item-title .small {
    display: block;
    margin-top: 1%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 1024px) {
  .service-item .term img {
    width: 100%;
  }
}
.service-item .description {
  padding: 54px 18px 25px;
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1024px) {
  .service-item .description {
    margin-bottom: 0;
    padding: 5%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.service-item .description em {
  display: block;
  font-weight: bold;
  font-style: normal;
}
.service-item .description .more {
  display: none;
}
@media screen and (max-width: 1024px) {
  .service-item-link {
    padding-bottom: 5%;
  }
}
.service-item-link a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 5px 0 6px;
  background: #FCB227;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service-item-link a {
    width: 90%;
    padding: 3% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.service-item-link a:before {
  content: '\e5cc';
  display: flex;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  color: #FFF;
  font-family: 'Material Icons';
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .service-item-link a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 1%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.service-item-link a:hover {
  background: #ffbe31;
}

@media screen and (max-width: 1024px) {
  .items .box-title:before {
    bottom: -35%;
  }
}
.items-inner {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .items-inner {
    width: auto;
  }
}
.items-inner:before, .items-inner:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .items-inner:before, .items-inner:after {
    content: none;
  }
}
.items-inner:before {
  left: -70px;
  top: -70px;
  width: 141px;
  height: 160px;
  background: url("../img/office-iten/items_inner_bg01.png") left top no-repeat;
}
.items-inner:after {
  right: 50px;
  top: 0;
  width: 57px;
  height: 110px;
  background: url("../img/office-iten/items_inner_bg02.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .items .box-lead {
    margin-bottom: 8%;
    padding: 0 5%;
    text-align: left;
  }
}
.items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .items-list {
    margin-bottom: 0;
    padding: 0 5%;
  }
}
.items-item {
  display: flex;
  width: 515px;
  margin: 0 20px 20px 0;
  background: #fcf3f4;
}
@media screen and (max-width: 1024px) {
  .items-item {
    width: 100%;
    margin: 0 0 5%;
    flex-direction: column-reverse;
  }
}
.items-item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .items-item:last-child {
    margin-bottom: 0;
  }
}
.items-item dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 375px;
  padding: 20px 15px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .items-item dl {
    width: auto;
    padding: 4% 5%;
  }
}
.items-item:first-child dl, .items-item:nth-child(4) dl {
  cursor: pointer;
}
.items-item:first-child dl:before, .items-item:nth-child(4) dl:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e5cc';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -174px;
  color: #C41C1C;
  font-family: 'Material Icons';
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .items-item:first-child dl:before, .items-item:nth-child(4) dl:before {
    content: none;
  }
}
.items-item:first-child dl.active:before, .items-item:nth-child(4) dl.active:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 176px;
}
.items-item .term {
  margin-bottom: 10px;
  color: #C41C1C;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .items-item .term {
    margin-bottom: 3%;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.items-item .description {
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1024px) {
  .items-item .description {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.items-item .description em {
  color: #FCB227;
  font-style: normal;
  text-decoration: underline;
}
.items-item-link {
  color: #C41C1C;
  text-decoration: underline;
}
.items-item .more {
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .items-item .more {
    display: block;
  }
}
.items-item .pic {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .items-item .pic {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .items-item .pic img {
    width: 100%;
  }
}

/*# sourceMappingURL=office.css.map */
