/*
Theme Name: mitorizwp
Author: 株式会社電算システム
Description: mitoriz WordPress のテーマ
Version: 1.6.0
*/

/*----------------------------------------
	base
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP","Zen Kaku Gothic New",sans-serif;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  min-width: 320px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 20%);
}

.header_contents {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  flex-shrink: 0;
  width: 105px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .header_contents {
    margin: 0 auto;
  }

  .header_logo {
    width: 160px;
  }
}

@media screen and (min-width: 1920px) {
  .header_contents {
    width: auto;
    padding: 0 20px;
  }
}

/*----------------------------------------
	navigation
----------------------------------------*/
.nav {
  display: block;
  position: static;
  width: auto;
  height: auto;
}

.nav_list {
  display: flex;
}

.nav_btn {
  color: #fff;
  display: block;
  width: 110px;
  padding: 6px;
  margin: 0 4px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.body_btn {
  color: #fff;
  display: block;
  width: 240px;
  padding: 10px;
  margin: 0 4px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.post {
  background-color: #095ca8;
}

@media screen and (min-width: 768px) {
  .nav_btn {
    width: 200px;
    font-size: 2.0rem;
    margin: 0 15px;
  }
}

/*----------------------------------------
	first_view
----------------------------------------*/

.first_view {
  margin: 80px 0 -80px;
  padding-bottom: 20px;
}

.first_view_img {
  position: relative;
  text-align: center;
}

.first_view_img img {
  width: 100%;
}

.first_view_copy {
  position: absolute;
  top: 50%;
  left: 29%;
  transform: translate(-50%, -50%);
}

.first_view_title {
  font-size: 4vw;
}

.first_view_sentence {
  font-size: 3.2vw;
}

@media screen and (max-width: 320px) {
  .first_view_title {
    font-size: 1.28rem;
  }

  .first_view_sentence {
    font-size: 1.02rem;
  }
}

@media screen and (min-width: 768px) {
  .first_view {
    padding-bottom: 30px;
  }

  .first_view_sentence {
    font-size: 2vw;
    line-height: 4vw;
  }
}

/*----------------------------------------
	main_contents
----------------------------------------*/
main {
  min-width: 320px;
}

.main_contents {
  margin: 80px auto 0 auto;
  max-width: 1000px;
}

/*----------------------------------------
	section base
----------------------------------------*/
.section {
  padding: 20px 0;
}

.section_title {
  margin: 15px 0 30px;
  padding: 0 40px;
  text-align: center;
}

.section_logo {
  width: 80%;
}

.heading_tiny,
.heading_small,
.heading_regular,
.heading_regular_top {
  color: #707070;
}

.heading_small_blue {
  color: #095ca8;
}

.heading_tiny {
  position: relative;
  font-size: 1.6rem;
}

.heading_small,
.heading_small_blue {
  position: relative;
  font-size: 2rem;
}

.heading_small_decoration::before {
  content: "";
  display: inline-block;
  width: 24px;
  position: absolute;
  left: -2.2rem;
  top: calc(50% - 0.1rem);
  border-top: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

.heading_small_decoration::after {
  content: "";
  display: inline-block;
  width: 24px;
  position: absolute;
  right: -2.2rem;
  top: calc(50% - 0.1rem);
  border-top: solid 2px;
  transform: rotate(-45deg) translateY(-50%);
  color: inherit;
}

.heading_regular,
.heading_regular_top {
  font-size: 4rem;
}

.heading_sub {
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 30px 0;
  }

  .section_logo {
    width: 30%;
  }

  .heading_tiny {
    font-size: 2rem;
  }

  .heading_small,
  .heading_small_blue,
  .heading_regular  {
    font-size: 3rem;
  }

  .heading_regular_top {
    font-size: 4rem;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  min-width: 320px;
}

.footer {
  padding: 20px 20px 0 20px;
  background: #44aeea;
  color: #fff;
}

.footer_contets {
  position: relative;
}

.footer_list {
  display: flex;
  flex-flow: column;
}

.footer_logo {
  width: 105px;
  background-color: #fff;
}

.footer_logo img {
  background-color: #fff;
}

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

.footer_menu_parents {
  margin-top: 10px;
}

.footer_menu_parents>li:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 0.1rem dashed;
}

.footer_menu_children>li {
  font-size: 1.4rem;
  padding: 10px 0 4px 32px;
}

.footer_menu_children a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer_copyright {
  padding: 15px 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.footer_list_style {
  position: relative;
}

.footer_list_style::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -1.8rem;
  top: calc(50% - 0.1rem);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

@media screen and (min-width: 768px) {
  .footer_contets {
    max-width: 810px;
    margin: 0 auto;
  }

  .footer_list {
    width: 100%;
    justify-content: flex-start;
    flex-flow: unset;
  }

  .footer_list:nth-of-type(1) {
    align-items: flex-end;
  }

  .footer_list_item:nth-of-type(1) {
    width: 145px;
  }

  .footer_logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
  }

  .footer_logo img {
    background-color: #44aeea;
  }

  .footer_menu_parents {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 30px;
  }

  .footer_menu_children {
    display: block;
  }

  .footer_menu_children>li {
    font-size: 1.2rem;
    padding: 10px 0 4px 32px;
  }

  .footer_list_style::before {
    width: 8px;
    height: 8px;
    left: -2rem;
    top: calc(50% - 0.05rem);
    border-top: solid 1px;
    border-right: solid 1px;
  }
}

/*----------------------------------------
	SNS
----------------------------------------*/
.sns_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.sns_list_item {
  margin: 10px;
}

.sns_img {
  width: auto;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .sns_list {
    justify-content: flex-end;
  }

  .sns_list_item {
    margin: 5px;
  }
}

/*----------------------------------------
	sp / pc 切り替え
----------------------------------------*/
.cast_sp {
  display: block;
}

.cast_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .cast_sp {
    display: none;
  }

  .cast_pc {
    display: block;
  }
}

/*----------------------------------------
	他
----------------------------------------*/
button {
  cursor: pointer;
}

.btn,
.btn_small {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  background-color: #095ca8;
  box-shadow: 0 6px 0 0 #3A9BBD;
}

.btn_small:active {
  transform: translateY(6px);
  box-shadow: none;
}

.btn {
  width: 240px;
  padding: 6px;
}

.btn_small {
  width: 100%;
  padding: 6px 15px;
}

.bg_color_blue {
  background-color: #44aeea;
}

.list_style_after {
  position: relative;
  padding-right: 3rem;
}

.list_style_after::after,
.list_style_after>span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0.7rem;
  top: calc(50% - 1px);
  border-top: solid 3px;
  border-right: solid 3px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

.list_style_after>span::after {
  right: 1.6rem;
}

.heading_bubble {
  position: relative;
  display: inline-block;
  max-width: 768px;
  color: #095ca8;
  z-index: 0;
}

.heading_bubble::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}

.heading_bubble::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}

.heading_bubble>.new_line::before {
  content: "\A";
  white-space: pre;
}

.fs_small {
  font-size: 1.2rem;
  line-height: 1.2;
}

.fs_regular {
  font-size: 1.6rem;
  line-height: 1.4;
}

.fs_middle {
  font-size: 2rem;
}

.fs_big {
  font-size: 3rem;
}

.fs_250 {
  font-size: 250%;
}

.fs_200 {
  display: block;
  color: #fff;
  font-size: 200%;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 200px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.page_title {
  padding: 3rem 1rem;
  text-align: center;
  overflow: hidden;
}

.detail {
  color: #707070;
  padding: 20px;
  margin: 20px 3%;
  border: 2px solid #44aeea;
  border-radius: 8px;
}

.footer_offscreen {
  min-height: calc(100vh - 80px);
}

.over_main {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.over_main_box {
  margin: 0 auto;
  max-width: 1000px;
}

.new_line::before {
  content: "\A";
  white-space: pre;
}

.color_gray_strong {
  color: #504949;
}

.color_blue {
  color:#095ca8;
}

@media screen and (min-width: 768px) {
  .btn,
  .btn_small {
    font-weight: unset;
    box-shadow: 0 0.3vw 0 0 #3a9bbd;
  }

  .btn_small:active {
    transform: translateY(0.3vw);
    box-shadow: none;
  }

  .btn {
    width: 270px;
    padding: 8px;
  }

  .btn_small {
    padding: 8px 24px;
  }

  .heading_bubble::before {
    background-color: #DEF5FC;
  }

  .heading_bubble::after {
    background-color: #DEF5FC;
  }

  .footer_offscreen {
    min-height: calc(100vh - 100px);
  }

  .new_line::before {
    content: " ";
  }

  .fs_middle {
    font-size: 3rem;
  }

  .fs_big {
    font-size: 4rem;
  }
}

/*----------------------------------------
	パンくずリスト
----------------------------------------*/
.breadcrumb {
  margin: 10px 3%;
}

.breadcrumb .new_line::before {
  content: " ";
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #095ca8;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb_list_item_last {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}

.breadcrumb_list_item_top,
.breadcrumb_list_item,
.breadcrumb_list_item_last {
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb_list_item,
.breadcrumb_list_item_last {
  position: relative;
  margin-left: 5px;
  padding-left: 12px;
}

.breadcrumb_list_item::before,
.breadcrumb_list_item_last::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #095ca8;
  border-right: 1px solid #095ca8;
}

@media screen and (min-width: 768px) {
  .breadcrumb a {
    font-size: 1.4rem;
  }

  .breadcrumb_list_item_last {
    font-size: 1.4rem;
  }

  .breadcrumb_list_item,
  .breadcrumb_list_item_last {
    margin-left: 8px;
    padding-left: 16px;
  }

  .breadcrumb_list_item::before,
  .breadcrumb_list_item_last::before {
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #095ca8;
    border-right: 2px solid #095ca8;
  }
}

/*----------------------------------------
	アプリ
----------------------------------------*/
.first_view_app_wrap,
.app_wrap {
  text-align: center;
}

.first_view_app_wrap {
  margin: 40px 0;
  padding: 20px 0 0;
}

.first_view_app_wrap a,
.app_wrap a {
  margin: 0 5px;
  text-decoration: none;
}

.app_badge {
  width: auto;
  height: 12vw;
  max-width: none;
  max-height: 55px;
  min-height: 38px;
}

.app_store {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .first_view_app_wrap {
    margin: 50px 0;
    padding: 50px 0 0;
  }

  .app_badge {
    height: 8vw;
    max-height: 80px;
  }
}

/*----------------------------------------
	バナー
----------------------------------------*/
.banner {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.banner img {
  width: 94%;
}

@media screen and (min-width: 768px) {
  .banner {
    margin-top: 25px;
  }

  .banner img {
    max-width: 500px;
  }
}

/*----------------------------------------
	記事一覧
----------------------------------------*/
.column_list {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
}

.column_item {
  margin: 20px 3% 30px;
}

.column_item a {
  text-decoration: none;
}

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

.column_thumb img {
  display: block;
  width: 100%;
}

.column_data {
  margin: 15px;
}

.column_post_date {
  font-size: 1.2rem;
  color: #000;
}

.column_data_heading {
  font-size: 1.6rem;
  color: #095ca8;
  padding: 10px 0 0;
}

.column_data p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #707070;
  padding: 10px 0 15px;
}

.column_detail_link_wrap {
  display: block;
  text-align: right;
}

.column_detail_link {
  position: relative;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #095ca8;
  padding-right: 20px;
  text-decoration: none;
}

.column_detail_link_allow::after,
.column_detail_link_allow>span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #095ca8;
}

.column_detail_link_allow>span::after {
  right: 1.6rem;
}

@media screen and (min-width: 768px) {
  .column_item {
    display: flex;
  }

  .column_thumb {
    width: 340px;
  }

  .column_thumb img {
    display: inline;
    width: 100%;
  }

  .column_data {
    flex: 1;
    margin-top: 0;
  }
}

/*----------------------------------------
	エラー
----------------------------------------*/
.error {
  margin: 10px 3%;
  text-align: center;
  font-size: 1.6rem;
  color: red;
}