@charset "utf-8";
/*
Theme Name:ORION child
Theme URI:orion
Description:WordPressテーマ「ORION」の子テーマです
Template:orion
Author:Akane.M
Author URI:
Version:3.1.1
*/

body,
.home #top,
#header,
#header_inner,
#header_youtube,
#header_image,
#header_slider,
#bread_crumb,
#bread_crumb ul,
#footer_top,
#copyright {
  min-width: initial;
}

.index_content1,
#bread_crumb ul,
#footer_top_inner,
#footer_bottom,
#main_col {
  width: 100%;
}

#main_col {
  max-width: 1260px;
}

#index_blog_list {
  margin: -40px 0 0 -40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#index_blog_list > li {
  display: block;
  width: calc(100% / 4);
  padding: 40px 0 0 40px;
  margin: 0;
}

@media screen and (max-width: 1260px) {
  #index_blog_list > li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 970px) {
  #index_blog_list {
    width: auto;
  }
  #index_blog_list > li,
  #related_post li {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  #index_blog_list > li,
  #related_post li {
    width: 100%;
  }
}

#related_post ol {
  margin: -24px 0 0 -24px;
  display: flex;
  flex-wrap: wrap;
}

#related_post li {
  display: block;
  padding: 24px 0 0 24px;
  margin: 0;
  width: calc(100% / 3);
}

.index_content1 {
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
}

#index_news_list li {
  max-width: 580px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 970px) {
  #index_news_list li {
    max-width: none;
  }
}

#main_col {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#left_col {
  width: 70%;
}

#side_col {
  width: calc(30% - 40px);
  margin-left: 40px;
}

@media screen and (max-width: 970px) {
  #left_col,
  #side_col {
    width: 100%;
  }
  #side_col {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 970px) {
  #logo_image_mobile img {
    max-width: initial;
    object-fit: contain;
  }
}

.wpcf7 {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  margin: auto;
}

.pc #global_menu > ul > li {
  vertical-align: bottom;
}

.pc #global_menu > ul > li > a {
  line-height: initial;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#global_menu > ul > li > a > span {
  font-size: 0.5em;
  line-height: 1.2;
}

.mobile #global_menu > ul > li > a > span {
  margin-left: 1em;
}

#index_blog_list li .image img,
#news_list_archive .image img,
#related_post li a.image img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#news_list_archive {
  width: 100%;
}
#news_list_archive .image {
  width: calc(40% - 50px);
}
#news_list_archive .content {
  width: 60%;
}

.pc #header_logo #logo_image img {
  max-width: none;
}

.pc #header_logo img,
#logo_image_mobile img {
  width: 99px;
  height: 25px;
}

#footer_logo .logo img {
  width: 259px;
  height: auto;
}

.footer_menu li:first-child a,
.footer_menu li:only-child a {
  pointer-events: none;
}

.header_fix #header {
  position: fixed;
}

#header,
#header_inner,
.pc #global_menu > ul,
.pc #global_menu > ul > li > a,
.pc #header_logo,
.pc #header_logo #logo_image {
  height: var(--menu-height);
}
.pc .home #header.type2 #global_menu ul ul,
.pc #global_menu ul ul {
  top: var(--menu-height);
}
.pc .home #global_menu ul ul {
  bottom: var(--menu-height);
}

.pc #header_logo img,
#logo_image_mobile img {
  height: var(--logo-height);
}

.pc #global_menu > ul > li > a {
  padding: 0 var(--menu-padding);
}

#header_image.no_image {
  background-size: cover;
  background-position: center;
}

#header_image .title.headline {
  font-size: 12px;
}

.pc #global_menu > ul > li > a {
  font-family: var(--heading-font);
}

#main_contents {
  background: transparent;
}
